[issue13081] Crash in Windows with unknown cause

Santoso Wijaya report at bugs.python.org
Tue Oct 4 01:08:56 CEST 2011


Santoso Wijaya <santoso.wijaya at gmail.com> added the comment:

Without the aforementioned minidump library, you can also kick off the Python interpreter using a debugger (or have a debugger break into an already-running one) [1]. When the crash happens--presumably the debugger will break at this point--you can export the mini dump into a file for us to look at [2].

[1] I like using windbg (http://msdn.microsoft.com/en-us/windows/hardware/gg463009).

[2] It would be something like, `.dump /ma C:\path\to\crash.DMP`

----------
nosy: +santa4nt

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


More information about the Python-bugs-list mailing list