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:
to switch the debugger to the appropriate mode.
In order to view this crash dump as a 32bit application, in WinDbg, use:
.load wow64exts
.effmach x86to switch the debugger to the appropriate mode.
Archives



