abrt-action-generate-backtrace - Man Page

Analyzes coredump, generates and saves backtrace.

Synopsis

abrt-action-generate-backtrace [-v] [-d DIR] [-t NUM]

Description

This tool runs gdb(1) on a file named coredump in problem directory DIR. gdb(1) generates backtrace and other diagnostic information about the state of the application at the moment when coredump was generated. Then the tool saves it as new element backtrace in this problem directory.

Integration with libreport events

abrt-action-generate-backtrace can be used as an analyzer for application crashes which dump core.

Example usage in report_event.conf:

EVENT=analyze analyzer=CCpp
        abrt-action-generate-backtrace

Options

-d DIR

Path to problem directory.

-v

Be more verbose. Can be given multiple times.

-t NUM

Kill gdb if it runs for more than NUM seconds

Authors

Info

02/19/2024 abrt 2.17.5 ABRT Manual