Comment 5 for bug 1345653

Revision history for this message
Brian Murray (brian-murray) wrote :

So systems seem to encounter an error when checking bug patterns:

  File "/usr/lib/python3/dist-packages/apport/report.py", line 893, in search_bug_patterns
    url = _check_bug_patterns(self, patterns)
  File "/usr/lib/python3/dist-packages/apport/report.py", line 170, in _check_bug_patterns
    url = _check_bug_pattern(report, pattern)
  File "/usr/lib/python3/dist-packages/apport/report.py", line 142, in _check_bug_pattern
    v = v.get_value()
  File "/usr/lib/python3/dist-packages/problem_report.py", line 62, in get_value
    return gzip.GzipFile(fileobj=BytesIO(self.gzipvalue)).read()
  File "/usr/lib/python3.4/gzip.py", line 360, in read
    while self._read(readsize):
  File "/usr/lib/python3.4/gzip.py", line 449, in _read
    self._read_eof()
  File "/usr/lib/python3.4/gzip.py", line 482, in _read_eof
    crc32, isize = struct.unpack("<II", self._read_exact(8))
  File "/usr/lib/python3.4/gzip.py", line 286, in _read_exact
    raise EOFError("Compressed file ended before the "
EOFError: Compressed file ended before the end-of-stream marker was reached