2

More often than not, on booting to Kubuntu 12.04.01, I get a pop-up message "An application has crashed, now or in the past". I dismiss the message and everything seems fine. Occasionally when booting recently to Windows XP as administrator (though not as regular user) I have had an equally non-informative message "Your system has recovered from a serious error".

Should I be worried; if so, how do I find out which application and fix the problem?

WGCman
  • 347

1 Answers1

3

The details of recent application crashes are stored in the file /var/log/apport.log.

That should give you information on what application has crashed recently.

After that, I would recommend reading How can I track a bug that caused a crash?

I would also search Launchpad for the application that you are seeing crash to determine if this may be a known bug.

Kevin Bowen
  • 20,055
  • 57
  • 82
  • 84