Loading Dump File [F:\BSODDmpFiles\erikschand\021412-29952-01\021412-29952-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: SRV*C:\SymCache*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 7 Kernel Version 7601 (Service Pack 1) MP (4 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7601.17640.amd64fre.win7sp1_gdr.110622-1506
Machine Name:
Kernel base = 0xfffff800`0305b000 PsLoadedModuleList = 0xfffff800`032a0670
Debug session time: Tue Feb 14 05:17:24.146 2012 (GMT-7)
System Uptime: 0 days 1:05:36.848
Loading Kernel Symbols
...............................................................
................................................................
.................................
Loading User Symbols
Loading unloaded module list
...............
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000007E, {ffffffffc0000005, fffff800030f7e11, fffff880009a9968, fffff880009a91c0}
Probably caused by : memory_corruption ( nt!MiUnlinkFreeOrZeroedPage+181 )
Followup: MachineOwner
---------
2: 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: fffff800030f7e11, The address that the exception occurred at
Arg3: fffff880009a9968, Exception Record Address
Arg4: fffff880009a91c0, 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!MiUnlinkFreeOrZeroedPage+181
fffff800`030f7e11 48893cc2 mov qword ptr [rdx+rax*8],rdi
EXCEPTION_RECORD: fffff880009a9968 -- (.exr 0xfffff880009a9968)
ExceptionAddress: fffff800030f7e11 (nt!MiUnlinkFreeOrZeroedPage+0x0000000000000181)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: ffffffffffffffff
Attempt to read from address ffffffffffffffff
CONTEXT: fffff880009a91c0 -- (.cxr 0xfffff880009a91c0)
rax=fa00000000690624 rbx=fffffa8003ab9120 rcx=0000000000000008
rdx=fffffa8000000008 rsi=fffffa80078028f0 rdi=ffffffffffffffff
rip=fffff800030f7e11 rsp=fffff880009a9ba0 rbp=0000000000000006
r8=0000000000000000 r9=0000000000000000 r10=fffffa8007802910
r11=fffff880009a9be0 r12=0000000000000000 r13=0000000000000001
r14=00000000ffffffff r15=0000000000000001
iopl=0 nv up ei ng nz na po cy
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010287
nt!MiUnlinkFreeOrZeroedPage+0x181:
fffff800`030f7e11 48893cc2 mov qword ptr [rdx+rax*8],rdi ds:002b:cffffa80`03483128=????????????????
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_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 fffff8000330a100
ffffffffffffffff
FOLLOWUP_IP:
nt!MiUnlinkFreeOrZeroedPage+181
fffff800`030f7e11 48893cc2 mov qword ptr [rdx+rax*8],rdi
BUGCHECK_STR: 0x7E
LAST_CONTROL_TRANSFER: from fffff8000309f9be to fffff800030f7e11
STACK_TEXT:
fffff880`009a9ba0 fffff800`0309f9be : 00000000`000000ff 00000000`00000006 00000000`00000000 00000000`00000000 : nt!MiUnlinkFreeOrZeroedPage+0x181
fffff880`009a9c10 fffff800`03372fee : fffffa80`07931b60 00000000`00000080 fffffa80`07931040 fffff800`030c95d9 : nt!MmZeroPageThread+0x541
fffff880`009a9d40 fffff800`030c95e6 : fffff800`0324de80 fffffa80`07931b60 fffff800`0325bcc0 20000002`9881f609 : nt!PspSystemThreadStartup+0x5a
fffff880`009a9d80 00000000`00000000 : fffff880`009aa000 fffff880`009a4000 fffff880`009a98b0 00000000`00000000 : nt!KxStartSystemThread+0x16
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nt!MiUnlinkFreeOrZeroedPage+181
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
DEBUG_FLR_IMAGE_TIMESTAMP: 4e02aaa3
STACK_COMMAND: .cxr 0xfffff880009a91c0 ; kb
IMAGE_NAME: memory_corruption
FAILURE_BUCKET_ID: X64_0x7E_nt!MiUnlinkFreeOrZeroedPage+181
BUCKET_ID: X64_0x7E_nt!MiUnlinkFreeOrZeroedPage+181
Followup: MachineOwner
---------