Bug 420677 - Baloo File extractor crashes on session start
Summary: Baloo File extractor crashes on session start
Status: RESOLVED DUPLICATE of bug 389848
Alias: None
Product: frameworks-baloo
Classification: Frameworks and Libraries
Component: Baloo File Daemon (show other bugs)
Version: 5.55.0
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Stefan Brüns
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2020-04-27 18:39 UTC by ugur_agakisiyev
Modified: 2020-05-09 17:26 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
New crash information added by DrKonqi (4.64 KB, patch)
2020-05-09 17:26 UTC, vze1pbnt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ugur_agakisiyev 2020-04-27 18:39:43 UTC
Application: baloo_file_extractor (5.55.0)

Qt Version: 5.9.7
Frameworks Version: 5.55.0
Operating System: Linux 4.12.14-lp151.28.48-default x86_64
Distribution: "openSUSE Leap 15.1"

-- Information about the crash:
- What I was doing when the application crashed:

Started happening after the  upgrade to 15.1, happens at every startup/login

Right after the login, before the wallet comes up, I get the notificication that the baloo file extractor has crashed.

The crash can be reproduced every time.

-- Backtrace:
Application: Baloo File Extractor (baloo_file_extractor), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fe639a98900 (LWP 2441))]

Thread 3 (Thread 0x7fe61e072700 (LWP 2443)):
#0  0x00007fe6365ec1d8 in read () from /lib64/libc.so.6
#1  0x00007fe632f11c80 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x00007fe632ecccb8 in g_main_context_check () from /usr/lib64/libglib-2.0.so.0
#3  0x00007fe632ecd150 in ?? () from /usr/lib64/libglib-2.0.so.0
#4  0x00007fe632ecd2bc in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#5  0x00007fe636f337fb in QEventDispatcherGlib::processEvents (this=0x558fbd12ba50, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#6  0x00007fe636ed879a in QEventLoop::exec (this=this@entry=0x7fe61e071c80, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#7  0x00007fe636cf6d4a in QThread::exec (this=<optimized out>) at thread/qthread.cpp:515
#8  0x00007fe6388719e5 in ?? () from /usr/lib64/libQt5DBus.so.5
#9  0x00007fe636cfbc8d in QThreadPrivate::start (arg=0x7fe638ae4d60) at thread/qthread_unix.cpp:368
#10 0x00007fe6351f14f9 in start_thread () from /lib64/libpthread.so.0
#11 0x00007fe6365faf2f in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7fe62bbff700 (LWP 2442)):
#0  0x00007fe6365f06db in poll () from /lib64/libc.so.6
#1  0x00007fe63262d307 in ?? () from /usr/lib64/libxcb.so.1
#2  0x00007fe63262ef3a in xcb_wait_for_event () from /usr/lib64/libxcb.so.1
#3  0x00007fe62e9b7969 in ?? () from /usr/lib64/libQt5XcbQpa.so.5
#4  0x00007fe636cfbc8d in QThreadPrivate::start (arg=0x558fbd0c1660) at thread/qthread_unix.cpp:368
#5  0x00007fe6351f14f9 in start_thread () from /lib64/libpthread.so.0
#6  0x00007fe6365faf2f in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7fe639a98900 (LWP 2441)):
[KCrash Handler]
#6  0x00007fe636538520 in raise () from /lib64/libc.so.6
#7  0x00007fe636539b01 in abort () from /lib64/libc.so.6
#8  0x00007fe635ba8a82 in mdb_assert_fail (env=0x558fbd178c30, expr_txt=expr_txt@entry=0x7fe635baa50f "rc == 0", func=func@entry=0x7fe635baae88 <__func__.6935> "mdb_page_dirty", line=line@entry=2071, file=0x7fe635baa4f0 "mdb.c") at mdb.c:1487
#9  0x00007fe635b9dd85 in mdb_page_dirty (txn=0x558fbd17e170, mp=<optimized out>) at mdb.c:2071
#10 0x00007fe635b9ef6a in mdb_page_alloc (num=num@entry=1, mp=mp@entry=0x7ffd3c188728, mc=<optimized out>) at mdb.c:2252
#11 0x00007fe635b9f1d9 in mdb_page_touch (mc=mc@entry=0x7ffd3c188c60) at mdb.c:2370
#12 0x00007fe635ba0ccf in mdb_cursor_touch (mc=mc@entry=0x7ffd3c188c60) at mdb.c:6308
#13 0x00007fe635ba3e8e in mdb_cursor_put (mc=0x7ffd3c188c60, key=0x7ffd3c189040, data=0x7ffd3c189050, flags=<optimized out>) at mdb.c:6442
#14 0x00007fe635ba6b1b in mdb_put (txn=0x558fbd17e170, dbi=2, key=key@entry=0x7ffd3c189040, data=data@entry=0x7ffd3c189050, flags=flags@entry=0) at mdb.c:8800
#15 0x00007fe638f1be3c in Baloo::PostingDB::put (this=this@entry=0x7ffd3c189150, term=..., list=...) at /usr/src/debug/baloo5-5.55.0-lp151.3.3.1.x86_64/src/engine/postingdb.cpp:80
#16 0x00007fe638f29e30 in Baloo::WriteTransaction::commit (this=0x558fbd15d070) at /usr/src/debug/baloo5-5.55.0-lp151.3.3.1.x86_64/src/engine/writetransaction.cpp:305
#17 0x00007fe638f22a61 in Baloo::Transaction::commit (this=0x558fbd162310) at /usr/src/debug/baloo5-5.55.0-lp151.3.3.1.x86_64/src/engine/transaction.cpp:298
#18 0x0000558fbc4570d4 in Baloo::App::processNextFile (this=0x7ffd3c1898c0) at /usr/src/debug/baloo5-5.55.0-lp151.3.3.1.x86_64/src/file/extractor/app.cpp:118
#19 0x00007fe636f15fc4 in QtPrivate::QSlotObjectBase::call (a=0x7ffd3c1892e0, r=<optimized out>, this=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qobject_impl.h:101
#20 QSingleShotTimer::timerEvent (this=0x558fbd185ac0) at kernel/qtimer.cpp:318
#21 0x00007fe636f09eeb in QObject::event (this=0x558fbd185ac0, e=<optimized out>) at kernel/qobject.cpp:1269
#22 0x00007fe637c833dc in QApplicationPrivate::notify_helper (this=this@entry=0x558fbd0a0a40, receiver=receiver@entry=0x558fbd185ac0, e=e@entry=0x7ffd3c1895b0) at kernel/qapplication.cpp:3723
#23 0x00007fe637c8aca4 in QApplication::notify (this=0x7ffd3c189890, receiver=0x558fbd185ac0, e=0x7ffd3c1895b0) at kernel/qapplication.cpp:3482
#24 0x00007fe636eda768 in QCoreApplication::notifyInternal2 (receiver=0x558fbd185ac0, event=event@entry=0x7ffd3c1895b0) at kernel/qcoreapplication.cpp:1024
#25 0x00007fe636f32c7e in QCoreApplication::sendEvent (event=0x7ffd3c1895b0, receiver=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:233
#26 QTimerInfoList::activateTimers (this=0x558fbd0e2a00) at kernel/qtimerinfo_unix.cpp:643
#27 0x00007fe636f33479 in timerSourceDispatch (source=<optimized out>) at kernel/qeventdispatcher_glib.cpp:182
#28 idleTimerSourceDispatch (source=<optimized out>) at kernel/qeventdispatcher_glib.cpp:229
#29 0x00007fe632ecce87 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0
#30 0x00007fe632ecd230 in ?? () from /usr/lib64/libglib-2.0.so.0
#31 0x00007fe632ecd2bc in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#32 0x00007fe636f337df in QEventDispatcherGlib::processEvents (this=0x558fbd0a7250, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#33 0x00007fe636ed879a in QEventLoop::exec (this=this@entry=0x7ffd3c189800, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#34 0x00007fe636ee1844 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1297
#35 0x0000558fbc455a9d in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/baloo5-5.55.0-lp151.3.3.1.x86_64/src/file/extractor/main.cpp:60
[Inferior 1 (process 2441) detached]

