[issue24605] segmentation fault at asciilib_split_char.lto_priv

STINNER Victor report at bugs.python.org
Mon Jul 20 15:33:09 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue24605>
_______________________________________


More information about the Python-bugs-list mailing list