This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Dmitry.Groshev
Recipients Dmitry.Groshev
Date 2011-01-28.09:36:49
SpamBayes Score 0.001127151
Marked as misclassified No
Message-id <1296207410.47.0.601145412555.issue11035@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a console output:
si14@si14-work:~/repos/monitoring/root$ python2.7 server.py 

127.0.0.1 - - [2011-01-28 12:29:30] "GET /update HTTP/1.1" 200 320 "-" "Python-urllib/2.7"
{"seenby":[1],"received":1296207058.993983,"observer":1,"type":"ping","source":102,"time":1296207058.990101,"data":[[1296206970.543701,0.010154962539672852],[1296206980.383922,0.010203123092651367],[1296206990.222841,0.01015615463256836],[1296207000.050695,0.010264873504638672],[1296207009.876834,0.011881113052368164],[1296207019.698611,0.010120153427124023],[1296207029.519147,0.010251045227050781],[1296207039.342266,0.010113000869750977],[1296207049.167352,0.010238885879516602],[1296207058.990089,0.010174989700317383]],"class":"statistics"}
127.0.0.1 - - [2011-01-28 12:30:59] "POST / HTTP/1.1" 200 2 "-" "Python-urllib/2.7"
Segmentation fault
si14@si14-work:~/repos/monitoring/root$ 
I'm not sure that this is a gevent issue, so I'm posting it here. server.py sources are attached.
History
Date User Action Args
2011-01-28 09:36:50Dmitry.Groshevsetrecipients: + Dmitry.Groshev
2011-01-28 09:36:50Dmitry.Groshevsetmessageid: <1296207410.47.0.601145412555.issue11035@psf.upfronthosting.co.za>
2011-01-28 09:36:49Dmitry.Groshevlinkissue11035 messages
2011-01-28 09:36:49Dmitry.Groshevcreate