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 DragonFireCK
Recipients DragonFireCK, mroach, pitrou, tsavannah
Date 2012-09-07.17:24:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347038687.53.0.423812580455.issue6178@psf.upfronthosting.co.za>
In-reply-to
Content
Was any resolution found for this? I am debugging some intermittent crashes now which have the same visible callstack as Tim reported.

tstate->frame is NULL on line 2717 of ceval.c

I am using an in-house compiled Python 2.6.4, compiled with Visual Studio 2008, compiled for x64 and running on Windows 7.

The Python code that appears to be executing is calling into the pywin32 module a number of times.
History
Date User Action Args
2012-09-07 17:24:47DragonFireCKsetrecipients: + DragonFireCK, pitrou, tsavannah, mroach
2012-09-07 17:24:47DragonFireCKsetmessageid: <1347038687.53.0.423812580455.issue6178@psf.upfronthosting.co.za>
2012-09-07 17:24:47DragonFireCKlinkissue6178 messages
2012-09-07 17:24:46DragonFireCKcreate