incorrect symbols

I’m getting the following error four times in a row in windbg whenever I do
an analyze -v:

*************************************************
Your debugger is not using the correct symbols

In order for this command to work properly, your symbol path
must point to .pdb files that have full type information.

Certain .pdb files (such as the public OS symbols) do not
contain the required information. Contact the group that
provided you with these symbols if you need this command to
work.

Type referenced: mssmbios!SMBIOS_DATA_OBJECT
*****************************************************

I’m using a checked Kernel and HAL, and I’m using the Microsoft symbols
server (which I know is working correctly)

can anyone point me in the right direction? It doesn’t seem to be causing
any problems, but it’s just annoying.

Thanks!

-Jeff

Jeff,
I’m experiencing the exact same problem, even with free kernel and hal.
It seem to have started when I installed the new WinDbg release
(6.4.0007.0).
Then again, I’m very new to WinDbg, so I might be missing something really
stupid that is causing this…

Please tell me if you find a solution for this.

Thanks,
Shahar

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Jeff Lange
Sent: Tuesday, March 29, 2005 9:49 PM
To: Kernel Debugging Interest List
Subject: [windbg] incorrect symbols

I’m getting the following error four times in a row in windbg whenever I do
an analyze -v:

*************************************************
Your debugger is not using the correct symbols

In order for this command to work properly, your symbol path must point to
.pdb files that have full type information.

Certain .pdb files (such as the public OS symbols) do not contain the
required information. Contact the group that provided you with these symbols
if you need this command to work.

Type referenced: mssmbios!SMBIOS_DATA_OBJECT
*****************************************************

I’m using a checked Kernel and HAL, and I’m using the Microsoft symbols
server (which I know is working correctly)

can anyone point me in the right direction? It doesn’t seem to be causing
any problems, but it’s just annoying.

Thanks!

-Jeff


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

Try:
!sym noisy
!reload /f mssmbios.sys
!lmi mssmbios

Calvin Guan Software Engineer
ATI Technologies Inc. www.ati.com

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:bounce-205023-
xxxxx@lists.osr.com] On Behalf Of Shahar Talmi
Sent: March 29, 2005 3:10 PM
To: Kernel Debugging Interest List
Subject: RE: [windbg] incorrect symbols

Jeff,
I’m experiencing the exact same problem, even with free kernel and hal.
It seem to have started when I installed the new WinDbg release
(6.4.0007.0).
Then again, I’m very new to WinDbg, so I might be missing something really
stupid that is causing this…

Please tell me if you find a solution for this.

Thanks,
Shahar

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Jeff Lange
Sent: Tuesday, March 29, 2005 9:49 PM
To: Kernel Debugging Interest List
Subject: [windbg] incorrect symbols

I’m getting the following error four times in a row in windbg whenever I
do
an analyze -v:

*************************************************
Your debugger is not using the correct symbols

In order for this command to work properly, your symbol path must point to
.pdb files that have full type information.

Certain .pdb files (such as the public OS symbols) do not contain the
required information. Contact the group that provided you with these
symbols
if you need this command to work.

Type referenced: mssmbios!SMBIOS_DATA_OBJECT
*****************************************************

I’m using a checked Kernel and HAL, and I’m using the Microsoft symbols
server (which I know is working correctly)

can anyone point me in the right direction? It doesn’t seem to be causing
any problems, but it’s just annoying.

Thanks!

-Jeff


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


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

Calvin, here is the output of those commands:

