| Previous | Next |
| KERNEL_MODE_HEAP_CORRUPTION | INVALID_IO_BOOST_STATE |
PASSIVE_INTERRUPT_ERROR
The PASSIVE_INTERRUPT_ERROR bug check has a value of 0x0000013B. This indicates that the kernel has detected issues with the passive-level interrupt.
PASSIVE_INTERRUPT_ERROR Parameters
| Parameter | Description |
|---|---|
| 1 | Type of error detected 0x1 : A driver tried to acquire an interrupt spinlock but passed in a passive-level interrupt object. |
| 2 | Address of the KINTERRUPT object for the passive-level interrupt. |
| 3 | Reserved |
| 4 | Reserved |
Decode the error-type parameter and inspect the passive-level interrupt object and callback state to identify which interrupt contract was violated.
References
Looking for a different code? Search another status or error code.