This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients LambertDW, vstinner
Date 2008-10-22.08:18:42
SpamBayes Score 0.0025938111
Marked as misclassified No
Message-id <1224663524.18.0.875799662385.issue4168@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-10-22 08:18:44vstinnersetrecipients: + vstinner, LambertDW
2008-10-22 08:18:44vstinnersetmessageid: <1224663524.18.0.875799662385.issue4168@psf.upfronthosting.co.za>
2008-10-22 08:18:43vstinnerlinkissue4168 messages
2008-10-22 08:18:42vstinnercreate