Comment 5 for bug 1997912

Revision history for this message
Benjamin Drung (bdrung) wrote :

Failed to verify:

```
(kinetic)root@deep-thought:~# dpkg -s apport | grep Version
Version: 2.23.1-0ubuntu3.3
(kinetic)root@deep-thought:~# printf "CoreDump: base64\n H4sICAAAAAAC/0NvcmVEdW1wAA==\n 7Z0LYFPV/cdP0rQ\n" > malformed.crash
(kinetic)root@deep-thought:~# apport-unpack malformed.crash unpack
Traceback (most recent call last):
  File "/usr/bin/apport-unpack", line 84, in <module>
    pr.extract_keys(f, bin_keys, args.target_directory)
  File "/usr/lib/python3/dist-packages/problem_report.py", line 244, in extract_keys
    bd, line_value = self._decompress_line(
  File "/usr/lib/python3/dist-packages/problem_report.py", line 300, in _decompress_line
    raise MalformedProblemReport(
problem_report.MalformedProblemReport: Malformed problem report: Incorrect padding.
```

The exception is MalformedProblemReport, but apport-unpack does not print an error message for it.