Summary: | akonadi_imap_resource crashes right after setup | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Dennis Schridde <heri+kde> |
Component: | IMAP resource | Assignee: | Kevin Ottens <ervin> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | greve, kdepim-bugs, sven.burmeister, vkrause, yofel |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.1 | |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Dennis Schridde
2010-05-23 21:15:21 UTC
*** Bug 250176 has been marked as a duplicate of this bug. *** Created attachment 58089 [details]
New crash information added by DrKonqi
akonadi_imap_resource (0.1) on KDE Platform 4.6.1 (4.6.1) using Qt 4.7.2
- What I was doing when the application crashed:
Kmail was "downloading" emails and filtering them from an IMAP-account.
-- Backtrace (Reduced):
#6 operator!= (this=0x7cb220, ch=91 '[') at ../../src/corelib/thread/qbasicatomic.h:75
#7 QByteArray::append (this=0x7cb220, ch=91 '[') at tools/qbytearray.cpp:1659
#8 0x00007f4f2fb50698 in operator+= (this=0x7f4f1800abf0) at /usr/include/QtCore/qbytearray.h:488
#9 KIMAP::ImapStreamParser::readParenthesizedList (this=0x7f4f1800abf0) at /usr/src/debug/kdepimlibs-4.6.1/kimap/imapstreamparser.cpp:237
#10 0x00007f4f2fb5c98f in KIMAP::SessionThread::readMessage (this=0x7cb160) at /usr/src/debug/kdepimlibs-4.6.1/kimap/sessionthread.cpp:96
Created attachment 60018 [details]
New crash information added by DrKonqi
akonadi_imap_resource (0.1) on KDE Platform 4.6.3 (4.6.3) using Qt 4.7.3
- What I was doing when the application crashed:
Kontact was filtering emails from an imap account to local folders. I can reproduce this by selecting several messages on the imap account and right click > apply filters > apply all. If one issues this several times while kontact is still filtering the resource is likely to crash. Konsole shows "The stream parser raised an exception: Unable to read more data" before the resource crashes.
request for item 84608 succeeded
void Nepomuk::Query::QueryServiceClient::close()
posting retrieval request for item 84596 there are 1 queues and 0 items in mine
processing retrieval request for item 84596 parts: ("RFC822") of resource: "akonadi_imap_resource_2"
request for item 84596 still pending - waiting
continuing
request for item 84596 "290295" failed: "Unable to retrieve item from resource: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."
ItemRetrieverException : Unable to retrieve item from resource: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
posting retrieval request for item 84596 there are 1 queues and 0 items in mine
request for item 84596 still pending - waiting
processing retrieval request for item 84596 parts: ("RFC822") of resource: "akonadi_imap_resource_2"
The stream parser raised an exception: Unable to read more data
KCrash: Application 'akonadi_imap_resource' crashing...
KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi from kdeinit
sock_file=/home/rabauke/.kde4/socket-linux-ly0d/kdeinit4__0
Lost connection to resource "org.freedesktop.Akonadi.Resource.akonadi_imap_resource_2" , discarding cached interface
continuing
request for item 84596 "290295" failed: "Unable to retrieve item from resource: Message did not receive a reply (timeout by message bus)"
ItemRetrieverException : Unable to retrieve item from resource: Message did not receive a reply (timeout by message bus)
-- Backtrace (Reduced):
#6 operator!= (this=0x9c4930, ch=91 '[') at ../../src/corelib/thread/qbasicatomic.h:75
#7 QByteArray::append (this=0x9c4930, ch=91 '[') at tools/qbytearray.cpp:1659
#8 0x00007ffbf188d8e8 in operator+= (this=0x8da2d0) at /usr/include/QtCore/qbytearray.h:488
#9 KIMAP::ImapStreamParser::readParenthesizedList (this=0x8da2d0) at /usr/src/debug/kdepimlibs-4.6.3/kimap/imapstreamparser.cpp:245
#10 0x00007ffbf1899cef in KIMAP::SessionThread::readMessage (this=0x7fc9b0) at /usr/src/debug/kdepimlibs-4.6.3/kimap/sessionthread.cpp:96
*** Bug 276311 has been marked as a duplicate of this bug. *** Got the same crash today with akonadi 1.6.0 on kubuntu 11.10 with KDE 4.7.0 (and kdepim 4.7.0) Should be fixed with commit 29a2181 in kdepimlibs (https://projects.kde.org/projects/kde/kdepimlibs/repository/revisions/29a21818f4526b4a58ea6818e8b9df271b11d298) |