[issue11035] Segmentation fault

Dmitry Groshev report at bugs.python.org
Fri Jan 28 10:51:35 CET 2011


Dmitry Groshev <lambdadmitry at gmail.com> added the comment:

Ok, I've played with this some more and got some more segmenation faults. It looks like a gevent problem, but I think that python shouldn't completely fall so easy. Here is more traces:

si14 at si14-work:~/repos/monitoring/root$ python2.7 server.py 
{"seenby":[1],"received":1296208139.606481,"observer":1,"type":"ping","source":102,"time":1296208139.603046,"data":[[1296208051.083743,0.010155200958251953],[1296208060.923999,0.011048078536987305],[1296208070.76751,0.010570049285888672],[1296208080.613247,0.011930227279663086],[1296208090.454012,0.010123968124389648],[1296208100.283144,0.010128021240234375],[1296208110.114118,0.010215997695922852],[1296208119.943081,0.010147809982299805],[1296208129.774567,0.010593891143798828],[1296208139.603033,0.010541915893554688]],"class":"statistics"}
127.0.0.1 - - [2011-01-28 12:48:59] "POST / HTTP/1.1" 200 2 "-" "Python-urllib/2.7"
Traceback (most recent call last):
  File "evhttp.pxi", line 473, in gevent.core._http_cb_handler (gevent/core.c:13165)
Segmentation fault

127.0.0.1 - - [2011-01-28 12:47:30] "GET /update HTTP/1.1" 200 320 "-" "Python-urllib/2.7"
^CTraceback (most recent call last):
  File "server.py", line 34, in <module>
    gevent.wsgi.WSGIServer(("localhost", 8020), printer).serve_forever()
  File "build/bdist.linux-i686/egg/gevent/baseserver.py", line 183, in serve_forever
TypeError: raise: arg 3 must be a traceback or None
Segmentation fault
si14 at si14-work:~/repos/monitoring/root$

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11035>
_______________________________________


More information about the Python-bugs-list mailing list