About#

UC Crashdump Analyzer is a tool which provides comprehensive support for analyzing application crash dumps in UC environments.

Key features include:
- Application crash context: Provides context around application crash including execution environment, crash description, and scope of impact.
- Root cause analysis: Identifies root cause by matching exact bugs for given backtrace.
- Contextual action plans: Based on application crash type, returns a customized action plan outlining next steps to troubleshoot and mitigate the issue.

Input#

Sing in to your UC appliance via CLI and enter the following commands to retrieve the crash dump information needed for analysis:

show version active
utils core active list
utils core active analyze <CoreFileName_from_previous_command>

Important: Both command outputs must be included for a successful analysis.

_images/csa_crashdump_input_example.png
On this page