반응형
The Elements of Crash Dump Analysis Style
After looking at multitude ofcrash dump analysis reports from different companies andengineersI would like to highlight several rules for good analysis reports:
- Format your debugger output in fixed size font (Courier New or Lucida Console). This is very important for readability
- Bold and highlight (using different colors) important addresses or data
- Keep the same color for the same address or data consistently
- Use red color for bug manifestation points
- If you refer to some dump put a link to it
What is considered bad crash dump analysis style? These are:
- Variable size font (you copy yourdebugger outputto Outlook e-mailas is and it is using the default font)
- Highlight the whole data set (for example, stack trace) in red
- Too muchirrelevant information
As an example ofthe good style I advocate (albeit not perfect) please look at the previouspost Crash Dump Analysis Case Study
These aremyfirst thoughts aboutcrash and memory dump analysis style and I continue toelaborate it and present more examples later.
- Dmitry Vostokov -
반응형
'Crash dump 불펌스페샬' 카테고리의 다른 글
Crash Dump Analysis Patterns (Part 1) (0) | 2007.05.13 |
---|---|
불펌란의 저자에 대해서 (0) | 2007.05.13 |
Crash Dumps for Dummies (Part 4) (0) | 2007.05.13 |
Crash Dumps for Dummies (Part5) (3) | 2007.05.13 |
Crash Dumps for Dummies (Part 3) (0) | 2007.05.13 |