Win32 app dump debugging on Win64 

If you get an app dump for a 32bit application that was running on Win64, and try to view it, most of the symbols will be variants on wow64cpu and similar names.

In order to view this crash dump as a 32bit application, in WinDbg, use:
.load wow64exts
.effmach x86

to switch the debugger to the appropriate mode.
[ add comment ] ( 93 views ) permalink

<<First <Back | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Next> Last>>