Public bug reported:

[ Impact ]
Some errors encountered when upgrading from one Ubuntu release to another are 
not reported because of an improper call to apport.

[ Test Case ]
1) Create a file named /etc/update-manager/release-upgrades.d/auf.cfg with the 
following contents:
[Aufs]
RWDir=/nonexistent-mntpoint/
2) In a terminal run 'do-release-upgrade -d --sandbox'
3) Observe an "Invalid problem report" dialog box and a message saying that 
"Package ubuntu-release-upgrader does not exist"

-----
In DistUpgradeController ubuntu-release-upgrader manually calls apport for 
multiple failure cases using the following:

subprocess.Popen(["apport-bug", "ubuntu-release-upgrader"])

However, ubuntu-release-upgrader is a source package and not a binary
package like update-manager was.  Because it is a source package it
fails an apport check (Package ubuntu-release-upgrader does not exist)
and no bug report is created.

** Affects: ubuntu-release-upgrader (Ubuntu)
     Importance: High
         Status: Triaged

** Changed in: ubuntu-release-upgrader (Ubuntu)
       Status: New => Triaged

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Importance: Undecided => High

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

Title:
  DistUpgradeController calls apport with a source package as an
  argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1098001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to