Correct Symbols for XP.

Hi, All

During debugging, I'm trying to see processes.

1: kd> !process 0 2

This is the message I receive:

**** NT ACTIVE PROCESS DUMP ****
NT symbols are incorrect, please fix symbols

Where I can get correct symbols for XP?

What the right way to load symbols to WinDbg?

Thank you,
Kozlov Daniel

Hi

You can use below command.

.symfix c:\symbols

.reload

!process 0 2

Best regards,

Taehwa

From: xxxxx@lists.osr.com [mailto:bounce-418355-
xxxxx@lists.osr.com] On Behalf Of danny kozlov
Sent: Monday, July 19, 2010 5:50 PM
To: Kernel Debugging Interest List
Subject: [windbg] Correct Symbols for XP.

Hi, All

During debugging, I'm trying to see processes.

1: kd> !process 0 2

This is the message I receive:

**** NT ACTIVE PROCESS DUMP ****

NT symbols are incorrect, please fix symbols

Where I can get correct symbols for XP?

What the right way to load symbols to WinDbg?

Thank you,
Kozlov Daniel

--- WINDBG is sponsored by OSR For our schedule of WDF, WDM, debugging and
other seminars visit: OSR Seminars – OSR To unsubscribe, visit the
List Server section of OSR Online at
ListServer/Forum

Did you try to reload the symbols? What symbol loading warning messages
are you getting?

!sym noisy

.symfix

.reload /f nt

Kris

From: danny kozlov [mailto:xxxxx@gmail.com]
Posted At: Monday, July 19, 2010 9:50 AM
Posted To: windbg
Conversation: Correct Symbols for XP.
Subject: Correct Symbols for XP.

Hi, All

During debugging, I'm trying to see processes.

1: kd> !process 0 2

This is the message I receive:

**** NT ACTIVE PROCESS DUMP ****

NT symbols are incorrect, please fix symbols

Where I can get correct symbols for XP?

What the right way to load symbols to WinDbg?

Thank you,
Kozlov Daniel