I have a crash dump with me and i tried to load symbols using microsoft
symbol server. Symbols loaded for every module except ntfs. what can i do
for loading the symbols for ntfs. Or is there any way to find whether image
is ok or corrupted inside crash dump.
–
Regards
Rohit Gauba
!chkimg' is used to compare memory of a target vs symbols, but you would need to get symbols to load in order to do that (and besides,
!chkimg’ is typically not useful on most minidumps that don’t save image code sections anyway). Symbol loading is only dependant on a couple of fields related to a module, and is typically not impaired by memory corruption except in the most extreme scenarios.
One possibility is that you’ve got a bad PDB for ntfs in your symbol cache (sometimes happens when a previous download attempt for a PDB failed). Try enabling noisy symbol loading - `!sym noisy’ and trying to reload symbols for ntfs. If you get an E_PDB_CORRUPT error, delete the corresponding .pdb in your downstream store cache and try again.
–
Ken Johnson (Skywing)
Windows SDK MVP
http://www.nynaeve.net
“Rohit” wrote in message news:xxxxx@windbg…
I have a crash dump with me and i tried to load symbols using microsoft symbol server. Symbols loaded for every module except ntfs. what can i do for loading the symbols for ntfs. Or is there any way to find whether image is ok or corrupted inside crash dump.
–
Regards
Rohit Gauba