HARDWARE_INTERRUPT_STORM

Code: 0xf2 (242)

As HRESULT:As NTSTATUS:

Parameters

ParameterDescription
1Address of the ISR (or first ISR in the chain) connected to the storming interrupt vector
2ISR context value
3Address of the interrupt object for the storming interrupt vector
40x1 if the ISR is not chained, 0x2 if the ISR is chained

Description

The HARDWARE_INTERRUPT_STORM bug check has a value of 0x000000F2. This indicates that the kernel detected an interrupt storm.

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.

Cause

This bugcheck indicates that the kernel has detected an interrupt storm. An interrupt storm is defined as a level triggered interrupt signal staying in the asserted state. This is fatal to the system in the manner that the system will hard hang, or "bus lock".

This can happen because of the following:

All of these cases will instantly hard hang your system. Instead of hard hanging the system, this bugcheck is initiated since in many cases it can identify the culprit.

When the bugcheck occurs, the module containing the ISR (interrupt service routine) of the storming IRQ is displayed on the screen. This is an example of what you would see:

*** STOP: 0x000000F2 (0xFCA7C55C, 0x817B9B28, 0x817D2AA0, 0x00000002)
An interrupt storm has caused the system to hang.
*** Address FCA7C55C base at FCA72000, Datestamp 3A72BDEF - ACPI.sys

In the event the fourth parameter is a 0x00000001, the module pointed to is very likely the culprit. Either the driver is broken, or the hardware is malfunctioning.

In the event the fourth parameter is a 0x00000002, the module pointed to is the first ISR in the chain, and is never guaranteed to be the culprit.

Resolution

A user experiencing this bugcheck repeatedly should try to isolate the problem by looking for devices that are on the same IRQ as the one for which the module is a driver for (in this case, the same IRQ that ACPI is using).

Article text from the Windows driver documentation (opens in a new tab), by Microsoft, under the CC BY 4.0 (opens in a new tab) licence.

Associated Modules

ModuleCodeFound inDescription
EventCreate.exe0xf278.11011%1
dsreg.dll0xf211Resource account credentials were removed successfully. Tenant ID: %1 Device ID: %2 Join type: %3 (%4)
microsoft-windows-kernel-pnp-events.dll0xf21011A partition unit has been successfully replaced.
webservices.dll0xf278.11011The ReplyTo header is missing.
4 entries