[issue4168] core dump exiting python

STINNER Victor report at bugs.python.org
Wed Oct 22 10:18:44 CEST 2008


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

About your gdb output:
 - You have a 64 bits CPU (I have a 32 bits CPU)
 - You are using Red Hat 6.3.0.0-1.132.EL4rh (I'm using Ubuntu Hardy)
 - The crash occurs in PyErr_Fetch() on "*p_type = 
tstate->curexc_type;": I guess that p_type and/or tstate are NULL. The 
most probable cause is that PyThreadState_GET() returns a NULL pointer.

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


More information about the Python-bugs-list mailing list