dumping error

  • Thread starter Thread starter mritunjay kumar
  • Start date Start date
M

mritunjay kumar

Actually i want to know that why dumping of physical
memory happens. What is the the best solution to prevent
from dumping error.
 
--------------------
From: "mritunjay kumar" <[email protected]>
Subject: dumping error
Date: Tue, 18 May 2004 05:46:54 -0700

Actually i want to know that why dumping of physical
memory happens. What is the the best solution to prevent
from dumping error.
--------------------

When Windows encounters a critical error (one that causes OS instability
such that it must shutdown) you get the infamous BSOD, offically known as a
"Bugcheck".
If you machine is configured to do so, it will dump physical memory
(creating a .dmp file) based on the configuration of the system (mini,
kernel, or full dump).
This .dmp file is what you need to debug in order to understand what was
happening in kernel mode memory that caused the instability.

To prevent bugchecks, use perfect software ;-)
Bugchecks are usually caused by buggy/corrupt software. They can also be
caused be incompatible driver/service settings, and by faulty hardware.

To learn how to find out WHY the bugcheck happened, spend some time
learning about debugging:

**** LINKS ****
Bugcheck Codes and Info:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ddtools/hh/
ddtools/bcintro_3dkj.asp

Debugging Tools Download:
http://www.microsoft.com/downloads/details.aspx?FamilyID=7c6ec49c-a8f7-4323-
b583-6a7a6aeb5e66&displaylang=en

Debugging Tools and Symbols: Getting Started
http://www.microsoft.com/whdc/devtools/debugging/debugstart.mspx

--
~~ JASON HALL ~~
~ Performance Support Specialist,
~ Microsoft Enterprise Platforms Support
~ This posting is provided "AS IS" with no warranties, and confers no
rights.
~ Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
~ Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top