1ABRT-ACTION-ANALYZ(1) ABRT Manual ABRT-ACTION-ANALYZ(1)
2
3
4
6 abrt-action-analyze-backtrace - Analyzes C/C++ backtrace, generates
7 duplication hash, backtrace rating, and identifies crash function in
8 problem directory DIR.
9
11 abrt-action-analyze-backtrace [-v] [-d DIR]
12
14 The tool reads a file named backtrace from problem directory, generates
15 duplication hash, backtrace rating, and identifies crash function. Then
16 it saves this data as new elements duphash, rating, crash_function in
17 this problem directory.
18
19 Integration with libreport events
20 abrt-action-analyze-backtrace can be used as a secondary analyzer,
21 after backtrace has been generated. The data generated by
22 abrt-action-analyze-backtrace is useful for reporting the crash to bug
23 databases: rating makes it possible to prevent reporting of bugs with
24 low quality (non-informative) backtraces, duplication hash is used to
25 find already filed bugs about similar crashes.
26
27 Example usage in report_event.conf:
28
29 EVENT=analyze analyzer=CCpp
30 abrt-action-generate-backtrace || exit $?
31 abrt-action-analyze-backtrace
32
34 -d DIR
35 Path to problem directory.
36
37 -v
38 Be more verbose. Can be given multiple times.
39
41 • ABRT team
42
44 abrt-action-generate-backtrace
45
46
47
48abrt 2.15.1 03/10/2022 ABRT-ACTION-ANALYZ(1)