[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/unity8 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1353041 Title: Logging out of the Unity8 desktop preview session hangs To manage notifications

[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-22 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 - 8.00+14.10.20140822-0ubuntu1 --- unity8 (8.00+14.10.20140822-0ubuntu1) utopic; urgency=low [ Albert Astals ] * More stable dash overview tests * PreviewExpandable: widgets is a model, not an array [ Alberto Aguirre ] * Proxy

[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-22 Thread Michał Sawicz
** Changed in: unity8-desktop-session (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1353041 Title: Logging out of the Unity8 desktop preview session

[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~gerboland/unity8/pamCancel -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1353041 Title: Logging out of the Unity8 desktop preview session hangs To manage notifications about

[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-15 Thread Gerry Boland
** Changed in: unity8 (Ubuntu) Status: Confirmed = In Progress ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) = Gerry Boland (gerboland) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-14 Thread Gerry Boland
Ok reproduced! From the backtrace, I see these 2 threads, the main thread (thread1) owns the threadpool and is waiting for one of these threads to complete. Thread 2 has a QThreadPoolThread which is blocked at QFutureInterfaceBase::waitForResult due to some PAM lightdm stuff. Thread 2 (Thread

[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-14 Thread Gerry Boland
Hmm, it's the Mock LightDM implementation being used QLightDM::GreeterImpl::converseWithPam (num_msg=optimized out, msg=optimized out, resp=0x7fcd243bdb30, appdata_ptr=optimized out) at /build/buildd/unity8-8.00+14.10.20140811/tests/mocks/LightDM/demo/GreeterPrivate.cpp:153 ** Changed in:

[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-13 Thread Christopher Townsend
unity8.log from ~/.cache/upstart ** Attachment added: unity8.log https://bugs.launchpad.net/ubuntu/+source/unity8-desktop-session/+bug/1353041/+attachment/4176731/+files/unity8.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-12 Thread Christopher Townsend
Marking bugs as confirmed since the associated branches *do not* fix this issue. ** Changed in: unity8 (Ubuntu) Status: Fix Released = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-12 Thread Christopher Townsend
Since the branches associated with this bug do not fix the issue, I'm removing them to avoid confusion. ** Also affects: qtmir (Ubuntu) Importance: Undecided Status: New ** Changed in: qtmir (Ubuntu) Status: New = Confirmed ** Changed in: qtmir (Ubuntu) Assignee:

[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-11 Thread Christopher Townsend
Hi saviq, I'm actually using those branches, along with a couple of others, and log out still is not working correctly. It's not really clear to me what is going on. After trying to log out, the unity8 and unity8-dash upstart jobs are still in the start/running state. If you have any other

[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/unity8-desktop-session -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1353041 Title: Logging out of the Unity8 desktop preview session hangs To manage

[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-11 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8-desktop-session - 1.0.12+14.10.20140811-0ubuntu1 --- unity8-desktop-session (1.0.12+14.10.20140811-0ubuntu1) utopic; urgency=medium [ Stephen M. Webb ] * upstream release 1.0.12 * move LightDM desktop files to lightdm session directory

[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-11 Thread Christopher Townsend
After hitting this condition, I attached gdb to the main unity8 process and did a bt full. This is what I got: (gdb) bt full #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x7f8a7eb2bb03 in QWaitCondition::wait(QMutex*,

[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-11 Thread Christopher Townsend
Digging a bit further, it looks it's getting stuck somewhere in the Qt.quit() call in onLogoutReady in qml/Components/Dialogs.qml. Now to try to educate myself on what this does... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-11 Thread Christopher Townsend
I take back my last comment. It's not getting stuck in the Qt.quit() method, but looks to be getting stuck in the application destructor in src/main.cpp. Here is the end of the unity8.log upstart log when trying to log out: qtmir.applications: ApplicationManager::stopApplication - appId=

[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/unity8 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1353041 Title: Logging out of the Unity8 desktop preview session hangs To manage notifications

[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-11 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 - 8.00+14.10.20140811-0ubuntu1 --- unity8 (8.00+14.10.20140811-0ubuntu1) utopic; urgency=low [ Andrea Cimitan ] * Add emblem support in dash cards. [ Michael Terry ] * Fix a variety of design nits with the current lockscreen: *

[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-08 Thread Christopher Townsend
I watched dbus when I tried logging out of the Unity 8 desktop session and to my untrained eye, it looks like unity8-dash is not getting killed as it should which then holds up the rest of the logout. ** Also affects: unity8 (Ubuntu) Importance: Undecided Status: New -- You received

[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-08 Thread Christopher Townsend
Here is the relevant snippet from ~/.cache/upstart/unity8.conf: qtmir.applications: ApplicationManager::stopApplication - appId= unity8-dash qtmir.applications: ApplicationManager::remove - appId= unity8-dash qtmir.applications: ApplicationManager::focusApplication - appId= unity8-dash No such

[Bug 1353041] Re: Logging out of the Unity8 desktop preview session hangs

2014-08-08 Thread Michał Sawicz
unity8-dash job only exits on unity8 stopping, the desktop session used a different job until now, there's branches fixing this now: lp:~bregma/unity8/merge-desktop-upstart-job lp:~bregma/unity8-desktop-session/merge-upstart-jobs ** Branch linked: lp:~bregma/unity8/merge-desktop-upstart-job **