Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.69 KB

bug-check-0x18d--secure-fault-unhandled.md

File metadata and controls

55 lines (40 loc) · 1.69 KB
title description keywords ms.date topic_type ms.topic api_name api_type
Bug Check 0x18D SECURE_FAULT_UNHANDLED
The SECURE_FAULT_UNHANDLED bug check has a value of 0x0000018D. It indicates that a secure fault originated by the secure kernel could not be handled.
Bug Check 0x18D SECURE_FAULT_UNHANDLED
SECURE_FAULT_UNHANDLED
01/04/2019
apiref
reference
SECURE_FAULT_UNHANDLED
NA

Bug Check 0x18D: SECURE_FAULT_UNHANDLED

The SECURE_FAULT_UNHANDLED bug check has a value of 0x0000018D.

This bug check indicates that a secure fault originated by the secure kernel could not be handled.

Important

This article is for programmers. If you're a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.

SECURE_FAULT_UNHANDLED Parameters

Parameter Description
1 Secure fault code bitmask - values below.
2 Secure fault VA (only applicable to certain secure fault types).
3 Exception Record.
4 Context Record.

Secure fault code bitmask

     0x1 : KSECURE_FAULT_SLAT_NX
         A no-execute fault occurred due to SLAT page protections.
     0x2 : KSECURE_FALT_SLAT_READ
         A read fault occurred due to SLAT page protections.
     0x4 : KSECURE_FAULT_SLAT_WRITE
         A write fault occurred due to SLAT page protections.
     0x8 : KSECURE_FAULT_DOUBLE_FAULT
         A secure fault occurred before the prior secure fault had been dismissed by the kernel.

Cause

A secure fault originated by the secure kernel could not be handled.

See Also

Bug Check Code Reference