Symbol files for Hotfixes

Posted: 10-08-2003, 01:25 PM
Hi out there,

I'm running XP Professional SP1 and have installed several Hotfixes.
Specifically patch Q811493 which affects NTOSKRNL.EXE.
I'm currently writing a device driver and therefore need urgent
the associated symbol file (NTOSKRNL.DBG) for debugging
purposes.
Does anyone knows where at Microsoft I can get the file?


Thanks in advance

Reiner


Reply With Quote

Responses to "Symbol files for Hotfixes"

Gary G. Little
Guest
Posts: n/a
 
Re: Symbol files for Hotfixes
Posted: 10-08-2003, 02:49 PM
You're writing a device driver for XP which means that you are using DDK
build 3790, which means you are using BUILD/SOURCES which means you are
using the compiler in the DDK which means you are generating a PDB file when
you do a checked build because DBG files are no longer used. You should be
using the symbol server which will automagically ensure you are looking at
the correct set of symbols.

It sounds like you probably need to down load the latest WinDbg (6.2.0013)
as well if your version of WinDbg is looking for DBG files.

--
Gary G. Little
Seagate Technologies, LLC

"Reiner Ziegler" <R.Ziegler@mail.regio.net> wrote in message
news:exyb%23cZjDHA.2432@TK2MSFTNGP10.phx.gbl...
> Hi out there,
>
> I'm running XP Professional SP1 and have installed several Hotfixes.
> Specifically patch Q811493 which affects NTOSKRNL.EXE.
> I'm currently writing a device driver and therefore need urgent
> the associated symbol file (NTOSKRNL.DBG) for debugging
> purposes.
> Does anyone knows where at Microsoft I can get the file?
>
>
> Thanks in advance
>
> Reiner
>
>

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
shortcut icons with UAC symbol Ed Windows Vista Administration 4 09-05-2006 12:24 AM
hotfixes Richard Windows XP Performance & Maintenance 5 06-22-2004 05:52 AM
Hotfixes Nicholas Windows XP New Users 4 03-07-2004 08:01 PM
Does SFC (System File Checker) "understand" hotfixes? Philip Herlihy Windows XP Help & Support 5 10-16-2003 12:10 AM
How to identify what service pack and hotfixes have been applied to XP Pro/Home Jeff Wright Windows XP Performance & Maintenance 4 07-09-2003 03:41 AM