Ubuntu – How to i report a bug about apport-gpu-error-intel.py crashing

apportbug-reporting

Everytime my gpu crash and i have to reboot, after the boot appears:

  • the window to report the gpu crash bug
  • when I try to report it, apport-gpu-error-intel.py crashes
  • another window appears suggesting me to report the crash of apport-gpu-error-intel.py
  • then i try to report it, but when launchpad is opened I see that is reporting the original gpu bug and there is no more trace about apport-gpu-error-intel.py crash.

So, how can I report it?

UPDATE:
I know that i can report it manually, but how can I give more information, like a backtrace or something similar?

Best Answer

Actually, apport-gpu-error-intel.py belongs to the xserver-xorg-video-intel package:

Run dpkg -S apport-gpu-error-intel.py to check which package contains this file:

xserver-xorg-video-intel: /usr/share/apport/apport-gpu-error-intel.p

Find out the source package for the binary package xserver-xorg-video-intel using apt-cache showsrc xserver-xorg-video-intel | grep '^Package:'

Package: xserver-xorg-video-intel
Package: xserver-xorg-video-intel

In this case, the source package has the same name as the binary package (xserver-xorg-video-intel), but that may not always be the case (e.g. binary package apt-utils has source apt)

Bugs for that package can be reported on https://launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bugs