minidump
How to extract stack traces from minidumps?
I\'ve got a whole bunch of minidumps which were recorded during the runtime of an application through MiniDumpWriteDump. The minidumps were created on a machine with a different OS version than my dev[详细]
2023-03-18 03:44 分类:问答After install COM AddIn, test connect in Excel, got bluescreen
COM Excel AddIn, C#, VS 2008, Excel COM Addin, tested on test VM, works fine Customer installed and got blue screen, have no clue why.[详细]
2023-03-04 20:41 分类:问答Invalid call stack in crash dump due to mismatched/missing *system* binary file?
Got this callstack when I open a Windows crash dump in Visual Studio 2005: >myprog.exe!app_crash::CommonUnhandledExceptionFilter(_EXCEPTION_POINTERS * pExceptionInfo=0x0ef4f318)Line 41C++[详细]
2023-02-27 04:15 分类:问答My minidumps are getting too big to be loaded by Visual Studio, how do I solve this?
When my application crashes it generates a minidump to allow post mortem debugging. I use the options MiniDumpWithIndirectlyReferencedMemory and MiniDumpWithPrivateReadWriteMemory.[详细]
2023-02-15 14:17 分类:问答Is a mini dump useful for debugging in .NET
I see some conflicting opinions about mini dumps for .NET debugging开发者_开发百科, for example;[详细]
2023-02-12 20:13 分类:问答What combination of MINIDUMP_TYPE enumeration values will give me the most 'complete' mini dump?
I want my app to create a mini dump to help debug unhanded exceptions. I may not know what type of mini dump I will want until after the dump has been created, so what combinations of MINIDUMP_TYPE f[详细]
2023-02-11 16:08 分类:问答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 分类:问答How do I get the "bucket id" that winqual uses if I have a minidump file or exception structure? (Windows c++)
There are a few related questions on SO - but have not found the answer - I would like to generate a \"signature\"/bucket id to report a minidump/crash back to our issue tracking system.Since MS alre[详细]
2023-02-02 22:12 分类:问答How can I get complete stack traces for mixed-mode minidumps when (WPF) native images are involved?
I have a mixed-mode C++/CLI application which uses WPF. Crashes from our customers are reported as minidumps to our own server.[详细]
2023-02-02 00:03 分类:问答fatal error minidump
I want to write a utility that in the event of a fatal error, a minidump dmp file is created.I\'m using the clrdump api and that seems fairly straightforward.[详细]
2023-01-25 18:27 分类:问答