New BSOD codes for Win8.1

usasma

Retired Admin
Joined
Feb 20, 2012
Posts
2,126
From this page: bugcodes.h v8.1
Added approx 23 new BSOD codes (extracted from DDK on 30 Sep 2013):

FATAL_ABNORMAL_RESET_ERROR (STOP 0x14C)
EXCEPTION_SCOPE_INVALID (STOP 0x14D)
SOC_CRITICAL_DEVICE_REMOVED (STOP 0x14E)
PDC_WATCHDOG_TIMEOUT (STOP 0x14F)
TCPIP_AOAC_NIC_ACTIVE_REFERENCE_LEAK (STOP 0x150)
UNSUPPORTED_INSTRUCTION_MODE (STOP 0x151)
INVALID_PUSH_LOCK_FLAGS (STOP 0x152)
KERNEL_LOCK_ENTRY_LEAKED_ON_THREAD_TERMINATION (STOP 0x153)
UNEXPECTED_STORE_EXCEPTION (STOP 0x154)
OS_DATA_TAMPERING (STOP 0x155)
WINSOCK_DETECTED_HUNG_CLOSESOCKET_LIVEDUMP (STOP 0x156)
KERNEL_THREAD_PRIORITY_FLOOR_VIOLATION (STOP 0x157)
ILLEGAL_IOMMU_PAGE_FAULT (STOP 0x158)
HAL_ILLEGAL_IOMMU_PAGE_FAULT (STOP 0x159)
SDBUS_INTERNAL_ERROR (STOP 0x15A)
WORKER_THREAD_RETURNED_WITH_SYSTEM_PAGE_PRIORITY_ACTIVE (STOP 0x15B)
PDC_WATCHDOG_TIMEOUT_LIVEDUMP (STOP 0x15C)
SOC_SUBSYSTEM_FAILURE_LIVEDUMP (STOP 0x15D)
BUGCODE_NDIS_DRIVER_LIVE_DUMP (STOP 0x15E)
CONNECTED_STANDBY_WATCHDOG_TIMEOUT_LIVEDUMP (STOP 0x15F)
WIN32K_ATOMIC_CHECK_FAILURE (STOP 0x160)
LIVE_SYSTEM_DUMP (STOP 0x161)
KERNEL_AUTO_BOOST_INVALID_LOCK_RELEASE (STOP 0x162)
 
Interesting, I've yet to see any of these. Most look like they're bugchecks from live kernel-mode debugging sessions.

I wonder if there will be any new bugchecks when Windows 8.1 Update 1 rolls around.
 
Back
Top