The reporter indicates this bug may be a duplicate of or related to bug 413558.

Possible duplicates by query: bug 420615, bug 419917, bug 419346, bug 419172, bug 418926.

Reported using DrKonqi
Comment 1 Nate Graham 2020-04-27 21:44:36 UTC

*** This bug has been marked as a duplicate of bug 389848 ***
Comment 2 vze1pbnt 2020-05-09 17:26:05 UTC
Created attachment 128299 [details]
New crash information added by DrKonqi

baloo_file_extractor (5.68.0) using Qt 5.13.2

- What I was doing when the application crashed:
Just started the KDE session.  Crash notification came up when the session was ready to be used.

-- Backtrace (Reduced):
#8  0x00007fb3d4e60dc3 in mdb_assert_fail.constprop () from /lib64/liblmdb.so.0.0.0
#9  0x00007fb3d4e559c5 in mdb_page_dirty () from /lib64/liblmdb.so.0.0.0
#10 0x00007fb3d4e56c56 in mdb_page_alloc.isra () from /lib64/liblmdb.so.0.0.0
#11 0x00007fb3d4e56e93 in mdb_page_touch () from /lib64/liblmdb.so.0.0.0
#12 0x00007fb3d4e58aec in mdb_cursor_touch () from /lib64/liblmdb.so.0.0.0