From Bugchecks to Patterns
One of the questions asked during Introduction to Pattern-Driven Software Problem Solving Webinar was how to map bugcheck codes to crash dump analysis patterns. I’m starting this post to provide a few initial mappings and plan to extend it later.
|
BAD_POOL_CALLER (c2) BAD_POOL_HEADER (19) |
|
|
UNEXPECTED_KERNEL_MODE_TRAP (7f) |
|
|
NO_MORE_IRP_STACK_LOCATIONS (35) |
|
|
MANUALLY_INITIATED_CRASH (e2) NMI_HARDWARE_FAILURE (80) CRITICAL_OBJECT_TERMINATION (f4) KMODE_EXCEPTION_NOT_HANDLED (1e) DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1) |
- Dmitry Vostokov @ DumpAnalysis.org + TraceAnalysis.org -