[Akonadi] [Bug 379153] New: The server crashes when running akonadictl fsck

Christophe Giboudeaux bugzilla_noreply at kde.org
Mon Apr 24 10:47:07 BST 2017


https://bugs.kde.org/show_bug.cgi?id=379153

            Bug ID: 379153
           Summary: The server crashes when running akonadictl fsck
           Product: Akonadi
           Version: GIT (master)
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: server
          Assignee: kdepim-bugs at kde.org
          Reporter: christophe at krop.fr
  Target Milestone: ---

Using master from this morning (but it happened before) and still using the
psql backend

While trying to figure if akonadictl fsck was still hanging, I ran it in gdb.

the server crashed and restarted (and fsck is stuck in gdb :))

11:41:43 - akonadiserver(32143) -  : ASSERT failure in
Akonadi::Search::Query::exec: "A query is being initialized without a type",
file /kde/src/5/akonadi-search/core/query.cpp, line 227

(gdb) bt
#0  __GI_raise (sig=sig at entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#1  0x00007f144dae16ea in __GI_abort () at abort.c:78
#2  0x000000000061face in akMessageHandler (type=QtFatalMsg, context=...,
msg=...) at /kde/src/5/akonadiserver/src/shared/akdebug.cpp:167
#3  0x00007f144e489e48 in qt_message(QtMsgType, QMessageLogContext const&, char
const*, __va_list_tag*) () from /usr/lib64/libQt5Core.so.5
#4  0x00007f144e48b6e6 in QMessageLogger::fatal(char const*, ...) const () from
/usr/lib64/libQt5Core.so.5
#5  0x00007f144e487141 in qt_assert_x(char const*, char const*, char const*,
int) () from /usr/lib64/libQt5Core.so.5
#6  0x00007f143c16a06f in Akonadi::Search::Query::exec (this=0x7f143db86aa0) at
/kde/src/5/akonadi-search/core/query.cpp:227
#7  0x00007f143c181463 in ?? () from
/usr/lib64/qt5/plugins/akonadi/akonadi_search_plugin.so
#8  0x00000000005f386f in Akonadi::Server::SearchRequest::searchPlugins
(this=0x7f143db87388) at
/kde/src/5/akonadiserver/src/server/search/searchrequest.cpp:111
#9  0x00000000005f39fd in Akonadi::Server::SearchRequest::exec
(this=0x7f143db87388) at
/kde/src/5/akonadiserver/src/server/search/searchrequest.cpp:122
#10 0x000000000058a4d4 in
Akonadi::Server::StorageJanitor::findOprhanSearchIndexEntries (this=0x210fb70)
at /kde/src/5/akonadiserver/src/server/storagejanitor.cpp:750
#11 0x000000000058032b in Akonadi::Server::StorageJanitor::check
(this=0x210fb70) at /kde/src/5/akonadiserver/src/server/storagejanitor.cpp:135
#12 0x00000000005a0686 in Akonadi::Server::StorageJanitor::qt_static_metacall
(_o=0x210fb70, _c=QMetaObject::InvokeMetaMethod, _id=2, _a=0x7f143db87770) at
/kde/build/5/akonadiserver/src/server/libakonadiserver_automoc.dir/moc_storagejanitor_OBLQEFGAT4FLQK.cpp:96
#13 0x00000000005a0955 in Akonadi::Server::StorageJanitor::qt_metacall
(this=0x210fb70, _c=QMetaObject::InvokeMetaMethod, _id=2, _a=0x7f143db87770) at
/kde/build/5/akonadiserver/src/server/libakonadiserver_automoc.dir/moc_storagejanitor_OBLQEFGAT4FLQK.cpp:146
#14 0x00007f144ed107e0 in QDBusConnectionPrivate::deliverCall(QObject*, int,
QDBusMessage const&, QVector<int> const&, int) () from
/usr/lib64/libQt5DBus.so.5
#15 0x00007f144ed151db in QDBusConnectionPrivate::activateCall(QObject*, int,
QDBusMessage const&) () from /usr/lib64/libQt5DBus.so.5
#16 0x00007f144ed1578c in
QDBusConnectionPrivate::activateObject(QDBusConnectionPrivate::ObjectTreeNode&,
QDBusMessage const&, int) () from /usr/lib64/libQt5DBus.so.5
#17 0x00007f144ed180be in QDBusActivateObjectEvent::placeMetaCall(QObject*) ()
from /usr/lib64/libQt5DBus.so.5
#18 0x00007f144e68dc91 in QObject::event(QEvent*) () from
/usr/lib64/libQt5Core.so.5
#19 0x00007f144e662f93 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib64/libQt5Core.so.5
#20 0x00007f144e66560d in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /usr/lib64/libQt5Core.so.5
#21 0x00007f144e6b44f3 in postEventSourceDispatch(_GSource*, int (*)(void*),
void*) () from /usr/lib64/libQt5Core.so.5
#22 0x00007f144a9ce887 in g_main_context_dispatch () from
/usr/lib64/libglib-2.0.so.0
#23 0x00007f144a9ceaf0 in ?? () from /usr/lib64/libglib-2.0.so.0
#24 0x00007f144a9ceb9c in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#25 0x00007f144e6b48ff in
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
from /usr/lib64/libQt5Core.so.5
#26 0x00007f144e66152a in
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from
/usr/lib64/libQt5Core.so.5
#27 0x00007f144e49fa5b in QThread::exec() () from /usr/lib64/libQt5Core.so.5
#28 0x00007f144e4a4469 in QThreadPrivate::start(void*) () from
/usr/lib64/libQt5Core.so.5
#29 0x00007f144cbb0537 in start_thread (arg=0x7f143db88700) at
pthread_create.c:456
#30 0x00007f144db9804f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:97

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list