Alexander Belopolsky <alexander.belopol...@gmail.com> added the comment:

Clearly not enough information, but I have a few observations:

1. Clearly the crash occurs on exit (in Py_Finalize) during a module cleanup.  
(Unfortunately it looks like a non-debug build of Python was used so figuring 
out which module is involved may be hard. 

2. Memory map suggests that the crash is very late in python finalization.  
Note that only two python modules are still mapped: mxDateTime and _hashlib.  
However the memmap seems incomplete.

Try to reproduce the crash with a debug build of python (configure 
--with-pydebug).  The debug build may also crash sooner and more reliably.

----------
nosy: +Alexander.Belopolsky

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8176>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to