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: fffff8800445bce5, The address that the exception occurred at
Arg3: fffff88005ddb6a8, Exception Record Address
Arg4: fffff88005ddaf00, 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:
dxgmms1!VIDMM_GLOBAL::ReferenceAllocationForPreparation+19
fffff880`0445bce5 488b02 mov rax,qword ptr [rdx]
EXCEPTION_RECORD: fffff88005ddb6a8 -- (.exr 0xfffff88005ddb6a8)
ExceptionAddress: fffff8800445bce5 (dxgmms1!VIDMM_GLOBAL::ReferenceAllocationForPreparation+0x0000000000000019)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: ffffffffffffffff
Attempt to read from address ffffffffffffffff
CONTEXT: fffff88005ddaf00 -- (.cxr 0xfffff88005ddaf00)
rax=fffff88005ddb908 rbx=0000000000000000 rcx=fffffa8006eaf000
rdx=fffdfa8007e53760 rsi=fffffa8004487008 rdi=fffffa8006eaf000
rip=fffff8800445bce5 rsp=fffff88005ddb8e0 rbp=fffffa8004687020
r8=fffffa80072fe201 r9=0000000000000000 r10=0000000000000000
r11=0000000000000021 r12=0000000000000020 r13=0000000000000000
r14=0000000000000000 r15=0000000000000001
iopl=0 nv up ei ng nz na pe nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010282
dxgmms1!VIDMM_GLOBAL::ReferenceAllocationForPreparation+0x19:
fffff880`0445bce5 488b02 mov rax,qword ptr [rdx] ds:002b:fffdfa80`07e53760=????????????????
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: 0000000000000000
EXCEPTION_PARAMETER2: ffffffffffffffff
READ_ADDRESS: GetPointerFromAddress: unable to read from fffff800032bf100
ffffffffffffffff
FOLLOWUP_IP:
dxgmms1!VIDMM_GLOBAL::ReferenceAllocationForPreparation+19
fffff880`0445bce5 488b02 mov rax,qword ptr [rdx]
BUGCHECK_STR: 0x7E
LAST_CONTROL_TRANSFER: from fffff88004458ed3 to fffff8800445bce5
STACK_TEXT:
fffff880`05ddb8e0 fffff880`04458ed3 : 00000000`00000000 fffffa80`04487008 00000000`00000020 00000000`00000000 : dxgmms1!VIDMM_GLOBAL::ReferenceAllocationForPreparation+0x19
fffff880`05ddb910 fffff880`0447365d : 00000000`00000000 fffff8a0`09c5f0b0 fffffa80`00000000 fffffa80`072fe2f0 : dxgmms1!VIDMM_GLOBAL::PrepareDmaBuffer+0x43f
fffff880`05ddbae0 fffff880`04473398 : fffff800`00b96080 fffff880`04472d00 fffffa80`00000000 fffffa80`00000000 : dxgmms1!VidSchiSubmitRenderCommand+0x241
fffff880`05ddbcd0 fffff880`04472e96 : 00000000`00000000 fffffa80`0610d0e0 00000000`00000080 fffffa80`06e0e010 : dxgmms1!VidSchiSubmitQueueCommand+0x50
fffff880`05ddbd00 fffff800`0332c32e : 00000000`0280ded7 fffffa80`06eaea10 fffffa80`039eb040 fffffa80`06eaea10 : dxgmms1!VidSchiWorkerThread+0xd6
fffff880`05ddbd40 fffff800`03081666 : fffff800`03202e80 fffffa80`06eaea10 fffff800`03210cc0 fffff880`0143e384 : nt!PspSystemThreadStartup+0x5a
fffff880`05ddbd80 00000000`00000000 : fffff880`05ddc000 fffff880`05dd6000 fffff880`05ddb680 00000000`00000000 : nt!KiStartSystemThread+0x16
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: dxgmms1!VIDMM_GLOBAL::ReferenceAllocationForPreparation+19
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: dxgmms1
IMAGE_NAME: dxgmms1.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4ce799c1
STACK_COMMAND: .cxr 0xfffff88005ddaf00 ; kb
FAILURE_BUCKET_ID: X64_0x7E_dxgmms1!VIDMM_GLOBAL::ReferenceAllocationForPreparation+19
BUCKET_ID: X64_0x7E_dxgmms1!VIDMM_GLOBAL::ReferenceAllocationForPreparation+19
Followup: MachineOwner
---------