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 richo
Recipients loewis, pR0Ps, pitrou, richo
Date 2009-11-04.23:37:17
SpamBayes Score 0.0004098405
Marked as misclassified No
Message-id <1257377839.56.0.470118537164.issue7206@psf.upfronthosting.co.za>
In-reply-to
Content
Download the debugging suite from
http://www.microsoft.com/whdc/devtools/debugging/install64bit.mspx#

Open windbg
Press Ctrl + E to load an executable
Select your python binary
Step through by typing g in the text box at the bottom of the Command
window.

The application will fail to crash completely as windbg will catch the
exception, however you should notice that it's spitting out duplicate
errors after a few breaks.

Paste up your log :)
History
Date User Action Args
2009-11-04 23:37:19richosetrecipients: + richo, loewis, pitrou, pR0Ps
2009-11-04 23:37:19richosetmessageid: <1257377839.56.0.470118537164.issue7206@psf.upfronthosting.co.za>
2009-11-04 23:37:18richolinkissue7206 messages
2009-11-04 23:37:18richocreate