https://bugs.kde.org/show_bug.cgi?id=359611

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDSINFO                   |CONFIRMED
         Resolution|WAITINGFORINFO              |---
     Ever confirmed|0                           |1

--- Comment #7 from David Edmundson <k...@davidedmundson.co.uk> ---
Thanks.

so to summarise:
 - plasmashell is doing a blocking call to kded in 
#11 0x00007fff347c7d73 in StatusNotifierItemEngine::registerWatcher(QString
const&) [clone .part.9] [clone .constprop.20] ()

 - kded is doing a blocking call to kglobalaccel in 
#7 0x00007fffe2e088f6 in KGlobalAccel::setShortcut (this=0x7fffe301b630
<(anonymous namespace)::Q_QGS_s_instance::innerFunction()::holder>,
action=0x1090630, 

so plasma is waiting for kded, kded is waiting for kglobaccel... no idea what
kglobalaccel is blocked doing.

That last one is interesting. It's kded making another blocking call this time
in bluez code, but is blocked getting a response back from teh dbus server.
Especially on the system bus that should never happen.


Just seen the last comment?
Latest 5.6? There was a known issue that was fixed. See thread with David Faure
and Thiago on kde-devel.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to