*** WARNING: Unable to verify timestamp for nvlddmkm.sys
*** ERROR: Module load completed but symbols could not be loaded for nvlddmkm.sys
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000007E, {ffffffffc0000005, fffff8800f286a37, fffff880091c9158, fffff880091c89b0}
Probably caused by : nvlddmkm.sys ( nvlddmkm+199a37 )
Followup: MachineOwner
---------
1: 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: fffff8800f286a37, The address that the exception occurred at
Arg3: fffff880091c9158, Exception Record Address
Arg4: fffff880091c89b0, 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:
nvlddmkm+199a37
fffff880`0f286a37 ff93f81a0000 call qword ptr [rbx+1AF8h]
EXCEPTION_RECORD: fffff880091c9158 -- (.exr 0xfffff880091c9158)
ExceptionAddress: fffff8800f286a37 (nvlddmkm+0x0000000000199a37)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: 0000000000001af8
Attempt to read from address 0000000000001af8
CONTEXT: fffff880091c89b0 -- (.cxr 0xfffff880091c89b0;r)
rax=0000000000000000 rbx=0000000000000000 rcx=0000000000000000
rdx=0000000000000000 rsi=fffffa8008451000 rdi=0000000000000000
rip=fffff8800f286a37 rsp=fffff880091c9390 rbp=0000000000000000
r8=0000000000000001 r9=fffff8800f9b48e0 r10=0000000000000000
r11=fffff880091c9358 r12=fffffa80081a5960 r13=fffffa800791f000
r14=0000000000000000 r15=0000000000000002
iopl=0 nv up ei pl zr na po nc
cs=0010 ss=0000 ds=002b es=002b fs=0053 gs=002b efl=00010246
nvlddmkm+0x199a37:
fffff880`0f286a37 ff93f81a0000 call qword ptr [rbx+1AF8h] ds:002b:00000000`00001af8=????????????????
Last set context:
rax=0000000000000000 rbx=0000000000000000 rcx=0000000000000000
rdx=0000000000000000 rsi=fffffa8008451000 rdi=0000000000000000
rip=fffff8800f286a37 rsp=fffff880091c9390 rbp=0000000000000000
r8=0000000000000001 r9=fffff8800f9b48e0 r10=0000000000000000
r11=fffff880091c9358 r12=fffffa80081a5960 r13=fffffa800791f000
r14=0000000000000000 r15=0000000000000002
iopl=0 nv up ei pl zr na po nc
cs=0010 ss=0000 ds=002b es=002b fs=0053 gs=002b efl=00010246
nvlddmkm+0x199a37:
fffff880`0f286a37 ff93f81a0000 call qword ptr [rbx+1AF8h] ds:002b:00000000`00001af8=????????????????
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: 0000000000001af8
READ_ADDRESS: GetPointerFromAddress: unable to read from fffff80002cfc100
GetUlongFromAddress: unable to read from fffff80002cfc1c0
0000000000001af8 Nonpaged pool
FOLLOWUP_IP:
nvlddmkm+199a37
fffff880`0f286a37 ff93f81a0000 call qword ptr [rbx+1AF8h]
BUGCHECK_STR: 0x7E
ANALYSIS_VERSION: 6.3.9600.16384 (debuggers(dbg).130821-1623) amd64fre
LAST_CONTROL_TRANSFER: from 0000000000000000 to fffff8800f286a37
STACK_TEXT:
fffff880`091c9390 00000000`00000000 : 00000000`00000000 fffff880`0f286a2c fffffa80`07a08000 fffffa80`0bf3cb50 : nvlddmkm+0x199a37
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nvlddmkm+199a37
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nvlddmkm
IMAGE_NAME: nvlddmkm.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 5315b408
STACK_COMMAND: .cxr 0xfffff880091c89b0 ; kb
FAILURE_BUCKET_ID: X64_0x7E_nvlddmkm+199a37
BUCKET_ID: X64_0x7E_nvlddmkm+199a37
ANALYSIS_SOURCE: KM
FAILURE_ID_HASH_STRING: km:x64_0x7e_nvlddmkm+199a37
FAILURE_ID_HASH: {8a28351f-7dc2-c04d-ddcc-1736fd4cd1fb}
Followup: MachineOwner
---------
1: kd> lmvm nvlddmkm
start end module name
fffff880`0f0ed000 fffff880`0fd45000 nvlddmkm T (no symbols)
Loaded symbol image file: nvlddmkm.sys
Image path: \SystemRoot\system32\DRIVERS\nvlddmkm.sys
Image name: nvlddmkm.sys
Timestamp: Tue Mar 04 16:37:52 2014 (5315B408)
CheckSum: 00C20523
ImageSize: 00C58000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4