OSRLogo
OSRLogoOSRLogoOSRLogo x Subscribe to The NT Insider
OSRLogo
x

Everything Windows Driver Development

x
x
x
GoToHomePage xLoginx
 
 

    Thu, 14 Mar 2019     118020 members

   Login
   Join


 
 
Contents
  Online Dump Analyzer
OSR Dev Blog
The NT Insider
The Basics
File Systems
Downloads
ListServer / Forum
  Express Links
  · The NT Insider Digital Edition - May-June 2016 Now Available!
  · Windows 8.1 Update: VS Express Now Supported
  · HCK Client install on Windows N versions
  · There's a WDFSTRING?
  · When CAN You Call WdfIoQueueP...ously

New Verifier Pool Checks In LH

As of Windows codename Longhorn, Driver Verifier will now catch invalid pool tags specified with ExAllocatePoolWithTag().  If an invalid tag is specified with ExAllocatePoolWithTag() and Driver Verifier is turned on with pool tracking selected, your system will crash.  The bug check code will be 0xC2: BAD_POOL_CALLER, with the violation type (parameter 1) of 0x9D.

Related Articles
Getting DbgPrint Output To Appear In Vista and Later
VBCDEDIT Vista Boot Configuration Utility
SetDbgPrintFiltering
OSRSYSTOOL Osr Test System Configuration Utility

User Comments
Rate this article and give us feedback. Do you find anything missing? Share your opinion with the community!
Post Your Comment

"Tags must be made from a subset of ASCII"
ASCII values above 127 are not valid in a Tag, at least the last time I checked the ExAllocatePoolWithTag reference.

29-Jun-04, Samuel Baughman


Post Your Comments.
Print this article.
Email this article.
bottom nav links