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.
http://bugs.winehq.org/show_bug.cgi?id=9585
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com Keywords| |source
--- Comment #1 from Dan Kegel dank@kegel.com 2007-09-04 19:52:32 --- Can you do a binary comparison of minidump files, or are they too noisy? (i.e. how different are successive runs on Windows, and are Wine runs very different?)
http://bugs.winehq.org/show_bug.cgi?id=9585
--- Comment #2 from Lei Zhang thestig@google.com 2007-09-05 15:30:14 --- Google-breakpad [1] has a minidump_dump program that can parse the mini dump files and output something more human-readable. When I ran it on the dump from Wine, I got a bunch of parsing errors.
[1] http://code.google.com/p/google-breakpad/
http://bugs.winehq.org/show_bug.cgi?id=9585
Eric Pouech eric.pouech@orange.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@orange.fr
--- Comment #3 from Eric Pouech eric.pouech@orange.fr 2008-01-05 14:41:29 --- this should be fixed in git by now. can you give it a spin ?
http://bugs.winehq.org/show_bug.cgi?id=9585
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #4 from Lei Zhang thestig@google.com 2008-01-06 01:41:44 --- Fixed in Wine 0.9.52.
http://bugs.winehq.org/show_bug.cgi?id=9585
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Dan Kegel dank@kegel.com 2008-01-28 06:10:47 --- Closing all RESOLVED FIXED bugs older than 0.9.54.
http://bugs.winehq.org/show_bug.cgi?id=9585
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified