[issue1856] shutdown (exit) can hang or segfault with daemon threads running

Antoine Pitrou report at bugs.python.org
Mon May 2 22:36:31 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

With Python 3.3, thread_exit.py still crashes more or less randomly:

$ ./python thread_exit.py 
[49205 refs]
python: Python/_warnings.c:501: setup_context: Assertion `((((((PyObject*)(*filename))->ob_type))->tp_flags & ((1L<<28))) != 0)' failed.
Abandon

----------
versions: +Python 3.3

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


More information about the Python-bugs-list mailing list