Bug 345629 - Ballo indexing crash
Summary: Ballo indexing crash
Status: RESOLVED DUPLICATE of bug 341990
Alias: None
Product: Baloo
Classification: Frameworks and Libraries
Component: Baloo File Daemon (show other bugs)
Version: 5.6.2
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Vishesh Handa
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2015-03-28 22:44 UTC by Edward Oubrayrie
Modified: 2015-03-30 13:50 UTC (History)
0 users

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 Edward Oubrayrie 2015-03-28 22:44:35 UTC
Application: baloo_file (5.6.2)

Qt Version: 5.4.1
Operating System: Linux 4.0.0-0.rc4.git0.1.fc22.x86_64 x86_64
Distribution (Platform): Fedora RPMs

-- Information about the crash:
- What I was doing when the application crashed:
Indexing new files [probably a recently extracted rpm]

On a fresh install of F22 Beta TC5

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

Thread 2 (Thread 0x7f7b2f89e700 (LWP 1444)):
#0  0x00007f7b45e7366d in poll () from /lib64/libc.so.6
#1  0x00007f7b45538182 in _xcb_conn_wait () from /lib64/libxcb.so.1
#2  0x00007f7b45539cff in xcb_wait_for_event () from /lib64/libxcb.so.1
#3  0x00007f7b313e6699 in QXcbEventReader::run() () from /usr/lib64/qt5/plugins/platforms/libqxcb.so
#4  0x00007f7b46a7a67e in QThreadPrivate::start(void*) () from /lib64/libQt5Core.so.5
#5  0x00007f7b449cb555 in start_thread () from /lib64/libpthread.so.0
#6  0x00007f7b45e7ef3d in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7f7b4e1c5900 (LWP 1439)):
[KCrash Handler]
#5  0x00007f7b4dd1dd9f in ChertTable::find_in_block(unsigned char const*, Key, bool, int) () from /lib64/libxapian.so.22
#6  0x00007f7b4dd1ec43 in ChertTable::find(Cursor*) const () from /lib64/libxapian.so.22
#7  0x00007f7b4dcf7e59 in ChertCursor::find_entry(std::string const&) () from /lib64/libxapian.so.22
#8  0x00007f7b4dd25453 in ChertValueManager::get_chunk_containing_did(unsigned int, unsigned int, std::string&) const () from /lib64/libxapian.so.22
#9  0x00007f7b4dd259f5 in ChertValueManager::get_value(unsigned int, unsigned int) const () from /lib64/libxapian.so.22
#10 0x00007f7b4dd087ee in ChertDocument::do_get_value(unsigned int) const () from /lib64/libxapian.so.22
#11 0x00007f7b4dc765ca in Xapian::Document::Internal::get_value(unsigned int) const () from /lib64/libxapian.so.22
#12 0x00007f7b4dc76600 in Xapian::Document::get_value(unsigned int) const () from /lib64/libxapian.so.22
#13 0x00007f7b4d1753ca in Baloo::XapianDocument::value(int) const () from /lib64/libKF5BalooXapian.so.1
#14 0x000000000041fbe4 in Baloo::BasicIndexingQueue::shouldIndex(Baloo::FileMapping&, QString const&) const ()
#15 0x0000000000420835 in Baloo::BasicIndexingQueue::process(Baloo::FileMapping&, QFlags<Baloo::UpdateDirFlag>) ()
#16 0x000000000042104c in Baloo::BasicIndexingQueue::processNextIteration() ()
#17 0x00007f7b46c82941 in QObject::event(QEvent*) () from /lib64/libQt5Core.so.5
#18 0x00007f7b4790b36c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5
#19 0x00007f7b47910806 in QApplication::notify(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5
#20 0x00007f7b46c522bb in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /lib64/libQt5Core.so.5
#21 0x00007f7b46c549e7 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /lib64/libQt5Core.so.5
#22 0x00007f7b46ca8633 in postEventSourceDispatch(_GSource*, int (*)(void*), void*) () from /lib64/libQt5Core.so.5
#23 0x00007f7b418a00ba in g_main_context_dispatch () from /lib64/libglib-2.0.so.0
#24 0x00007f7b418a0450 in g_main_context_iterate.isra () from /lib64/libglib-2.0.so.0
#25 0x00007f7b418a04fc in g_main_context_iteration () from /lib64/libglib-2.0.so.0
#26 0x00007f7b46ca8a3f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#27 0x00007f7b46c4fd5a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#28 0x00007f7b46c577ac in QCoreApplication::exec() () from /lib64/libQt5Core.so.5
#29 0x0000000000417376 in main ()

Reported using DrKonqi
Comment 1 Vishesh Handa 2015-03-30 13:50:56 UTC

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