Results 1 to 6 of 6

Thread: How to analyze BSOD Kernel Dump

  1. #1
    Join Date
    Apr 2009
    Posts
    569

    How to analyze BSOD Kernel Dump

    Hi,
    I have several months of blues that appear on screen all the time. This happened less frequently in recent times, but again the problem seriously (2 to 3 per week). I used WinDbg to analyze the dumps but the application in question is different on each dump, and I must confess that I do not understand much. Does anyone have an idea for the BSOD kernel dump analysis. Thanks in advance.

  2. #2
    Join Date
    Jan 2008
    Posts
    3,388

    Re: How to analyze BSOD Kernel Dump

    The BSOD in my case is usually caused to prevent any damage to my computer by performing a sudden shutdown. The game can be caused by hardware or newly installed hardware. You will have to read the screen message for that. In my BSOD I had found that a file called ntkrnlpa.exe is the main issue. On searching internet I found that this issue is due to newly installed hardware in my computer. That was my graphic card.

  3. #3
    Join Date
    May 2008
    Posts
    4,085

    Re: How to analyze BSOD Kernel Dump

    It is right. Mainly BSOD is caused by new hardware failure or RAM issue. You must first disconnect any newly added hardware like RAM, Printer, GPU, etc to checkout the matter. The error information in given on the screen which will help you to analyze the issue. Check out that properly. You might need a windows update to troubleshoot the issue. Just restart your pc once.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,267

    Re: How to analyze BSOD Kernel Dump

    When a machine does the BSOD, I always start by doing a memtest, then I looked further. If you do not know memtest, you will find free on the net, there are ways to make a bootable CD. You can also download Ultimate Boot CD (which is this memtest), so you'll have a range of soft to make troubleshooting your machine. This will give you more help on Dump kernel analysis.

  5. #5
    Join Date
    May 2008
    Posts
    2,297

    Re: How to analyze BSOD Kernel Dump

    To setup the the parameters for creating the dump it is necessary to activate some settings. For this property the workstation and then tab advanced button and setting the Startup and Recovery. You can select 3 types of dump, memory dump (64KB), image and kernel memory dump complete. Unless one wishes to analyze in great depth, the partial image and the kernel enough at first approach. Once set, it only remains to wait for the blue screen.

  6. #6
    Join Date
    Oct 2005
    Posts
    2,393

    Re: How to analyze BSOD Kernel Dump

    Microsoft provided tools necessary to analyze the dump called Windbg (with a nice GUI) and kd (command line).This tool is freely downloadable from the Microsoft website. I recommend that you check regularly available version of WinDbg, it is updated regularly. Windbg Once installed, it is necessary to set the path to the symbols which allow such to see what functions were called in the stack to see structures, etc. with their small original name. Most of the functions and structures of the kernel starting with nt. The symbols are available online, or download package or on the product CD or by download on the fly. It is this last option that I recommend. To do this, go to the File menu and then Symbol File Path ... then type srv * c: \ symbols * msdl.microsoft.com/download/symbols, all without space.This will allow you to automatically load the symbols you need and store them locally in the directory c: \ symbols. Attention loads can be long, symbols files are usually quite large, the minimum size of binary file. The advantage of this solution is that you do not have to worry about choosing the right symbols is Windbg who does it for you.

Similar Threads

  1. PAGE-FAULT-IN-NONPAGED-AREA or UNEXPECTED-KERNEL-MODE-TRAP bsod
    By maxslayer in forum Windows XP Support
    Replies: 3
    Last Post: 30-05-2011, 11:49 PM
  2. Mutibooting : NITroid and Maemo kernel,power kernel
    By Disha N in forum Portable Devices
    Replies: 3
    Last Post: 12-02-2011, 09:07 PM
  3. How to Analyze Downloads from Internet
    By CAILYN in forum Networking & Security
    Replies: 5
    Last Post: 06-03-2010, 12:05 PM
  4. Physical Memory Dump with BSOD
    By Logan.M in forum Operating Systems
    Replies: 4
    Last Post: 01-03-2009, 06:33 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,570,607.01106 seconds with 17 queries