Summary: | akonadi thread crashes on startup in KABCResource::collectionChanged | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Martin Walch <walch.martin> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | crash | CC: | walch.martin |
Priority: | NOR | Keywords: | drkonqi |
Version: | 4.13 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Martin Walch
2014-05-04 21:45:26 UTC
Created attachment 86471 [details]
New crash information added by DrKonqi
akonadi_kabc_resource (4.13) on KDE Platform 4.13.0 using Qt 4.8.5
Another backtrace after removing optimizations from kdepimlibs and kdepim-runtime. Maybe it is a bit more useful.
(btw: This crash currently happens always.)
-- Backtrace (Reduced):
#5 0x000000000040ff3a in KABCResource::collectionChanged (this=0x25cda80, collection=...) at /var/tmp/portage/kde-base/kdepim-runtime-4.13.0/work/kdepim-runtime-4.13.0/resources/kabc/kabcresource.cpp:523
#6 0x00007f1e8be6eb33 in Akonadi::AgentBasePrivate::collectionChanged (this=0x25cd930, collection=...) at /var/tmp/portage/kde-base/kdepimlibs-4.13.0/work/kdepimlibs-4.13.0/akonadi/agentbase.cpp:631
#7 0x00007f1e8bf68abc in Akonadi::ResourceBasePrivate::collectionChanged (this=0x25cd930, collection=...) at /var/tmp/portage/kde-base/kdepimlibs-4.13.0/work/kdepimlibs-4.13.0/akonadi/resourcebase.cpp:340
#8 0x00007f1e8bf6684d in Akonadi::ResourceBasePrivate::qt_static_metacall (_o=0x25cd930, _c=QMetaObject::InvokeMetaMethod, _id=12, _a=0x7ffff334c330) at /var/tmp/portage/kde-base/kdepimlibs-4.13.0/work/kdepimlibs-4.13.0_build/akonadi/resourcebase.moc:108
[...]
#10 0x00007f1e8bf3a893 in Akonadi::Monitor::collectionChanged (this=0x260c790, _t1=...) at /var/tmp/portage/kde-base/kdepimlibs-4.13.0/work/kdepimlibs-4.13.0_build/akonadi/moc_monitor.cpp:322
I guess it is not worth investigating this phenomenon with probably somehow corrupted legacy files. I just removed agent_config_akonadi_kabc_resource_0* and it works fine again. I can even put those files back in place and the crash still does not reappear. So, closing as WONTFIX. |