Help required for Kd/WinDbg

Sending this on behalf of Chitra Das.
You may reply to Ntdev or directly to xxxxx@yahoo.co.uk


I’m using i386kd (version: 5.00.2184.1) and windbg
(version: 5.00.2184.1) with Windows 2000 professional
(Check build 2195) on target system and Windows 2000
professional (Free build 2128) on host system.

I couldn’t load the stv674_masf.pdb symbol file of my
driver stv674_masf.sys. I used the below command line
in kd: “.reload stv674_masf.sys”

It is giving following error message:

unable to read selector for PCR for processor 0 PPEB
is NULL (addr= 0000018c)

Module “stv674_masf.sys” was not found in the OS
module list Please verify you provided the extension
(i.e. kernel32.dll).
Debugger will attempt to load modefule
“stv674_masf.sys” and guess the base address.

Loading symbols for 00000000 stv674_masf.sys ->
stv674_masf.sys *** WARNING : unable to verify
checksum for stv674_masf.sys i386kd Modload: 00010000
00016f80 stv674_masf.sys

I’ve loaded the debug build symbols for target
properly.

Waiting for a reply.
Chitra


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

This is the wrong debugger. Download the newer version from the MS
website. It is 4.0.0011.0.

The link is: http://www.microsoft.com/ddk/debugging

-----Original Message-----
From: Abhijit Mirajkar [mailto:xxxxx@controlnet.co.in]
Sent: Tuesday, October 23, 2001 11:10 AM
To: NT Developers Interest List
Cc: xxxxx@yahoo.co.uk
Subject: [ntdev] Help required for Kd/WinDbg

Sending this on behalf of Chitra Das.
You may reply to Ntdev or directly to xxxxx@yahoo.co.uk


I’m using i386kd (version: 5.00.2184.1) and windbg
(version: 5.00.2184.1) with Windows 2000 professional
(Check build 2195) on target system and Windows 2000 professional (Free
build 2128) on host system.

I couldn’t load the stv674_masf.pdb symbol file of my
driver stv674_masf.sys. I used the below command line
in kd: “.reload stv674_masf.sys”

It is giving following error message:

unable to read selector for PCR for processor 0 PPEB
is NULL (addr= 0000018c)

Module “stv674_masf.sys” was not found in the OS
module list Please verify you provided the extension
(i.e. kernel32.dll).
Debugger will attempt to load modefule
“stv674_masf.sys” and guess the base address.

Loading symbols for 00000000 stv674_masf.sys ->
stv674_masf.sys *** WARNING : unable to verify
checksum for stv674_masf.sys i386kd Modload: 00010000
00016f80 stv674_masf.sys

I’ve loaded the debug build symbols for target
properly.

Waiting for a reply.
Chitra


You are currently subscribed to ntdev as: xxxxx@osr.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Try !reload instead of .reload

Max

----- Original Message -----
From: “Abhijit Mirajkar”
To: “NT Developers Interest List”
Cc:
Sent: Tuesday, October 23, 2001 7:09 PM
Subject: [ntdev] Help required for Kd/WinDbg

> Sending this on behalf of Chitra Das.
> You may reply to Ntdev or directly to xxxxx@yahoo.co.uk
>
> ----------
> I’m using i386kd (version: 5.00.2184.1) and windbg
> (version: 5.00.2184.1) with Windows 2000 professional
> (Check build 2195) on target system and Windows 2000
> professional (Free build 2128) on host system.
>
> I couldn’t load the stv674_masf.pdb symbol file of my
> driver stv674_masf.sys. I used the below command line
> in kd: “.reload stv674_masf.sys”
>
> It is giving following error message:
>
> unable to read selector for PCR for processor 0 PPEB
> is NULL (addr= 0000018c)
>
> Module “stv674_masf.sys” was not found in the OS
> module list Please verify you provided the extension
> (i.e. kernel32.dll).
> Debugger will attempt to load modefule
> “stv674_masf.sys” and guess the base address.
>
> Loading symbols for 00000000 stv674_masf.sys ->
> stv674_masf.sys *** WARNING : unable to verify
> checksum for stv674_masf.sys i386kd Modload: 00010000
> 00016f80 stv674_masf.sys
>
>
> I’ve loaded the debug build symbols for target
> properly.
>
> Waiting for a reply.
> Chitra
> ----------
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com