Summary: | crash on loading account kded plugin | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | kde |
Component: | kded-module | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | grave | CC: | demm, mklapetek |
Priority: | NOR | ||
Version: | git-latest | ||
Target Milestone: | Future | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kaccounts-integration/72fcb217e0da8eddb0c0fbcb66c805e8bbbb3e9c | Version Fixed In: | |
Sentry Crash Report: |
Description
kde
2014-12-06 14:47:07 UTC
Confirmed here with Qt 5.4rc, all the latest git checkouts of the whole ktp group, all build on frameworks 5.5.0. Plasma 5 starts fine, contact-list works, if compiled without kaccounts-integration (ofc, not much use that way), same behavior as described above, when kaccounts-integration is added. one positive thing is, that as long as all your accounts are already added, you don't need kaccounts-integrations for telepathy anymore, but having all these crashes and hangs only because of installing is really bad. on a side note: I use KF 5.4.0 It crashes because of some akonadi stuff, see the first 4 lines of the Thread 1 backtrace. I'm going to make the akonadi plugin optional for now, but ultimately this crash comes from your akonadi setup, sorry. Also, try to install akonadi debug packages and see what the backtrace will show then, it will be easier for akonadi folks to fix it. Git commit 72fcb217e0da8eddb0c0fbcb66c805e8bbbb3e9c by Martin Klapetek. Committed on 08/12/2014 at 17:20. Pushed by mklapetek into branch 'master'. Build the Akonadi plugin as a standalone plugin and make it optional M +1 -4 CMakeLists.txt M +30 -12 src/daemon/CMakeLists.txt M +2 -0 src/daemon/akonadi/akonadiservices.h M +1 -2 src/daemon/daemon.cpp http://commits.kde.org/kaccounts-integration/72fcb217e0da8eddb0c0fbcb66c805e8bbbb3e9c yeah I will do that, thanks for the commit |