It’s too slow when I use windbg to load a crash dump.It seems that windbg is loading the pdb files.But I have already cached the symbols files on my computer,such as srv*d:\symbolslocasl*http://msdl.microsoft.com/download/symbols;cache\*c:\mysymbols;\\anothershare\that\gets\cached;
Even not the first time I load the same crash dump,it take a long time to look up the symbol files.
Start windbg with “-n” command-line option, or run “!sym noisy” then “.reload /f”. Debugger would generate noisy spew how it locates/loads the PDBs and that could provide more hints what goes slow.
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
Sent: Wednesday, August 29, 2012 08:37 AM
To: Kernel Debugging Interest List
Subject: [windbg] It’s too slow when windbg to resolve the symbol?
It’s too slow when I use windbg to load a crash dump.It seems that windbg is loading the pdb files.But I have already cached the symbols files on my computer,such as srv*d:\symbolslocasl*http://msdl.microsoft.com/download/symbols;cache\*c:\mysymbols;\\anothershare\that\gets\cached;
Even not the first time I load the same crash dump,it take a long time to look up the symbol files.
WINDBG is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer