Where do the system error reports go?
Solution 1:
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.