Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
- Copyright (c) Microsoft Corporation. All rights reserved.
- Loading Dump File [C:\Users\James\Downloads\070813-29936-01.dmp]
- Mini Kernel Dump File: Only registers and stack trace are available
- Symbol search path is: *** Invalid ***
- ****************************************************************************
- * Symbol loading may be unreliable without a symbol search path. *
- * Use .symfix to have the debugger choose a symbol path. *
- * After setting your symbol path, use .reload to refresh symbol locations. *
- ****************************************************************************
- Executable search path is:
- *********************************************************************
- * Symbols can not be loaded because symbol path is not initialized. *
- * *
- * The Symbol Path can be set by: *
- * using the _NT_SYMBOL_PATH environment variable. *
- * using the -y <symbol_path> argument when starting the debugger. *
- * using .sympath and .sympath+ *
- *********************************************************************
- Unable to load image \SystemRoot\system32\ntoskrnl.exe, Win32 error 0n2
- *** WARNING: Unable to verify timestamp for ntoskrnl.exe
- *** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
- Windows 7 Kernel Version 7601 (Service Pack 1) MP (8 procs) Free x64
- Product: WinNt, suite: TerminalServer SingleUserTS
- Built by: 7601.18113.amd64fre.win7sp1_gdr.130318-1533
- Machine Name:
- Kernel base = 0xfffff800`02c54000 PsLoadedModuleList = 0xfffff800`02e97670
- Debug session time: Mon Jul 8 18:15:27.179 2013 (UTC + 12:00)
- System Uptime: 0 days 0:00:26.053
- *********************************************************************
- * Symbols can not be loaded because symbol path is not initialized. *
- * *
- * The Symbol Path can be set by: *
- * using the _NT_SYMBOL_PATH environment variable. *
- * using the -y <symbol_path> argument when starting the debugger. *
- * using .sympath and .sympath+ *
- *********************************************************************
- Unable to load image \SystemRoot\system32\ntoskrnl.exe, Win32 error 0n2
- *** WARNING: Unable to verify timestamp for ntoskrnl.exe
- *** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
- Loading Kernel Symbols
- ...............................................................
- ................................................................
- ...................
- Loading User Symbols
- Loading unloaded module list
- ......
- Unable to load image \SystemRoot\system32\DRIVERS\igdpmd64.sys, Win32 error 0n2
- *** WARNING: Unable to verify timestamp for igdpmd64.sys
- *** ERROR: Module load completed but symbols could not be loaded for igdpmd64.sys
- *******************************************************************************
- * *
- * Bugcheck Analysis *
- * *
- *******************************************************************************
- Use !analyze -v to get detailed debugging information.
- BugCheck 1000007E, {ffffffffc0000005, fffff8800804efb4, fffff8800335a818, fffff8800335a070}
- *** WARNING: Unable to verify timestamp for mssmbios.sys
- *** ERROR: Module load completed but symbols could not be loaded for mssmbios.sys
- ***** Kernel symbols are WRONG. Please fix symbols to do analysis.
- *************************************************************************
- *** ***
- *** ***
- *** Your debugger is not using the correct symbols ***
- *** ***
- *** In order for this command to work properly, your symbol path ***
- *** must point to .pdb files that have full type information. ***
- *** ***
- *** Certain .pdb files (such as the public OS symbols) do not ***
- *** contain the required information. Contact the group that ***
- *** provided you with these symbols if you need this command to ***
- *** work. ***
- *** ***
- *** Type referenced: nt!_KPRCB ***
- *** ***
- *************************************************************************
- *************************************************************************
- *** ***
- *** ***
- *** Your debugger is not using the correct symbols ***
- *** ***
- *** In order for this command to work properly, your symbol path ***
- *** must point to .pdb files that have full type information. ***
- *** ***
- *** Certain .pdb files (such as the public OS symbols) do not ***
- *** contain the required information. Contact the group that ***
- *** provided you with these symbols if you need this command to ***
- *** work. ***
- *** ***
- *** Type referenced: nt!_KPRCB ***
- *** ***
- *************************************************************************
- *************************************************************************
- *** ***
- *** ***
- *** Your debugger is not using the correct symbols ***
- *** ***
- *** In order for this command to work properly, your symbol path ***
- *** must point to .pdb files that have full type information. ***
- *** ***
- *** Certain .pdb files (such as the public OS symbols) do not ***
- *** contain the required information. Contact the group that ***
- *** provided you with these symbols if you need this command to ***
- *** work. ***
- *** ***
- *** Type referenced: nt!_KPRCB ***
- *** ***
- *************************************************************************
- Probably caused by : igdpmd64.sys ( igdpmd64+36fb4 )
- Followup: MachineOwner
- ---------
- 4: 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: fffff8800804efb4, The address that the exception occurred at
- Arg3: fffff8800335a818, Exception Record Address
- Arg4: fffff8800335a070, Context Record Address
- Debugging Details:
- ------------------
- ***** Kernel symbols are WRONG. Please fix symbols to do analysis.
- *************************************************************************
- *** ***
- *** ***
- *** Your debugger is not using the correct symbols ***
- *** ***
- *** In order for this command to work properly, your symbol path ***
- *** must point to .pdb files that have full type information. ***
- *** ***
- *** Certain .pdb files (such as the public OS symbols) do not ***
- *** contain the required information. Contact the group that ***
- *** provided you with these symbols if you need this command to ***
- *** work. ***
- *** ***
- *** Type referenced: nt!_KPRCB ***
- *** ***
- *************************************************************************
- *************************************************************************
- *** ***
- *** ***
- *** Your debugger is not using the correct symbols ***
- *** ***
- *** In order for this command to work properly, your symbol path ***
- *** must point to .pdb files that have full type information. ***
- *** ***
- *** Certain .pdb files (such as the public OS symbols) do not ***
- *** contain the required information. Contact the group that ***
- *** provided you with these symbols if you need this command to ***
- *** work. ***
- *** ***
- *** Type referenced: nt!_KPRCB ***
- *** ***
- *************************************************************************
- *************************************************************************
- *** ***
- *** ***
- *** Your debugger is not using the correct symbols ***
- *** ***
- *** In order for this command to work properly, your symbol path ***
- *** must point to .pdb files that have full type information. ***
- *** ***
- *** Certain .pdb files (such as the public OS symbols) do not ***
- *** contain the required information. Contact the group that ***
- *** provided you with these symbols if you need this command to ***
- *** work. ***
- *** ***
- *** Type referenced: nt!_KPRCB ***
- *** ***
- *************************************************************************
- ADDITIONAL_DEBUG_TEXT:
- Use '!findthebuild' command to search for the target build information.
- If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load symbols.
- FAULTING_MODULE: fffff80002c54000 nt
- DEBUG_FLR_IMAGE_TIMESTAMP: 4e4152eb
- EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
- FAULTING_IP:
- igdpmd64+36fb4
- fffff880`0804efb4 ff5070 call qword ptr [rax+70h]
- EXCEPTION_RECORD: fffff8800335a818 -- (.exr 0xfffff8800335a818)
- ExceptionAddress: fffff8800804efb4 (igdpmd64+0x0000000000036fb4)
- ExceptionCode: c0000005 (Access violation)
- ExceptionFlags: 00000000
- NumberParameters: 2
- Parameter[0]: 0000000000000000
- Parameter[1]: 00000000001f458e
- Attempt to read from address 00000000001f458e
- CONTEXT: fffff8800335a070 -- (.cxr 0xfffff8800335a070)
- rax=00000000001f451e rbx=fffff8800335aaa0 rcx=fffffa8008feb180
- rdx=b40031ce2807aabd rsi=fffffa8008feb180 rdi=00000000c00000bb
- rip=fffff8800804efb4 rsp=fffff8800335aa50 rbp=fffff88008018000
- r8=46fbb3f9fde5bba4 r9=0000000000000000 r10=0000000000000018
- r11=fffff8800335aac8 r12=0000000000000001 r13=fffffa800a079130
- r14=fffffa800904b190 r15=0000000000000038
- iopl=0 nv up ei pl nz na po nc
- cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010206
- igdpmd64+0x36fb4:
- fffff880`0804efb4 ff5070 call qword ptr [rax+70h] ds:002b:00000000`001f458e=????????????????
- Resetting default scope
- CUSTOMER_CRASH_COUNT: 1
- DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
- BUGCHECK_STR: 0x7E
- CURRENT_IRQL: 0
- LAST_CONTROL_TRANSFER: from 0000000000000000 to fffff8800804efb4
- STACK_TEXT:
- fffff880`0335aa50 00000000`00000000 : fffffa80`0a2d5000 fffff880`0335aa90 fffff880`06d5d9e7 fffffa80`09170d40 : igdpmd64+0x36fb4
- FOLLOWUP_IP:
- igdpmd64+36fb4
- fffff880`0804efb4 ff5070 call qword ptr [rax+70h]
- SYMBOL_STACK_INDEX: 0
- SYMBOL_NAME: igdpmd64+36fb4
- FOLLOWUP_NAME: MachineOwner
- MODULE_NAME: igdpmd64
- IMAGE_NAME: igdpmd64.sys
- STACK_COMMAND: .cxr 0xfffff8800335a070 ; kb
- BUCKET_ID: WRONG_SYMBOLS
- Followup: MachineOwner
- ---------
Advertisement
Add Comment
Please, Sign In to add comment