Call Stack
The cascade of function calling functions
which resulted in the panic.
Shows some history of the current operation.
This often gives a pretty good idea of the chain of
events leading to a panic.
Essential for tracking down problems and
knowing where to put breakpoints.
Also a good way of identifying duplicate
defects.