[Python-Dev] tstate_delete_current infinite loop from PyThreadState_DeleteCurrent

Gregory P. Smith greg at krypto.org
Fri Dec 7 03:49:49 CET 2007


Has anyone else ever encountered a situation where a python process gets
stuck in an infinite loop within Python/pystate.c tstate_delete_current()
called from PyThreadState_DeleteCurrent() when a thread is
exiting?  (revealed by attaching to the looping process with a debugger)

I'm seeing this (very rarely, reproducing it is difficult).  In this case
its python 2.4.3 but that code does not appear to have changed since then.

-gps
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-dev/attachments/20071206/407b0b81/attachment.htm 


More information about the Python-Dev mailing list