Symbols

Hi All,

I have recently installed windbg inside windows 7 in Vmware … Installed
windows SDK and Windows Symbols.

But still when I open executable “notepad.exe” inside windbg, and run
the following
dt _IMAGE_DOS_HEADER

command, it says symbol not found.

I have PATH set already
_NT_SYMBOL_PATH=SMVSRV*c:\Symbols*http://msdl.microsoft.com/download/symbols

Tried the same on windows XP ... same issues ..

Please advice.

Thanks !

Akash

Change “SMVSRV” for “symsrv”.
Next time you can use “!sym noisy; .reload” command to see why symbols were
not loaded.

On Mon, Jan 14, 2013 at 8:14 AM, Akash Jain wrote:
> I have PATH set already
> _NT_SYMBOL_PATH=SMVSRVc:\Symbolshttp://msdl.microsoft.com/download/symbols
Looks like a typo, it should be:
_NT_SYMBOL_PATH=srvc:\Symbolshttp://msdl.microsoft.com/download/symbols

Alternatively try:
!sym noisy
.symfix c:\symbols
.reload /f nt

Kris

Thanks to both of you !

On 14-Jan-13 3:07 PM, Petr Kurtin wrote:

Change “SMVSRV” for “symsrv”.
Next time you can use “!sym noisy; .reload” command to see why symbols were
not loaded.


WINDBG is sponsored by OSR

OSR is hiring!! Info at http://www.osr.com/careers

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