/usr/share/apport/apport-gpu-error-intel.py Error [duplicate]

Feeling disempowered by Ubuntu's new bug reporting policy/system. My Intel i5 machines have all experienced daily (if not more frequent) freezes, but it's very difficult to report bugs now and policy instead is just for ubuntu to collect counts; no way for me to see that anything is (or is not) being worked on.

I've just experienced a freeze and now on reboot I'm stuck in a cycle of "Ubuntu has an internal error" (presumably Ubuntu never experiences an external error...) do you want to report it? Yes. Oh another internal error...

Apport crash screen

It looks like this report could contain useful information. Is there anyway to make sure it gets provided to the people who can fix it?


Solution 1:

Install xdiagnose version 2.5.1, which I uploaded to precise-proposed the other day.

The problem is that the Intel graphics driver has these weird "false gpu hangs". The GPU locks up but then recovers so that you don't actually notice anything, but it still is enough to trigger the error handler. Disabling apport doesn't disable this handler; 2.5.1 disables the handler directly.

Solution 2:

You may want to disable Apport:

sudo gksu gedit /etc/default/apport

change "enabled" from "1" to "0", then save the file.

You can always re-enable it later on if you want, by changing "enabled" from "0" back to "1", or you can enable Apport temporarily, using the following command:

sudo service apport start force_start=1