error STOP 0x000000C2

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

After update to SP4 on W2k Pro I robooted the system. wnt
close to password enter screen into halt: bleu screen
STOP 0x00000C2 (0x00000007 0x00000B8A 0x812FB220
0x812FB228) BAD_SPOOL_CALLER
Does anyone see this error before? Xhnks for support!
 
The BAD_POOL_CALLER bug check has a value of 0x000000C2. This indicates that
the current thread is making a bad pool request.

The first parameter indicates it's a double free ... the current thread
attempted to free pool which was already freed.

(jD)
 
Back
Top