-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
执行时 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的
请问我这个是哪里的问题啊
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels