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. |
|
01/04/2019 |
|
reference |
|
|
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.
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.
A secure fault originated by the secure kernel could not be handled.