minidump
Is there a way to know the thread id in another process which throws an exception?
I am trying to use MiniDumpWriteDump() API to dump a crashed process B from another process A. I am doing this because MSDN said so:[详细]
2023-01-24 00:00 分类:问答Post mortem minidump debugging In windbg -- what causes <memory access error> for heap memory?
I\'m looking at a crash dump. Some variables seem perfectly viewable in windbg, while others just say \"memory access error\". What causes this? Why do some variables have sensical values while others[详细]
2023-01-23 05:25 分类:问答Question about memory dump
I am currently trying to design a memory dump tool that could get the memory dump of a crashed process from another process. But I am totally new to this and I want to take this as an opportunity to g[详细]
2023-01-22 20:28 分类:问答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 分类:问答How to request additional data with WER?
I\'m new to WER (actually, just registered a few days ago). I\'ve managed to establish an account and map my test application to it.[详细]
2022-12-27 21:10 分类:问答How can I create objects based on dump file memory in a WinDbg extension?
I work on a large application, and frequently use WinDbg to diagnose issues based on a DMP file from a customer.I have written a few small extensions for WinDbg that have proved very useful for pullin[详细]
2022-12-25 19:45 分类:问答Do minidump files contain the timestamp of the crash?
The MiscInfoStream in a minidump file contains the process create time. I\'d like to find out how long the process has been running for before the crash. Does a minidump file contain the exception tim[详细]
2022-12-23 02:44 分类:问答How do I get a string description of a Win32 crash while in Top level filter (I am looking for the address of the instruction at the top of the stack)
If I use a class/method like the one described here how can I get the description/address of the call at the top of the stack?[详细]
2022-12-22 01:48 分类:问答Useful things to put in the user stream segment of minidumps
I am interested in what useful things developers put in the user stream data structure that can be embedded in minidumps.MSDN describes the parameter for MiniDumpWriteDump as such:[详细]
2022-12-09 20:33 分类:问答How to create minidump for my process when it crashes?
I am not able to create minidump form my process by changing system setting. So my Question is : Will the system create a minidump for a user process when it crashes[详细]
2022-12-08 18:26 分类:问答