|
KMODE_EXCEPTION_NOT_HANDLED
(0x1E)
This is a very common bug code. Usually the exception address pinpoints
the driver or function that caused the problem. Always note this address
as well as the link date of the driver or image that contains this address. |
For example:
A common error is exception code 0x80000003. This error means
a hard-coded breakpoint or assertion was hit, but the system was booted
with the /NODEBUG switch. This problem should not occur very often. If
it occurs repeatedly, make sure a debugger is connected and the system
is booted with the /DEBUG switch.
On non-Intel systems, if the address of the exception is 0XBFC0304,
the bug code is the result of a cache-parity error on the CPU. If the problem
reoccurs frequently, contact the hardware manufacturer.
Parameters
1 - The exception code that was not handled
2 - The address that the exception occurred at
3 - Parameter 0 of the exception
4 - Parameter 1 of the exception |
|