Summary: | Akonadi IMAP agent crash when trying to stop it after network interruption [@ SessionPool::killSession] | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Nick Leverton <nick> |
Component: | IMAP resource | Assignee: | Kevin Ottens <ervin> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | bruno, con.hennessy, dreibh, Ekkehard.Blanz, kdepim-bugs, vkrause |
Priority: | NOR | ||
Version: | 4.9 | ||
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
Nick Leverton
2012-02-28 14:53:52 UTC
Created attachment 70927 [details]
New crash information added by DrKonqi
akonadi_imap_resource (4.8) on KDE Platform 4.8.3 (4.8.3) "release 501" using Qt 4.8.1
- What I was doing when the application crashed: A network connection was restart by NetworkManager for no reason, then kmail goes to offline (grayed out)
I've tried to restart akonadi, and everything was in state offline. Okay for me.
Then I try to reboot the workstation. and goes that crash
-- Backtrace (Reduced):
#6 0x00007ff8f5068972 in QObject::disconnect (sender=0x927a60, signal=0x89a069 "stateChanged(KIMAP::Session::State,KIMAP::Session::State)", receiver=0x84ac90, method=0x86b449 "onSessionStateChanged(KIMAP::Session::State,KIMAP::Session::State)") at kernel/qobject.cpp:2900
#7 0x0000000000455715 in SessionPool::killSession (this=0x84ac90, session=0x927a60, termination=SessionPool::LogoutSession) at /usr/src/debug/kdepim-runtime-4.8.3/resources/imap/sessionpool.cpp:176
#8 0x0000000000455acd in SessionPool::disconnect (this=0x84ac90, termination=SessionPool::LogoutSession) at /usr/src/debug/kdepim-runtime-4.8.3/resources/imap/sessionpool.cpp:117
#9 0x0000000000455c17 in SessionPool::~SessionPool (this=0x84ac90, __in_chrg=<optimized out>) at /usr/src/debug/kdepim-runtime-4.8.3/resources/imap/sessionpool.cpp:54
#10 0x0000000000455d29 in SessionPool::~SessionPool (this=0x84ac90, __in_chrg=<optimized out>) at /usr/src/debug/kdepim-runtime-4.8.3/resources/imap/sessionpool.cpp:55
Created attachment 73255 [details]
New crash information added by DrKonqi
akonadi_imap_resource (4.9) on KDE Platform 4.9.00 using Qt 4.8.1
- What I was doing when the application crashed:
akonadi_imap_resource has crashed, probably caused by unreliable and interrupted Internet connection.
-- Backtrace (Reduced):
#6 0x00007f6aef2f9b02 in QObject::disconnect (sender=0x21c8380, signal=0x21bce19 "stateChanged(KIMAP::Session::State,KIMAP::Session::State)", receiver=0x21cc0c0, method=0x220edb9 "onSessionStateChanged(KIMAP::Session::State,KIMAP::Session::State)") at kernel/qobject.cpp:2891
#7 0x0000000000455625 in SessionPool::killSession (this=0x21cc0c0, session=0x21c8380, termination=SessionPool::LogoutSession) at ../../../resources/imap/sessionpool.cpp:176
#8 0x00000000004559dd in SessionPool::disconnect (this=0x21cc0c0, termination=SessionPool::LogoutSession) at ../../../resources/imap/sessionpool.cpp:117
#9 0x00000000004187cb in ImapResource::doSetOnline (this=0x217c740, online=false) at ../../../resources/imap/imapresource.cpp:456
#10 0x00007f6aef93faa8 in Akonadi::AgentBase::setOnline (this=0x217c740, state=false) at ../../akonadi/agentbase.cpp:617
I also see this on a newly installed openSuSE 12.2 (rc2) with KDE 4.9 added. It does not always happen - I'll see if I can notice the pattern. Confirmed by duplicates. *** Bug 294401 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 288268 *** |