windbg 调试 dump 文件,提示:your debugger is not using the correct symbols

系统: Windows Server 2008 R2 Datacenter

背景:热插拔网卡,重启时蓝屏,保存有 C:\Windows\MEMORY.DMP 。所以想要调试一下,看看原因。

过程:

第一次尝试
1.安装 windbg;

2.配置 Symbol File Path , SRV*C:\symbol*http://msdl.microsoft.com/download/symbols

3.打开 Crash Dump file C:\Windows\MEMORY.DMP ;

4.出错,提示内容主要为 your debugger is not using the correct symbols 。

第二次尝试
1.安装离线 Symbol 文件 Windows_Win7SP1.7601.17514.101119-1850.AMD64CHK.Symbols.msi

2.配置 Symbol File Path ,C:\Symbols;SRV*C:\Symbols*http://msdl.microsoft.com/download/symbols

3.打开 Crash Dump file C:\Windows\MEMORY.DMP ;

4.出错,提示内容主要为 your debugger is not using the correct symbols 。

https://blog.csdn.net/yyylll62803112/article/details/21372465