Summary: | kmail 4.10.2 hangs on startup | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Fabio Coatti <fabio.coatti> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | grave | CC: | johu, stupor_scurvy343 |
Priority: | NOR | ||
Version: | 4.10.2 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
URL: | https://bugs.gentoo.org/show_bug.cgi?id=465052 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Fabio Coatti
2013-04-09 15:23:31 UTC
Gentoo bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=465052 Update: downgraded to kmail 4.10.1, still not working. So it seems something related to other pieces of kde environment. running kmail with dbus-launch, same situation described above. Some interesting messages, possibly unrelated: akonadi_nepomuk_feeder(22132) ItemQueue::batchJobResult: "The name org.kde.nepomuk.DataManagement was not provided by any .service files" akonadi_nepomuk_feeder(22132) ItemQueue::removeDataResult: "The name org.kde.nepomuk.DataManagement was not provided by any .service files" akonadi_nepomuk_feeder(22132) ItemQueue::batchJobResult: Error while storing graph Same issue kde 4.10.3. kmail does not shows up when lauched, no feedback at all and 100% cpu eaten. (launching kmail from commandline) If I use dbus-launch kmail, I get the kwallet password prompt (that does not happens launching kmail from command line) but after that kmail does not shows up either, starts to burn cpu and nothing happens. Can someone give me any advice about where to look? dbus-launch kmail output: kmail2(6614)/libakonadi Akonadi::AgentManagerPrivate::createDBusInterface: AgentManager failed to get a valid AgentManager DBus interface. Error is: 1 "org.freedesktop.DBus.Error.NameHasNoOwner" "Could not get owner of name 'org.freedesktop.Akonadi.Control': no such name" Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) search paths: ("/opt/android-sdk-update-manager/platform-tools/", "/usr/local/bin", "/usr/bin", "/bin", "/opt/bin", "/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2", "/opt/android-sdk-update-manager/tools", "/opt/android-sdk-update-manager/platform-tools", "/usr/games/bin", "/home/cova/bin", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin") QSqlDatabasePrivate::removeDatabase: connection 'initConnection' is still in use, all queries will cease to work. kdeinit4: Shutting down running client. Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) kbuildsycoca4 running... X Error: BadAccess (attempt to access private resource denied) 10 Major opcode: 33 (X_GrabKey) Resource id: 0xb4 X Error: BadAccess (attempt to access private resource denied) 10 Major opcode: 33 (X_GrabKey) Resource id: 0xb4 X Error: BadAccess (attempt to access private resource denied) 10 Major opcode: 33 (X_GrabKey) Resource id: 0xb4 QDBusConnection: name 'org.kde.kwalletd' had owner '' but we thought it was ':1.11' kwalletd(6645)/kdeui (Wallet) KWalletD::setupDialog: Application ' "KMail" ' using kwallet without parent window! QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.9' Module "resources" is registered "/org/freedesktop/UDisks2/drives/MTFDDAK256MAM_1K12_124203513FF1" : property "Drive" does not exist "/org/freedesktop/UDisks2/drives/MTFDDAK256MAM_1K12_124203513FF1" : property "DeviceNumber" does not exist "/org/freedesktop/UDisks2/drives/MTFDDAK256MAM_1K12_124203513FF1" : property "Device" does not exist kded(6630)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig: Module "activities" is registered Module "features" is registered This is the current thread id for Activities 139709488363264 QThread(0x1cd7680) These are the disabled plugins: ("activitymanager_plugin_dummy", "activitymanager_plugin_nepomuk") Initializing plugin: "activitymanager_plugin_globalshortcuts" This is the current thread id for Activities 139709803173760 QThread(0x1b69120) Initializing plugin: "activitymanager_plugin_slc" Initializing plugin: "activitymanager_plugin_virtualdesktopswitch" VirtualDesktopSwitch::init Module "org.kde.ActivityManager.VirtualDesktopSwitch" is registered Initializing plugin: "activitymanager_plugin_activityranking" running in thread ActivityRanking Initializing plugin: "activitymanager_plugin_sqlite" Module "org.kde.ActivityManager.Resources.Scoring" is registered Nepomuk Query Server not available Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) akonadi_nepomuk_feeder(6221) ItemQueue::removeDataResult: "The name org.kde.nepomuk.DataManagement was not provided by any .service files" akonadi_nepomuk_feeder(6221) ItemQueue::batchJobResult: Error while storing graph: "The name org.kde.nepomuk.DataManagement was not provided by any .service files" akonadi_nepomuk_feeder(6221) ItemQueue::removeDataResult: "The name org.kde.nepomuk.DataManagement was not provided by any .service files" akonadi_nepomuk_feeder(6221) ItemQueue::batchJobResult: Error while storing graph: "The name org.kde.nepomuk.DataManagement was not provided by any .service files" akonadi_nepomuk_feeder(6221) ItemQueue::removeDataResult: "The name org.kde.nepomuk.DataManagement was not provided by any .service files" akonadi_nepomuk_feeder(6221) ItemQueue::batchJobResult: Error while storing graph: "The name org.kde.nepomuk.DataManagement was not provided by any .service files" akonadi_nepomuk_feeder(6221) ItemQueue::removeDataResult: "The name org.kde.nepomuk.DataManagement was not provided by any .service files" akonadi_nepomuk_feeder(6221) ItemQueue::batchJobResult: Error while storing graph: "The name org.kde.nepomuk.DataManagement was not provided by any .service files" Basically, it seems that kmail (or other objects, like kwallet ) can't open windows or interact with users when launched in some way. 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: 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: Id Target Id Frame 3 Thread 0x7f909cd1a700 (LWP 9511) "kmail" 0x00007f90b63efcfc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 2 Thread 0x7f909c519700 (LWP 9512) "QThread" 0x00007f90b85e369d in poll () from /lib64/libc.so.6 * 1 Thread 0x7f90bb273780 (LWP 5766) "kmail" 0x00007f90ab78a1b9 in ?? () from /usr/lib64/qt4/libQtWebKit.so.4 recompiling qtwebkit solved the issue |