Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 1.54 KB

bug-check-0x13b--passive-interrupt-error.md

File metadata and controls

67 lines (49 loc) · 1.54 KB
title description keywords ms.date topic_type ms.topic api_name api_type
Bug Check 0x13B 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.
Bug Check 0x13B PASSIVE_INTERRUPT_ERROR
PASSIVE_INTERRUPT_ERROR
05/23/2017
apiref
reference
PASSIVE_INTERRUPT_ERROR
NA

Bug Check 0x13B: 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.

Important

This article is for programmers. If you're a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.

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