Bug 363377 - baloo_file segmentation fault since upgrade to Kubuntu 16.04
Summary: baloo_file segmentation fault since upgrade to Kubuntu 16.04
Status: RESOLVED DUPLICATE of bug 367480
Alias: None
Product: frameworks-baloo
Classification: Frameworks and Libraries
Component: Engine (show other bugs)
Version: 5.18.0
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Pinak Ahuja
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2016-05-21 18:42 UTC by Lisa Miller
Modified: 2016-09-11 13:23 UTC (History)
3 users (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 Lisa Miller 2016-05-21 18:42:56 UTC
Application: baloo_file (5.18.0)

Qt Version: 5.5.1
Operating System: Linux 4.4.0-22-generic x86_64
Distribution: Ubuntu 16.04 LTS

-- Information about the crash:
- What I was doing when the application crashed: this crash seems not to be related to anything I am doing. I usually see it when I am on the Internet using Firefox. It doesn't seem to be connected to any file saving or opening of Plasma.

-- Backtrace:
Application: Baloo File Indexing Daemon (baloo_file), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f5d9c0ef8c0 (LWP 1809))]

Thread 2 (Thread 0x7f5c5103b700 (LWP 2196)):
#0  0x00007f5d9a1fbe8d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x00007f5d973cc31c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f5d973cc42c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f5d9ae31a9b in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x00007f5d9add8dea in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x0000000000420cd8 in Baloo::FileContentIndexer::run() ()
#6  0x00007f5d9abf7343 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x00007f5d9abfa84e in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x00007f5d9985e6fa in start_thread (arg=0x7f5c5103b700) at pthread_create.c:333
#9  0x00007f5d9a207b5d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x7f5d9c0ef8c0 (LWP 1809)):
[KCrash Handler]
#6  __memcpy_sse2_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:38
#7  0x00007f5d9b2e48da in Baloo::PostingCodec::decode(QByteArray const&) () from /usr/lib/x86_64-linux-gnu/libKF5BalooEngine.so.5
#8  0x00007f5d9b2d0814 in Baloo::PostingDB::get(QByteArray const&) () from /usr/lib/x86_64-linux-gnu/libKF5BalooEngine.so.5
#9  0x00007f5d9b2e13c6 in Baloo::WriteTransaction::commit() () from /usr/lib/x86_64-linux-gnu/libKF5BalooEngine.so.5
#10 0x00007f5d9b2d9032 in Baloo::Transaction::commit() () from /usr/lib/x86_64-linux-gnu/libKF5BalooEngine.so.5
#11 0x000000000042a02b in Baloo::MetadataMover::moveFileMetadata(QString const&, QString const&) ()
#12 0x00007f5d9ae09e4f in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#13 0x000000000042aaba in KInotify::moved(QString const&, QString const&) ()
#14 0x000000000042cbff in KInotify::slotEvent(int) ()
#15 0x00007f5d9ae09e4f in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#16 0x00007f5d9ae8951e in QSocketNotifier::activated(int, QSocketNotifier::QPrivateSignal) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#17 0x00007f5d9ae1647b in QSocketNotifier::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#18 0x00007f5d9addb60c in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x00007f5d9ae31f45 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#20 0x00007f5d973cc127 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#21 0x00007f5d973cc380 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x00007f5d973cc42c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x00007f5d9ae31a7f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#24 0x00007f5d9add8dea in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#25 0x00007f5d9ade0e8c in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#26 0x000000000041698c in main ()

Possible duplicates by query: bug 363342, bug 356445.

Reported using DrKonqi
Comment 1 Christoph Cullmann 2016-09-11 13:23:07 UTC

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