Re: [NTDev] WinDbg 2.0.0023

Andre,

Yes and no.

I do a lot of testing using Windows XP, build 2446, and I have installed
the symbols for that build. I test the 2000 driver under XP because,
frankly, it is an excellent debug/diagnostic environment with verifier and
it’s “friendly” bugcheck messages. In an XP bugcheck, usually all you have
to do is read the command window. However, with this “orphaned” IRP I went
back to 2000 for some testing yesterday and found that “!stacks” works but
!irpfind is still useless. You mention extensions … I just did
!kdexts.irpfind under XP with the same results; e.g. bad symbols or tagging
not enabled and endless attempts to read nt!POOL_HEADER.

Overall, I agree that the whole problem, at least for XP, is that I have the
wrong symbols, yet the symbols I’m using for XP are the ones provided in the
2446 download directory. My primary debug environment for both 2000 and XP
is the retail builds and the retail symbols. The checked builds will be used
later for more intensive testing and final check out.

Here is the information you requested:

0: kd> version
Windows Whistler Kernel Version 2446 MP (2 procs) Free x86 compatible
Built by: 2446.main.010224-2228
Kernel base = 0x80100000 PsLoadedModuleList = 0x8016cf98
Debug session time: Tue Mar 20 08:06:43 2001
System Uptime: 0 days 0:25:21
Connection options: com:Port=\.\com2,Baud=115200
Command line: '“D:\Program Files\Debugging Tools for Windows\windbg.exe” ’
dbgeng: image 2.0.0023.0, built Thu Feb 08 15:11:34 2001
[path: D:\Program Files\Debugging Tools for Windows\dbgeng.dll]
dbghelp: image 2.0.0022.0, built Sun Feb 04 08:57:25 2001
[path: D:\Program Files\Debugging Tools for Windows\DBGHELP.dll]
DIA version: 0x23a6
Extension DLL search Path:
D:\Program Files\Debugging Tools for Windows\winext;D:\Program
Files\Debugging Tools for Windows\pri;D:\Program Files\Debugging Tools for
Windows\W2001;D:\Program Files\Debugging Tools for
Windows;D:\Perl\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\system32\WBEM;C:\PR
OGRA~1\MICROS~4\Office;D:\DDK\bin;C:\NTRESKIT;C:\NTRESKIT\Perl;C:\Program
Files\Microsoft Visual Studio\VC98\bin;C:\Program Files\Microsoft Visual
Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual
Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual
Studio\Common\Tools;D:\Program Files\Microsoft Platform SDK\Bin;D:\Program
Files\Microsoft Platform SDK\Bin\WinNT;D:\Program Files\Microsoft Platform
SDK\Bin;D:\Program Files\Microsoft Platform SDK\Bin\Link;c:\Program
Files\Microsoft Visual Studio\VC\Bin;\SERVER1\SHARE\PVCS\NT
Extension DLL chain:
dbghelp: image 2.0.0022.0, API 5.1.6, built Sun Feb 04 08:57:25 2001
[path: D:\Program Files\Debugging Tools for Windows\DBGHELP.dll]
ext: image 2.0.0022.0, API 1.0.0, built Sun Feb 04 08:57:19 2001
[path: D:\Program Files\Debugging Tools for Windows\winext\ext.dll]
exts: image 2.0.0023.0, API 1.0.0, built Thu Feb 08 15:11:41 2001
[path: D:\Program Files\Debugging Tools for Windows\W2001\exts.dll]
kext: image 2.0.0022.0, API 1.0.0, built Sun Feb 04 08:57:19 2001
[path: D:\Program Files\Debugging Tools for Windows\winext\kext.dll]
kdexts: image 5.1.2426.1, API 1.0.0, built Fri Feb 02 18:32:32 2001
[path: D:\Program Files\Debugging Tools for
Windows\W2001\kdexts.dll]
Gary G. Little
Sr. Staff Engineer
Broadband Storage, LLC
xxxxx@broadstor.com
xxxxx@delphieng.com

-----Original Message-----
From: xxxxx@microsoft.com [mailto:xxxxx@microsoft.com]
Sent: Monday, March 19, 2001 5:23 PM
To: NT Developers Interest List
Subject: [ntdev] Re: [NTDev] WinDbg 2.0.0023

If you think you found a bug in the debugger, please provide the output of
the “version” command.

I’m totally guessing now, but given the message you are probably running a
winXP version of the extension. Are you debugging win2k (in which case the
wrong extension is loaded for some reason) or you are debugging some
version of WinXP (maybe BETA1) and you are hitting a problem with the
symbols that were shipped in BETA 1.

-Andre


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