Error 0x80004005 when reading dump file with WinDbg -
i'm working on 32 bit application causes 64 bit windows 7 machine crash. i've generated dump file of crash using procdump utility sysinternals. (i used command "procdump -ma -h myapplication.exe".) now, when open dump file windbg, error:
"failure when opening dump file 'mydumpfile.dmp', hresult 0x80004005. may corrupt or in format not understood debugger."
this happens both when running windbg x86 on 32 bit windows xp machine, , when running windbg amd64 on 64 bit windows 7 machine. can explain this?
edit - additional info: when running dumpchk on file, says:
"minidump not have system info. not open dump file [mydumpfile.dmp], hresult 0x80004005 'unspecified error'".
maybe dump file corrupt?
seems not use procdump correctly.
can try use adplus (which in debugging tools windows) capture crash dumps?
Comments
Post a Comment