[Bug 1766794] Re: apport-collect doesn't create a ProblemType in the report
Brian Murray
brian at ubuntu.com
Fri Apr 27 15:56:48 UTC 2018
For some reason the ProblemType is being removed from the report,
causing package hooks or the ubuntu general hook which expect it to
fail. This'll fix the bug.
$ bzr diff apport/ui.py
=== modified file 'apport/ui.py'
--- apport/ui.py 2018-02-14 18:10:19 +0000
+++ apport/ui.py 2018-04-27 15:55:37 +0000
@@ -559,7 +559,6 @@
self.add_extra_tags()
# delete the uninteresting keys
- del self.report['ProblemType']
del self.report['Date']
try:
del self.report['SourcePackage']
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1766794
Title:
apport-collect doesn't create a ProblemType in the report
Status in Apport:
Triaged
Status in apport package in Ubuntu:
Triaged
Status in apport source package in Bionic:
Triaged
Bug description:
Running 'sudo apport-collect BUGID' on 18.04 and then selecting 'V:
View report' results in Tracebacks.
To manage notifications about this bug go to:
https://bugs.launchpad.net/apport/+bug/1766794/+subscriptions
More information about the foundations-bugs
mailing list