"Sorry, Ubuntu 12.04 has experienced an internal error."

I have recently upgraded to Precise and had some errors. It seems to be quite random and with differences in the error reports. I have duly sent the reports hoping the system will have found the problem and sorted itself out. After the second error I am following the wizards (software...) advice and seeking help. The 1st time it happened I jotted down the following:

ExecutablePath
/usr/lib/tracker/tracker-extract
LaunchPad bug 950765
AMD64

The second time the following:

ExecutablePath
/usr/share/appart/appart-gpu-error-intel.py
"Possible GPU hang........"
sandybridge-m-gt2
LaunchPad bug 981261

If there is anyone that can help it is much appreciated. I did not really want to upgrade at this stage, but was forced to due to the latest version of python-numpy in precise. You win some, you loose some....

Jacques

I am using a Pavilion dv6 notebook and 64bit ubuntu 12.04 LTS


My advice would be to turn off Apport. Unless you are experiencing problems other than the system error messages

Apport is used in alpha and beta releases to help find and report bugs and would normally be switched off in a final release, but for some reason I have noticed it is on in 12.04.

This is causing unnecessary crash reports to pop up and it will be completely safe to turn off

To turn off Apport, run sudo sed -i s/enabled=1/enabled=0/ /etc/default/apport


You've asked two separate questions, which are probably unrelated. I can't speak to the first, but I can answer the second.

The second is linking to bug #981261, which you can look up in Launchpad. Here's a direct link:

  • https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/981261

That is marked as a duplicate of bug #974830, which is here:

  • https://bugs.launchpad.net/bugs/974830

That bug is marked Fix Committed for Precise, which means the issue has been sorted out and a fix is available but it has not yet been rolled out to precise-updates.

The issue is a GPU hang in the kernel for Sandybridge which can be worked around by disabling Framebuffer Compression. It appears that the freeze can be triggered when using Java apps, among other ways.

So, you can either bide your time and wait for the next kernel update (3.2.0-26.41), which should include this fix, or work around it manually by adding this parameter to your kernel command line in grub (e.g. add it to /etc/defaults/grub):

i915.i915_enable_fbc=0

Or, you can enable -proposed and install the pre-release kernel. See EnableProposed for the directions on how to do this.