Bug 408681 - Repeated assert fail in baloo_file_extractor (master branch)
Summary: Repeated assert fail in baloo_file_extractor (master branch)
Status: RESOLVED WORKSFORME
Alias: None
Product: frameworks-baloo
Classification: Frameworks and Libraries
Component: Baloo File Daemon (show other bugs)
Version: unspecified
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: baloo-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-14 10:24 UTC by Roman Gilg
Modified: 2020-09-04 04:33 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Gilg 2019-06-14 10:24:23 UTC
Application: Baloo File Extractor (baloo_file_extractor), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[KCrash Handler]
#6  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#7  0x00007fc4b3c19801 in __GI_abort () at abort.c:79
#8  0x00007fc4b43d6f2b in QMessageLogger::fatal(char const*, ...) const () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x00007fc4b43d6721 in qt_assert(char const*, char const*, int) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x00007fc4b66f2392 in Baloo::PostingDB::get (this=0x7fff08b769e0, term=...) at /home/roman/dev/kde/src/frameworks/baloo/src/engine/postingdb.cpp:88
#11 0x00007fc4b67004ba in Baloo::WriteTransaction::commit (this=0x5625bbed3b70) at /home/roman/dev/kde/src/frameworks/baloo/src/engine/writetransaction.cpp:296
#12 0x00007fc4b66f9ce4 in Baloo::Transaction::commit (this=0x5625bbe84970) at /home/roman/dev/kde/src/frameworks/baloo/src/engine/transaction.cpp:304
#13 0x00005625ba8286ca in Baloo::App::processNextFile (this=0x7fff08b77250) at /home/roman/dev/kde/src/frameworks/baloo/src/file/extractor/app.cpp:119
#14 0x00005625ba82cc14 in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (Baloo::App::*)()>::call(void (Baloo::App::*)(), Baloo::App*, void**) (f=(void (Baloo::App::*)(Baloo::App * const)) 0x5625ba828466 <Baloo::App::processNextFile()>, o=0x7fff08b77250, arg=0x7fff08b76c10) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:152
#15 0x00005625ba82c601 in QtPrivate::FunctionPointer<void (Baloo::App::*)()>::call<QtPrivate::List<>, void>(void (Baloo::App::*)(), Baloo::App*, void**) (f=(void (Baloo::App::*)(Baloo::App * const)) 0x5625ba828466 <Baloo::App::processNextFile()>, o=0x7fff08b77250, arg=0x7fff08b76c10) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:185
#16 0x00005625ba82b933 in QtPrivate::QSlotObject<void (Baloo::App::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) (which=1, this_=0x5625bbe8df90, r=0x7fff08b77250, a=0x7fff08b76c10, ret=0x0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:414
#17 0x00007fc4b4610804 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#18 0x00007fc4b460439b in QObject::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x00007fc4b53cf65c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#20 0x00007fc4b53d6b90 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#21 0x00007fc4b45d3d18 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#22 0x00007fc4b4630219 in QTimerInfoList::activateTimers() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#23 0x00007fc4b4630a19 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#24 0x00007fc4b05b3317 in g_main_context_dispatch () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#25 0x00007fc4b05b3550 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#26 0x00007fc4b05b35dc in g_main_context_iteration () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#27 0x00007fc4b4630daf in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#28 0x00007fc4b45d203a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#29 0x00007fc4b45db170 in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#30 0x00005625ba827332 in main (argc=1, argv=0x7fff08b77478) at /home/roman/dev/kde/src/frameworks/baloo/src/file/extractor/main.cpp:60
Comment 1 Nate Graham 2019-06-14 13:56:44 UTC

*** This bug has been marked as a duplicate of bug 357206 ***
Comment 2 Roman Gilg 2019-06-14 22:20:57 UTC
This is a different crash. Same function though.
Comment 3 Nate Graham 2019-06-14 22:27:07 UTC
Ah of course, this one doesn't get into LMDB stuff.
Comment 4 Stefan Brüns 2020-08-05 03:59:31 UTC
There is obviously an error message in your logs:

#8  0x00007fc4b43d6f2b in QMessageLogger::fatal(char const*, ...) const () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
Comment 5 Bug Janitor Service 2020-08-20 04:33:07 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 6 Bug Janitor Service 2020-09-04 04:33:10 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!