windbg 3.0.0010 problems

I’m having two problems with this version of windbg.
The 1st problem is the !verifier command doesn’t work when I run it on
Windows XP Beta 2. The error I get is
8017ee20: Unable to get verifier list.

The 2nd problem that windbg doesn’t always notice when a source file is
modified. Occationally it will prompt me that the source file changed and
ask if I wish to reload it.

  • Steve -

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

On Thursday, May 17, 2001 11:12 PM “Steve Whitman” wrote:

I’m having two problems with this version of windbg.
(snip)
The 2nd problem that windbg doesn’t always notice when a source file is
modified. Occationally it will prompt me that the source file changed
and
ask if I wish to reload it.

That happens also occasionally on previous versions of WinDbg
(e.g. 2.0.0023.0); that is caused by the file being paged-out (I guess),
so usually a “.reload” or “.reload /user” command fixes the problem
(save your workspace regularly, that will help a lot also).

Miguel Monteiro
xxxxx@criticalsoftware.com
www.criticalsoftware.com

«Humour and love are God’s answers
to Human weaknesses»


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

Hi Steve,

This would be a really good posting for the Kernel Debugging Interest
group, which the developers of windbg constantly look at.

Youssef

-----Original Message-----
From: Steve Whitman [mailto:xxxxx@cognex.com]
Sent: Thursday, May 17, 2001 3:13 PM
To: NT Developers Interest List
Subject: [ntdev] windbg 3.0.0010 problems

I’m having two problems with this version of windbg.
The 1st problem is the !verifier command doesn’t work when I run it on
Windows XP Beta 2. The error I get is
8017ee20: Unable to get verifier list.

The 2nd problem that windbg doesn’t always notice when a source file is
modified. Occationally it will prompt me that the source file changed
and
ask if I wish to reload it.

  • Steve -

You are currently subscribed to ntdev as: xxxxx@microsoft.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