STINNER Victor added the comment:

You have to search for memory corruptions. You can try to run your application 
with a Python compiled a debug mode. If it doesn't work, you may try Valgrind 
which require a Python compiled with --with-valgrind and to use the suppression 
file. See Misc/README.valgrind.
----------

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

Reply via email to