| Debugging Tools for Windows |
The DRIVER_CAUGHT_MODIFYING_FREED_POOL bug check has a value of 0x000000C6. This indicates that the driver attempted to access a freed memory pool.
The following parameters are displayed on the blue screen.
| Parameter | Description |
|---|---|
| 1 | Memory referenced |
| 2 | 0: Read 1: Write |
| 3 | 0: Kernel mode 1: User mode |
| 4 | Reserved |
The faulty component will be displayed in the current kernel stack. This driver should be either replaced or debugged.