[Bug 1055967] Re: ubiquity kde frontend is broken in current kubuntu daily builds
Launchpad Bug Tracker
1055967 at bugs.launchpad.net
Tue Sep 25 23:31:15 UTC 2012
This bug was fixed in the package ubiquity - 2.12.5
---------------
ubiquity (2.12.5) quantal; urgency=low
[ Jonathan Riddell ]
* Change from a KApplication to a QApplication to avoid using DBus, DBus
as needed by KApplication no longer works with our multiple user changes
LP: #1055967
[ Colin Watson ]
* Partially revert r5662 (removal of more Python 2 support, from ubiquity
2.11.33). 'from __future__ import print_function' is needed to make
pyflakes do its job properly.
* Remove some dead code from bin/ubiquity.
* Improve tests/run-pyflakes to check relevant files in bin/ and tests/.
-- Colin Watson <cjwatson at ubuntu.com> Tue, 25 Sep 2012 23:38:59 +0100
** Changed in: ubiquity (Ubuntu Quantal)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1055967
Title:
ubiquity kde frontend is broken in current kubuntu daily builds
Status in “ubiquity” package in Ubuntu:
Fix Released
Status in “ubiquity” source package in Precise:
In Progress
Status in “ubiquity” source package in Quantal:
Fix Released
Bug description:
How to repeat:
1) Get e.g., http://cdimage.ubuntu.com/kubuntu/precise/daily-
live/20120924.1/precise-desktop-amd64.iso
2) Try to boot it in a VM (qemu/KVM or virtualbox should do fine)
3) Experience the crash
Please don't ask stacktrace etc since I can't get any (it refuses to load any debug information,
--pdb doesn't seem to work either).
A little debugging with --debug shows:
kubuntu-ubiquity(3341)/kdeui (kdelibs): Session bus not found
12.04.1 livecd works fine. The major change between that version and now was KDE
4.8.4 -> 4.8.5 and a small update in dbus-x11 (but my hunch is that the first is the culprit).
I think the problem is that KDE added a new way to (try to) access the session bus
under the hood, at a time when ubiquity doesn't expect and so is running as root,
causing the problem.
strace shows many -EAGAINs in what seems to be D-bus communication before
the crash, which seems to support this.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1055967/+subscriptions
More information about the foundations-bugs
mailing list