| Previous | Next |
| NDIS_INTERNAL_ERROR | REGISTRY_ERROR |
PAGE_FAULT_IN_NONPAGED_AREA
PAGE_FAULT_IN_NONPAGED_AREA meaning
PAGE_FAULT_IN_NONPAGED_AREA is bug check 0x00000050. Kernel code referenced invalid system memory that should have been resident. The parameters identify the address, access type, faulting instruction, and a build-dependent subtype.
How to analyze the result
Resolve the instruction and accessed address, inspect PTE and pool state, determine whether memory was freed or never valid, and check recent drivers, filter software, faulty RAM, and storage errors that corrupted resident data.
Recovery boundary
Correct the component that owned the invalid pointer or corrupted memory. Use special pool or Driver Verifier when a driver lifetime error is suspected, and hardware diagnostics when failures occur at unrelated addresses.
Official references
Looking for a different code? Search another status or error code.