Comment 3 for bug 259545

Revision history for this message
Pedro Villavicencio (pedro) wrote :

When a program crashes it generate a .crash file in /var/crash/ which is used to report the bug, if it doesn't generate for you that's probably because you don't have apport running or isn't enabled, for enabling apport you can do the following:

gconftool -s /apps/update-notifier/show_apport_crashes --type bool true

Change the 0 to 1 in :

sudo nano /etc/default/apport

Once Apport is enabled you need to start the process do that with the following command.

sudo /etc/init.d/apport start

Thanks,