memory corruption on win xp checked build - poolval

Posted: 04-16-2004, 10:52 AM
I try to find a memory corruption of my driver. What I already did:
1. Verifier with pool checking and all other flags
2. checked build xp sp1
3. Analyzing the pool with !pool and !poolval

The corruption error occurs in a completely unrelated part of the OS.

It seems that the command !poolval does not work correctly. It displays
an invalid page for ALL allocations (for the first allocation of my
driver as well). Like this:
kd> !poolval 83856f68
Pool page 83856f68 region is Special pool
Validating Pool headers for pool page: 83856f68
Pool page [ 83856000 ] is INVALID.
Analyzing linked list...
[ 83856000 ]: invalid previous size [ 0x98 ] should be [ 0x0 ]
[ 83856000 --> 83856010 (size = 0x10 bytes)]: Corrupt region
Scanning for single bit errors...
None found

Is there a debugger command for analyzing the pool allocations of the
hole system?

Any ideas?


Marc

Reply With Quote

Responses to "memory corruption on win xp checked build - poolval"

 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
checked the sum!!... but still.... PaulBristolUK Windows Vista Install & Setup 3 06-19-2006 08:27 PM
Build 5384 (Beta 2) explorer.exe CPU utilisation and memory creep Alastair Windows Vista Performance & Maintenance 3 05-26-2006 11:29 PM
dbgview and win xp checked build marcsnews Windows XP Device Drivers 2 08-29-2004 09:24 AM
IE6, XP SP1a, Checked Build? Tom Windows XP Device Drivers 1 11-23-2003 10:12 PM
Box will not stay checked avcomm Windows XP Work Remotely 1 09-23-2003 04:53 AM