Bug 385452 - akonadi_baloo_indexer crash
Summary: akonadi_baloo_indexer crash
Status: RESOLVED UNMAINTAINED
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: Indexer (show other bugs)
Version: 4.13
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords: drkonqi
: 380494 388111 389069 389217 391489 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-10-06 21:30 UTC by Benoit Grégoire
Modified: 2018-04-21 13:35 UTC (History)
10 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
New crash information added by DrKonqi (3.08 KB, text/plain)
2018-01-06 15:15 UTC, Carlos E. Silvestre
Details
New crash information added by DrKonqi (3.09 KB, text/plain)
2018-04-21 06:30 UTC, MUM
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Benoit Grégoire 2017-10-06 21:30:01 UTC
Application: akonadi_baloo_indexer (4.14)
KDE Platform Version: 4.14.30
Qt Version: 4.8.7
Operating System: Linux 4.10.0-35-generic x86_64
Distribution: Ubuntu 17.04

-- Information about the crash:
- What I was doing when the application crashed:
Just restarted akonadi with akonadictl restart
- Custom settings of the application:
initialIndexingDone=false in ~/.config/baloorc
Deleted ~/.local/share/baloo/email

Also, these a relevent lines from akonadictl restart:

akonadi_baloo_indexer(9137): Could not obtain lock for Xapian Database. This is bad 
akonadi_baloo_indexer(9137): "DatabaseLockError" "DatabaseLockError: Unable to get write lock on /home/benoitg/.local/share/baloo/notes/: already locked" 
akonadi_baloo_indexer(9137): "DatabaseLockError" "DatabaseLockError: Unable to get write lock on /home/benoitg/.local/share/baloo/calendars/: already locked" 
akonadi_baloo_indexer(9137)/libakonadi: Unable to register service "org.freedesktop.Akonadi.Agent.akonadi_baloo_indexer" at dbus: "" 
KCrash: Application 'akonadi_baloo_indexer' crashing...

The crash can be reproduced every time.

-- Backtrace:
Application:  (akonadi_baloo_indexer), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[KCrash Handler]
#6  0x00007fcb0c91e77f in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:58
#7  0x00007fcb0c92037a in __GI_abort () at abort.c:89
#8  0x00007fcb10501f15 in qt_message_output(QtMsgType, char const*) () at /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#9  0x00007fcb0f034cc7 in  () at /usr/lib/libakonadi-kde.so.4
#10 0x00007fcb0f03418a in  () at /usr/lib/libakonadi-kde.so.4
#11 0x00007fcb10636d11 in QObject::event(QEvent*) () at /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#12 0x00007fcb0db7503c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#13 0x00007fcb0db7bf76 in QApplication::notify(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#14 0x00007fcb0e8d9f5a in KApplication::notify(QObject*, QEvent*) () at /usr/lib/libkdeui.so.5
#15 0x00007fcb1061c8ad in QCoreApplication::notifyInternal(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#16 0x00007fcb10620366 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () at /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#17 0x00007fcb1064d09e in  () at /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#18 0x00007fcb0bfe1377 in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#19 0x00007fcb0bfe15e0 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#20 0x00007fcb0bfe168c in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#21 0x00007fcb1064d20e in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#22 0x00007fcb0dc22666 in  () at /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#23 0x00007fcb1061b12f in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#24 0x00007fcb1061b495 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#25 0x00007fcb10621459 in QCoreApplication::exec() () at /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#26 0x00007fcb0f03143d in Akonadi::AgentBase::init(Akonadi::AgentBase*) () at /usr/lib/libakonadi-kde.so.4
#27 0x00005632f2d821f3 in  ()
#28 0x00007fcb0c9093f1 in __libc_start_main (main=0x5632f2d7b3a0, argc=3, argv=0x7fffd7a4b6d8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffd7a4b6c8) at ../csu/libc-start.c:291
#29 0x00005632f2d7b45a in _start ()

Reported using DrKonqi
Comment 1 Nate Graham 2017-12-26 15:31:33 UTC
*** Bug 388111 has been marked as a duplicate of this bug. ***
Comment 2 Daniel Vrátil 2018-01-04 09:40:33 UTC
Considering you are running Ubuntu 17.04 I assume you have the Qt5/KF5 version of KDE PIM installed. But it looks like you have both the current "Akonadi Indexing Agent" from KDE Applications (Qt5/KF5 based) and the old KDE4 "Akonadi Baloo Indexer" installed. Please make sure to uninstall the package that provides "Akonadi Baloo Indexer" since that has been replaced by the newer "Akonadi Indexing Agent" (look for package what provides the /usr/bin/akonadi_baloo_indexer binary).
Comment 3 Carlos E. Silvestre 2018-01-06 15:15:46 UTC
Created attachment 109709 [details]
New crash information added by DrKonqi

akonadi_baloo_indexer (4.14) on KDE Platform 4.14.34 using Qt 4.8.7

- What I was doing when the application crashed: Kmail, hangs when loading emails (won't load email).  typed akonadictl restart and got crash report. using Kubuntu 17.10 Plasma 5.11.5 / Frameworks 5.41 / QT 5.9.1

-- Backtrace (Reduced):
#6  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#7  0x00007f95e222af5d in __GI_abort () at abort.c:90
[...]
#11 0x00007f95e5f2fd11 in QObject::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#12 0x00007f95e348303c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#13 0x00007f95e3489f76 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
Comment 4 Christoph Feck 2018-01-17 20:28:58 UTC
*** Bug 389069 has been marked as a duplicate of this bug. ***
Comment 5 Christoph Feck 2018-01-27 01:07:20 UTC
*** Bug 389217 has been marked as a duplicate of this bug. ***
Comment 6 Christoph Feck 2018-01-27 01:07:34 UTC
*** Bug 380494 has been marked as a duplicate of this bug. ***
Comment 7 Christoph Feck 2018-01-27 01:13:53 UTC
The 'akonadi_baloo_indexer' is part of the KDEPIM 4 packages that is no longer maintained. Please ask in a forum of your distribution how to uninstall all KDEPIM 4 packages and only use KDEPIM 5 packages.
Comment 8 Christoph Feck 2018-03-06 23:40:18 UTC
*** Bug 391489 has been marked as a duplicate of this bug. ***
Comment 9 MUM 2018-04-21 06:30:24 UTC
Created attachment 112149 [details]
New crash information added by DrKonqi

akonadi_baloo_indexer (4.14) on KDE Platform 4.14.34 using Qt 4.8.7

- What I was doing when the application crashed:

I started 
akonadictl restart
from a terminal

-- Backtrace (Reduced):
#6  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#7  0x00007ff7bfba8f5d in __GI_abort () at abort.c:90
[...]
#11 0x00007ff7c38add11 in QObject::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#12 0x00007ff7c0e0103c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#13 0x00007ff7c0e07f76 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
Comment 10 Nate Graham 2018-04-21 13:35:00 UTC
KDE4 remains unmaintained....