Summary: | Akonadi crashes when loading vCard File | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Blackpaw <lindsay.mathieson> |
Component: | VCard file resource | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | fire, kde.uat, lindsay.mathieson |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Blackpaw
2010-12-13 22:15:39 UTC
ps Can supply vCard files on request Created attachment 54845 [details]
New crash information added by DrKonqi
akonadi_vcarddir_resource (0.1) on KDE Platform 4.5.85 (4.6 Beta2) using Qt 4.7.0
- What I was doing when the application crashed:
I have added akonadi_vcarddir_resource_1 resource in Akonadi Resources Configuration. It should load info from vcards in folder, but it crashes everytime.
-- Backtrace (Reduced):
#14 0x00286776 in QObject::event (this=0x95fad08, e=0x9711e70) at kernel/qobject.cpp:1222
#15 0x058ecfdc in QApplicationPrivate::notify_helper (this=0x94e7770, receiver=0x95fad08, e=0x9711e70) at kernel/qapplication.cpp:4396
#16 0x058f304e in QApplication::notify (this=0xbf80b290, receiver=0x95fad08, e=0x9711e70) at kernel/qapplication.cpp:3798
#17 0x0117039a in KApplication::notify (this=0xbf80b290, receiver=0x95fad08, event=0x9711e70) at ../../kdeui/kernel/kapplication.cpp:311
#18 0x00273b3b in QCoreApplication::notifyInternal (this=0xbf80b290, receiver=0x95fad08, event=0x9711e70) at kernel/qcoreapplication.cpp:732
Created attachment 55110 [details]
New crash information added by DrKonqi
akonadi_vcard_resource (0.1) on KDE Platform 4.5.85 (4.6 Beta2) using Qt 4.7.1
- What I was doing when the application crashed:
I was attaching a vCard file as a new addressbook.
-- Backtrace (Reduced):
#12 0x00007f03c769f692 in QEventLoop::exec (this=0x7fff8c1456b0, flags=...) at kernel/qeventloop.cpp:214
#13 0x00007f03c76a39bb in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1009
#14 0x00007f03c7b1fc92 in Akonadi::ResourceBase::init (r=0xba52d0) at ../../akonadi/resourcebase.cpp:283
#15 0x000000000040eec6 in init<VCardResource> (argc=<value optimized out>, argv=<value optimized out>) at /usr/include/akonadi/resourcebase.h:188
#16 main (argc=<value optimized out>, argv=<value optimized out>) at ../../../resources/vcard/vcardresource.cpp:189
With 4.10.1 my vCards all load fine now. |