Note that there are some explanatory texts on larger screens.

plurals
  1. POError:Symbol File not found in WinDbg
    text
    copied!<p>I am doing remote debugging of windows vista using VmWare , but i encounter the </p> <pre><code>*** ERROR: Symbol file could not be found. Defaulted to export symbols for ntkrpamp.exe " </code></pre> <p>also , if i give "!process 0 0 " in windbg , i get </p> <pre><code>**** NT ACTIVE PROCESS DUMP **** NT symbols are incorrect, please fix symbols </code></pre> <p>I tried setting _NT_SYMBOL_PATH to "symsrv*symsrv.dll*c:\symbols*http://msdl.microsoft.com/download/symbols" (This was given in <a href="http://support.microsoft.com/kb/311503/" rel="nofollow">http://support.microsoft.com/kb/311503/</a>) , then i changed the symbol file path of windbg to "srv*C:\Symbols\MsSymbols*http://msdl.microsoft.com/download/symbols" , but even after that i get the same errors, when i run symchk.exe to download symbols, i could get a lot of FAILED messages. when i try to reload using .reload after running !sym noisy, i get </p> <pre><code>Connected to Windows Vista 6000 x86 compatible target at (Sat Jan 28 16:52:23.839 2012 (GMT+5)), ptr64 FALSE SYMSRV: The system cannot find the file specified. SYMSRV: The system cannot find the file specified. SYMSRV: The system cannot find the file specified. SYMSRV: c:\symbols\mssymbols\ntkrpamp.pdb\FD50D285751D4684938604B2CC1B41682\ntkrpamp.pdb not found SYMSRV: http://msdl.microsoft.com/download/symbols/ntkrpamp.pdb/FD50D285751D4684938604B2CC1B41682/ntkrpamp.pdb not found DBGHELP: ntkrpamp.pdb - file not found *** ERROR: Symbol file could not be found. Defaulted to export symbols for ntkrpamp.exe - DBGHELP: nt - export symbols Loading Kernel Symbols ............................................................... ................................................................ ............ Loading User Symbols Loading unloaded module list .... </code></pre> <p>But still when i try to run !process 0 0 , i get an error saying incorrect symbols</p> <p>Thanks for your help and time in advance..</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload