Can anyone shed any light on where we might look for the cause of the
following “blue screen” that was obtained on w2k?
------------------------------snip------------------------------
***STOP: 0X000000C2 (0X00000007, 0X00000B86, 0X819159C0, 0X819159C8)
BAD POOL CALLER
Begining dump of physical memory
physical memory dump complete, contact support…
------------------------------snip------------------------------
It’s a new one on me.
Thanks,
Richard
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
WinDbg has a good write up on it in it’s online help.
“Attempt to free pool which was already freed.”
Gary G. Little
Sr Staff Engineer
Broadband Storage, Inc.
xxxxx@broadstor.com
xxxxx@delphieng.com
-----Original Message-----
From: xxxxx@cix.co.uk [mailto:xxxxx@cix.co.uk]
Sent: Monday, March 26, 2001 2:45 PM
To: NT Developers Interest List
Cc: xxxxx@cix.co.uk
Subject: [ntdev] Blue screen explanation
Can anyone shed any light on where we might look for the cause of the
following “blue screen” that was obtained on w2k?
------------------------------snip------------------------------
***STOP: 0X000000C2 (0X00000007, 0X00000B86, 0X819159C0, 0X819159C8)
BAD POOL CALLER
Begining dump of physical memory
physical memory dump complete, contact support…
------------------------------snip------------------------------
It’s a new one on me.
Thanks,
Richard
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
Hi, It may not help, but I think you can find the related information when
you search “Bug Check Code”.
0x000000C2 is the bug check code (BAD POOL CALLER), 0x7 is the error code.
It seems like you free pool when the pool is already freed.
You can get this the similar information when you run dumpchk YOURDUMPFILE.
I hope this help.
zhongsheng
------------------------------snip------------------------------
***STOP: 0X000000C2 (0X00000007, 0X00000B86, 0X819159C0, 0X819159C8)
BAD POOL CALLER
Begining dump of physical memory
physical memory dump complete, contact support…
------------------------------snip------------------------------
It’s a new one on me.
Thanks,
Richard
You are currently subscribed to ntdev as: xxxxx@exgate.tek.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
would anybody like to tell me the reason why have made these mistake.
I am using the softice3.25 for nt4.0.
The error is:
NTRaiseHardError found at index 0085. Delta=00000234
Thanks very much in advance.
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
> Can anyone shed any light on where we might look for the cause of the
following “blue screen” that was obtained on w2k?
------------------------------snip------------------------------
***STOP: 0X000000C2 (0X00000007, 0X00000B86, 0X819159C0, 0X819159C8)
BAD POOL CALLER
IIRC this is ExFreePool to a pointer which is not a pool block pointer.
Max
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