The crash dump is reporting the reason for the crash as a driver hang, but not pointing out which one is at fault:
Code:
DEFAULT_BUCKET_ID: DRIVER_HANG
All of your drivers are excellent besides one:
Code:
0: kd> lmvm WinRing0x64
start end module name
fffff880`0adb1000 fffff880`0adb8000 WinRing0x64 (deferred)
Image path: WinRing0x64.sys
Image name: WinRing0x64.sys
Timestamp: Sat Jul 26 09:29:37 2008 (488B26C1)
CheckSum: 00011908
ImageSize: 00007000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4 I'd delete that then reboot. After, you can check regedit here to delete the corresponding key (it may be a little hard to find):
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
Code:
Use !analyze -v to get detailed debugging information.
BugCheck CFFFFFFF, {1, 0, 0, 0}
TRIAGER: Could not open triage file : C:\Program Files\Windows Kits\8.0\Debuggers\x86\triage\modclass.ini, error 2
Probably caused by : ntkrnlmp.exe ( nt!DbgkpLkmdSnapThreadInContext+84 )
Followup: MachineOwner
---------
0: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Unknown bugcheck code (cfffffff)
Unknown bugcheck description
Arguments:
Arg1: 0000000000000001
Arg2: 0000000000000000
Arg3: 0000000000000000
Arg4: 0000000000000000
Debugging Details:
------------------
TRIAGER: Could not open triage file : C:\Program Files\Windows Kits\8.0\Debuggers\x86\triage\modclass.ini, error 2
DEFAULT_BUCKET_ID: DRIVER_HANG
BUGCHECK_STR: 0xCFFFFFFF
PROCESS_NAME: explorer.exe
CURRENT_IRQL: 0
LAST_CONTROL_TRANSFER: from fffff80331352923 to fffff80331352b0c
STACK_TEXT:
fffff880`0bbb91c0 fffff803`31352923 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!DbgkpLkmdSnapThreadInContext+0x84
fffff880`0bbb9710 fffff803`30ebe3df : fffffa80`0e715400 00000000`00000000 00000000`000e0082 00000000`00501903 : nt!DbgkpLkmdSnapThreadApc+0x3b
fffff880`0bbb9740 fffff803`30ebd5a3 : fffff880`012cf180 00000000`00000000 00000000`00000000 fffffa80`0f11b138 : nt!KiDeliverApc+0x15f
fffff880`0bbb97c0 fffff803`30ebc96f : fffffa80`09e19cd0 00000000`000008d0 00000000`00000000 fffffa80`09d09100 : nt!KiCommitThreadWait+0x5c3
fffff880`0bbb9880 fffff803`3125a2c5 : fffffa80`0e764640 fffffa80`00000000 fffff880`0bbb9900 fffffa80`0e715400 : nt!KeWaitForSingleObject+0x1df
fffff880`0bbb9910 fffff803`31308bcd : 00000000`000000ff 00000000`000000ff fffff880`0bbb9c40 fffffa80`0e7154a8 : nt!PspExitThread+0x805
fffff880`0bbb9a50 fffff803`30ebe54f : fffffa80`0da8b8a0 fffff803`30f089aa fffff803`31150180 fffff803`310e4c00 : nt!PsExitSpecialApc+0x1d
fffff880`0bbb9a80 fffff803`31022ac0 : 00000000`03fbfce0 fffff880`0bbb9b00 fffff803`313046e0 00000000`00000001 : nt!KiDeliverApc+0x2cf
fffff880`0bbb9b00 fffff803`310282ba : fffff880`0bbb9cc0 00000000`00000000 00000000`00000020 00000000`00000000 : nt!KiInitiateUserApc+0x70
fffff880`0bbb9c40 000007fb`d0be581a : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceExit+0x9f
00000000`00c8f588 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x7fb`d0be581a
STACK_COMMAND: kb
FOLLOWUP_IP:
nt!DbgkpLkmdSnapThreadInContext+84
fffff803`31352b0c 488d542440 lea rdx,[rsp+40h]
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nt!DbgkpLkmdSnapThreadInContext+84
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
IMAGE_NAME: ntkrnlmp.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 4f7658cb
FAILURE_BUCKET_ID: X64_0xCFFFFFFF_nt!DbgkpLkmdSnapThreadInContext+84
BUCKET_ID: X64_0xCFFFFFFF_nt!DbgkpLkmdSnapThreadInContext+84
Followup: MachineOwner