How to read minidump files?

My question is small, but has a large influence on the detection of the windows error.

I have a question, how to read minidump files?

This is the default location is "C:\WINDOWS\Minidump.

Specifically, I have no problem in real-time, but I want to know about it.

I have also noticed that some MVP suggest that you download the minidump & they inspect it. But how do?

Do not hesitate to make the technical content, I will try to understand that also.

I have no OS dependencies so here you can chat on any OS (XP, Vista, win 7).

It would be good if you give me an example. As an example you can quote all the minidump pre inspected which is uploaded to skydrive files.

S.Chatterjee

http://support.Microsoft.com/kb/315263 MS - MVP - Elephant Boy computers - don't panic!

Tags: Windows

Similar Questions

  • Someone please tell me how open/read a file on my Mac OS Pro Tour/Yosemite .asf. Please help, frustrated!

    Someone please tell me how open/read a file on my Mac OS Pro Tour/Yosemite .asf. Please help, frustrated!

    of course, it's another format darn owner, so you will need a copy of Windows media player for mac.  (or VLC) there is a way to convert, however, but I suspect it will not free

    Good luck

    John B

  • How to read the files on time capsule

    How to read the files on time capsule from iPad?

    Thank you

    Using an application like navigation on the iPad. More info here:

    Stratospherix - FileBrowser - overview

  • How To Read RTF file in JAVA?  Using iText?

    How To Read RTF file in JAVA?  Using iText?...

    import java. IO;

    com.lowagie.text import. *;
    com.lowagie.text.rtf import. *;

    public class RTF3 {}
    Public Shared Sub main (String [] args) {}

    System.out.println ("this example produces a RTF Sample.rtf file name");

    Create the Document object
    The myDoc document = new Document();

    try {}

    Create writer to listen to a document object
    and directs the RTF stream to the Sample.rtf file
    RtfWriter2.getInstance (myDoc, new FileOutputStream ("Sample.rtf"));

    Open the document object
    myDoc.open ();

    Create a paragraph
    Point p = new Paragraph();
    p.Add ("Helloworld in Rtf file... amazing isn't");

    Add a paragraph to the document object
    myDoc.add (p);

    }
    catch (Exception e) {}
    System.out.println (e);
    }
    close the document
    myDoc.close ();
    }
    }
    Exception in thread "main" java.lang.NoSuchMethodError: com.lowagie.text.Rectangle.width (F)
    at com.lowagie.text.rtf.document.RtfPageSetting.rectEquals(RtfPageSetting.java:433)
    at com.lowagie.text.rtf.document.RtfPageSetting.guessFormat(RtfPageSetting.java:362)
    at com.lowagie.text.rtf.document.RtfPageSetting.setPageSize(RtfPageSetting.java:341)
    at com.lowagie.text.rtf.RtfWriter2.setPageSize(RtfWriter2.java:248)
    at com.lowagie.text.Document.open (unknown Source)
    to the view. RTF3.main (RTF3. Java:23)

    Can you help me?

    import com.lowagie.text.Document;
    import com.lowagie.text.rtf.parser.RtfParser;
    import java.io.FileInputStream;

    String Fichierentree = "sample.rtf."
    Document document = new Document();
    document. Open();
    RtfParser parser = new RtfParser (null);
    parser.convertRtfDocument (new FileInputStream (inputFile), document);

  • How to read a file of all the text in a pl/sql variable?

    Hi, I need to read an entire text file - which actually contains an e-mail message from a system of content management - in a variable in a pl/sql package, in order to insert the database information and then send the email. I want to read the whole of a sudden text file, no not one line at a time. Shoud I use Utl_File.Get_Raw or is there a more appropriate to do this?

    How to read a file of all the text in a pl/sql variable?

     ...
    your_clob_variable := dbms_xslprocessor.read2clob('YOUR_DIRECTORY','YOUR_FILE');
    ....
    
  • How to read a file that contains a matrix!

    Hi all

    I have a file that I saved from matlab using this command: SAVE filename X - ascii-double - legs.

    but I don't know how to read and extract its data to draw the graph of the intensity.

    Any help please.

    Best regards

    Nams


  • How to read two files (one updates every second, the other is constant) simoltaneously

    Dear all,

    I'd appreciate if someone help me.

    I want to read two files, one is the temperature that updates every second, and the other is energy hysteresis that has specific lines and is constant.

    I had a program in the discussion forum to read a file as it is updated. I checked this program in my case and it works.

    Then I added playback file hysteresis energy to the existing file. But while I run the program, the energy hysteresis file is read with all the lines.

    But the goal is that every time the updates of the temperature, I need to read a line of the file hysteresis energy.

    in this way every second, so, I have a new temperature data and a row of the other file.

    I tried to use 'for loop' inside the program, but it did not work, because the temperature reading will stop until that end of the loop.

    I joined the program.

    Could someone help me how read only a row of hysteresis energy file every time that the temperature updated?

    IS that what you wanted to achieve?

  • How to read a file FBW

    I had to reformat my hard drive and did a windows vista backup of my files.  After the format I have a backup file I can't open.  How can I open the backup file?  The files have an extension of file FBW.  Thank you.

    Hello

    see this link:

    http://www.techsupportforum.com/forums/F217/how-to-read-HP-FBW-back-up-files-from-Vista-190926.html

    http://www.techsupportforum.com/forums/F217/how-to-read-HP-FBW-back-up-files-from-Vista-190926-3.html

    Let us know the results.

  • How save/read the file on devices BB10?

    Hello!

    I want to save data in the text using JavaScript file, but I can't use blackberry.io.file because it cannot support the BB10.

    How save/read file on BB10?

    For the moment the BB10 device has the best HTML5 browser, so you can use the file HTML5 feature.

    https://developer.BlackBerry.com/HTML5/APIs/FileReader.html <- sadly="" theres="" no="" sample="" code="" here="" for="" noobs="" like="">

    I went www.html5rocks.com for samples.

  • How to read/write files in Photoshop CC?

    Hi all
    I have plugin for Photoshop CC2014 and above using node.js to reading/writing files, download remote files and restful calls. It does not in Photoshop CC because CC uses 4 CSXS and node.js is not available here. So is it possible in javascript to perform these operations (reading/writing/download) in CSXS4? I think I can use XMLHttpRequest to download files, but how to read and write? Thank you!

    CEP has an API to access Local file.

    GitHub - Adobe-CEP/CEP-resources: Getting Started with Adobe CC 2014 Extension SDK

  • How to read a file of track of PeopleSoft

    Hello

    Would be kind to explain to me how to play this trace file:

    PSAPPSRV.355081-1160 13.04.050.000 Cur #3.MYDOMAIN RC = 0, hard = 0.000 type Bind-5 = 18 length = value 2 = 76
    PSAPPSRV.355081-1161 13.04.050.000 Cur #1.MYDOMAIN RC = 0, hard = 0.000 COM Stmt = SELECT / * + FIRST_ROWS * / A.SETID, A.ORIGIN, D.DESCR FROM PS_ORIGIN_PO A, PS_ORIGIN_PO_V1_LN, D WHERE D.SETID =: 1 AND D.SETID = A.SETID AND D.ORIGIN = A.ORIGIN, D.LANGUAGE_CD = 'FRA' UNION SELECT / * + FIRST_ROWS * / SETID, ORIGIN, PS_ORIGIN_PO WHERE SETID = DESCR : 2 AND NOT EXISTS (SELECT 'X' FROM PS_ORIGIN_PO_V1_LN D WHERE D.SETID = A. SETID AND D.ORIGIN = A.ORIGIN AND D.LANGUAGE_CD = 'FRA') ORDER BY 1, 2
    PSAPPSRV.355081-1162 13.04.050.000 Cur #1.MYDOMAIN RC = 0, hard = 0.000 type Bind-1 = 2 length = value 5 = SHARE
    PSAPPSRV.355081-1163 13.04.050.000 Cur #1.MYDOMAIN RC = 0, hard = 0.000 type Bind-2 = 2 length = value 5 = SHARE

    What is the total os SELECT statement?

    And why is there a time for each line of Bind-n?

    Thank you.

    Thank you.

    I have a few question about Trace majic. If you can answer me.

    For statistical graphics, that shows the circle? They are based on the number of instructions: SELECT, DELETE,... PeopleCode?

    the validation time and time to search? Fit into the total time for a SQL statement?

    Suppose we have:

    Total time Number of calls No traces Number of extractions Time of the exe Extraction time SQL

    0,046000 44 36 0.000000 0.000000 0,046000 SELECT OPRDEFNDESC FROM PSOPRDEFN WHERE OPRID =: 1

    We must multiply 0.046 (time Total) by 44 (number of calls) to get the elapsed time for this select statement?

    How to read the chart on the first tab (summary; statistics)?

    Vertical axis is in seconds. It shows?

    Horizontal is in what unit? It shows?

    Thank you and best regards.

  • How to read a file only?

    Hello world... I am a new Fuze 2 GB owner and I have a problem that I couldn't solve by reading the user manual or searching for this forum.  I use the "rocket" (mainly) to listen to stories and readings in MP3 format.  I placed about a dozen files on my rocket through Windows Explorer drag / move directly into the 'Audiobooks' folder of the rocket.

    My problem: when a story ends, the following starts immediately.  I don't want the next file to play; I want quiet (given that I listen to it while asleep).

    Is it possible to force the "rocket" to play a file only and then be silent while it drift off in his own 'Sleep' mode (that took me 30 minutes)?

    Furthermore, I have disabled "Ch. Mode".  (I've even left "Shuffle" and "Repeat" in 'Music' just in case it might have something to do with it.)

    Thank you very much!

    Because no one taken here have to answer with another "sorry, don't know," I kept trying to figure this out myself.  I discovered a workaround solution and write here for the benefit of any third party who may want to read a file only.  That's what I did:

    I transferred my files (stories and readings in MP3 format, which I originally put in the audiobooks folder) in music-> songs.  Note that this DIY does not work via the audio books folder!

    Then, I selected a file to be read.  When he started, I activated the button "Push and Hold".

    This operation has copied the individual file to Playlist-> list go.

    When I wanted to play this file (and this single file) all in falling asleep, I sailed to music-songs-> list-> Playlist > go.  I chose this file and it played.  At the end of the file, there was blessed silence.

    Don't forget to put your energy saving or sleep to shut down the "rocket" after x number of minutes.

  • How to read a file .mkv on 32EX550 led tv

    I want to read a file .mkv on my new TV LED (32EX550), can someone help me

    You can run a server on your pc like TVERSITY. For my part I use an external media player. Just so you know not to play all the files on all devices. TVersity a bridge well enough however.

  • How to read encrypted files

    When I download files, they appear as encrypted. How do I change to read English. I think that "Pb" appears next to the download

    Hi dagay,

    1. what type of file are facing problems with?

    You can try the following steps and check.

    a. right click on the file to bring up the selection menu, and then click "Properties".

    b. Select "Advanced" in the Properties menu, which will open the 'Advanced attributes' section of 'properties '.

    c. click on "Details", which will display all the information encryption. Select 'Add '. This will open a window to add users.

    d. Select the user (you) to provide access to the encrypted file. Click "OK" until you return to the "Properties" window Once in this window, click on 'apply '. This will apply the changes. Click 'OK' to close the Properties window.

    e. double-click the encrypted file. It will now open.

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer

  • Difficulty to read minidump files

    Summer work computer crashing a lot lately.  I think that relatively new facility?  Computer us, anyway move me work and try to understand how use the windows to read files in dump posing more of a challenge than I expected.  I don't have a computer at home to do more research on how to do it and it's been almost a week now.  I'm not looking for someone debug this show so much as me how if possible.  I post a link to the .rar file and I'll post the error message I receive, I am using the command line: SRV * C:\symbols* http://msdl.microsoft.com/download/symbols under the user and system variables, I in c:\Symbols folder (empty)

    A screenshot of environmental variables m, rar file with crash dumps on the text file and the week when I try to open the file for debugging.

    https://onedrive.live.com/redir?RESID=F2E22D3677057E11%21216.

    You can't debug it to me (unless you have nothing else to do and I would be very grateful), but it would be great if I can understand how it works.  Thank you

    David

    LS

    First you must update asacpi.sys (yours is 2005) at least 2009

    Pre 2009 this driver version is a known cause of BSOD.

    Please visit Asus tek computer Inc. - support - drivers and download p7p55d the
    http://support.ASUS.com/download.aspx?SLanguage=en&m=P7P55D%20Le&p=1&s=32&OS=29&hashedid=e7zic83pvqsr80lm

    Scroll to the utility category, then scroll down to the "atk0110 driver for Windows XP/vista/windows 7 32 & 64-bit" (it is about 12 down).
    Download and install it.

    Go to c:\windows\system32\drivers to check and make sure that the file asacpi.sys is stamped 2009 or 2010 (not before).  If you are using Win 8 there are at least a 2012 version that is needed for this.  If you can't find it on the site of ASUS you can download using windows update.  Read about it here

    These accidents were related to the corruption of memory (probably caused by a driver).

    Please run these tests to check your memory and find which driver is causing the problem.


    If you're overclocking (pushing components beyond their design) return you to default at least until the crash is resolved. If you don't know what it is that you're probably not overclocking.

    Since then, it is more likely to be a pilot run everything first.
    1-Driver Verifier (for full instructions, see our wiki here)

    If the auditor does not have the issue we move to it.

    2-Memtest. (You can learn more about running memtest here)


    If you cannot start after you have enabled the auditor reboot in safe mode
    In Vista & win 7 (F8)

    Co-written by JMH3143

    .

Maybe you are looking for