Subscribe:

Ads 468x60px

Thursday, August 9, 2012

How to fix Apport-gpu-error-intel.py crash in Ubuntu 12.04?

Hi all 



  I got this error when i installed some libraries. This is how i fixed


Just disable apport 

Open this file using this command
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

2 comments:

Leif Harmsen said...

Here's a reportedly better way, at least in some cases:

http://askubuntu.com/questions/153016/apport-gpu-error-intel-py-crash/153480#153480

Lentin Joseph said...

Its the same way ..

Post a Comment