Comment 9 for bug 94882

Revision history for this message
Hilario J. Montoliu (hjmf) (hmontoliu) wrote : Re: [apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall() filling out a bug report

(feisty_chroot)retraces@paleo:/home/bugsquad/retrace_tmp/f_94882# apport-retrace --core-file=CoreDump.gz --procmaps=ProcMaps.txt -s -v -u 94882 > retrace.out
Traceback (most recent call last):
  File "/usr/bin/apport-retrace", line 377, in <module>
    report = report_from_launchpad(reportfile)
  File "/usr/bin/apport-retrace", line 99, in report_from_launchpad
    report[key] = gzip.open(att.filename).read()
  File "/usr/lib/python2.5/gzip.py", line 220, in read
    self._read(readsize)
  File "/usr/lib/python2.5/gzip.py", line 292, in _read
    self._read_eof()
  File "/usr/lib/python2.5/gzip.py", line 309, in _read_eof
    isize = U32(read32(self.fileobj)) # may exceed 2GB
  File "/usr/lib/python2.5/gzip.py", line 40, in read32
    return struct.unpack("<l", input.read(4))[0]
  File "/usr/lib/python2.5/struct.py", line 87, in unpack
    return o.unpack(s)
struct.error: unpack requires a string argument of length 4
Error in sys.excepthook:
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/apport/python_hook.py", line 54, in apport_excepthook
    pr.add_proc_info()
  File "/var/lib/python-support/python2.5/apport/report.py", line 294, in add_proc_info
    self['ExecutablePath'] = os.readlink('/proc/' + pid + '/exe')
OSError: [Errno 2] No such file or directory: '/proc/10349/exe'

Original exception was:
Traceback (most recent call last):
  File "/usr/bin/apport-retrace", line 377, in <module>
    report = report_from_launchpad(reportfile)
  File "/usr/bin/apport-retrace", line 99, in report_from_launchpad
    report[key] = gzip.open(att.filename).read()
  File "/usr/lib/python2.5/gzip.py", line 220, in read
    self._read(readsize)
  File "/usr/lib/python2.5/gzip.py", line 292, in _read
    self._read_eof()
  File "/usr/lib/python2.5/gzip.py", line 309, in _read_eof
    isize = U32(read32(self.fileobj)) # may exceed 2GB
  File "/usr/lib/python2.5/gzip.py", line 40, in read32
    return struct.unpack("<l", input.read(4))[0]
  File "/usr/lib/python2.5/struct.py", line 87, in unpack
    return o.unpack(s)
struct.error: unpack requires a string argument of length 4