Tuesday, May 14, 2024
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 35905  / 2 Years ago, tue, april 5, 2022, 4:25:55

A small independent application is crashing on my system (Kubuntu 12.04). I want to manually review the info in the crash report and then email the relevant parts to the developer. The file is located in /var/crash/_usr_bin_appname.1000.crash however I am not sure which tool I need in order to read, edit and save the crash report in a form that I can email to the developer.


More From » bug-reporting

 Answers
5

Here's the best solution I have found so far:



apt-get install apport-retrace


Then study the manual at either:



http://manpages.ubuntu.com/manpages/raring/en/man1/apport-retrace.1.html



or



man apport-retrace


I came up with this command:



apport-retrace --confirm --gdb --sandbox system --verbose --cache /my/path/cache/apport-retrace --output /mypath/apport-retrace/appname.1000.crash /var/crash/_usr_bin_appname.1000.crash


Use your own paths (instead of /my/path) and the correct application name (instead of 'appname') in the command above. See the manual for variations on that command.


[#29381] Wednesday, April 6, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
impisaso

Total Points: 423
Total Questions: 106
Total Answers: 104

Location: Virgin Islands (U.S.)
Member since Tue, Feb 2, 2021
3 Years ago
;