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.
Apport Crash reports should be located in:
And when I look at one:
This is the program that caused a problem:
These are the C shared objects / shared libraries that were being used by the problem program:
This shows what the program was doing when the crash happened:
This could have all your passwords in it be careful with this information:
Here's the best solution I have found so far:
Then study the manual at either:
http://manpages.ubuntu.com/manpages/raring/en/man1/apport-retrace.1.html
or
I came up with this command:
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.
Well Ubuntu had designed a sequence for you also. It's named as Debugging Program Crash.
Edit I just heard about a program named as volatility and it's available for Ubuntu, you can install with
For more information