Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between crash dump and hang dump?

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?

like image 274
Rockstart Avatar asked Mar 09 '26 09:03

Rockstart


1 Answers

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

like image 73
EdChum Avatar answered Mar 12 '26 15:03

EdChum



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!