< Continued from page 2
STOP Error 0x000000D6: DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION
STOP error 0xD6 means the driver accessed memory beyond the end of its pool allocation. STOP code 0x000000D6 may also display "DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION" on the same STOP message.STOP Error 0x000000D7: DRIVER_UNMAPPING_INVALID_VIEW
STOP error 0xD7 means a driver is trying to unmap an address that was not mapped. STOP code 0x000000D7 may also display "DRIVER_UNMAPPING_INVALID_VIEW" on the same STOP message.STOP Error 0x000000D8: DRIVER_USED_EXCESSIVE_PTES
STOP error 0xD8 means that there are no more system page table entries (PTE) remaining. STOP code 0x000000D8 may also display "DRIVER_USED_EXCESSIVE_PTES" on the same STOP message.STOP Error 0x000000D9: LOCKED_PAGES_TRACKER_CORRUPTION
STOP error 0xD9 means that the internal locked-page tracking structures have been corrupted. STOP code 0x000000D9 may also display "LOCKED_PAGES_TRACKER_CORRUPTION" on the same STOP message.STOP Error 0x000000DA: SYSTEM_PTE_MISUSE
STOP error 0xDA means that a page table entry (PTE) routine has been used in an improper way. STOP code 0x000000DA may also display "SYSTEM_PTE_MISUSE" on the same STOP message.STOP Error 0x000000DB: DRIVER_CORRUPTED_SYSPTES
STOP error 0xDB means that an attempt was made to touch memory at an invalid IRQL, probably due to corruption of system PTEs. STOP code 0x000000DB may also display "DRIVER_CORRUPTED_SYSPTES" on the same STOP message.STOP Error 0x000000DC: DRIVER_INVALID_STACK_ACCESS
STOP error 0xDC means that a driver accessed a stack address that lies below the stack pointer of the stack's thread. STOP code 0x000000DC may also display "DRIVER_INVALID_STACK_ACCESS" on the same STOP message.STOP Error 0x000000DE: POOL_CORRUPTION_IN_FILE_AREA
STOP error 0xDE means that a driver has corrupted pool memory that is used for holding pages destined for disk. STOP code 0x000000DE may also display "POOL_CORRUPTION_IN_FILE_AREA" on the same STOP message.STOP Error 0x000000DF: IMPERSONATING_WORKER_THREAD
STOP error 0xDF means that a workitem did not disable impersonation before it completed. STOP code 0x000000DF may also display "IMPERSONATING_WORKER_THREAD" on the same STOP message.STOP Error 0x000000E0: ACPI_BIOS_FATAL_ERROR
STOP error 0xE0 means that one of your computer components is faulty. STOP code 0x000000E0 may also display "ACPI_BIOS_FATAL_ERROR" on the same STOP message.
SHARE