Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Users\David\AppData\Local\Temp\Temp1_err.zip\062410-24796-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 7 Kernel Version 7600 MP (4 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7600.16539.x86fre.win7_gdr.100226-1909
Machine Name:
Kernel base = 0x83816000 PsLoadedModuleList = 0x83955570
Debug session time: Sat Apr 17 00:14:49.218 2010 (UTC - 7:00)
System Uptime: 0 days 0:00:20.953
Loading Kernel Symbols
...............................................................
................................................................
............
Loading User Symbols
Loading unloaded module list
....
Unable to load image \SystemRoot\System32\drivers\dxgkrnl.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for dxgkrnl.sys
*** ERROR: Module load completed but symbols could not be loaded for dxgkrnl.sys
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000007E, {c0000005, 40000, 833fa4f8, 833fa0d0}
Probably caused by : dxgkrnl.sys ( dxgkrnl+62192 )
Followup: MachineOwner
---------
1: 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: c0000005, The exception code that was not handled
Arg2: 00040000, The address that the exception occurred at
Arg3: 833fa4f8, Exception Record Address
Arg4: 833fa0d0, 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:
+19
00040000 ?? ???
EXCEPTION_RECORD: 833fa4f8 -- (.exr 0xffffffff833fa4f8)
ExceptionAddress: 00040000
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 00000000
Parameter[1]: 00040000
Attempt to read from address 00040000
CONTEXT: 833fa0d0 -- (.cxr 0xffffffff833fa0d0)
eax=89446000 ebx=8cb901b0 ecx=893fd700 edx=00000000 esi=833fa634 edi=8cb9007e
eip=00040000 esp=833fa5c0 ebp=833fa5e8 iopl=0 nv up ei pl zr na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
00040000 ?? ???
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
PROCESS_NAME: csrss.exe
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: 00000000
EXCEPTION_PARAMETER2: 00040000
READ_ADDRESS: GetPointerFromAddress: unable to read from 83975700
Unable to read MiSystemVaType memory at 839550c0
00040000
FOLLOWUP_IP:
dxgkrnl+62192
94d9a192 ?? ???
FAILED_INSTRUCTION_ADDRESS:
+62192
00040000 ?? ???
BUGCHECK_STR: 0x7E
LAST_CONTROL_TRANSFER: from 94d9a192 to 00040000
STACK_TEXT:
WARNING: Frame IP not in any known module. Following frames may be wrong.
833fa5bc 94d9a192 879ba000 833fa634 833fa644 0x40000
833fa5e8 94d991a6 833fa634 89446000 8cb9007e dxgkrnl+0x62192
833fa68c 94d99ea0 89446000 a36b0660 894bd008 dxgkrnl+0x611a6
833fa828 94d730de a36b0660 00000000 94d39201 dxgkrnl+0x61ea0
833fa87c 94d9c5bb 89446000 919d5500 a36b0660 dxgkrnl+0x3b0de
833faa78 9ab72611 00000004 00000000 833fad28 dxgkrnl+0x645bb
833faac0 9ab75151 ffb87010 833facd0 833fad28 cdd!CreateAndEnableDevice+0x171
833fad50 839fdd6e ffb87010 af0d3494 00000000 cdd!PresentWorkerThread+0x81d
833fad90 8389f159 9ab74934 ffb87010 00000000 nt!PspSystemThreadStartup+0x9e
00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x19
SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: dxgkrnl+62192
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: dxgkrnl
IMAGE_NAME: dxgkrnl.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4ac54de1
STACK_COMMAND: .cxr 0xffffffff833fa0d0 ; kb
FAILURE_BUCKET_ID: 0x7E_BAD_IP_dxgkrnl+62192
BUCKET_ID: 0x7E_BAD_IP_dxgkrnl+62192
Followup: MachineOwner
---------