[issue14334] Invalid free in _PyUnicode_Ready()

2012-03-16 Thread Stefan Krah
Stefan Krah added the comment: 3.2 also crashes. 2.7 runs fine. So it's certainly not related to the new Unicode API. -- versions: +Python 3.2 ___ Python tracker ___ ___

[issue14334] Invalid free in _PyUnicode_Ready()

2012-03-16 Thread Stefan Krah
New submission from Stefan Krah : Hi -- I'm getting a segfault running the attached crasher.py script. Valgrind traces it down to an Invalid free() / delete / delete[] in _PyUnicode_Ready(). Reproduce: == Rev: 870c0ef7e8a2 Build: ./configure --without-pymalloc CFLAGS="-O0 -g" && make $