When I use WinDbg command .reload /f /v ntdll.dll
to download symbol from microsoft symbol server the request always fails as below:
AddImage: C:WindowsSystem32
tdll.dll DllBase = 00007ffc`27850000
Size = 001ce000 Checksum = 001ca321 TimeDateStamp = 57dcb78c
SYMSRV: BYINDEX: 0x10D
d:symbols*http://msdl.microsoft.com/download/symbols
ntdll.pdb
70F83B45D56645FD962606D8D09AF5971 SYMSRV: d:symbols
tdll.pdb70F83B45D56645FD962606D8D09AF5971
tdll.pdb -
file not found SYMSRV: HTTPGET:
/download/symbols/ntdll.pdb/70F83B45D56645FD962606D8D09AF5971/ntdll.pdb
SYMSRV: HttpQueryInfo: 404 - HTTP_STATUS_NOT_FOUND SYMSRV: HTTPGET:
/download/symbols/ntdll.pdb/70F83B45D56645FD962606D8D09AF5971/ntdll.pd_
SYMSRV: HttpQueryInfo: 404 - HTTP_STATUS_NOT_FOUND SYMSRV: HTTPGET:
/download/symbols/ntdll.pdb/70F83B45D56645FD962606D8D09AF5971/file.ptr
SYMSRV: HttpQueryInfo: 404 - HTTP_STATUS_NOT_FOUND SYMSRV:
d:symbols
tdll.pdb70F83B45D56645FD962606D8D09AF5971
tdll.pdb not
found SYMSRV:
....symbols/ntdll.pdb/70F83B45D56645FD962606D8D09AF5971/ntdll.pdb not
found SYMSRV: BYINDEX: 0x10E
d:symcache
ntdll.pdb
70F83B45D56645FD962606D8D09AF5971 SYMSRV: d:symcache
tdll.pdb70F83B45D56645FD962606D8D09AF5971
tdll.pdb -
file not found SYMSRV:
d:symcache
tdll.pdb70F83B45D56645FD962606D8D09AF5971
tdll.pdb not
found DBGHELP: ntdll.pdb - file not found
*** ERROR: Symbol file could not be found. Defaulted to export symbols for ntdll.dll - DBGHELP: ntdll - export symbols
************* Symbol Loading Error Summary **************
Module name Error
ntdll The system cannot find the file specified
: srv*d:symbols*http://msdl.microsoft.com/download/symbols
The SYMSRV client failed to find a file in the UNC store, or there
is an invalid UNC store (an invalid path or the pingme.txt file is
not present in the root directory), or the file is present in the
symbol server exclusion list.
PDB not found : cache*d:symcache
Unable to locate the .pdb file in this location
How to find out if the Microsoft symbol server is available? And if it's not available, how to contact them?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…