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 Arfrever, Mark.Shannon, amaury.forgeotdarc, asvetlov, benjamin.peterson, brett.cannon, dmalcolm, ilblackdragon, jcea, jkloth, larry, lemburg, mark.dickinson, python-dev, vstinner
Date 2013-06-25.19:58:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372190338.58.0.643213238633.issue17206@psf.upfronthosting.co.za>
In-reply-to
Content
> Can we get a full stack trace (for the C stack not the Python one) for the failure?

Yes, using a debugger on Windows x64. I'm waiting for a renewal of my MSDN account to get Visual Studio (full version, not the Express version limited to 32-bit).

Until this, I enabled faulthandler in subprocesses created by test.regrtest and test.script_helper because it may help this issue, but also others future crashes.
History
Date User Action Args
2013-06-25 19:58:58vstinnersetrecipients: + vstinner, lemburg, brett.cannon, jcea, amaury.forgeotdarc, mark.dickinson, larry, benjamin.peterson, jkloth, Arfrever, asvetlov, dmalcolm, Mark.Shannon, python-dev, ilblackdragon
2013-06-25 19:58:58vstinnersetmessageid: <1372190338.58.0.643213238633.issue17206@psf.upfronthosting.co.za>
2013-06-25 19:58:58vstinnerlinkissue17206 messages
2013-06-25 19:58:58vstinnercreate