Skip to content

运行客户端 错误Segmentation fault #1

@ColerYu

Description

@ColerYu

执行时 python main.py test/config.py 出现错误Segmentation fault
环境是
centos 6.5
python 2.7.14
定位到
class Sproto(object):
def init(self, chunk):
print 'Sproto init'
self.spd = 0
self.sp = core.new(chunk)
print 'Sproto __init__2'
self.st = {}
self.proto = {}
执行core.new(chunk)出现出现错误Segmentation fault的

请问我这个是哪里的问题啊

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions