Seems to be the famous "false hang GPU bug" because I can see that in the 
report 
CurrentDmesg:
 [   35.952184] init: plymouth-stop pre-start process (1826) terminated with 
status 1
 [  212.139354] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
 [  212.139363] [drm] capturing error event; look for more information in 
/debug/dri/0/i915_error_state
 [  212.145598] [drm:init_ring_common] *ERROR* failed to set render ring head 
to zero ctl 00000000 head 0061a444 tail 00000000 start 00001000
 [  212.199275] [drm:init_ring_common] *ERROR* render ring initialization 
failed ctl 0001f001 head 0061a444 tail 00000000 start 00001000

And in the apport-gpu-error-intel.py I can see that :

signature = get_signature(report.get('i915_error_state', ''))
    if not signature:
        # Lack of a signature generally indicates an invalid error state, such
        # as a false positive or a '0x000000' (non-)error state.  In either 
case,
        # the bug won't be upstreamable nor otherwise actionable.
        if '--force' not in argv:
            return 4

So the question is how to set this option --force to do not show this
"false" crash popup to come ?

I don't know who run the apport-gpu-error-intel.py file, may be
/lib/udev/40-xserver-xorg-video-intel.rules ?

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1124064

Title:
  continusly apport send me error crash event on apport-gpu-error-
  intel.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1124064/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to