STOP 0x000000D5
DRIVER_PAGE_FAULT_IN_FREED_SPECIAL_POOL
A driver touched memory it had already freed — caught red-handed by Driver Verifier's special pool. The named driver is the culprit.
Likely causes, most common first
- The driver named in the crash has a use-after-free bug
How to fix it
1. Act on the verdict easy
- Update or remove the driver named in the report.
- Turn Verifier off afterwards: verifier /reset
The four parameters on the blue screen
Windows shows four hex numbers with this stop code. Here's what each means — our analyzer decodes them automatically from your dump file.
| Parameter 1 | Memory referenced |
| Parameter 2 | 0 = read, 1 = write |
| Parameter 3 | Address of the instruction |
| Parameter 4 | Reserved |
Got a crash dump? Get your verdict in seconds
Drop the .dmp file into our analyzer — it runs entirely in your browser. No upload, no size limit, no account.
Analyze my dump file →