1ABRT(1) ABRT Manual ABRT(1)
2
3
4
6 abrt - Manage problems handled by ABRT
7
9 abrt [OPTIONS...] SUBCOMMAND [MATCH]
10
12 -a,--auth
13 Authenticate and show all problems on this machine
14
15 -v,--version
16 Show program’s version number and exit
17
18 -h,--help
19 Show help message
20
22 list
23 List problems
24
25 info
26 Print information about a problem
27
28 report
29 Report problem
30
31 remove
32 Remove problem
33
34 backtrace
35 Show backtrace of a problem
36
37 retrace
38 Generate backtrace from coredump
39
40 gdb
41 Run GDB (GNU Project debugger) against a problem
42
43 debuginfo-install
44 Install required debuginfo packages for given problem
45
46 status
47 Print count of the recent crashes
48
49 Use abrt help SUBCOMMAND for detailed list of options for selected
50 subcommand.
51
53 Subcommands requiring single problem like info or backtrace will use
54 the last problem that happened on your system unless MATCH is
55 specified.
56
57 MATCH can be either component name, short hash (from list subcommand)
58 or combination of both in form <component>@<hash>
59
61 List all problems handled by ABRT
62
63 $ abrt list
64
65 List problems with built-in format
66
67 $ abrt list --pretty=oneline
68
69 List problems with custom format
70
71 $ abrt list --fmt '{count}x {short_id} {what}'
72
73 Display detailed information about a problem
74
75 $ abrt info --pretty full kernel
76
77 Install debuginfo packages and run GDB against last problem
78
79 $ abrt gdb --debuginfo-install
80
81 Generate backtrace from last problem’s coredump and generated detailed
82 mail report
83
84 $ abrt retrace
85 $ abrt info --pretty email
86
88 Fields usable for custom formatting
89
90 {what}
91 either component name or executable
92
93 {count}
94 number of occurrences
95
96 {time}
97 time of the last occurrence
98
99 {short_id}
100 short hash
101
102 {uid}
103 user ID
104
105 {username}
106 username
107
108 {uid_username}
109 combination of the above two fields
110
111 {path}
112 full path to problem data directory
113
114 {package}
115 affected package
116
117 {cmdline}
118 command line used to start an application
119
121 • ABRT team
122
123
124
125abrt 2.14.6 05/25/2021 ABRT(1)