Crash Dump Analysis Patterns (Part 284)
Saturday, July 1st, 2023Sometimes, we are interested in Exception Collection from all different memory parts and space types and using different analysis patterns, for example, for the user and managed spaces:
- Exception Stack Traces from Stack Trace Collection from unmanaged space;
- Managed Code Exceptions from CLR Runtime Threads (~*e !pe -nested and !Threads WinDbg commands) including Nested and Mixed Exceptions;
- Recorded heap failures (!heap -s -v) and other Historical Information;
- Hidden Exceptions (unmanaged space) in Execution Residue (unmanaged user space) for all threads;
- Hidden Exceptions (managed space) in Execution Residue (managed space) for all threads.
- Dmitry Vostokov @ DumpAnalysis.org + TraceAnalysis.org -