Bug 408651 - crashed on startup
Summary: crashed on startup
Status: RESOLVED DUPLICATE of bug 367480
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-06-13 15:14 UTC by k.zimmermann
Modified: 2019-06-13 20:47 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 k.zimmermann 2019-06-13 15:14:58 UTC
Application: baloo_file (5.55.0)

Qt Version: 5.9.7
Frameworks Version: 5.55.0
Operating System: Linux 4.12.14-lp151.28.4-default x86_64
Distribution (Platform): openSUSE RPMs

-- Information about the crash:
any time on systemstart balloo crashes. I'm using a different distribution (LEAP 15.1), so hopefully it will help to find equals

The crash can be reproduced every time.

-- Backtrace:
Application: Baloo File Indexing Daemon (baloo_file), signal: Bus error
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f5f681ee900 (LWP 4241))]

Thread 3 (Thread 0x7f5f5ca22700 (LWP 6324)):
[KCrash Handler]
#6  0x00007f5f65ba9521 in __memmove_sse2_unaligned_erms () from /lib64/libc.so.6
#7  0x00007f5f671ead53 in memcpy (__len=1720744352, __src=<optimized out>, __dest=<optimized out>) at /usr/include/bits/string_fortified.h:34
#8  Baloo::PostingCodec::decode (this=this@entry=0x7f5f5ca21917, arr=...) at /usr/src/debug/baloo5-5.55.0-lp151.2.2.x86_64/src/codecs/postingcodec.cpp:42
#9  0x00007f5f671dc674 in Baloo::PostingDB::get (this=this@entry=0x7f5f5ca21a00, term=...) at /usr/src/debug/baloo5-5.55.0-lp151.2.2.x86_64/src/engine/postingdb.cpp:100
#10 0x00007f5f671e8460 in Baloo::WriteTransaction::commit (this=0x7f1f50004da0) at /usr/src/debug/baloo5-5.55.0-lp151.2.2.x86_64/src/engine/writetransaction.cpp:275
#11 0x00007f5f671e1bd2 in Baloo::Transaction::commit (this=this@entry=0x7f5f5ca21b20) at /usr/src/debug/baloo5-5.55.0-lp151.2.2.x86_64/src/engine/transaction.cpp:269
#12 0x0000564fe13e4fc7 in Baloo::UnindexedFileIndexer::run (this=0x564fe27f6c90) at /usr/src/debug/baloo5-5.55.0-lp151.2.2.x86_64/src/file/unindexedfileindexer.cpp:76
#13 0x00007f5f66637e22 in QThreadPoolThread::run (this=0x564fe27fc4c0) at thread/qthreadpool.cpp:99
#14 0x00007f5f6663aced in QThreadPrivate::start (arg=0x564fe27fc4c0) at thread/qthread_unix.cpp:368
#15 0x00007f5f63a34569 in start_thread () from /lib64/libpthread.so.0
#16 0x00007f5f65bff9ef in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7f5f5d5b7700 (LWP 4247)):
#0  0x00007f5f65bf0c98 in read () from /lib64/libc.so.6
#1  0x00007f5f61ff4ca0 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x00007f5f61fafcb8 in g_main_context_check () from /usr/lib64/libglib-2.0.so.0
#3  0x00007f5f61fb0150 in ?? () from /usr/lib64/libglib-2.0.so.0
#4  0x00007f5f61fb02bc in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#5  0x00007f5f6687296b in QEventDispatcherGlib::processEvents (this=0x7f5f58000b10, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#6  0x00007f5f6681790a in QEventLoop::exec (this=this@entry=0x7f5f5d5b6c80, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#7  0x00007f5f66635daa in QThread::exec (this=<optimized out>) at thread/qthread.cpp:515
#8  0x00007f5f674089e5 in ?? () from /usr/lib64/libQt5DBus.so.5
#9  0x00007f5f6663aced in QThreadPrivate::start (arg=0x7f5f6767bd60) at thread/qthread_unix.cpp:368
#10 0x00007f5f63a34569 in start_thread () from /lib64/libpthread.so.0
#11 0x00007f5f65bff9ef in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7f5f681ee900 (LWP 4241)):
#0  0x00007f5f65bf519b in poll () from /lib64/libc.so.6
#1  0x00007f5f61fb01a9 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x00007f5f61fb02bc in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#3  0x00007f5f6687296b in QEventDispatcherGlib::processEvents (this=0x564fe25455e0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x00007f5f6681790a in QEventLoop::exec (this=this@entry=0x7ffd314149e0, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007f5f668209b4 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1297
#6  0x0000564fe13da13c in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/baloo5-5.55.0-lp151.2.2.x86_64/src/file/main.cpp:104
[Inferior 1 (process 4241) detached]

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

Possible duplicates by query: bug 408259, bug 408098, bug 406210, bug 405972, bug 405315.

Reported using DrKonqi
Comment 1 Nate Graham 2019-06-13 20:47:21 UTC

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