Help decoding minidump files

Any software related topics go in here.
Post Reply
DarkStar
Registered User
Posts: 2701
Joined: 17 Aug 2004, 02:00
Location: What? You mean you can't see me?
Contact:

Help decoding minidump files

Post by DarkStar »

Heya everyone.

I need your help again, please.

A client's PC just refuses to co-operate. It gives the STOP 0xC2 error when booting, so we've tried a repair install and at about 24 minutes in (Windows XP Home) it restarts with the same BSoD.

I've collected a bunch of minidumps but I don't have the tools needed to read them. If someone could please do that for me?

Thanks.

http://www.mediafire.com/?tyimdsfql2m0t3b
http://www.mediafire.com/?s35wmlk92c4k23z
http://www.mediafire.com/?1ii46k9hz3rqf9k
http://www.mediafire.com/?3ykd8qgg1k2ku16
http://www.mediafire.com/?pfap3axg99ef9st
If I can't find a friendship problem...I'll make a friendship problem!
http://www.youtube.com/watch?v=Lxo1qlk6gEI
doo_much
Registered User
Posts: 26022
Joined: 13 May 2004, 02:00
Location: Getting there...
Contact:

Re: Help decoding minidump files

Post by doo_much »

Google says you should download Debugging Tools for Windows and use WinDbg to read them.

And this helps a lot as well.
MOOD - Thirsty

A surprising amount of modern pseudoscience is coming out of the environmental sector. Perhaps it should not be so surprising given that environmentalism is political rather than scientific.
Timothy Casey
User avatar
Ron2K
Forum Technical Administrator
Posts: 9050
Joined: 04 Jul 2006, 16:45
Location: Upper Hutt, New Zealand
Contact:

Re: Help decoding minidump files

Post by Ron2K »

Yeah, as Oom Doo has said, WinDbg is your friend - I've used this myself in the past to catch some pretty nasty unhandled exceptions in my code that would occur once in a blue moon but would cause mass panic whenever they would happen. It does have a learning curve akin to running into a brick wall though.

If you successfully decode the debug file, you should receive information pertaining to what broke, as well as a stack trace leading to the breakage - you can then file a bug report with whichever entity is responsible and provide them with that information.
Kia kaha, Kia māia, Kia manawanui.
Post Reply