0: kd> !sym noisy
noisy mode - symbol prompts on
0: kd> !reload /f mssmbios.sys
DBGHELP: mssmbios - public symbols
c:\websymbols\mssmbios.pdb\CEAE494998B24A458588AE7866D1B9421\mssmbios.pdb
0: kd> !lmi mssmbios
Loaded Module Info: [mssmbios]
Module: mssmbios
Base Address: f89f6000
Image Name: mssmbios.sys
Machine Type: 332 (I386)
Time Stamp: 41107d33 Wed Aug 04 02:07:47 2004
Size: 3c80
CheckSum: 1304a
Characteristics: 10e
Debug Data Dirs: Type Size VA Pointer
CODEVIEW 25, 1748, 1748 RSDS - GUID: (0xceae4949,
0x98b2, 0x4a45, 0x85, 0x88, 0xae, 0x78, 0x66, 0xd1, 0xb9, 0x42)
Age: 1, Pdb: mssmbios.pdb
Image Type: MEMORY - Image read successfully from loaded
memory.
Symbol Type: PDB - Symbols loaded successfully from symbol
server.
c:\websymbols\mssmbios.pdb\CEAE494998B24A458588AE7866D1B9421\mssmbios.pdb
Load Report: public symbols
c:\websymbols\mssmbios.pdb\CEAE494998B24A458588AE7866D1B9421\mssmbios.pdb
0: kd> g

So it looks like all is good… but the next time I bugchecked, I got the
same error.

-Jeff

“Calvin Guan” wrote in message news:xxxxx@windbg…
> Try:
> !sym noisy
> !reload /f mssmbios.sys
> !lmi mssmbios
>
> -
> Calvin Guan Software Engineer
> ATI Technologies Inc. www.ati.com
>
>> -----Original Message-----
>> From: xxxxx@lists.osr.com [mailto:bounce-205023-
>> xxxxx@lists.osr.com] On Behalf Of Shahar Talmi
>> Sent: March 29, 2005 3:10 PM
>> To: Kernel Debugging Interest List
>> Subject: RE: [windbg] incorrect symbols
>>
>> Jeff,
>> I’m experiencing the exact same problem, even with free kernel and hal.
>> It seem to have started when I installed the new WinDbg release
>> (6.4.0007.0).
>> Then again, I’m very new to WinDbg, so I might be missing something
>> really
>> stupid that is causing this…
>>
>> Please tell me if you find a solution for this.
>>
>> Thanks,
>> Shahar
>>
>> -----Original Message-----
>> From: xxxxx@lists.osr.com
>> [mailto:xxxxx@lists.osr.com] On Behalf Of Jeff Lange
>> Sent: Tuesday, March 29, 2005 9:49 PM
>> To: Kernel Debugging Interest List
>> Subject: [windbg] incorrect symbols
>>
>> I’m getting the following error four times in a row in windbg whenever I
>> do
>> an analyze -v:
>>
>> *************************************************
>> Your debugger is not using the correct symbols
>>
>> In order for this command to work properly, your symbol path must point
>> to
>> .pdb files that have full type information.
>>
>> Certain .pdb files (such as the public OS symbols) do not contain the
>> required information. Contact the group that provided you with these
>> symbols
>> if you need this command to work.
>>
>> Type referenced: mssmbios!SMBIOS_DATA_OBJECT
>>*****************************************************
>>
>> I’m using a checked Kernel and HAL, and I’m using the Microsoft symbols
>> server (which I know is working correctly)
>>
>> can anyone point me in the right direction? It doesn’t seem to be
>> causing
>> any problems, but it’s just annoying.
>>
>> Thanks!
>>
>> -Jeff
>>
>>
>>
>>
>> —
>> You are currently subscribed to windbg as: xxxxx@safend.com To
>> unsubscribe
>> send a blank email to xxxxx@lists.osr.com
>>
>>
>> —
>> You are currently subscribed to windbg as: xxxxx@ati.com
>> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>

Then try:
dt SMBIOS_DATA_OBJECT or probably dt _SMBIOS_DATA_OBJECT

if none of them gives valid output, it means the symbol is stripped.

Calvin Guan Software Engineer
ATI Technologies Inc. www.ati.com

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:bounce-205030-
xxxxx@lists.osr.com] On Behalf Of Jeff Lange
Sent: March 29, 2005 4:11 PM
To: Kernel Debugging Interest List
Subject: Re:[windbg] incorrect symbols

Calvin, here is the output of those commands:

0: kd> !sym noisy
noisy mode - symbol prompts on
0: kd> !reload /f mssmbios.sys
DBGHELP: mssmbios - public symbols

