STINNER Victor <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue4168> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com