Site icon EfmSoft

What does BSOD 10 (IRQL_NOT_LESS_OR_EQUAL) mean?

 
Could be also:
ConstantTypeOS
ERROR_BAD_ENVIRONMENTWin32 errorWindows
KERN_MEMORY_ERRORKern returnMac
ippStsJPEGMarkerIntel Ipp StatusAny
ECHILDerrnoAny
Previous Next
IRQL_NOT_GREATER_OR_EQUAL NO_EXCEPTION_HANDLING_SUPPORT

IRQL_NOT_LESS_OR_EQUAL

IRQL_NOT_LESS_OR_EQUAL meaning

IRQL_NOT_LESS_OR_EQUAL is bug check 0x0000000A. Kernel code accessed invalid or pageable memory while running at an interrupt request level that was too high. Parameter 1 is the referenced address, Parameter 2 is the IRQL, Parameter 3 describes read/write/execute, and Parameter 4 is the instruction address.

How to analyze the result

Resolve Parameter 4 to a module and function, inspect the address from Parameter 1, current IRQL, trap frame, pool or PTE state, and the pointer lifetime. Look for pageable code/data, freed objects, bad callbacks, and incorrect synchronization.

Recovery boundary

Fix the driver or kernel component that made the access. Hardware tests are useful when corruption is broad, but a repeatable instruction and stack normally point to a software lifetime or IRQL defect.

Official references


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

Exit mobile version