What does !analyze -v tell you? !analyze is usually more up to date
then the docs are.
d
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Mats PETERSSON
Sent: Friday, February 04, 2005 9:27 AM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] Bug Check 0xC2 with parameter 1 0x44 ??
Don’t really know what 44 means, but I suspect you’ll have a pretty easy
task in finding what caused it, unless the caller that called KeFreePool
wasn’t in your driver, in which case you’re probably overwriting someone
elses data and causing a pool corruption that way.
Running your driver with Driver verifier may be a way to track down the
problem, as driver verifier has a number of extra checks that are done
on
pool allocatios in general, and helps identify when the driver is doing
“stupid” things to memory blocks.
–
Mats
-------- Notice --------
The information in this message is confidential and may be legally
privileged. It is intended solely for the addressee. Access to this
message by anyone else is unauthorized. If you are not the intended
recipient, any disclosure, copying or distribution of the message, or
any
action taken by you in reliance on it, is prohibited and may be
unlawful.
If you have received this message in error, please delete it and contact
the sender immediately. Thank you.
xxxxx@lists.osr.com wrote on 02/04/2005 05:28:40 PM:
Hi,
I m getting Bug Check 0xC2: BAD_POOL_CALLER with following
parameters
:
Param1 - 0x44
Param2 - 0
Param3 - 0x0000008
Param4 - 0
Can u please comment on this bug check code with these parameters
?
As the DDK doesn’t comment on this bug check code with parameter 1
=
0x44.
This bug check code is being generated on the Windows 2003 Server
m/c.
Regards,
Arvind,
Questions? First check the Kernel Driver FAQ at http://www.
osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@3dlabs.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
ForwardSourceID:NT0000C2D6
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com