*******************************************************************************
* *
* 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: 0000000000000000, The address that the exception occurred at
Arg3: fffff880031d2988, Exception Record Address
Arg4: fffff880031d21e0, 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:
+2d21
00000000`00000000 ?? ???
EXCEPTION_RECORD: fffff880031d2988 -- (.exr 0xfffff880031d2988)
ExceptionAddress: 0000000000000000
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000008
Parameter[1]: 0000000000000000
Attempt to execute non-executable address 0000000000000000
CONTEXT: fffff880031d21e0 -- (.cxr 0xfffff880031d21e0)
rax=fffffa8006dd4370 rbx=fffffa80040fbd20 rcx=0000057ff922bff8
rdx=0000000000000000 rsi=0000057ffbf043c8 rdi=0000057ff922bff8
rip=0000000000000000 rsp=fffff880031d2bc8 rbp=fffff800030262b8
r8=fffff880071d6101 r9=fffffa80040fbd20 r10=fffffa8003b6a010
r11=0000000000000000 r12=fffffa8006a524c0 r13=0000000000000001
r14=0000000000000000 r15=0000000000000001
iopl=0 nv up ei pl zr na po nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010246
00000000`00000000 ?? ???
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: 0000000000000008
EXCEPTION_PARAMETER2: 0000000000000000
WRITE_ADDRESS: GetPointerFromAddress: unable to read from fffff800030b8100
0000000000000000
FOLLOWUP_IP:
MijXfilt+2d21
fffff880`071c4d21 ?? ???
FAILED_INSTRUCTION_ADDRESS:
+2d21
00000000`00000000 ?? ???
BUGCHECK_STR: 0x7E
LAST_CONTROL_TRANSFER: from fffff880071c4d21 to 0000000000000000
STACK_TEXT:
fffff880`031d2bc8 fffff880`071c4d21 : fffffa80`040fbc30 00000000`00000000 00000000`00000001 fffffa80`00000000 : 0x0
fffff880`031d2bd0 fffffa80`040fbc30 : 00000000`00000000 00000000`00000001 fffffa80`00000000 00000000`00000031 : MijXfilt+0x2d21
fffff880`031d2bd8 00000000`00000000 : 00000000`00000001 fffffa80`00000000 00000000`00000031 fffffa80`06a524c0 : 0xfffffa80`040fbc30
SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: MijXfilt+2d21
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: MijXfilt
IMAGE_NAME: MijXfilt.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4ca69a22
STACK_COMMAND: .cxr 0xfffff880031d21e0 ; kb
FAILURE_BUCKET_ID: X64_0x7E_NULL_IP_MijXfilt+2d21
BUCKET_ID: X64_0x7E_NULL_IP_MijXfilt+2d21
Followup: MachineOwner
---------