Bug 471918 - Baloo file extractor crashes constantly
Summary: Baloo file extractor crashes constantly
Status: RESOLVED FIXED
Alias: None
Product: frameworks-baloo
Classification: Frameworks and Libraries
Component: Baloo File Daemon (show other bugs)
Version: 5.107.0
Platform: Arch Linux Linux
: NOR crash
Target Milestone: ---
Assignee: baloo-bugs-null
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2023-07-03 22:10 UTC by Andrew
Modified: 2023-11-13 08:09 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.108.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew 2023-07-03 22:10:46 UTC
Application: baloo_file_extractor (5.107.0)

Qt Version: 5.15.10
Frameworks Version: 5.107.0
Operating System: Linux 6.4.1-zen1-1-zen x86_64
Windowing System: Wayland
Distribution: "Arch Linux"
DrKonqi: 5.27.6 [KCrashBackend]

-- Information about the crash:
I believe Baloo started crashing after updating my packages today. It wasn't crashing the day before (2 Jul 2023). It crashes right after login and then continues to do so after I click "Restart app" or just close the crash message.

The crash can be reproduced every time.

-- Backtrace:
Application: Baloo File Extractor (baloo_file_extractor), signal: Aborted
Content of s_kcrashErrorMessage: std::unique_ptr<char []> = {get() = <optimized out>}
[KCrash Handler]
#6  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
#7  0x00007f085909f2d3 in __pthread_kill_internal (signo=6, threadid=<optimized out>) at pthread_kill.c:78
#8  0x00007f085904fa08 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#9  0x00007f0859038538 in __GI_abort () at abort.c:79
#10 0x00007f085900491e in mdb_assert_fail.constprop.0 (env=0x5585b11cec40, expr_txt=<optimized out>, func=<optimized out>, line=<optimized out>, file=0x7f08590119e0 "mdb.c") at /usr/src/debug/lmdb/openldap/libraries/liblmdb/mdb.c:1571
#11 0x00007f0859002c2a in mdb_page_dirty (txn=<optimized out>, mp=<optimized out>) at /usr/src/debug/lmdb/openldap/libraries/liblmdb/mdb.c:2143
#12 mdb_page_dirty (txn=0x5585b11d0110, mp=<optimized out>) at /usr/src/debug/lmdb/openldap/libraries/liblmdb/mdb.c:2143
#13 0x00007f0859010646 in mdb_page_alloc.isra.0 (num=<optimized out>, mp=0x7ffe2cce37e0, mc=<optimized out>) at /usr/src/debug/lmdb/openldap/libraries/liblmdb/mdb.c:2337
#14 0x00007f0859005a43 in mdb_page_new (mp=<synthetic pointer>, num=1, flags=4, mc=0x7ffe2cce3a50) at /usr/src/debug/lmdb/openldap/libraries/liblmdb/mdb.c:7220
#15 mdb_node_add (mc=mc@entry=0x7ffe2cce3a50, indx=<optimized out>, key=key@entry=0x7ffe2cce39a0, data=0x7ffe2cce39b0, pgno=pgno@entry=0, flags=65536) at /usr/src/debug/lmdb/openldap/libraries/liblmdb/mdb.c:7362
#16 0x00007f085900c919 in mdb_cursor_put (mc=mc@entry=0x7ffe2cce3a50, key=key@entry=0x7ffe2cce39a0, data=data@entry=0x7ffe2cce39b0, flags=flags@entry=65536) at /usr/src/debug/lmdb/openldap/libraries/liblmdb/mdb.c:6987
#17 0x00007f085900eb90 in mdb_freelist_save (txn=0x5585b11d0110) at /usr/src/debug/lmdb/openldap/libraries/liblmdb/mdb.c:3254
#18 mdb_txn_commit (txn=0x5585b11d0110) at /usr/src/debug/lmdb/openldap/libraries/liblmdb/mdb.c:3672
#19 0x00007f085a407d9c in Baloo::Transaction::commit (this=0x5585b11d1400) at /usr/src/debug/baloo/baloo-5.107.0/src/engine/transaction.cpp:276
#20 0x00005585af59d14d in Baloo::App::processNextFile (this=0x7ffe2cce41d0) at /usr/src/debug/baloo/baloo-5.107.0/src/file/extractor/app.cpp:109
#21 0x00007f08598d2927 in QtPrivate::QSlotObjectBase::call (a=<optimized out>, r=<optimized out>, this=<optimized out>, this=<optimized out>, r=<optimized out>, a=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#22 QSingleShotTimer::timerEvent (this=0x5585b12995c0) at kernel/qtimer.cpp:322
#23 0x00007f08598c315e in QObject::event (this=0x5585b12995c0, e=0x7ffe2cce3e10) at kernel/qobject.cpp:1324
#24 0x00007f085989b778 in QCoreApplication::notifyInternal2 (receiver=0x5585b12995c0, event=0x7ffe2cce3e10) at kernel/qcoreapplication.cpp:1064
#25 0x00007f08598e9e2b in QTimerInfoList::activateTimers (this=0x5585b11a81d0) at kernel/qtimerinfo_unix.cpp:643
#26 0x00007f08598ea452 in timerSourceDispatch (source=<optimized out>) at kernel/qeventdispatcher_glib.cpp:183
#27 idleTimerSourceDispatch (source=<optimized out>) at kernel/qeventdispatcher_glib.cpp:230
#28 0x00007f0858310981 in g_main_dispatch (context=0x7f0850000ee0) at ../glib/glib/gmain.c:3460
#29 g_main_context_dispatch (context=0x7f0850000ee0) at ../glib/glib/gmain.c:4200
#30 0x00007f085836db39 in g_main_context_iterate.isra.0 (context=context@entry=0x7f0850000ee0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/glib/gmain.c:4276
#31 0x00007f085830e032 in g_main_context_iteration (context=0x7f0850000ee0, may_block=1) at ../glib/glib/gmain.c:4343
#32 0x00007f08598ea5cc in QEventDispatcherGlib::processEvents (this=0x5585b11a4380, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#33 0x00007f085989a484 in QEventLoop::exec (this=this@entry=0x7ffe2cce40c0, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69
#34 0x00007f085989b923 in QCoreApplication::exec () at ../../include/QtCore/../../src/corelib/global/qflags.h:121
#35 0x00007f0859d3bf12 in QGuiApplication::exec () at kernel/qguiapplication.cpp:1870
#36 0x00005585af592d4e in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/baloo/baloo-5.107.0/src/file/extractor/main.cpp:43
[Inferior 1 (process 1927) detached]

Reported using DrKonqi
Comment 1 Stefan Brüns 2023-11-13 08:09:58 UTC
(Untested) Memory constraints interfering with regular operation, fixed.