This bug was fixed in the package ubuntu-release-upgrader - 1:15.04.14.3
---
ubuntu-release-upgrader (1:15.04.14.3) vivid; urgency=medium
* KDE: Access _warning helper correctly to prevent a crash in the fetcher
LP: #1507886
-- Harald Sitter Tue, 20 Oct 2015 08:28:14 +0200
Verified fixed with proposed. Upgrader doesn't crash but correctly
displays an error.
** Description changed:
# Impact
DistUpgradeFetcherKDE.py calls self._warning() but in fact _warning is not an
instance method of the fetcher but rather a global helper. This causes early
unhandled excepti
** Branch linked: lp:ubuntu/vivid-proposed/ubuntu-release-upgrader
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1507886
Title:
DistUpgradeFetcherKDE crashes on method _warning
To manage notificati
Hello Harald, or anyone else affected,
Accepted ubuntu-release-upgrader into vivid-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/ubuntu-release-upgrader/1:15.04.14.3 in a few hours, and then in the
-proposed repository.
Please help us by testing th
** Changed in: ubuntu-release-upgrader (Ubuntu Vivid)
Importance: Critical => Medium
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1507886
Title:
DistUpgradeFetcherKDE crashes on method _warning
** Description changed:
# Impact
- DistUpgradeFetcherKDE.py calls self._warning() but in fact _warning is not an
instance method of the fetcher but rather a global helper. This causes early
unhandled exceptions entirely defuncing the fetcher rendering upgrades with the
KDE UI impossible.
+ Di