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

NAME

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

SYNOPSIS

11       abrt-action-analyze-backtrace [-v] [-d DIR]
12

DESCRIPTION

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

OPTIONS

34       -d DIR
35           Path to problem directory.
36
37       -v
38           Be more verbose. Can be given multiple times.
39

AUTHORS

41       •   ABRT team
42

SEE ALSO

44       abrt-action-generate-backtrace
45
46
47
48abrt 2.14.6                       05/25/2021             ABRT-ACTION-ANALYZ(1)
Impressum