What does BSOD 0xDA (SYSTEM_PTE_MISUSE) mean?

 
Could be also:
ConstantTypeOS
ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARYWin32 errorWindows
HTTP_STATUS_FINEHTTP CodeAny
Previous Next
LOCKED_PAGES_TRACKER_CORRUPTION DRIVER_CORRUPTED_SYSPTES

SYSTEM_PTE_MISUSE

SYSTEM_PTE_MISUSE meaning

SYSTEM_PTE_MISUSE is bug check 0x000000DA. A driver or kernel component used a system page-table-entry routine incorrectly. Parameter 1 selects the misuse and the remaining parameters identify the tracking structure, mapping, or address.

How to analyze the result

Decode Parameter 1 and inspect system PTE allocation/free symmetry, MDL mapping calls, cache type, address range, IRQL, and whether a mapping was released twice or used after release.

Recovery boundary

Fix the mapping lifecycle in the responsible driver. Increasing system PTE resources cannot correct misuse of an allocation or mapping API.

Official references


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