I was able to workaround the issue by modifying problem_report.py: --- problem_report.py 2018-09-17 01:06:20.394711000 -0700 +++ /usr/lib/python3/dist-packages/problem_report.py 2019-06-21 11:40:49.235500124 -0700 @@ -140,7 +140,7 @@ class ProblemReport(UserDict): continue assert (key is not None and value is not None) if b64_block: - block = base64.b64decode(line) + block = base64.b64decode(line + b"=======") if bd: value += bd.decompress(block) else:
** Tags added: disco -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1833795 Title: unable to report an 18.04 crash from a 19.04 system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1833795/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs