Re: [NTDev] WinDbg 2.0.0023

Andre,

Thanks for the assistance, by the way. I know I (we) beat you guys up
sometimes, but realize it may be after long hours of trying to fix a problem
when its the tools I’m using that is hiccuping.

Here is the information you requested. I also included the !irpfind print
outs. I note that you asked for nt!_POOL_HEADER and that irpfind indicates
nt!POOL_HEADER. Typo?

0: kd> dt nt!POOL_HEADER
Symbol nt!POOL_HEADER not found.
0: kd> dt nt!_POOL_HEADER
+0x000 PreviousSize : Pos 0, 9 Bits
+0x000 PoolIndex : Pos 9, 7 Bits
+0x002 BlockSize : Pos 0, 9 Bits
+0x002 PoolType : Pos 9, 7 Bits
+0x000 Ulong1 : Uint4B
+0x004 ProcessBilled : Ptr32 _EPROCESS
+0x004 PoolTag : Uint4B
+0x004 AllocatorBackTraceIndex : Uint2B
+0x006 PoolTagHash : Uint2B
0: kd> !irpfind 0 0
unable to get large pool allocation table - either wrong symbols or pool
tagging is disabled

Searching NonPaged pool (80cc1000 : 80ec1000) for Tag: Irp?

Unable to read nt!POOL_HEADER type.
Unable to read nt!POOL_HEADER type.
Unable to read nt!POOL_HEADER type.
Unable to read nt!POOL_HEADER type.
Unable to read nt!POOL_HEADER type.
Unable to read nt!POOL_HEADER type.
Unable to read nt!POOL_HEADER type.

…terminating - searched pool to 80cc1000

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: Tuesday, March 20, 2001 4:55 AM
To: NT Developers Interest List
Subject: [ntdev] Re: [NTDev] WinDbg 2.0.0023

When debugging XP, what do you get from the following command:

dt nt!_POOL_HEADER

If that does not work, there is a problem with your symbols.
If that works and the extension still fails, it’s a bug in the extension.

For Windows XP, every single extension had to be rewritten so it would work
for 64 bit. Secondly, we had to deal with the fact that at MS we use full
symbols, but only give out public symbols to customers. So that has caused
some problems with certain extensions.

If it is a problem with the extension, we can send you a private with the
fix.

-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