Bsod Debugging


  1. Posts : 2
    Windows 7 Ultimate x86
       #1

    Hi, I've recently been getting the blue screen of death "0x0000007F (0x0000000D)" and after checking memory and other things I though I would try to use WinDbg to figure out the problem but i seem to be having trouble reading the MiniDump. It would be great if anybody could tell me whats going on.


    Code:
     
    Microsoft (R) Windows Debugger Version 6.12.0002.633 X86
    Copyright (c) Microsoft Corporation. All rights reserved.
     
     
    Loading Dump File [C:\Users\Adam\Desktop\MEMORY.DMP]
    Kernel Summary Dump File: Only kernel address space is available
     
    Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/s...wnload/symbols
    Executable search path is: 
    Windows 7 Kernel Version 7600 MP (2 procs) Free x86 compatible
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 7600.16385.x86fre.win7_rtm.090713-1255
    Machine Name:
    Kernel base = 0x81810000 PsLoadedModuleList = 0x81958810
    Debug session time: Thu Oct 28 03:33:53.462 2010 (UTC - 4:00)
    System Uptime: 0 days 0:09:16.274
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    .................
    Loading User Symbols
     
    Loading unloaded module list
    .....
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************
     
    Use !analyze -v to get detailed debugging information.
     
    BugCheck 7F, {d, 0, 0, 0}
     
    Probably caused by : amdk8.sys ( amdk8!C1Halt+4 )
     
    Followup: MachineOwner
    ---------
     
    1: kd> !analyze -v
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************
     
    UNEXPECTED_KERNEL_MODE_TRAP (7f)
    This means a trap occurred in kernel mode, and it's a trap of a kind
    that the kernel isn't allowed to have/catch (bound trap) or that
    is always instant death (double fault). The first number in the
    bugcheck params is the number of the trap (8 = double fault, etc)
    Consult an Intel x86 family manual to learn more about what these
    traps are. Here is a *portion* of those codes:
    If kv shows a taskGate
    use .tss on the part before the colon, then kv.
    Else if kv shows a trapframe
    use .trap on that value
    Else
    .trap on the appropriate frame will show where the trap was taken
    (on x86, this will be the ebp that goes with the procedure KiTrap)
    Endif
    kb will then show the corrected stack.
    Arguments:
    Arg1: 0000000d, EXCEPTION_GP_FAULT
    Arg2: 00000000
    Arg3: 00000000
    Arg4: 00000000
     
    Debugging Details:
    ------------------
     
     
    BUGCHECK_STR: 0x7f_d
     
    DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
     
    PROCESS_NAME: System
     
    CURRENT_IRQL: 2
     
    LAST_CONTROL_TRANSFER: from 81c2331a to 81856f2b
     
    STACK_TEXT: 
    88c03bb4 81c2331a badb0d00 000303c0 00000001 nt!KiSystemFatalException+0xf
    88c03c28 8b1e9bb6 807eb884 00000000 00000000 hal!HalpClockInterruptPn+0x42
    88c03c98 81895695 83a182e0 807eb800 807e6000 amdk8!C1Halt+0x4
    88c03d20 8187800d 00000000 0000000e 8b821900 nt!PoIdle+0x538
    88c03d24 00000000 0000000e 8b821900 d2321877 nt!KiIdleLoop+0xd
     
     
    STACK_COMMAND: kb
     
    FOLLOWUP_IP: 
    amdk8!C1Halt+4
    8b1e9bb6 c3 ret
     
    SYMBOL_STACK_INDEX: 2
     
    SYMBOL_NAME: amdk8!C1Halt+4
     
    FOLLOWUP_NAME: MachineOwner
     
    MODULE_NAME: amdk8
     
    IMAGE_NAME: amdk8.sys
     
    DEBUG_FLR_IMAGE_TIMESTAMP: 4a5bbf07
     
    FAILURE_BUCKET_ID: 0x7f_d_amdk8!C1Halt+4
     
    BUCKET_ID: 0x7f_d_amdk8!C1Halt+4
     
    Followup: MachineOwner
    ---------
    Last edited by Brink; 28 Oct 2010 at 13:23. Reason: merged
      My Computer


  2. Posts : 11,990
    Windows 7 Ultimate 32 bit
       #2

    Hi and welcome to the forum. You have an interesting handle. Sorry you are having problems. We need the actual dump files so that we can look beyond what is in the code box. Please read this tutorial and upload the files. We will be glad to help you.

    https://www.sevenforums.com/crashes-d...tructions.html
      My Computer


  3. Posts : 13,354
    Windows 7 Professional x64
       #3

    Welcome!

    amdk8.sys is an AMD processor driver. Certainly not the true cause.

    Do you do any overclocking? If so, reset to defaults.

    Test your CPU temperatures with Speedfan: SpeedFan - Access temperature sensor in your computer

    Also, run Prime95: https://www.sevenforums.com/tutorials...t-prime95.html

    Other than that, I would look at third-party drivers. Try running the lmnt command in Windbg.

    If you are interested in debugging your own dumps, we can assist you with that. If all you want to do is solve the problem, it would probably be easier for us just to do it.

    Could you follow these directions?

    https://www.sevenforums.com/crashes-d...tructions.html
      My Computer


  4. Posts : 2
    Windows 7 Ultimate x86
    Thread Starter
       #4

    Here you go
      My Computer


  5. Posts : 13,354
    Windows 7 Professional x64
       #5

    The only thing I notice is your outdated Yukon drivers, which may be responsible for the Firefox BSOD.

    Install these ones: Marvell: Download Drivers

    Now the maximum safe operating temperature for your CPU appears to be 63C. Check with Speedfan to see what you are getting.

    SpeedFan - Access temperature sensor in your computer

    What is the model of your motherboard?

    Now, go into the CMOS setup program (F1 or F2 during POST, often), and look around in the Advanced options. What sleep states are enabled?

    ...Summary of the Dumps:
    Code:
    
    Built by: 7600.16385.x86fre.win7_rtm.090713-1255
    Debug session time: Thu Oct 28 14:55:06.834 2010 (UTC - 4:00)
    System Uptime: 0 days 1:36:25.771
    BUGCHECK_STR:  0x50
    PROCESS_NAME:  firefox.exe
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16385.x86fre.win7_rtm.090713-1255
    Debug session time: Thu Oct 28 03:33:53.462 2010 (UTC - 4:00)
    System Uptime: 0 days 0:09:16.274
    BugCheck 7F, {d, 0, 0, 0}
    Probably caused by : amdk8.sys ( amdk8!C1Halt+4 )
    BUGCHECK_STR:  0x7f_d
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16385.x86fre.win7_rtm.090713-1255
    Debug session time: Thu Oct 28 02:55:27.629 2010 (UTC - 4:00)
    System Uptime: 0 days 0:18:19.550
    BugCheck 7F, {d, 0, 0, 0}
    Probably caused by : amdk8.sys ( amdk8!C1Halt+4 )
    BUGCHECK_STR:  0x7f_d
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16385.x86fre.win7_rtm.090713-1255
    Debug session time: Wed Oct 27 21:09:27.566 2010 (UTC - 4:00)
    System Uptime: 0 days 1:39:28.920
    BugCheck 7F, {d, 0, 0, 0}
    Probably caused by : amdk8.sys ( amdk8!C1Halt+4 )
    BUGCHECK_STR:  0x7f_d
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

й Designer Media Ltd
All times are GMT -5. The time now is 15:19.
Find Us