minidumpwritedump
What is minimum MINIDUMP_TYPE set to dump native C++ process that hosts .net component to be able to use !clrstack in windbg
There is native C++ application that hosts several .net components. When some error occurs this application creates mini dump using MiniDumpWriteDump function. Question here what is minimum set of[详细]
2023-02-07 12:27 分类:问答Reducing the size of minidumps of managed programs while keeping some heap information?
With the dump debugging su开发者_C百科pport in .NET 4.0 we are looking into automatically (after asking the user of course :) creating minidumps of C# program crashes to upload them to our issue track[详细]
2023-01-08 20:51 分类:问答C++ MiniDumpWriteDump - FullMemoryDump doesn't give me much information
I\'ve been using MiniDumpWriteDump to generate dump files on a crash. I\'ve been trying to do a full memory dump. This seems to work, and generates a large file as expected.[详细]
2022-12-21 03:12 分类:问答