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 Daniel.Farina
Recipients Daniel.Farina, Mark.Shannon, benjamin.peterson, rhettinger, terry.reedy
Date 2013-09-04.05:45:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378273541.68.0.042758024362.issue14903@psf.upfronthosting.co.za>
In-reply-to
Content
I've confirmed this in a non-gevent program (actually a very trivial one, I can include the source if anyone asks), in 'initposix'.  This is on a quiet system, so OOM is not a very likely explanation.  Perhaps signal handling?


#0  0x000000000054662d in ?? ()
#1  0x000000000054d12e in ?? ()
#2  0x00000000005209e9 in PyDict_SetItem ()
#3  0x00000000004430cd in ?? ()
#4  0x0000000000456fcc in initposix ()
#5  0x0000000000456d2b in ?? ()
#6  0x000000000055fd03 in ?? ()
#7  0x00000000005600cb in ?? ()
#8  0x00000000004a0893 in ?? ()
#9  0x0000000000560964 in ?? ()
#10 0x0000000000553eab in ?? ()
#11 0x00000000004bf2a6 in PyObject_Call ()
#12 0x00000000004bf5a6 in PyEval_CallObjectWithKeywords ()
#13 0x000000000046870b in PyEval_EvalFrameEx ()
#14 0x000000000057bd02 in PyEval_EvalCodeEx ()
#15 0x000000000057cda8 in PyImport_ExecCodeModuleEx ()
#16 0x000000000055f6d1 in ?? ()
#17 0x00000000005600cb in ?? ()
#18 0x00000000004a0893 in ?? ()
#19 0x0000000000560964 in ?? ()
#20 0x0000000000553eab in ?? ()
#21 0x00000000004bf2a6 in PyObject_Call ()
#22 0x00000000004bf5a6 in PyEval_CallObjectWithKeywords ()
#23 0x000000000046870b in PyEval_EvalFrameEx ()
#24 0x000000000057bd02 in PyEval_EvalCodeEx ()
#25 0x000000000057cda8 in PyImport_ExecCodeModuleEx ()
#26 0x000000000055f6d1 in ?? ()
#27 0x00000000005600cb in ?? ()
#28 0x00000000004a0893 in ?? ()
#29 0x0000000000560964 in ?? ()
#30 0x0000000000553eab in ?? ()
#31 0x00000000004bf2a6 in PyObject_Call ()
#32 0x00000000004943c5 in PyObject_CallFunction ()
#33 0x000000000054dfbe in PyImport_Import ()
#34 0x000000000050df4d in ?? ()
#35 0x0000000000511ae2 in ?? ()
#36 0x0000000000512764 in Py_Main ()
#37 0x00007f88142bc76d in __libc_start_main () from
/lib/x86_64-linux-gnu/libc.so.6
#38 0x000000000041ba51 in _start ()
History
Date User Action Args
2013-09-04 05:45:41Daniel.Farinasetrecipients: + Daniel.Farina, rhettinger, terry.reedy, benjamin.peterson, Mark.Shannon
2013-09-04 05:45:41Daniel.Farinasetmessageid: <1378273541.68.0.042758024362.issue14903@psf.upfronthosting.co.za>
2013-09-04 05:45:41Daniel.Farinalinkissue14903 messages
2013-09-04 05:45:40Daniel.Farinacreate