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

STINNER Victor report at bugs.python.org
Wed May 4 09:04:31 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> I can reproduce this only with gcc-4.4.3, so it could also be a compiler bug.

You should try to disable compiler optimization: pass -O0 to gcc. E.g. use ./configure --with-pydebug CFLAGS="-O0".

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list