*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000007E, {ffffffffc0000005, fffff880045d844a, fffff880042d38a8, fffff880042d3100}
Probably caused by : hardware ( dxgmms1!VidSchiSubmitRenderCommand+2e )
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: fffff880045d844a, The address that the exception occurred at
Arg3: fffff880042d38a8, Exception Record Address
Arg4: fffff880042d3100, 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!VidSchiSubmitRenderCommand+2e
fffff880`045d844a 0000 add byte ptr [rax],al
EXCEPTION_RECORD: fffff880042d38a8 -- (.exr 0xfffff880042d38a8)
ExceptionAddress: fffff880045d844a (dxgmms1!VidSchiSubmitRenderCommand+0x000000000000002e)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000001
Parameter[1]: 0000000000c881ae
Attempt to write to address 0000000000c881ae
CONTEXT: fffff880042d3100 -- (.cxr 0xfffff880042d3100)
rax=0000000000c881ae rbx=fffffa8004802010 rcx=fffffa8004676ec0
rdx=fffffa800489c590 rsi=0000000000000000 rdi=fffffa8005f1b010
rip=fffff880045d844a rsp=fffff880042d3ae0 rbp=0000000000000080
r8=0000000000000001 r9=0000000000000000 r10=fffffa8005f1b7e0
r11=fffffa8004676ec0 r12=fffffa8005f1b010 r13=fffff880045d7dc0
r14=0000000000000000 r15=fffffa8004802010
iopl=0 nv up ei pl nz na pe nc
cs=0010 ss=0000 ds=002b es=002b fs=0053 gs=002b efl=00010202
dxgmms1!VidSchiSubmitRenderCommand+0x2e:
fffff880`045d844a 0000 add byte ptr [rax],al ds:002b:00000000`00c881ae=??
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: 0000000000000001
EXCEPTION_PARAMETER2: 0000000000c881ae
WRITE_ADDRESS: GetPointerFromAddress: unable to read from fffff800032b50e8
0000000000c881ae
FOLLOWUP_IP:
dxgmms1!VidSchiSubmitRenderCommand+2e
fffff880`045d844a 0000 add byte ptr [rax],al
BUGCHECK_STR: 0x7E
MISALIGNED_IP:
dxgmms1!VidSchiSubmitRenderCommand+2e
fffff880`045d844a 0000 add byte ptr [rax],al
LAST_CONTROL_TRANSFER: from fffff880045d8398 to fffff880045d844a
STACK_TEXT:
fffff880`042d3ae0 fffff880`045d8398 : fffff800`043ec080 fffff880`045d7dc0 fffffa80`05f1b010 fffffa80`05f1b010 : dxgmms1!VidSchiSubmitRenderCommand+0x2e
fffff880`042d3cd0 fffff880`045d7e96 : 00000000`00000000 fffffa80`04802010 00000000`00000080 fffffa80`05f1b010 : dxgmms1!VidSchiSubmitQueueCommand+0x50
fffff880`042d3d00 fffff800`03321cce : 00000000`02126498 fffffa80`05f37060 fffffa80`03c71840 fffffa80`05f37060 : dxgmms1!VidSchiWorkerThread+0xd6
fffff880`042d3d40 fffff800`03075fe6 : fffff800`031f6e80 fffffa80`05f37060 fffff800`03204cc0 fffff880`0123d384 : nt!PspSystemThreadStartup+0x5a
fffff880`042d3d80 00000000`00000000 : fffff880`042d4000 fffff880`042ce000 fffff880`042d3680 00000000`00000000 : nt!KxStartSystemThread+0x16
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: dxgmms1!VidSchiSubmitRenderCommand+2e
FOLLOWUP_NAME: MachineOwner
IMAGE_NAME: hardware
DEBUG_FLR_IMAGE_TIMESTAMP: 0
STACK_COMMAND: .cxr 0xfffff880042d3100 ; kb
MODULE_NAME: hardware
FAILURE_BUCKET_ID: X64_IP_MISALIGNED_dxgmms1.sys
BUCKET_ID: X64_IP_MISALIGNED_dxgmms1.sys
Followup: MachineOwner
---------