[issue13081] Crash in Windows with unknown cause

Brian Curtin report at bugs.python.org
Mon Oct 3 21:01:04 CEST 2011


Brian Curtin <brian at python.org> added the comment:

I recently created "minidumper" to write Visual Studio "MiniDump" files of interpreter crashes, but it's currently only available on 3.x. If I port it to 2.x, you could add "import minidumper;minidumper.enable()" to the top of your script, then we could probably get somewhere with it.

An additional example script, possibly including sample data to run through it, would be even better.

----------
nosy: +brian.curtin

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13081>
_______________________________________


More information about the Python-bugs-list mailing list