symbols for feb07 longhorn (checked) build

Either I jumped the gun or I’m being entirely stupid here. Please tell me
which. I guess both might be a choice here!

So I download the Feb 07 checked build of longhorn, download the latest
debugging tools from ms as well, and livekd since I live in the present
instead of the past. But symbols? Not on the ISO image of the OS
(AFAICT). Not on the MS site that I can find either. Am I too early on
this or did I miss something?

Did you try the internet symbol server?

Jason

From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Timothy R. Mangan
Sent: Saturday, March 10, 2007 8:58 AM
To: Kernel Debugging Interest List
Subject: [windbg] symbols for feb07 longhorn (checked) build

Either I jumped the gun or I’m being entirely stupid here. Please tell me which. I guess both might be a choice here!

So I download the Feb 07 checked build of longhorn, download the latest debugging tools from ms as well, and livekd since I live in the present instead of the past. But symbols? Not on the ISO image of the OS (AFAICT). Not on the MS site that I can find either. Am I too early on this or did I miss something?


You are currently subscribed to windbg as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com

Yes.

SRV=*c:\symbols*http://msdl.microsoft.com/download/symbols

If I use kd to see the error I get “Could not resolve symbols for
ntoskrnl.exe”.

Also looked here for manual download:
http://www.microsoft.com/whdc/devtools/debugging/symbolpkg.mspx
I also looked at microsoft connect.


Subject: RE: symbols for feb07 longhorn (checked) build
From: Jason Shay
Date: Sat, 10 Mar 2007 10:39:42 -0800
X-Message-Number: 2

Did you try the internet symbol server?

Jason

From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Timothy R. Mangan
Sent: Saturday, March 10, 2007 8:58 AM
To: Kernel Debugging Interest List
Subject: [windbg] symbols for feb07 longhorn (checked) build

Either I jumped the gun or I’m being entirely stupid here. Please tell me
which. I guess both might be a choice here!

So I download the Feb 07 checked build of longhorn, download the latest
debugging tools from ms as well, and livekd since I live in the present
instead of the past. But symbols? Not on the ISO image of the OS
(AFAICT). Not on the MS site that I can find either. Am I too early on
this or did I miss something?


You are currently subscribed to windbg as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com



END OF DIGEST


You are currently subscribed to windbg as: xxxxx@tmurgent.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Can you turn on ‘!sym noisy’ and provide the output of the symbol reload of ‘.reload /f nt’? A ‘vertarget’ would be helpful, too.

Jason

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Timothy R. Mangan
Sent: Sunday, March 11, 2007 6:38 AM
To: Kernel Debugging Interest List
Subject: RE:[windbg] symbols for feb07 longhorn (checked) build

Yes.

SRV=*c:\symbols*http://msdl.microsoft.com/download/symbols

If I use kd to see the error I get “Could not resolve symbols for
ntoskrnl.exe”.

Also looked here for manual download:
http://www.microsoft.com/whdc/devtools/debugging/symbolpkg.mspx
I also looked at microsoft connect.


Subject: RE: symbols for feb07 longhorn (checked) build
From: Jason Shay
Date: Sat, 10 Mar 2007 10:39:42 -0800
X-Message-Number: 2

Did you try the internet symbol server?

Jason

From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Timothy R. Mangan
Sent: Saturday, March 10, 2007 8:58 AM
To: Kernel Debugging Interest List
Subject: [windbg] symbols for feb07 longhorn (checked) build

Either I jumped the gun or I’m being entirely stupid here. Please tell me
which. I guess both might be a choice here!

So I download the Feb 07 checked build of longhorn, download the latest
debugging tools from ms as well, and livekd since I live in the present
instead of the past. But symbols? Not on the ISO image of the OS
(AFAICT). Not on the MS site that I can find either. Am I too early on
this or did I miss something?


You are currently subscribed to windbg as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com



END OF DIGEST


You are currently subscribed to windbg as: xxxxx@tmurgent.com
To unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: xxxxx@winse.microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Hi, I got the same problem with free build as well. here is what you asked for:

0: kd> vertarget
Windows Vista Kernel Version 6001 MP (2 procs) Free x86 compatible
Built by: 6001.16461.x86fre.longhorn_idx02.070209-1510
Kernel base = 0x81800000 PsLoadedModuleList = 0x8190dab0
Debug session time: Sun Mar 25 10:53:50.125 2007 (GMT+2)
System Uptime: 2 days 14:44:30.328

0: kd> .reload/f nt
SYMSRV: c:\websymbols\ntkrnlmp.pdb\60B9BBFF63B249BF82B81091D4BAF32D2\ntkrnlmp.pdb not found
SYMSRV: http://msdl.microsoft.com/download/symbols/ntkrnlmp.pdb/60B9BBFF63B249BF82B81091D4BAF32D2/ntkrnlmp.pdb not found
DBGHELP: ntkrnlmp.pdb - file not found
*** ERROR: Symbol file could not be found. Defaulted to export symbols for ntkrnlmp.exe -
DBGHELP: nt - export symbols

Hope you can help me getting these symbols.

Thanks

Alon.