| Summary: | offline imap crashes when switched on | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] Akonadi | Reporter: | Lisandro Damián Nicanor Pérez Meyer <perezmeyer> |
| Component: | IMAP resource | Assignee: | Christian Mollekopf <chrigi_1> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | CC: | mollekopf, pim-bugs-null, vkrause |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 4.11 | ||
| Target Milestone: | --- | ||
| Platform: | Debian unstable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Lisandro Damián Nicanor Pérez Meyer
2013-11-20 00:06:56 UTC
The crash seems to come from an uncatched exception:
$ kontact
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
kontact(11971)/libakonadi Akonadi::AgentManagerPrivate::createDBusInterface: AgentManager failed to get a valid AgentManager DBus interface. Error is: 1 "org.freedesktop.DBus.Error.NameHasNoOwner" "Could not get owner of name 'org.freedesktop.Akonadi.Control': no such name"
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kontact(11971)/libakonadi Akonadi::SessionPrivate::socketError: Socket error occurred: "QLocalSocket::connectToServer: Connection refused"
kontact(11971)/libakonadi Akonadi::SessionPrivate::socketError: Socket error occurred: "QLocalSocket::connectToServer: Connection refused"
search paths: ("/usr/lib/ccache", "/usr/local/bin", "/usr/bin", "/bin", "/usr/local/games", "/usr/games", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin")
Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes.
kontact(11971)/kio (KDirWatch) KDirWatchPrivate::removeEntry: doesn't know "/home/lisandro/.kde/share/apps/messageviewer/themes/"
kontact(11971)/kio (KDirWatch) KDirWatchPrivate::removeEntry: doesn't know "/usr/share/kde4/apps/messageviewer/themes/"
kontact(11971)/kio (KDirWatch) KDirWatchPrivate::removeEntry: doesn't know "/home/lisandro/.kde/share/apps/messageviewer"
kontact(11971)/kio (KDirWatch) KDirWatchPrivate::removeEntry: doesn't know "/usr/share/kde4/apps/messageviewer"
akonadi.collectionattributetable OK
akonadi.collectionmimetyperelation OK
akonadi.collectionpimitemrelation OK
akonadi.collectiontable OK
akonadi.flagtable OK
akonadi.mimetypetable OK
akonadi.parttable OK
akonadi.pimitemflagrelation OK
akonadi.pimitemtable OK
akonadi.resourcetable OK
akonadi.schemaversiontable OK
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
search paths: ("/usr/lib/ccache", "/usr/local/bin", "/usr/bin", "/bin", "/usr/local/games", "/usr/games")
search paths: ("/home/lisandro/.kde/lib/kde4/plugins/", "/usr/lib/kde4/plugins/", "/usr/lib/x86_64-linux-gnu/qt4/plugins", "/usr/lib/qt4/plugins", "/usr/bin", "/usr/lib/kde4/plugins", "/home/lisandro/.kde/lib/kde4/", "/usr/lib/kde4/")
search paths: ("/home/lisandro/.kde/lib/kde4/plugins/", "/usr/lib/kde4/plugins/", "/usr/lib/x86_64-linux-gnu/qt4/plugins", "/usr/lib/qt4/plugins", "/usr/bin", "/usr/lib/kde4/plugins", "/home/lisandro/.kde/lib/kde4/", "/usr/lib/kde4/")
Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes.
Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes.
akonadi_imap_resource_14(12037) ResourceState::item: Called item() while state holds multiple items!
Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
KCrash: Application 'akonadi_imap_resource' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/home/lisandro/.kde/socket-luna/kdeinit4__0
akonadi_nepomuk_feeder(12044) ItemQueue::fetchJobResult: Not all items were fetched: 0 100
akonadi_nepomuk_feeder(12044) ItemQueue::fetchJobResult: Not all items were fetched: 0 100
akonadi_nepomuk_feeder(12044) ItemQueue::fetchJobResult: Not all items were fetched: 0 100
akonadi_nepomuk_feeder(12044) ItemQueue::fetchJobResult: Not all items were fetched: 0 100
"Cannot connect to agent instance with identifier 'akonadi_imap_resource_14', error message: 'Could not get owner of name 'org.freedesktop.Akonadi.Resource.akonadi_imap_resource_14': no such name'"
"Cannot connect to agent instance with identifier 'akonadi_imap_resource_14', error message: 'Could not get owner of name 'org.freedesktop.Akonadi.Resource.akonadi_imap_resource_14': no such name'"
"Cannot connect to agent instance with identifier 'akonadi_imap_resource_14', error message: 'Could not get owner of name 'org.freedesktop.Akonadi.Resource.akonadi_imap_resource_14': no such name'"
akonadi_nepomuk_feeder(12044) ItemQueue::fetchJobResult: Not all items were fetched: 0 100
akonadi_nepomuk_feeder(12044) ItemQueue::fetchJobResult: Not all items were fetched: 0 100
Is this still valid? It doesn't really look like an imap resource problem but more like an installation problem, or something else rather low level. Atm. I can't do anything about this crash. It must have been some problem in akonadi. I restored a some days old backup and started working again. No disk failures nor power problems here, so I really don't know what could have happened :-( Ok, thanks for reporting. |