Tips
• Try these techniques out on a panic you put in the
code yourself
… so that you are confident about the result
… make sure the call stack matches what you know to be the
problem
• When looking into a defect. It is often enough to find
the component which paniced
… This is what triage may do
… The component owner may then be able to take over apply
some knowledge and logging etc
• Sometimes it can be helpful to make every thread a
system thread
… so all panics go to the debug monitor