1ABRT-ACTION-GENERA(1) ABRT Manual ABRT-ACTION-GENERA(1)
2
3
4
6 abrt-action-generate-core-backtrace - Generates coredump-level
7 backtrace
8
10 abrt-action-generate-core-backtrace [-v] [-r] [-d DIR]
11
13 This tool uses coredump from the file coredump and binary at the path
14 stored in file executable in the problem directory to generate
15 coredump-level backtrace.
16
17 Coredump-level backtrace resembles ordinary backtrace in that it
18 contains information about call frames present on the stack at the time
19 of the crash. However, it only contains information that can be
20 obtained from the coredump without debugging symbols available - mainly
21 relative addresses of the stored instruction pointers. Such backtrace
22 can still be useful for reporting and reproducing the bug and does not
23 require debugging information files to be installed.
24
25 The result is saved in the problem directory in a file named
26 core_backtrace.
27
28 Integration with libreport events
29 abrt-action-generate-core-backtrace can be used as an analyzer for
30 application crashes which dump core.
31
32 Example usage in report_event.conf:
33
34 EVENT=analyze analyzer=CCpp
35 abrt-action-generate-core-backtrace
36
38 -d DIR
39 Path to problem directory.
40
41 -r
42 Do not hash function fingerprints. Useful for debugging.
43
44 -v
45 Be more verbose. Can be given multiple times.
46
48 • ABRT team
49
50
51
52abrt 2.17.1 06/30/2023 ABRT-ACTION-GENERA(1)