http://bugs.winehq.org/show_bug.cgi?id=9585
Summary: minidumps created under wine cannot be read by windbg Product: Wine Version: CVS/GIT Platform: PC URL: http://www.winwonk.com/writing/minidump/minidump- sample.zip OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-dbghelp AssignedTo: wine-bugs@winehq.org ReportedBy: thestig@google.com
After compiling the minidump sample program from http://www.winwonk.com/writing/minidump/, I ran it on Windows and generated a minidump. (.dmp file) I can then use WinDbg 6.6.0007.5 on Windows to open up the minidump.
On Wine, the program generates a minidump, but when I try to open the file in WinDbg on Windows, WinDbg complains:
Failure when opening dump file 'C:\foo.dmp', HRESULT 0x80004005 It may be corrupt or in a format not understood by the debugger.
Unspecified error.