1ABRT-ACTION-GENERA(1)             ABRT Manual            ABRT-ACTION-GENERA(1)
2
3
4

NAME

6       abrt-action-generate-backtrace - Analyzes coredump, generates and saves
7       backtrace.
8

SYNOPSIS

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

DESCRIPTION

13       This tool runs gdb(1) on a file named coredump in problem directory
14       DIR. gdb(1) generates backtrace and other diagnostic information about
15       the state of the application at the moment when coredump was generated.
16       Then the tool saves it as new element backtrace in this problem
17       directory.
18
19   Integration with libreport events
20       abrt-action-generate-backtrace can be used as an analyzer for
21       application crashes which dump core.
22
23       Example usage in report_event.conf:
24
25           EVENT=analyze analyzer=CCpp
26                   abrt-action-generate-backtrace
27

OPTIONS

29       -d DIR
30           Path to problem directory.
31
32       -v
33           Be more verbose. Can be given multiple times.
34
35       -t NUM
36           Kill gdb if it runs for more than NUM seconds
37

AUTHORS

39       •   ABRT team
40
41
42
43abrt 2.17.1                       06/30/2023             ABRT-ACTION-GENERA(1)
Impressum