Site icon EfmSoft

What does BSOD 204 (PAGE_FAULT_IN_FREED_SPECIAL_POOL) mean?

 
Could be also:
ConstantTypeOS
HTTP_STATUS_NO_CONTENTHTTP CodeAny
Previous Next
DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS PAGE_FAULT_BEYOND_END_OF_ALLOCATION

PAGE_FAULT_IN_FREED_SPECIAL_POOL

PAGE_FAULT_IN_FREED_SPECIAL_POOL is a Special Pool use-after-free detection. Microsoft says the system referenced memory that had already been freed and notes that this usually indicates a system-driver synchronization problem. The emphasis is lifetime and synchronization, not allocation length.

Why Special Pool changes the evidence

Driver Verifier can place selected allocations in Special Pool so freed memory becomes protected. A stale reference that might otherwise corrupt unrelated data then faults at the invalid access. The crash therefore provides a better point for examining the thread and stack that still held the reference.

Investigate ownership transitions

References


Looking for a different code? Search another status or error code.

Exit mobile version