c:\websymbols\mssmbios.pdb\CEAE494998B24A458588AE7866D1B9421\mssmbios.pdb
0: kd> !lmi mssmbios
Loaded Module Info: [mssmbios]
Module: mssmbios
Base Address: f89f6000
Image Name: mssmbios.sys
Machine Type: 332 (I386)
Time Stamp: 41107d33 Wed Aug 04 02:07:47 2004
Size: 3c80
CheckSum: 1304a
Characteristics: 10e
Debug Data Dirs: Type Size VA Pointer
CODEVIEW 25, 1748, 1748 RSDS - GUID: (0xceae4949,
0x98b2, 0x4a45, 0x85, 0x88, 0xae, 0x78, 0x66, 0xd1, 0xb9, 0x42)
Age: 1, Pdb: mssmbios.pdb
Image Type: MEMORY - Image read successfully from loaded
memory.
Symbol Type: PDB - Symbols loaded successfully from symbol
server.

c:\websymbols\mssmbios.pdb\CEAE494998B24A458588AE7866D1B9421\mssmbios.pdb
Load Report: public symbols

c:\websymbols\mssmbios.pdb\CEAE494998B24A458588AE7866D1B9421\mssmbios.pdb
0: kd> g

So it looks like all is good… but the next time I bugchecked, I got the
same error.

-Jeff

“Calvin Guan” wrote in message news:xxxxx@windbg…
> > Try:
> > !sym noisy
> > !reload /f mssmbios.sys
> > !lmi mssmbios
> >
> > -
> > Calvin Guan Software Engineer
> > ATI Technologies Inc. www.ati.com
> >
> >> -----Original Message-----
> >> From: xxxxx@lists.osr.com [mailto:bounce-205023-
> >> xxxxx@lists.osr.com] On Behalf Of Shahar Talmi
> >> Sent: March 29, 2005 3:10 PM
> >> To: Kernel Debugging Interest List
> >> Subject: RE: [windbg] incorrect symbols
> >>
> >> Jeff,
> >> I’m experiencing the exact same problem, even with free kernel and hal.
> >> It seem to have started when I installed the new WinDbg release
> >> (6.4.0007.0).
> >> Then again, I’m very new to WinDbg, so I might be missing something
> >> really
> >> stupid that is causing this…
> >>
> >> Please tell me if you find a solution for this.
> >>
> >> Thanks,
> >> Shahar
> >>
> >> -----Original Message-----
> >> From: xxxxx@lists.osr.com
> >> [mailto:xxxxx@lists.osr.com] On Behalf Of Jeff Lange
> >> Sent: Tuesday, March 29, 2005 9:49 PM
> >> To: Kernel Debugging Interest List
> >> Subject: [windbg] incorrect symbols
> >>
> >> I’m getting the following error four times in a row in windbg whenever
> I
> >> do
> >> an analyze -v:
> >>
> >> *************************************************
> >> Your debugger is not using the correct symbols
> >>
> >> In order for this command to work properly, your symbol path must point
> >> to
> >> .pdb files that have full type information.
> >>
> >> Certain .pdb files (such as the public OS symbols) do not contain the
> >> required information. Contact the group that provided you with these
> >> symbols
> >> if you need this command to work.
> >>
> >> Type referenced: mssmbios!SMBIOS_DATA_OBJECT
> >>*****************************************************
> >>
> >> I’m using a checked Kernel and HAL, and I’m using the Microsoft symbols
> >> server (which I know is working correctly)
> >>
> >> can anyone point me in the right direction? It doesn’t seem to be
> >> causing
> >> any problems, but it’s just annoying.
> >>
> >> Thanks!
> >>
> >> -Jeff
> >>
> >>
> >>
> >>
> >> —
> >> You are currently subscribed to windbg as: xxxxx@safend.com To
> >> unsubscribe
> >> send a blank email to xxxxx@lists.osr.com
> >>
> >>
> >> —
> >> You are currently subscribed to windbg as: xxxxx@ati.com
> >> To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
> >
>
>
>
> —
> You are currently subscribed to windbg as: xxxxx@ati.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com