PDA

View Full Version : DMP.file


Granite Monolith
8th Oct 2007, 20:02
Minidump.

Very often crashes my PC. I'm not technical enough to know why?

:hmm::hmm:

Help or thoughts greatly appreciated...becomes rather annoying after a while.

bnt
8th Oct 2007, 20:46
The minidump file is not crashing your PC, it's a memory dump that can be used to diagnose what happened. Analyzing those is a specialist technique. A couple of points:
A Minidump is like the name says: mini, as in small, and limited. If you're really having problems, you can enable full dumps, but there's no point doing anything with dumps unless you can analyze them, or get them to someone who can.
However, you might get a better result by just checking out the STOP code and any other details you see.
Silly question time: what changed? Nothing? I don't believe you! :8Things to try:
1) Set the machine to stop if it happens, and not reboot immediately. This will give you time to check out the blue screen. In particular, you'll want to note the name of any files listed on screen - if it looks like a driver, that's likely to be the problem.
right-click on My Computer, select "Properties" On the "Advanced" tab, select "Settings" under "Startup & Recovery". Uncheck the box that says "Automatically reboot"
2) Look in the System Event Log for evidence of previous crashes, and see if Microsoft can provide any advice on them.
Open Control Panel - Administrative Tools - Event Viewer.
Select System, and look for any entries with Source = "Save Dump". (Use View - Filter if it helps). Open up one of those, make a note of the STOP Code it includes. Also, if there is a link after "For more information, see Help and Support Center...", try it. This sends the information to the Microsoft Knowledge Base site, and it will report anything it finds.
The System Event Log will report anything else it finds - if you want to learn how to fix problems with your system, you'd better get used to using it. The timing of entries can tell you lot: if you have a problem, check the log for entries on and around that time.

Granite Monolith
8th Oct 2007, 21:27
Ok, thanks for this..

Think it might be the driver. Will get back to you if still unsure:ok:

PS, yer didn't just copy and paste, did you? And add one of these ((:8)).

;)

bnt
8th Oct 2007, 22:07
Nope, it's all my own work... until about 6 weeks ago, I was doing this kind of stuff as part of my job - but on servers, not PCs.

Parapunter
9th Oct 2007, 07:32
Have a look here: http://www.networkworld.com/news/2005/041105-windows-crash.html?page=2

An excellent article, worth sticking with that will solve your woes, and it's not as difficult to follow as you may think. Just follow the instructions carefully & you'll get there. A pound to a penny you have a borked driver.

Granite Monolith
9th Oct 2007, 16:51
Pheww! Thanks for the link and info.

Am currently sifting through it all:ooh:
I might be some time;)