Summary: | akonadiconsole does not show up but is running | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Fabio Coatti <fabio.coatti> |
Component: | akonadiconsole | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | grave | ||
Priority: | NOR | ||
Version: | 4.10 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Fabio Coatti
2013-05-08 14:24:40 UTC
The problem turned out to be a clash with glibc. I moved from glibc 2.16 to 2.17 and this broke in some way qtwebkit, used by many apps. Here the gdb thread status: 3 Thread 0x7f672c803700 (LWP 3767) "akonadiconsole" 0x00007f6741677cfc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 2 Thread 0x7f672bf02700 (LWP 3768) "QThread" 0x00007f6741c6869d in poll () from /lib64/libc.so.6 * 1 Thread 0x7f67470e4780 (LWP 3761) "akonadiconsole" 0x00007f673d4661bc in ?? () from /usr/lib64/qt4/libQtWebKit.so.4 ricompiling libQtWebKit fixed the issue |