Summary: | Akonadi imap resource crashes occasionally | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Alex Merry <alex.merry> |
Component: | IMAP resource | Assignee: | Kevin Ottens <ervin> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | amantia, balcaen.john, kde, kdepim-bugs, vkrause |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Alex Merry
2010-07-23 12:49:55 UTC
I can confirm that this only happens with my remote accounts - I've disabled the local one, and I got two crashes again. I don't get this in trunk any more. Not tested recently with 4.5. Created attachment 51494 [details]
New crash information added by DrKonqi
akonadi_imap_resource (0.1) on KDE Platform 4.5.67 (4.6 >= 20100901) using Qt 4.7.0
- What I was doing when the application crashed:
I was configuring my akonadi ressources to enable server-side subscriptions on gmail when akonadi-ressources imap crash.
It's also happening on my own imap server (dovecot) sometimes.
-- Backtrace (Reduced):
#11 0x00007ffafaef0dfe in Akonadi::CollectionSync::Private::processPendingRemoteNodes(LocalNode*) () from /usr/lib64/libakonadi-kde.so.4
#12 0x00007ffafaef2354 in Akonadi::CollectionSync::Private::execute() () from /usr/lib64/libakonadi-kde.so.4
#13 0x00007ffafaeee025 in Akonadi::CollectionSync::setRemoteCollections (this=0x235aa90, remoteCollections=<value optimized out>)
at /usr/src/debug/kdepimlibs-4.5.67svn1170578/akonadi/collectionsync.cpp:555
#14 0x00007ffafaf5368e in Akonadi::ResourceBase::collectionsRetrieved (this=0x242f6b0, collections=...) at /usr/src/debug/kdepimlibs-4.5.67svn1170578/akonadi/resourcebase.cpp:385
#15 0x0000000000419950 in ResourceState::collectionsRetrieved (this=0x2566040, collections=...) at /usr/src/debug/kdepim-runtime-4.5.67svn1170578/resources/imap/resourcestate.cpp:338
*** Bug 246795 has been marked as a duplicate of this bug. *** Is it still happening for you with 4.7.x? I've been unable to reproduce that one, it just works for me. In case you still experience this please feel free to reopen. In such a case, we would need much more information like the actual IMAP server used, an idea of the IMAP traffic causing the crash and so on. just got the bt from 246795 with master, no idea why: #5 0x00007f85aa191d94 in qt_assert (assertion=0x7f85aab36e4f "!localNode->processed", file=0x7f85aab36d30 "/kde/src/pim/kdepimlibs/akonadi/collectionsync.cpp", line=255) at global/qglobal.cpp:1999 #6 0x00007f85aaa37098 in Akonadi::CollectionSync::Private::processPendingRemoteNodes (this=0x5821d0, _localRoot=0x6d5e10) at /kde/src/pim/kdepimlibs/akonadi/collectionsync.cpp:255 #7 0x00007f85aaa3829c in Akonadi::CollectionSync::Private::execute (this=0x5821d0) at /kde/src/pim/kdepimlibs/akonadi/collectionsync.cpp:451 #8 0x00007f85aaa36262 in Akonadi::CollectionSync::Private::localCollectionFetchResult (this=0x5821d0, job=0x762cf0) at /kde/src/pim/kdepimlibs/akonadi/collectionsync.cpp:178 #9 0x00007f85aaa35321 in Akonadi::CollectionSync::qt_static_metacall (_o=0x6c3ed0, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fff9cd38100) at /kde/build/pim/kdepimlibs/akonadi/collectionsync_p.moc:59 #10 0x00007f85aa2f14b8 in QMetaObject::activate (sender=0x762cf0, m=0x7f85a835f860, local_signal_index=3, argv=0x7fff9cd38100) at kernel/qobject.cpp:3547 #11 0x00007f85a81768cd in KJob::result (this=0x762cf0, _t1=0x762cf0) at /kde/build/kdelibs/kdecore/kjob.moc:208 #12 0x00007f85a8175d91 in KJob::emitResult (this=0x762cf0) at /kde/src/kdelibs/kdecore/jobs/kjob.cpp:312 #13 0x00007f85aaa9d102 in Akonadi::JobPrivate::delayedEmitResult (this=0x669d00) at /kde/src/pim/kdepimlibs/akonadi/job.cpp:144 #14 0x00007f85aaa9e20e in Akonadi::Job::qt_static_metacall (_o=0x762cf0, _c=QMetaObject::InvokeMetaMethod, _id=6, _a=0x6e0180) at /kde/build/pim/kdepimlibs/akonadi/job.moc:68 #15 0x00007f85aa2eaeeb in QMetaCallEvent::placeMetaCall (this=0x68bf70, object=0x762cf0) at kernel/qobject.cpp:525 #16 0x00007f85aa2ec129 in QObject::event (this=0x762cf0, e=0x68bf70) at kernel/qobject.cpp:1195 #17 0x00007f85a935ec2a in QApplicationPrivate::notify_helper (this=0x4bf0b0, receiver=0x762cf0, e=0x68bf70) at kernel/qapplication.cpp:4550 Got it again with two imap resources crashing after resume from hibernation. |