Comment 3 for bug 416106

Revision history for this message
Martin Pitt (pitti) wrote : Re: totem-plugin-viewer bugs make the retracers crash

They crash with

Traceback (most recent call last):
  File "/tmp/tmp7_Mbcl/usr/bin/apport-retrace", line 273, in <module>
    report.add_gdb_info()
  File "/usr/lib/python2.6/dist-packages/apport/report.py", line 500, in add_gdb_info
    assert os.path.exists(self.get('InterpreterPath', self['ExecutablePath']))
AssertionError

which is understandable because these bugs have totally wrong Package: fields. E. g. bug 410923 has

  ExecutablePath: /usr/lib/totem/totem-plugin-viewer
  Package: libgstreamer0.10-0 0.10.24-1

and bug 416441 has

  ExecutablePath: /usr/lib/totem/totem-plugin-viewer
  Package: alsa-base 1.0.20+dfsg-1ubuntu4

The wrong package field is the root cause for the failure.