SOS does not support the current target architecture
问题 I am trying to use windbg to research a hang dump file created on an x64 machine for our x86 process. This is a 4.0 x86 application, so just to get an unmanaged stack, I had to do the following: .loadby sos clr .load wow64exts !sw kL However, everytime I try to get the managed stack via !clrstack I get the error in the title. What am I missing? 回答1: I believe you will have to use the 32-bit task manager, located in C:\Windows\SysWOW64\taskmgr.exe to get a 32-bit dump. More info here: http:/