What is the difference between crash-dump and hang-dump?
Suppose if i write a utility to create a dump of a process on clicking it, how will i intimate the utility to create an appropriate dump?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not sure what you mean, they are both dumps of the application/kernel state (memory) in varying levels of detail. Whether the application has hung or crashed is kind of irrelevant in terms of what constitutes a dump see this doc and here http://www.debuginfo.com/articles/easywindbg2.html#savedumps what crash dump will have are the exception records of the crash itself.
MiniDumpWriteDump:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms680360%28v=vs.85%29.aspx
Different types of dump:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms680519%28v=vs.85%29.aspx