常见问题及解决:
- 错误提示问题解决:
- 具体解决方案请查看:The version of SOS does not match the version of CLR you are debugging; SOS.dll版本不匹配; Dump文件不同环境msc..._weixin_30895603的博客-CSDN博客
- 从生产服务器拷贝3个文件到本地下来(抓取dump文件的计算上):
-
The version of SOS does not match the version of CLR you are debugging. Please load the matching version of SOS for the version of CLR you are debugging. CLR Version: 4.0.30319.34209 SOS Version: 4.8.9037.0
-
-
- Dump转储文件,分32和64位,这里使用32位任务管理器转储文件(syswow64文件夹下的task.exe任务管理器)
- Windbg软件:
常用命令:
- !runaway
- !threads查看托管线程
- 其他命令:Windbg程序调试系列5-高CPU问题分析 (bbsmax.com)
- 具体执行结果如下:
-