Bug 477410 - Baloo File Extractor crashes on login
Summary: Baloo File Extractor crashes on login
Status: RESOLVED DUPLICATE of bug 477404
Alias: None
Product: frameworks-baloo
Classification: Frameworks and Libraries
Component: Baloo File Daemon (other bugs)
Version First Reported In: 5.112.0
Platform: Arch Linux Linux
: NOR crash
Target Milestone: ---
Assignee: baloo-bugs-null
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2023-11-23 11:04 UTC by bartiffic
Modified: 2023-11-24 09:01 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bartiffic 2023-11-23 11:04:48 UTC
Application: baloo_file_extractor (5.112.0)

Qt Version: 5.15.11
Frameworks Version: 5.112.0
Operating System: Linux 6.6.2-arch1-1 x86_64
Windowing System: X11
Distribution: Arch Linux
DrKonqi: 5.27.9 [KCrashBackend]

-- Information about the crash:
Logged out. Logged in again. baloo_file_extractor crashed every time. I first noticed this yesterday.

The crash can be reproduced every time.

-- Backtrace:
Application: Baloo File Extractor (baloo_file_extractor), signal: Segmentation fault
Content of s_kcrashErrorMessage: std::unique_ptr<char []> = {get() = <optimized out>}
[KCrash Handler]
#6  __memcpy_evex_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:366
#7  0x00007f0a7beb9266 in memcpy (__len=<optimized out>, __src=<optimized out>, __dest=<optimized out>) at /usr/include/bits/string_fortified.h:29
#8  mdb_cursor_put (mc=mc@entry=0x7ffcaabaa300, key=key@entry=0x7ffcaabaa710, data=data@entry=0x7ffcaabaa700, flags=<optimized out>, flags@entry=0) at /usr/src/debug/lmdb/openldap/libraries/liblmdb/mdb.c:6950
#9  0x00007f0a7beb93c8 in mdb_put (txn=0x55b212f2a1b0, dbi=3, key=0x7ffcaabaa710, data=0x7ffcaabaa700, flags=0) at /usr/src/debug/lmdb/openldap/libraries/liblmdb/mdb.c:9076
#10 0x00007f0a7ce360bf in Baloo::PositionDB::put (this=<optimized out>, term=..., list=...) at /usr/src/debug/baloo5/baloo-5.112.0/src/engine/positiondb.cpp:68
#11 0x00007f0a7ce44d43 in Baloo::WriteTransaction::commit (this=<optimized out>) at /usr/src/debug/baloo5/baloo-5.112.0/src/engine/writetransaction.cpp:336
#12 0x00007f0a7ce39d3e in Baloo::Transaction::commit (this=0x7f0a7000c440) at /usr/src/debug/baloo5/baloo-5.112.0/src/engine/transaction.cpp:285
#13 0x000055b2123e2ebd in Baloo::App::processNextFile (this=0x7ffcaabaae50) at /usr/src/debug/baloo5/baloo-5.112.0/src/file/extractor/app.cpp:109
#14 0x00007f0a7c2d3317 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
#15 QSingleShotTimer::timerEvent (this=0x55b21304c770) at kernel/qtimer.cpp:322
#16 0x00007f0a7c2c3b4e in QObject::event (this=0x55b21304c770, e=0x7ffcaabaaa90) at kernel/qobject.cpp:1324
#17 0x00007f0a7c29c168 in QCoreApplication::notifyInternal2 (receiver=0x55b21304c770, event=0x7ffcaabaaa90) at kernel/qcoreapplication.cpp:1064
#18 0x00007f0a7c2ea7cb in QTimerInfoList::activateTimers (this=0x55b212eee390) at kernel/qtimerinfo_unix.cpp:643
#19 0x00007f0a7c2eae02 in timerSourceDispatch (source=<optimized out>) at kernel/qeventdispatcher_glib.cpp:183
#20 idleTimerSourceDispatch (source=<optimized out>) at kernel/qeventdispatcher_glib.cpp:230
#21 0x00007f0a7ad0df69 in g_main_dispatch (context=0x7f0a70000ec0) at ../glib/glib/gmain.c:3476
#22 0x00007f0a7ad6c327 in g_main_context_dispatch_unlocked (context=0x7f0a70000ec0) at ../glib/glib/gmain.c:4284
#23 g_main_context_iterate_unlocked.isra.0 (context=context@entry=0x7f0a70000ec0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/glib/gmain.c:4349
#24 0x00007f0a7ad0c162 in g_main_context_iteration (context=0x7f0a70000ec0, may_block=1) at ../glib/glib/gmain.c:4414
#25 0x00007f0a7c2eaf7c in QEventDispatcherGlib::processEvents (this=0x55b212ee80f0, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#26 0x00007f0a7c29ae74 in QEventLoop::exec (this=this@entry=0x7ffcaabaad40, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69
#27 0x00007f0a7c29c313 in QCoreApplication::exec () at ../../include/QtCore/../../src/corelib/global/qflags.h:121
#28 0x00007f0a7c73bf12 in QGuiApplication::exec () at kernel/qguiapplication.cpp:1870
#29 0x000055b2123d8d4e in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/baloo5/baloo-5.112.0/src/file/extractor/main.cpp:43
[Inferior 1 (process 11093) detached]

The reporter indicates this bug may be a duplicate of or related to bug 428123, bug 450988, bug 471206, bug 473899, bug 474840, bug 475695, bug 477404, bug 477405.

Reported using DrKonqi
Comment 1 Ben Bonacci 2023-11-24 09:01:33 UTC

*** This bug has been marked as a duplicate of bug 477404 ***