RE: W2K, blue screen 0x000000C4 while unloading filter dr-iver

Hi:
0x000000C4 is DRIVER_VERIFIER_DETECTED_VIOLATION, happens when a device
driver attempting to corrupt the system has been caught.

Parameter 1 0x00000060 is A driver has forgotten to free its pool
allocations prior to unloading.
In the kernel debugger type:
kd>!verifier 3 should provide info on the allocations that
were leaked that caused the bugcheck.

Hope this informations helps.
Guru

-----Original Message-----
From: Bartjan Wattel [mailto:xxxxx@wxs.nl]
Sent: Tuesday, October 03, 2000 1:13 AM
To: File Systems Developers
Subject: [ntfsd] W2K, blue screen 0x000000C4 while unloading filter
driver

Hi,

when I unload my file filter driver under W2K while the driver verifier is
running, I get the following BSOD:

*** STOP: 0x000000C4 (0x00000060, 0x00000000, 0x00000B8C, 0x00000026)

A device driver attempting to corrupt the system has been caught.
The failty driver currently on the kernel stack must be replaced
with a working version.

Tracing the debug information does not help much, because the Unload
routine is executed normally without errors. The BSOD occurs after the
Unload routine is executed.

Any clues here ?

With kind regards,

Bartjan Wattel


You are currently subscribed to ntfsd as: xxxxx@microsoft.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)