| Previous | Next |
| NO_SPIN_LOCK_AVAILABLE | SHARED_RESOURCE_CONV_ERROR |
KMODE_EXCEPTION_NOT_HANDLED
KMODE_EXCEPTION_NOT_HANDLED meaning
KMODE_EXCEPTION_NOT_HANDLED is bug check 0x0000001E. A kernel-mode program raised an exception that no handler caught. Parameter 1 is the exception code, Parameter 2 is the faulting address, and Parameters 3 and 4 contain exception-specific information.
How to analyze the result
Decode the NTSTATUS exception, resolve the faulting instruction, inspect the trap or exception record, registers, stack, and accessed address. Distinguish access violation, breakpoint, misalignment, and other exception classes before blaming a module.
Recovery boundary
Fix the driver or kernel code that raised the unhandled exception. A module name near the fault can be a victim of prior memory corruption, so preserve the full stack and earlier verifier or hardware evidence.
Official references
Looking for a different code? Search another status or error code.