HAL_BLOCKED_PROCESSOR_INTERNAL_ERROR

Bug check code: 0x000001da (474)

As HRESULT:As NTSTATUS:

Parameters

ParameterDescription
1Type of failure - See below
2See below.
3See below.
4See below.

Description

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.

The HAL_BLOCKED_PROCESSOR_INTERNAL_ERROR has a value of 0x000001DA. It indicates that an internal error was detected in the blocked processor library.

Parameter One Values

            0x01 : Library initialization failure
                2 - NT status code
            0x02 : Processor start failure
                2 - Processor index
                3 - APIC ID
            0x03 : PPM package ID query failure
                2 - Processor index
            0x04 : PPM operation failure
                2 - Operation
                    0x01 : MSR read
                    0x02 : MSR write
                    0x03 : I/O port read
                    0x04 : I/O port write
                    0x05 : Idle state registration
                3 - Processor index
                4 - PPM mailbox
            0x05 : A blocked processor has encountered a fatal exception.
                2 - Processor index
                3 - Vector number
                4 - Trap frame
            0x06 : PPM operation timeout
                2 - Operation
                    0x01 : MSR read
                    0x02 : MSR write
                    0x03 : I/O port read
                    0x04 : I/O port write
                    0x05 : Idle state registration
                3 - Processor index
                4 - PPM mailbox

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.