Bug 376503 - Baloo file extracter crash
Summary: Baloo file extracter crash
Status: RESOLVED DUPLICATE of bug 367480
Alias: None
Product: frameworks-baloo
Classification: Frameworks and Libraries
Component: Baloo File Daemon (show other bugs)
Version: 5.29.0
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Pinak Ahuja
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2017-02-15 04:28 UTC by vikram goyal
Modified: 2017-07-17 20:18 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 vikram goyal 2017-02-15 04:28:52 UTC
Application: baloo_file_extractor (5.29.0)

Qt Version: 5.7.1
Frameworks Version: 5.29.0
Operating System: Linux 4.9.9-200.fc25.x86_64 x86_64
Distribution: "Fedora release 25 (Twenty Five)"

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

I was writing mail on Thunderbird, Firefox was running since previous day & normal desktop activities were being done.

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

Thread 3 (Thread 0x7f581a8ff700 (LWP 21231)):
#0  0x00007f5836e2e01d in poll () at /lib64/libc.so.6
#1  0x00007f5832a29156 in g_main_context_iterate.isra () at /lib64/libglib-2.0.so.0
#2  0x00007f5832a2926c in g_main_context_iteration () at /lib64/libglib-2.0.so.0
#3  0x00007f5837c346eb in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/libQt5Core.so.5
#4  0x00007f5837be568a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/libQt5Core.so.5
#5  0x00007f5837a425e3 in QThread::exec() () at /lib64/libQt5Core.so.5
#6  0x00007f5839f43739 in QDBusConnectionManager::run() () at /lib64/libQt5DBus.so.5
#7  0x00007f5837a469ca in QThreadPrivate::start(void*) () at /lib64/libQt5Core.so.5
#8  0x00007f583637c6ca in start_thread () at /lib64/libpthread.so.0
#9  0x00007f5836e39f7f in clone () at /lib64/libc.so.6

Thread 2 (Thread 0x7f58239a3700 (LWP 21230)):
#0  0x00007f5836e2e01d in poll () at /lib64/libc.so.6
#1  0x00007f5831b63d10 in _xcb_conn_wait () at /lib64/libxcb.so.1
#2  0x00007f5831b65aa9 in xcb_wait_for_event () at /lib64/libxcb.so.1
#3  0x00007f582804cd69 in QXcbEventReader::run() () at /lib64/libQt5XcbQpa.so.5
#4  0x00007f5837a469ca in QThreadPrivate::start(void*) () at /lib64/libQt5Core.so.5
#5  0x00007f583637c6ca in start_thread () at /lib64/libpthread.so.0
#6  0x00007f5836e39f7f in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7f5839e238c0 (LWP 21229)):
[KCrash Handler]
#6  0x00007f5836e86093 in __memcpy_ssse3 () at /lib64/libc.so.6
#7  0x00007f5839228154 in Baloo::PostingCodec::decode(QByteArray const&) () at /lib64/libKF5BalooEngine.so.5
#8  0x00007f5839212b44 in Baloo::PostingDB::get(QByteArray const&) () at /lib64/libKF5BalooEngine.so.5
#9  0x00007f5839225088 in Baloo::WriteTransaction::commit() () at /lib64/libKF5BalooEngine.so.5
#10 0x00007f583921bf52 in Baloo::Transaction::commit() () at /lib64/libKF5BalooEngine.so.5
#11 0x0000556b58d8944c in Baloo::App::processNextFile() ()
#12 0x00007f5837c19996 in QSingleShotTimer::timerEvent(QTimerEvent*) () at /lib64/libQt5Core.so.5
#13 0x00007f5837c0e79b in QObject::event(QEvent*) () at /lib64/libQt5Core.so.5
#14 0x00007f5838426ecc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /lib64/libQt5Widgets.so.5
#15 0x00007f583842e671 in QApplication::notify(QObject*, QEvent*) () at /lib64/libQt5Widgets.so.5
#16 0x00007f5837be66fa in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /lib64/libQt5Core.so.5
#17 0x00007f5837c33ceb in QTimerInfoList::activateTimers() () at /lib64/libQt5Core.so.5
#18 0x00007f5837c34279 in idleTimerSourceDispatch(_GSource*, int (*)(void*), void*) () at /lib64/libQt5Core.so.5
#19 0x00007f5832a28e42 in g_main_context_dispatch () at /lib64/libglib-2.0.so.0
#20 0x00007f5832a291c0 in g_main_context_iterate.isra () at /lib64/libglib-2.0.so.0
#21 0x00007f5832a2926c in g_main_context_iteration () at /lib64/libglib-2.0.so.0
#22 0x00007f5837c346cf in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/libQt5Core.so.5
#23 0x00007f5837be568a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/libQt5Core.so.5
#24 0x00007f5837bed18c in QCoreApplication::exec() () at /lib64/libQt5Core.so.5
#25 0x0000556b58d881ff in main ()

Reported using DrKonqi
Comment 1 Christoph Feck 2017-07-17 20:18:45 UTC

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