1ABRT-ACTION-GENERA(1) ABRT Manual ABRT-ACTION-GENERA(1)
2
3
4
6 abrt-action-generate-backtrace - Analyzes coredump, generates and saves
7 backtrace.
8
10 abrt-action-generate-backtrace [-v] [-d DIR] [-i DIR1[:DIR2]...] [-t
11 NUM]
12
14 This tool runs gdb(1) on a file named coredump in problem directory
15 DIR. gdb(1) generates backtrace and other diagnostic information about
16 the state of the application at the moment when coredump was generated.
17 Then the tool saves it as new element backtrace in this problem
18 directory.
19
20 Integration with libreport events
21 abrt-action-generate-backtrace can be used as an analyzer for
22 application crashes which dump core.
23
24 Example usage in report_event.conf:
25
26 EVENT=analyze analyzer=CCpp
27 abrt-action-generate-backtrace
28
30 -d DIR
31 Path to problem directory.
32
33 -v
34 Be more verbose. Can be given multiple times.
35
36 -i DIR1[:DIR2]
37 Additional debuginfo directories
38
39 -t NUM
40 Kill gdb if it runs for more than NUM seconds
41
43 • ABRT team
44
45
46
47abrt 2.14.6 10/05/2021 ABRT-ACTION-GENERA(1)