Product SiteDocumentation Site

27.5.2. Reporting Crashes

To report certain crash, you enter abrt-cli --report <UUID>, where UUID is a field from abrt-cli --get-list. You do not need to remember the exact UUID; either use a mouse to copy and paste it, or use bash completion (write first few characters of the UUID and press <TAB>).
~]# abrt-cli --report 52d
        <TAB>
~]# abrt-cli --report 52d0d2f64f0b07fb0e626ecdfa4ac4faadc38258
>> Starting report creation...

ABRT analyzes the crash and creates a report about it. This might take a while. When the report is ready, abrt-cli opens a text editor with the content of the report. You can see what is being reported, and you can fill in instructions on how to reproduce the crash and other comments. You should also check the backtrace, because the backtrace might be sent to a public server and viewed by anyone, depending on the plugin settings.

Preferred Text Editor

You can choose which text editor is used to check the reports. abrt-cli uses the editor defined in the ABRT_EDITOR environment variable. If the variable is not defined, it checks the VISUAL and EDITOR variables. If none of these variables is set, vi is used. You can set the preferred editor in your .bashrc configuration file. For example, if you prefer GNU Emacs, add the following line to the file:
export VISUAL=emacs
When you are done with the report, save your changes and close the editor. You will be asked if you want to send the report. Respond Y to send the report or N to cancel it.