ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY
Code: 0xfc (252)
As HRESULT:- S: 0 (Success)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x00fc (252)
- Sev: 0 (STATUS_SEVERITY_SUCCESS)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x00fc (252)
Parameters
| Parameter | Description |
|---|---|
| 1 | The virtual address whose execution was attempted |
| 2 | The contents of the page table entry (PTE) |
| 3 | Reserved |
| 4 | Reserved |
Description
The ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY bug check has a value of 0x000000FC. This indicates that an attempt was made to execute non-executable memory.
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.
Resolution
The !analyze debug extension displays information about the bug check and can be helpful in determining the root cause. When possible, the Unicode string of the driver name that attempted to execute non-executable memory is printed on the bug check screen and is also saved in KiBugCheckDriver. Otherwise, the driver in question can often be found by running a stack trace and then reviewing the current instruction pointer.
Article text from the Windows driver documentation (opens in a new tab), by Microsoft, under the CC BY 4.0 (opens in a new tab) licence.
Associated Modules
| Module | Code | Found in | Description |
|---|---|---|---|
| ESENT.dll | 0xfc | 8.11011 | %1 (%2) %3Ending the internal copy (for seeding or analysis purposes) of the file %4. Not all data in the file has been read (read %5 bytes out of %6 bytes). |
| EventCreate.exe | 0xfc | 78.11011 | %1 |
| webservices.dll | 0xfc | 78.11011 | The value '%1' was not valid as a WS_READ_OPTION. |
| 3 entries | |||