Bug 405072 - Baloo crash on login
Summary: Baloo crash on login
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: baloo-bugs-null
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2019-03-04 14:05 UTC by BingMyBong
Modified: 2019-03-08 00:09 UTC (History)
1 user (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 BingMyBong 2019-03-04 14:05:46 UTC
Application: baloo_file (5.55.0)

Qt Version: 5.12.0
Frameworks Version: 5.55.0
Operating System: Linux 4.20.12-1-default x86_64
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
- What I was doing when the application crashed:
I logged in and didn't have chance to do anything.  This did not happen the first time i logged in today.

The crash can be reproduced every time.

-- Backtrace:
Application: Baloo File Indexing Daemon (baloo_file), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
29	  return SYSCALL_CANCEL (poll, fds, nfds, timeout);
[Current thread is 1 (Thread 0x7fb752bc1940 (LWP 9072))]

Thread 3 (Thread 0x7f774bfff700 (LWP 9415)):
[KCrash Handler]
#6  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#7  0x00007fb754a24549 in __GI_abort () at abort.c:79
#8  0x00007fb753a405f2 in mdb_assert_fail (env=0x55d0c3015d10, expr_txt=expr_txt@entry=0x7fb753a4202f "rc == 0", func=func@entry=0x7fb753a42978 <__func__.7179> "mdb_page_dirty", line=line@entry=2127, file=0x7fb753a42010 "mdb.c") at mdb.c:1542
#9  0x00007fb753a35455 in mdb_page_dirty (mp=<optimized out>, txn=0x55d0c3017110) at mdb.c:2114
#10 mdb_page_dirty (txn=0x55d0c3017110, mp=<optimized out>) at mdb.c:2114
#11 0x00007fb753a366d6 in mdb_page_alloc (num=num@entry=1, mp=mp@entry=0x7f774bffdfb8, mc=<optimized out>) at mdb.c:2308
#12 0x00007fb753a3690b in mdb_page_touch (mc=mc@entry=0x7f774bffe4f0) at mdb.c:2495
#13 0x00007fb753a3853c in mdb_cursor_touch (mc=mc@entry=0x7f774bffe4f0) at mdb.c:6523
#14 0x00007fb753a3b63b in mdb_cursor_put (mc=mc@entry=0x7f774bffe4f0, key=key@entry=0x7f774bffe8d0, data=data@entry=0x7f774bffe8e0, flags=flags@entry=0) at mdb.c:6657
#15 0x00007fb753a3e43b in mdb_put (txn=0x55d0c3017110, dbi=5, key=key@entry=0x7f774bffe8d0, data=data@entry=0x7f774bffe8e0, flags=flags@entry=0) at mdb.c:9022
#16 0x00007fb7554c7cdf in Baloo::DocumentDB::put (this=this@entry=0x7f774bffe9b0, docId=<optimized out>, docId@entry=24313599409260561, list=...) at /usr/src/debug/baloo5-5.55.0-2.1.x86_64/src/engine/documentdb.cpp:77
#17 0x00007fb7554ec128 in Baloo::WriteTransaction::addDocument (this=0x7f7744003400, doc=...) at /usr/src/debug/baloo5-5.55.0-2.1.x86_64/src/engine/writetransaction.cpp:70
#18 0x00007fb7554e46c9 in Baloo::Transaction::addDocument (this=this@entry=0x7f774bffeae0, doc=...) at /usr/src/debug/baloo5-5.55.0-2.1.x86_64/src/engine/transaction.cpp:233
#19 0x000055d0c16a1b2e in Baloo::UnindexedFileIndexer::run (this=0x55d0c308ce30) at /usr/include/qt5/QtCore/qrefcount.h:60
#20 0x00007fb754f655b1 in QThreadPoolThread::run (this=0x55d0c3095490) at thread/qthreadpool.cpp:99
#21 0x00007fb754f616e2 in QThreadPrivate::start (arg=0x55d0c3095490) at thread/qthread_unix.cpp:361
#22 0x00007fb753aa2fab in start_thread (arg=<optimized out>) at pthread_create.c:486
#23 0x00007fb754afd69f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7fb750f09700 (LWP 9084)):
#0  __GI___libc_read (nbytes=16, buf=0x7fb750f08a10, fd=5) at ../sysdeps/unix/sysv/linux/read.c:26
#1  __GI___libc_read (fd=5, buf=0x7fb750f08a10, nbytes=16) at ../sysdeps/unix/sysv/linux/read.c:24
#2  0x00007fb75334fc70 in ?? () from /usr/lib64/libglib-2.0.so.0
#3  0x00007fb753309c2f in g_main_context_check () from /usr/lib64/libglib-2.0.so.0
#4  0x00007fb75330a100 in ?? () from /usr/lib64/libglib-2.0.so.0
#5  0x00007fb75330a27c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#6  0x00007fb75516bc5b in QEventDispatcherGlib::processEvents (this=0x7fb74c000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:424
#7  0x00007fb7551164fb in QEventLoop::exec (this=this@entry=0x7fb750f08c30, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:140
#8  0x00007fb754f60396 in QThread::exec (this=<optimized out>) at ../../include/QtCore/../../src/corelib/global/qflags.h:120
#9  0x00007fb755510565 in ?? () from /usr/lib64/libQt5DBus.so.5
#10 0x00007fb754f616e2 in QThreadPrivate::start (arg=0x7fb75558ad80) at thread/qthread_unix.cpp:361
#11 0x00007fb753aa2fab in start_thread (arg=<optimized out>) at pthread_create.c:486
#12 0x00007fb754afd69f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7fb752bc1940 (LWP 9072)):
#0  0x00007fb754af2ad9 in __GI___poll (fds=0x55d0c3009b20, nfds=1, timeout=91666) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007fb75330a156 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x00007fb75330a27c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#3  0x00007fb75516bc43 in QEventDispatcherGlib::processEvents (this=0x55d0c2ffdab0, flags=...) at kernel/qeventdispatcher_glib.cpp:422
#4  0x00007fb7551164fb in QEventLoop::exec (this=this@entry=0x7ffc8abd46d0, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:140
#5  0x00007fb75511e652 in QCoreApplication::exec () at ../../include/QtCore/../../src/corelib/global/qflags.h:120
#6  0x000055d0c1693987 in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/baloo5-5.55.0-2.1.x86_64/src/file/main.cpp:104
[Inferior 1 (process 9072) detached]

Possible duplicates by query: bug 403343, bug 400498, bug 396277, bug 394916, bug 393472.

Reported using DrKonqi
Comment 1 Nate Graham 2019-03-08 00:09:32 UTC

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