Stop 0x000000F2 or HARDWARE_INTERRUPT_STORM

The Stop 0xF2 message occurs if the kernel detects an interrupt storm. An interrupt storm occurs when a level-interrupt-triggered device fails to release an interrupt request (IRQ). This can result from the following causes:

Interpreting the Message

This Stop message has four parameters:

  1. Address of the first or only interrupt service routine (ISR) involved in initiating the interrupt storm.
  2. ISR context value.
  3. Address of the interrupt object that initiated the storm.
  4. 0x00000001 if the ISR is not chained (not part of an interrupt sequence).

    0x00000002 if the ISR is chained (part of an interrupt sequence).

If the fourth parameter is 0x1, the driver module to which parameters 1 and 3 point probably indicates a driver problem or malfunctioning hardware.

If the fourth parameter is 0x2, the driver module to which parameter 1 point is the first ISR in the sequence, and might not be the source of the problem.

When a Stop 0xF2 message occurs, it indicates the driver involved in the ISR on the storming IRQ. In addition to four Stop message parameters, a message similar to the following appears:

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

Resolving the Problem

The following suggestions are specific to Stop 0xF2 errors. For additional troubleshooting suggestions that apply to all Stop errors, see "Stop Message Checklist" later in this appendix.

To resolve this problem, simplify your system's hardware configuration by following these procedures:

Note

For more information about PCI devices and IRQ sharing, see Microsoft Knowledge Base articles 170922, "How PCI Devices Are Detected and Why They May Fail," and 252420, "General Description of IRQ Sharing in Windows 2000," in the Microsoft Knowledge Base. To find these articles, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources.

For more information about Stop 0xF2 messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources. Search using keywords winnt, 0x000000F2, and 0xF2.