Every once in a while an error pops up, so there's this dialogue box which asks if one would like to inform Ubuntu about it. Upon confirming, where does this report go? Can it be followed up? If it is followed up, is there a fix that is provided later? Or is there some place where the solution is provided, which one can check and sort ot out?
Asked
Active
Viewed 1,894 times
1 Answers
4
The system which intercepts crashes right when they happen the first time is Apport. When a crash happens, you will see something like this:

A report is written automaticaly in a file *executable_path.uid*.crash in the /var/crash directoty:

If you want to print one of these reports, you can run in terminal next command:
lpr <executable_path.uid>.crash
More about: https://wiki.ubuntu.com/Apport.
Radu Rădeanu
- 174,089
- 51
- 332
- 407