[issue8176] Interpreter crash with "double free or corruption" message

Antoine Pitrou report at bugs.python.org
Mon Jan 31 19:34:55 CET 2011


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

I wouldn't be surprised if the crash was related to some concurrency issues during shutdown. Other (Python or not Python) threads can continue running while the main thread is running Py_Finalize; this might be the reason; or perhaps some extension modules don't really support reloading.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list