求助,windbg无法下载符号表。。。
魂灵L 2020-05-21 04:01:06 事情是这样的,楼主想用!locks分析死锁问题,但是输入后就显示
0:004> !locks
NTSDEXTS: Unable to resolve ntdll!RtlCriticalSectionList
NTSDEXTS: Please check your symbols
然后查找了各种博客,说要输入SRV*D:\mysymbol* http://msdl.microsoft.com/download/symbols
下载符号表 ,但是加载就会报错:
************* Path validation summary **************
Response Time (ms) Location
Deferred srv*d:\mysymbol*http://msdl.microsoft.com/download/symbols
0:004> .reload
.........................................................
*** WARNING: Unable to verify timestamp for ntdll.dll
************* Symbol Loading Error Summary **************
Module name Error
ntdll The system cannot find the file specified
You can troubleshoot most symbol related issues by turning on symbol loading diagnostics (!sym noisy) and repeating the command that caused symbols to be loaded.
You should also verify that your symbol search path (.sympath) is correct.
然后就没有然后了。。。求解这到底该咋办呢?