Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Users\Icarus\Downloads\040812-17955-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 7 Kernel Version 7600 MP (4 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
Machine Name:
Kernel base = 0xfffff800`02e50000 PsLoadedModuleList = 0xfffff800`0308de50
Debug session time: Sun Apr 8 11:26:39.183 2012 (UTC - 4:00)
System Uptime: 0 days 0:14:48.573
Loading Kernel Symbols
...............................................................
................................................................
.............................................
Loading User Symbols
Loading unloaded module list
...........
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000007E, {ffffffffc0000005, fffff80002e9e7ff, fffff880030626c8, fffff88003061f20}
Unable to load image \SystemRoot\system32\drivers\RTKVHD64.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for RTKVHD64.sys
*** ERROR: Module load completed but symbols could not be loaded for RTKVHD64.sys
Probably caused by : RTKVHD64.sys ( RTKVHD64+36d9f9 )
Followup: MachineOwner
---------
2: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e)
This is a very common bugcheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003. This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG. This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG. This will let us see why this breakpoint is
happening.
Arguments:
Arg1: ffffffffc0000005, The exception code that was not handled
Arg2: fffff80002e9e7ff, The address that the exception occurred at
Arg3: fffff880030626c8, Exception Record Address
Arg4: fffff88003061f20, Context Record Address
Debugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
FAULTING_IP:
nt!KiDeliverApc+a7
fffff800`02e9e7ff 498b4a30 mov rcx,qword ptr [r10+30h]
EXCEPTION_RECORD: fffff880030626c8 -- (.exr 0xfffff880030626c8)
ExceptionAddress: fffff80002e9e7ff (nt!KiDeliverApc+0x00000000000000a7)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: ffffffffffffffff
Attempt to read from address ffffffffffffffff
CONTEXT: fffff88003061f20 -- (.cxr 0xfffff88003061f20)
rax=0000000000000002 rbx=fffffa800abdeb60 rcx=0000000000000001
rdx=0000000000000000 rsi=fffffa800abdebb0 rdi=fffff88003164180
rip=fffff80002e9e7ff rsp=fffff88003062900 rbp=0000000000000000
r8=ffe9fa800abdebb0 r9=0000000000000000 r10=ffe9fa800abdeba0
r11=fffff88003164180 r12=0000000000000001 r13=0000000000000000
r14=fffffa8006a015f0 r15=0000000000000000
iopl=0 nv up ei ng nz na po cy
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010287
nt!KiDeliverApc+0xa7:
fffff800`02e9e7ff 498b4a30 mov rcx,qword ptr [r10+30h] ds:002b:ffe9fa80`0abdebd0=????????????????
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
PROCESS_NAME: System
CURRENT_IRQL: 2
ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
EXCEPTION_PARAMETER1: 0000000000000000
EXCEPTION_PARAMETER2: ffffffffffffffff
READ_ADDRESS: GetPointerFromAddress: unable to read from fffff800030f80e0
ffffffffffffffff
FOLLOWUP_IP:
RTKVHD64+36d9f9
fffff880`077739f9 ?? ???
BUGCHECK_STR: 0x7E
LAST_CONTROL_TRANSFER: from fffff80002e73ba9 to fffff80002e9e7ff
STACK_TEXT:
fffff880`03062900 fffff800`02e73ba9 : 00000000`00000000 00000000`00000000 fffff880`03062a38 fffff880`07406b05 : nt!KiDeliverApc+0xa7
fffff880`03062980 fffff800`02ecaf80 : fffff880`03062a38 fffff800`046a0080 00000000`00000000 00000000`00000004 : nt!KiCheckForKernelApcDelivery+0x25
fffff880`030629b0 fffff880`077739f9 : 00000000`00000000 00000000`00000001 fffffa80`0aac1e00 fffffa80`0abf8c00 : nt!KeReleaseMutant+0x3c0
fffff880`03062a60 00000000`00000000 : 00000000`00000001 fffffa80`0aac1e00 fffffa80`0abf8c00 fffff880`03164180 : RTKVHD64+0x36d9f9
SYMBOL_STACK_INDEX: 3
SYMBOL_NAME: RTKVHD64+36d9f9
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: RTKVHD64
IMAGE_NAME: RTKVHD64.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4ee727f6
STACK_COMMAND: .cxr 0xfffff88003061f20 ; kb
FAILURE_BUCKET_ID: X64_0x7E_RTKVHD64+36d9f9
BUCKET_ID: X64_0x7E_RTKVHD64+36d9f9
Followup: MachineOwner
---------