PDA

View Full Version : Who can help me read a minidump file?


dja2k
09-15-06, 01:07 AM
I had three crashes today and have no idea what is causing them. I have a minidump file but don't know how to read that with the dubugging tools. Here is the file atttached, I changed it to .txt to be able to upload it. Thanks!

dja2k

klingens
09-15-06, 01:55 AM
The BSOD info and type would be a MUCH better aid for finding out.
A Minidump is just a memory duimp around the place where the error occurred. A very small dump at that. If you don't have the source to the offending program you probably won't find out anythuing. Since in your case it looks like the kernel crashed, you obviously don't have source.

redduc900
09-15-06, 03:19 AM
Like klingens suggested either write down the contents of the BSOD, or open Event Viewer (in order to access the error logs, and check for any critical errors)...Start | Run | Type eventvwr.msc and hit OK | Highlight "Application" and "System" independently in the LH pane | Right click any error message(s) (critical errors are in Red), and select "Properties" | Write down a couple of the latest error messages exactly as they appear (under the "Description" field), and post them in this thread.

Also, open the System Information tool by typing msinfo32 in the Run box | Expand "Components" | Highlight "Problem Devices", and look for any problems that might be listed there.

The only really use for a minidump is in sending it to MS in a report of the error.

How to Use Dumpchk.exe to Check a Memory Dump File
http://support.microsoft.com/default.aspx?scid=kb;en-us;315271&Product=winxp

Captain Newbie
09-15-06, 10:47 AM
I had three crashes today and have no idea what is causing them. I have a minidump file but don't know how to read that with the dubugging tools. Here is the file atttached, I changed it to .txt to be able to upload it. Thanks!

dja2k
My uber-leet text editor can't even open that.

The words "sniff my dump" do not convey a sense of professionalism...

dja2k
09-15-06, 01:39 PM
There is no event logged for that error. The error just says IRQ_NOT_LESS_OR_EQUAL and some of the addresses are 0xE1BA527C, 0x0000001C, and 0x804E1AD6. This has happened only when using utorrent, but only appeared the last two days.

Only Log:

"The computer has rebooted from a bugcheck. The bugcheck was: 0x1000000a (0xe1ba527c, 0x0000001c, 0x00000000, 0x804e1ad6). A dump was saved in: C:\WINDOWS\Minidump\Mini091506-01.dmp."

Does anyone know if the error 0x0000000A: IRQL_NOT_LESS_OR_EQUAL goes pointing to Ram Memory, Hard Disk Memory, or Faulty Software Driver?

dja2k

redduc900
09-16-06, 12:51 PM
Try the troubleshooting steps here...

0x0000000A: IRQL_NOT_LESS_OR_EQUAL
http://aumha.org/win5/kbestop.php#0x0a

dja2k
09-16-06, 08:12 PM
Thanks, it was probably software base firewall that I was trying out and didn't like utorrent. Went back to looknstop and nothing has happened like that so far after several downloads with utorrent.

dja2k