I have a Debug mode boot. Of windows XP SP3 (multiProcessor)
I restart machine in debug mode.
Followed by starting WinDbg.
Set Sympath to c:\Windows\Symbols
Then enter Kernel Debug mode, and Local mode;
I get unable to find symbols, for ntkrnlmp.pdb
As a work around ....
If I change the sympath to use internet symbols it works
returned to Set Paths, and set internet path server instead of local version
Set Sympath to http://msdl.microsoft.com/download/symbols
then reload
noisy mode - symbol prompts on
lkd> .reload nt
DBGHELP: c:\windows\symbols\ntkrnlmp.pdb - file not found
DBGHELP: c:\windows\symbols\exe\ntkrnlmp.pdb - mismatched pdb
DBGHELP: c:\windows\symbols\symbols\exe\ntkrnlmp.pdb - file not found
DBGHELP: ntkrnlmp.pdb - file not found
DBGHELP: Couldn't load mismatched pdb for ntkrnlmp.exe
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
ntkrnlmp.exe -
DBGHELP: nt - export symbols
DBGHELP: Symbol Search Path:
srv*c:\localsymbols*http://msdl.microsoft.com/download/symbols
DBGHELP: Symbol Search Path:
srv*c:\localsymbols*http://msdl.microsoft.com/download/symbols
lkd> .reload
Connected to Windows XP 2600 x86 compatible target at (Wed Apr 8
16:34:15.000 2009 (GMT-4)), ptr64 FALSE
SYMSRV: ntkrnlmp.pdb from http://msdl.microsoft.com/download/symbols:
1220077 bytes - copied
DBGHELP: nt - public symbols
c:\localsymbols\ntkrnlmp.pdb\B883868B88CB415A92EC010CF6A115A52\ntkrnlmp.pdb
Loading Kernel Symbols
...............................................................
.......................................................
Loading User Symbols
................................................................
...............
Loading unloaded module list
.............
SYMSRV: ntdll.pdb from http://msdl.microsoft.com/download/symbols: 332042
bytes - copied
DBGHELP: ntdll - public symbols
c:\localsymbols\ntdll.pdb\1751003260CA42598C0FB326585000ED2\ntdll.pdb
From what I can see in your debugger spew, you have the wrong symbols for
your debug target in c:\windows\symbols...
DBGHELP: c:\windows\symbols\exe\ntkrnlmp.pdb - mismatched pdb
So in this case, your debugger is downloading the correct symbols from the
internet symbol store. Everything seems to work well as far as I can see.
What is the problem?
.pat styles [microsoft]
"GreyCoderII" <GreyC...@discussions.microsoft.com> wrote in message
news:45BAB4BF-2B11-459E...@microsoft.com...
"pat styles [microsoft]" wrote:
> Hello GreyCoderII.
>
> From what I can see in your debugger spew, you have the wrong symbols for
> your debug target in c:\windows\symbols...
>
> DBGHELP: c:\windows\symbols\exe\ntkrnlmp.pdb - mismatched pdb
>
> So in this case, your debugger is downloading the correct symbols from the
> internet symbol store. Everything seems to work well as far as I can see.
>
> What is the problem?
>
> ..pat styles [microsoft]
> ........................................................
> Loading User Symbols
> .................................................................
> ................
> Loading unloaded module list
> ..............
> SYMSRV: ntkrnlmp.pdb from http://msdl.microsoft.com/download/symbols:
> 1220077 bytes - copied
> DBGHELP: nt - public symbols
Is there something wrong with these?
.p
"GreyCoderII" <GreyC...@discussions.microsoft.com> wrote in message
news:56C65D49-B4E5-4B0B...@microsoft.com...