Results 1 to 3 of 3

Thread: Minidump reader

  1. #1
    SteveB Guest

    Minidump reader

    Can anyone suggest a tool I can use to read the contents of a minidump file?

  2. #2
    Synapse Syndrome Guest
    http://www.microsoft.com/whdc/devtoo...g/default.mspx

    SS is correct - WinDBG (in the Windows Debugging Tools) is undoubtedly the
    best tool for examining memory dumps on Windows. It's a free download from
    the URL above.

    To add an ancillary comment, which might help get you started .... take a
    look at this Knowledegbase article:

    How to read the small memory dump files that Windows creates for
    debugging
    http://support.microsoft.com/kb/315263

    To summarise that article:
    - download and install WinDBG
    - run WinDBG
    - go to File, Open Crash Dump, navigate to the minimdump you want to open.
    - the article describes giving the symbol path on the command line, but you
    can also specify the symbol path in the GUI, by going File, Symbol File
    Path, and entering the same command-line syntax
    - once you have the dump file loaded and the symbol path set, run the
    command "!analyze -v"

    This will chug away for a few minutes and then give you a summary report on
    the dump. If you are new to debugging, that's the best you will get for now.
    You can certainly use commands like ~, kP, and dd to move around the dump
    and examine the entrails, but to make sense of what you see requires a good
    knowledge of Windows process and memory models, and x86 assembly language.
    It's also a great way to *learn* about Windows process and memory models,
    and x86 assembly language :-)

    The WinDBG Help File is Very Good! (unlike most help files). If you need
    additional resources to learn more about debugging and reading dumps, a good
    book is:
    John Robbins
    Debugging Applications for Microsoft .NET and Microsoft Windows
    http://www.microsoft.com/MSPress/books/5822.aspx

    There are probably lots of free articles on the web, as well; just Google
    for "Windbg and minidump".
    Many thanks

  3. #3
    Join Date
    Apr 2010
    Posts
    4

    Re: Minidump reader

    Thank very much...

    I'm new here, hope can learn from all of you...

Similar Threads

  1. BSOD Windows Vista minidump attached, please help
    By Fireball1975 in forum Vista Help
    Replies: 2
    Last Post: 10-03-2012, 02:37 PM
  2. minidump analysis bsod
    By devsowis in forum Vista Help
    Replies: 1
    Last Post: 26-04-2011, 07:43 PM
  3. bsod minidump when i dl, wonder if it's because of my modem
    By mistif in forum Technology & Internet
    Replies: 5
    Last Post: 21-05-2010, 01:45 PM
  4. Replies: 5
    Last Post: 26-01-2009, 05:44 PM
  5. Bluescreen and Minidump in Vista 64
    By Folcom in forum Vista Help
    Replies: 5
    Last Post: 11-11-2008, 04:46 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,449,538.70590 seconds with 16 queries