................................................................
.........................................................
Loading User Symbols
Loading unloaded module list
....
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000007E, {ffffffffc0000005, fffff80002e56eb1, fffff880009a9898, fffff880009a90f0}
Probably caused by : memory_corruption ( nt!MmZeroPageThread+3c4 )
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: ffffffffc0000005, The exception code that was not handled
Arg2: fffff80002e56eb1, The address that the exception occurred at
Arg3: fffff880009a9898, Exception Record Address
Arg4: fffff880009a90f0, 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:
nt!MmZeroPageThread+3c4
fffff800`02e56eb1 f0410fba6d1000 lock bts dword ptr [r13+10h],0
EXCEPTION_RECORD: fffff880009a9898 -- (.exr 0xfffff880009a9898)
ExceptionAddress: fffff80002e56eb1 (nt!MmZeroPageThread+0x00000000000003c4)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: ffffffffffffffff
Attempt to read from address ffffffffffffffff
CONTEXT: fffff880009a90f0 -- (.cxr 0xfffff880009a90f0)
rax=0000000000000078 rbx=fffdffffffffffff rcx=0000000000000000
rdx=0000000000000000 rsi=fffffa80068e46c0 rdi=0000000000000078
rip=fffff80002e56eb1 rsp=fffff880009a9ad0 rbp=000000000000007f
r8=0000000000000000 r9=0000058000000000 r10=0000000000000002
r11=0000000000000024 r12=0000000000000024 r13=ff9ffa7fffffffd0
r14=0000000000000080 r15=fffff80003006e80
iopl=0 nv up ei ng nz na pe nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010282
nt!MmZeroPageThread+0x3c4:
fffff800`02e56eb1 f0410fba6d1000 lock bts dword ptr [r13+10h],0 ds:002b:ff9ffa7f`ffffffe0=????????
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT
PROCESS_NAME: System
CURRENT_IRQL: 2
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 fffff800030c3100
GetUlongFromAddress: unable to read from fffff800030c31c0
ffffffffffffffff
FOLLOWUP_IP:
nt!MmZeroPageThread+3c4
fffff800`02e56eb1 f0410fba6d1000 lock bts dword ptr [r13+10h],0
BUGCHECK_STR: 0x7E
LAST_CONTROL_TRANSFER: from fffff8000312ae6a to fffff80002e56eb1
STACK_TEXT:
fffff880`009a9ad0 fffff800`0312ae6a : fffffa80`069fbb50 00000000`00000080 fffffa80`069fb040 fffff800`02e84eb9 : nt!MmZeroPageThread+0x3c4
fffff880`009a9c00 fffff800`02e84ec6 : fffff800`03006e80 fffffa80`069fbb50 fffff800`03014cc0 01638d44`c3b60f04 : nt!PspSystemThreadStartup+0x5a
fffff880`009a9c40 00000000`00000000 : fffff880`009aa000 fffff880`009a4000 fffff880`009a97b0 00000000`00000000 : nt!KiStartSystemThread+0x16
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nt!MmZeroPageThread+3c4
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
DEBUG_FLR_IMAGE_TIMESTAMP: 4fa390f3
STACK_COMMAND: .cxr 0xfffff880009a90f0 ; kb
IMAGE_NAME: memory_corruption
FAILURE_BUCKET_ID: X64_0x7E_nt!MmZeroPageThread+3c4
BUCKET_ID: X64_0x7E_nt!MmZeroPageThread+3c4
Followup: MachineOwner
---------
So, a driver issue creating memory corruption or something?
Edit: Also I'm trying whocrashed and I'll post my results, but I need to leave for about an hour or so - they'll be somewhat delayed.