*** WARNING: Unable to verify timestamp for RTKVHD64.sys
*** ERROR: Module load completed but symbols could not be loaded for RTKVHD64.sys
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000007E, {ffffffffc0000005, fffff880065a534b, fffff880093a1868, fffff880093a10c0}
Probably caused by : RTKVHD64.sys ( RTKVHD64+e834b )
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: fffff880065a534b, The address that the exception occurred at
Arg3: fffff880093a1868, Exception Record Address
Arg4: fffff880093a10c0, 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:
RTKVHD64+e834b
fffff880`065a534b ff93c8010000 call qword ptr [rbx+1C8h]
EXCEPTION_RECORD: fffff880093a1868 -- (.exr 0xfffff880093a1868)
ExceptionAddress: fffff880065a534b (RTKVHD64+0x00000000000e834b)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: ffffffffffffffff
Attempt to read from address ffffffffffffffff
CONTEXT: fffff880093a10c0 -- (.cxr 0xfffff880093a10c0)
rax=fffffa800dc98000 rbx=fffffa80102b4010 rcx=fffffa80102b4010
rdx=000000000000002f rsi=0000000000002a00 rdi=0000000000000001
rip=fffff880065a534b rsp=fffff880093a1aa0 rbp=0000000000000000
r8=0000000000000005 r9=fffffa800ed24f50 r10=fffff80003002000
r11=fffff880093a1a90 r12=000000000000072c r13=0000000000001500
r14=0000000000002300 r15=fffffa80102b4010
iopl=0 nv up ei ng nz na pe nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010282
RTKVHD64+0xe834b:
fffff880`065a534b ff93c8010000 call qword ptr [rbx+1C8h] ds:002b:fffffa80`102b41d8=74555a0680f8fffb
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT
PROCESS_NAME: System
CURRENT_IRQL: 0
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 fffff800032b0100
GetUlongFromAddress: unable to read from fffff800032b01c0
ffffffffffffffff
FOLLOWUP_IP:
RTKVHD64+e834b
fffff880`065a534b ff93c8010000 call qword ptr [rbx+1C8h]
BUGCHECK_STR: 0x7E
LAST_CONTROL_TRANSFER: from 0000000000001500 to fffff880065a534b
STACK_TEXT:
fffff880`093a1aa0 00000000`00001500 : 00000000`0000072c fffff880`02f65180 fffff800`030856d0 00000000`00000000 : RTKVHD64+0xe834b
fffff880`093a1aa8 00000000`0000072c : fffff880`02f65180 fffff800`030856d0 00000000`00000000 00000000`00000000 : 0x1500
fffff880`093a1ab0 fffff880`02f65180 : fffff800`030856d0 00000000`00000000 00000000`00000000 00000000`00000000 : 0x72c
fffff880`093a1ab8 fffff800`030856d0 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0xfffff880`02f65180
fffff880`093a1ac0 fffff880`0664f622 : 00000000`00000000 fffff880`00000000 00000000`00000000 fffffa80`0cd683a8 : nt!KeSetEvent+0x190
fffff880`093a1b30 00000000`00000000 : fffff880`00000000 00000000`00000000 fffffa80`0cd683a8 00000000`00000000 : RTKVHD64+0x192622
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: RTKVHD64+e834b
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: RTKVHD64
IMAGE_NAME: RTKVHD64.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4ceb93f0
STACK_COMMAND: .cxr 0xfffff880093a10c0 ; kb
FAILURE_BUCKET_ID: X64_0x7E_RTKVHD64+e834b
BUCKET_ID: X64_0x7E_RTKVHD64+e834b
Followup: MachineOwner
---------