客户提交一个dump文件,WinDbg加载时出现大量WARNING,加载对应版本的SOS后执行相应命令提示"SOS does not support the current target architecture"。

原因在于使用了64位的任务管理器导出了32位进程的dump文件,下面是两个解决方法:

1、使用32位任务管理器,运行:C:\Windows\SysWOW64\taskmgr.exe。

2、使用其它转储工具,比如:ProcessExplorer。

 

参考资料:

Capturing memory dumps for 32-bit processes on an x64 machine

相关文章:

  • 2022-03-04
  • 2022-12-23
  • 2021-11-29
  • 2021-09-08
  • 2022-12-23
  • 2021-04-20
  • 2021-12-16
  • 2022-12-23
猜你喜欢
  • 2021-08-15
  • 2021-12-25
  • 2022-12-23
  • 2021-09-20
  • 2022-12-23
  • 2022-02-03
相关资源
相似解决方案