[issue5091] Segfault in PyObject_Malloc(), address out of bounds

Ryan Kelly report at bugs.python.org
Sat Mar 5 13:05:13 CET 2011


Ryan Kelly <ryan at rfk.id.au> added the comment:

attaching core dump from a freshly-compiled python 2.7.1 at with "-O0 -g" in CFLAGS.

The code that is segfaulting is using pycrypto and sqlite3, so it may be that a bug in one of these is trampling on something.  No idea how to investigate any further.

----------
Added file: http://bugs.python.org/file21004/core.27778.bz2

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


More information about the Python-bugs-list mailing list