dr.watson

WinDbg Dr. Watson minidump - requires pdb/dll originally built for installed version?

情到浓时终转凉″ 提交于 2019-11-29 02:42:05
I have a mindmp file from a target's application crash. Is it possible for me to rebuild the dll/pdb files for a version of software and have windbg load symbols correctly? My problem is that our pdb files are only kept for major releases (unfortunately). This is a daily build, which I can rebuild myself, but I'm getting tripped up on errors. With !sym noisy on: "image header does not match memory image header." DBGENG: C:\...\XXX.dll image header does not match memory image header. DBGENG: XXX.dll - Partial symbol image load missing image info DBGHELP: Module is not fully loaded into memory.

WinDbg Dr. Watson minidump - requires pdb/dll originally built for installed version?

孤者浪人 提交于 2019-11-27 17:12:33
问题 I have a mindmp file from a target's application crash. Is it possible for me to rebuild the dll/pdb files for a version of software and have windbg load symbols correctly? My problem is that our pdb files are only kept for major releases (unfortunately). This is a daily build, which I can rebuild myself, but I'm getting tripped up on errors. With !sym noisy on: "image header does not match memory image header." DBGENG: C:\...\XXX.dll image header does not match memory image header. DBGENG: