New BugChecks in Win10

usasma

Retired Admin
Joined
Feb 20, 2012
Posts
2,126
Found these today in the new Win10 developer tools that were just released.
It seems that (at a quick look) there are 28 new STOP error codes.
Please note the number that have LIVEDUMP in them - it appears there's a new emphasis on live debugging.
Added 2 new one's for Xbox - so I suspect they'll continue to emphasize it also.

Here's the one's that I found today (24 Mar 2015):
Code:
WORKER_THREAD_TEST_CONDITION     0x00000163
WIN32K_PRERELEASE_FREE_ASSERT    0x00000164
CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP 0x00000165
CLUSTER_RESOURCE_CALL_TIMEOUT_LIVEDUMP 0x00000166
CLUSTER_CSV_SNAPSHOT_DEVICE_INFO_TIMEOUT_LIVEDUMP 0x00000167
CLUSTER_CSV_STATE_TRANSITION_TIMEOUT_LIVEDUMP 0x00000168
CLUSTER_CSV_VOLUME_ARRIVAL_LIVEDUMP 0x00000169
CLUSTER_CSV_VOLUME_REMOVAL_LIVEDUMP 0x0000016A
CLUSTER_CSV_CLUSTER_WATCHDOG_LIVEDUMP 0x0000016B
INVALID_RUNDOWN_PROTECTION_FLAGS 0x0000016C
INVALID_SLOT_ALLOCATOR_FLAGS     0x0000016D
ERESOURCE_INVALID_RELEASE        0x0000016E
CLUSTER_CSV_STATE_TRANSITION_INTERVAL_TIMEOUT_LIVEDUMP 0x0000016F
CLUSTER_CSV_CLUSSVC_DISCONNECT_WATCHDOG 0x00000170
CRYPTO_LIBRARY_INTERNAL_ERROR    0x00000171
PREVIOUS_FATAL_ABNORMAL_RESET_ERROR 0x00000175
ELAM_DRIVER_DETECTED_FATAL_ERROR 0x00000178
WVR_LIVEDUMP_REPLICATION_IOCONTEXT_TIMEOUT 0x00000180
WVR_LIVEDUMP_STATE_TRANSITION_TIMEOUT 0x00000181
WVR_LIVEDUMP_RECOVERY_IOCONTEXT_TIMEOUT 0x00000182
WVR_LIVEDUMP_APP_IO_TIMEOUT      0x00000183
WVR_LIVEDUMP_MANUALLY_INITIATED  0x00000184
WVR_LIVEDUMP_STATE_FAILURE       0x00000185
WVR_LIVEDUMP_CRITICAL_ERROR      0x00000186
VIDEO_DWMINIT_TIMEOUT_FALLBACK_BDD 0x00000187
DRIVER_VERIFIER_DETECTED_VIOLATION_LIVEDUMP 0x000001C4
XBOX_INVERTED_FUNCTION_TABLE_OVERFLOW 0x00000358
XBOX_CORRUPTED_IMAGE_BASE        0x00000359
 
Thanks a lot John for compiling the list. It seems like we would be seeing Xbox dumps as well in the forums :lol: . Probably, they are there to detect the hacks.
 
Thanks for this, is there any other information floating around about Windows 10 crash dump analysis?

I don't think there is something different with the Windows 10 crash dump analysis. It should be pretty much the same like it was with Windows 8/8.1/7
 
I'll post more in the future about Driver Verifier changes - but other than that, it seems as if there'll be no special needs for Win10 crash analysis
FWIW - when installing the tools for Win10 you have to install Visual Studio 15 CTP6 - so the emphasis is on using Visual Studio.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top