I am fairly new to Ubuntu and I was wonder what a good way is to debug when something crashes?
For example: I installed 11.04 and the default media player banshee makes my laptop crash after a few minutes of playing music. Since the system completely freezes and there is not error message it's hard to find out what is wrong.
Second problem I have is that sometimes the system crashes to login. I am suspecting it to be a Chromium or Flash but I am not 100% sure.
So anybody got some tips on how to debug stuff like this?
/var/crash/? This is where/var/log/apport.logsent me. – David LeBauer Jun 12 '12 at 17:08/var/crashdoes not really contain human-readable error messages, but a file named like_usr_bin_Xorg.0.crashthat can be submitted using Apport. – Lekensteyn Jun 12 '12 at 17:14apport.logtold me a specific *.crash file to check;ls -ltrh /var/crash/confirmed that it was generated during the previous crash; but I was thinking that next time I might start withls -ltrh /var/crash/. – David LeBauer Jun 12 '12 at 21:27