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

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

Title:
  apport-gtk crashed with EOFError in _read_exact(): Compressed file
  ended before the end-of-stream marker was reached

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to