HAL_BLOCKED_PROCESSOR_INTERNAL_ERROR
Bug check code: 0x000001da (474)
As HRESULT:- S: 0 (Success)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x01da (474)
- Sev: 0 (STATUS_SEVERITY_SUCCESS)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x01da (474)
Parameters
| Parameter | Description |
|---|---|
| 1 | Type of failure - See below |
| 2 | See below. |
| 3 | See below. |
| 4 | See 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.