*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000007E, {c0000005, a2f586f5, 8dd87a20, 8dd87600}
Probably caused by : hardware ( nvlddmkm+14f6f5 )
Followup: MachineOwner
---------
0: 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: c0000005, The exception code that was not handled
Arg2: a2f586f5, The address that the exception occurred at
Arg3: 8dd87a20, Exception Record Address
Arg4: 8dd87600, 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+14f6f5
a2f586f5 08568b or byte ptr [esi-75h],dl
EXCEPTION_RECORD: 8dd87a20 -- (.exr 0xffffffff8dd87a20)
ExceptionAddress: a2f586f5 (nvlddmkm+0x0014f6f5)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 00000000
Parameter[1]: 00009384
Attempt to read from address 00009384
CONTEXT: 8dd87600 -- (.cxr 0xffffffff8dd87600)
eax=00000288 ebx=87f89180 ecx=a32063e0 edx=b6c09200 esi=89999440 edi=00009210
eip=a2f586f5 esp=8dd87ae8 ebp=8dd87b04 iopl=0 nv up ei pl zr na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
nvlddmkm+0x14f6f5:
a2f586f5 08568b or byte ptr [esi-75h],dl ds:0023:899993cb=a3
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_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: 00000000
EXCEPTION_PARAMETER2: 00009384
READ_ADDRESS: GetPointerFromAddress: unable to read from 83380848
Unable to read MiSystemVaType memory at 8335fe40
00009384
FOLLOWUP_IP:
nvlddmkm+14f6f5
a2f586f5 08568b or byte ptr [esi-75h],dl
BUGCHECK_STR: 0x7E
EXCEPTION_DOESNOT_MATCH_CODE: This indicates a hardware error.
Instruction at a2f586f5 does not read/write to 00009384
MISALIGNED_IP:
nvlddmkm+14f6f5
a2f586f5 08568b or byte ptr [esi-75h],dl
LAST_CONTROL_TRANSFER: from a3294193 to a2f586f5
STACK_TEXT:
WARNING: Stack unwind information not available. Following frames may be wrong.
8dd87b04 a3294193 89999440 00009210 899a1408 nvlddmkm+0x14f6f5
8dd87b18 a2fb19cf 89999440 899a1408 89999440 nvlddmkm+0x48b193
8dd87b40 a3004c1e 89be1d78 000003e8 8b0b7000 nvlddmkm+0x1a89cf
8dd87b6c a324a30c 8b0b7000 8b0b7000 00000000 nvlddmkm+0x1fbc1e
8dd87bc0 a3247c68 db973100 8b0b7000 00000000 nvlddmkm+0x44130c
8dd87bec a3004d91 89999440 2f0b7000 00000000 nvlddmkm+0x43ec68
8dd87c10 a32bffaf 89999440 8b0b7000 000007d0 nvlddmkm+0x1fbd91
8dd87c34 a32b7bfd 89999440 89beca10 00000000 nvlddmkm+0x4b6faf
8dd87c60 a32e784d 89999440 00000000 00000001 nvlddmkm+0x4aebfd
8dd87c84 a2fb328f 89999440 89beca10 8dd87cb8 nvlddmkm+0x4de84d
8dd87cd4 a2f13c33 00000000 00000000 8603bf38 nvlddmkm+0x1aa28f
8dd87ce8 8342b4e6 8603bf38 c1c375e8 c1c89628 nvlddmkm+0x10ac33
8dd87d00 83294a6b c1c89628 00000000 85b4ebb8 nt!IopProcessWorkItem+0x2d
8dd87d50 8341ffda 00000001 a9230440 00000000 nt!ExpWorkerThread+0x10d
8dd87d90 832c81d9 8329495e 00000001 00000000 nt!PspSystemThreadStartup+0x9e
00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x19
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nvlddmkm+14f6f5
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: hardware
IMAGE_NAME: hardware
DEBUG_FLR_IMAGE_TIMESTAMP: 0
STACK_COMMAND: .cxr 0xffffffff8dd87600 ; kb
FAILURE_BUCKET_ID: IP_MISALIGNED_nvlddmkm.sys
BUCKET_ID: IP_MISALIGNED_nvlddmkm.sys
Followup: MachineOwner