Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [F:\DMP\040511-19078-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 7 Kernel Version 7600 MP (4 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
Machine Name:
Kernel base = 0xfffff800`02e13000 PsLoadedModuleList = 0xfffff800`03050e50
Debug session time: Tue Apr 5 13:54:42.808 2011 (UTC - 4:00)
System Uptime: 0 days 11:15:21.728
Loading Kernel Symbols
...............................................................
................................................................
...........................
Loading User Symbols
Loading unloaded module list
........
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000007E, {ffffffffc0000005, fffff80002e9c303, fffff880009a98d8, fffff880009a9140}
Probably caused by : memory_corruption ( nt!MiInsertPageInFreeOrZeroedList+4d3 )
Followup: MachineOwner
---------
3: 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: fffff80002e9c303, The address that the exception occurred at
Arg3: fffff880009a98d8, Exception Record Address
Arg4: fffff880009a9140, 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!MiInsertPageInFreeOrZeroedList+4d3
fffff800`02e9c303 498938 mov qword ptr [r8],rdi
EXCEPTION_RECORD: fffff880009a98d8 -- (.exr 0xfffff880009a98d8)
ExceptionAddress: fffff80002e9c303 (nt!MiInsertPageInFreeOrZeroedList+0x00000000000004d3)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: ffffffffffffffff
Attempt to read from address ffffffffffffffff
CONTEXT: fffff880009a9140 -- (.cxr 0xfffff880009a9140)
rax=0000000000000000 rbx=fffffa80019c30b0 rcx=000180000130c0b0
rdx=0000080000065959 rsi=0000000000000000 rdi=0000000000089659
rip=fffff80002e9c303 rsp=fffff880009a9b10 rbp=fffff880009a9b80
r8=00017a800130c0b0 r9=0000000000000000 r10=fffff800030bd400
r11=0000058000000000 r12=fffffa80023feb00 r13=0000000000086400
r14=0000000000000de8 r15=0000000000000000
iopl=0 nv up ei pl nz na po nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010206
nt!MiInsertPageInFreeOrZeroedList+0x4d3:
fffff800`02e9c303 498938 mov qword ptr [r8],rdi ds:002b:00017a80`0130c0b0=????????????????
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 fffff800030bb0e0
ffffffffffffffff
FOLLOWUP_IP:
nt!MiInsertPageInFreeOrZeroedList+4d3
fffff800`02e9c303 498938 mov qword ptr [r8],rdi
BUGCHECK_STR: 0x7E
LAST_CONTROL_TRANSFER: from fffff80002eca806 to fffff80002e9c303
STACK_TEXT:
fffff880`009a9b10 fffff800`02eca806 : fffffa80`019c30b0 00000000`00089659 00000000`00000002 00000000`00000000 : nt!MiInsertPageInFreeOrZeroedList+0x4d3
fffff880`009a9c10 fffff800`031267c6 : fffffa80`024bd040 00000000`00000080 fffffa80`0245d9e0 fffff800`02e61c19 : nt!MmZeroPageThread+0x895
fffff880`009a9d40 fffff800`02e61c26 : fffff800`02ffde80 fffffa80`024bd040 fffff800`0300bc40 8b493877`8d493e75 : nt!PspSystemThreadStartup+0x5a
fffff880`009a9d80 00000000`00000000 : fffff880`009aa000 fffff880`009a4000 fffff880`009a99b0 00000000`00000000 : nt!KxStartSystemThread+0x16
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nt!MiInsertPageInFreeOrZeroedList+4d3
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
DEBUG_FLR_IMAGE_TIMESTAMP: 4cc791bd
STACK_COMMAND: .cxr 0xfffff880009a9140 ; kb
IMAGE_NAME: memory_corruption
FAILURE_BUCKET_ID: X64_0x7E_nt!MiInsertPageInFreeOrZeroedList+4d3
BUCKET_ID: X64_0x7E_nt!MiInsertPageInFreeOrZeroedList+4d3
Followup: MachineOwner
---------
Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [F:\DMP\040511-18080-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 7 Kernel Version 7600 MP (4 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
Machine Name:
Kernel base = 0xfffff800`02e13000 PsLoadedModuleList = 0xfffff800`03050e50
Debug session time: Tue Apr 5 21:15:58.774 2011 (UTC - 4:00)
System Uptime: 0 days 1:44:21.694
Loading Kernel Symbols
...............................................................
................................................................
..........................
Loading User Symbols
Loading unloaded module list
.....
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1A, {41287, 3, 0, 0}
Probably caused by : ntkrnlmp.exe ( nt! ?? ::FNODOBFM::`string'+42ba5 )
Followup: MachineOwner
---------
2: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
MEMORY_MANAGEMENT (1a)
# Any other values for parameter 1 must be individually examined.
Arguments:
Arg1: 0000000000041287, The subtype of the bugcheck.
Arg2: 0000000000000003
Arg3: 0000000000000000
Arg4: 0000000000000000
Debugging Details:
------------------
BUGCHECK_STR: 0x1a_41287
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
PROCESS_NAME: DivX Plus Play
CURRENT_IRQL: 0
TRAP_FRAME: fffff8800899ce90 -- (.trap 0xfffff8800899ce90)
Unable to read trap frame at fffff880`0899ce90
LAST_CONTROL_TRANSFER: from fffff80002e2fb7a to fffff80002e83740
STACK_TEXT:
fffff880`0899cd28 fffff800`02e2fb7a : 00000000`0000001a 00000000`00041287 00000000`00000003 00000000`00000000 : nt!KeBugCheckEx
fffff880`0899cd30 fffff800`02e8182e : 00000000`00000000 fffff6fb`7da00000 fffffa80`03d00001 fffff880`13609bab : nt! ?? ::FNODOBFM::`string'+0x42ba5
fffff880`0899ce90 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiPageFault+0x16e
STACK_COMMAND: kb
FOLLOWUP_IP:
nt! ?? ::FNODOBFM::`string'+42ba5
fffff800`02e2fb7a cc int 3
SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: nt! ?? ::FNODOBFM::`string'+42ba5
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
IMAGE_NAME: ntkrnlmp.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 4cc791bd
FAILURE_BUCKET_ID: X64_0x1a_41287_nt!_??_::FNODOBFM::_string_+42ba5
BUCKET_ID: X64_0x1a_41287_nt!_??_::FNODOBFM::_string_+42ba5
Followup: MachineOwner
---------
Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [F:\DMP\040511-18236-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 7 Kernel Version 7600 MP (4 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
Machine Name:
Kernel base = 0xfffff800`02e57000 PsLoadedModuleList = 0xfffff800`03094e50
Debug session time: Tue Apr 5 22:04:03.784 2011 (UTC - 4:00)
System Uptime: 0 days 0:46:40.313
Loading Kernel Symbols
...............................................................
................................................................
..........................
Loading User Symbols
Loading unloaded module list
.....
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1A, {41201, fffff68000028af8, e87008001a587867, fffffa8004e4f150}
Probably caused by : ntkrnlmp.exe ( nt! ?? ::FNODOBFM::`string'+13bb2 )
Followup: MachineOwner
---------
1: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
MEMORY_MANAGEMENT (1a)
# Any other values for parameter 1 must be individually examined.
Arguments:
Arg1: 0000000000041201, The subtype of the bugcheck.
Arg2: fffff68000028af8
Arg3: e87008001a587867
Arg4: fffffa8004e4f150
Debugging Details:
------------------
BUGCHECK_STR: 0x1a_41201
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
PROCESS_NAME: svchost.exe
CURRENT_IRQL: 0
LAST_CONTROL_TRANSFER: from fffff80002f25b3e to fffff80002ec7740
STACK_TEXT:
fffff880`0983e9b8 fffff800`02f25b3e : 00000000`0000001a 00000000`00041201 fffff680`00028af8 e8700800`1a587867 : nt!KeBugCheckEx
fffff880`0983e9c0 fffff800`02e95b5e : 00000000`00000000 00000000`00000000 00000000`00000000 e8700800`1a587867 : nt! ?? ::FNODOBFM::`string'+0x13bb2
fffff880`0983ea00 fffff800`02e957fa : fffffa80`04e4f150 fffffa80`04a6db30 fffffa80`04a6db30 00000000`0515f000 : nt!MiQueryAddressState+0x2ae
fffff880`0983ea50 fffff800`031ac928 : fffff880`00000004 00000000`05160000 fffffa80`04e4f150 fffff800`00000000 : nt!MiQueryAddressSpan+0xaa
fffff880`0983eac0 fffff800`02ec6993 : 00000000`00000114 fffffa80`0271ab60 fffff880`0983ebc8 00000000`0012a858 : nt!NtQueryVirtualMemory+0x386
fffff880`0983ebb0 00000000`7729f8ea : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceCopyEnd+0x13
00000000`0012a838 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x7729f8ea
STACK_COMMAND: kb
FOLLOWUP_IP:
nt! ?? ::FNODOBFM::`string'+13bb2
fffff800`02f25b3e cc int 3
SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: nt! ?? ::FNODOBFM::`string'+13bb2
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
IMAGE_NAME: ntkrnlmp.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 4cc791bd
FAILURE_BUCKET_ID: X64_0x1a_41201_nt!_??_::FNODOBFM::_string_+13bb2
BUCKET_ID: X64_0x1a_41201_nt!_??_::FNODOBFM::_string_+13bb2
Followup: MachineOwner
---------