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?
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With