[issue11994] [2.7/gcc-4.4.3] Segfault under valgrind in string.split()

Stefan Krah report at bugs.python.org
Wed May 4 19:46:11 CEST 2011


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

STINNER Victor <report at bugs.python.org> wrote:
> You should try to disable compiler optimization: pass -O0 to gcc. E.g. use ./configure --with-pydebug CFLAGS="-O0".

I did, see "only occurs when python is compiled with optimizations". :)

----------

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


More information about the Python-bugs-list mailing list