Bug 343052 - Crash in Xapian::Document::get_value
Summary: Crash in Xapian::Document::get_value
Status: RESOLVED DUPLICATE of bug 341990
Alias: None
Product: Baloo
Classification: Frameworks and Libraries
Component: Baloo File Daemon (show other bugs)
Version: 5.1.95
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Vishesh Handa
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2015-01-19 19:35 UTC by Matt Spaulding
Modified: 2015-01-21 15:44 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 Matt Spaulding 2015-01-19 19:35:10 UTC
Application: baloo_file (5.5.95)

Qt Version: 5.4.0
Operating System: Linux 3.19.0-eudyptula-00242-g675c323 x86_64
Distribution: "openSUSE 20150115 (Tumbleweed) (x86_64)"

-- Information about the crash:
- What I was doing when the application crashed:
Baloo crashed while attempting to reproduce https://bugs.kde.org/show_bug.cgi?id=343011.  I first removed all files from ~/.local/share/baloo/ and the baloo service was then restarted.  I began copying lots of files to the home directory from an external drive to force indexing to run.  Baloo crashed shortly after beginning the copy.

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

Thread 2 (Thread 0x7f8ac05bb700 (LWP 25981)):
#0  0x00007f8ad12784ad in poll () at /lib64/libc.so.6
#1  0x00007f8acff7e322 in  () at /usr/lib64/libxcb.so.1
#2  0x00007f8acff7fdef in xcb_wait_for_event () at /usr/lib64/libxcb.so.1
#3  0x00007f8ac2511c19 in  () at /usr/lib64/qt5/plugins/platforms/libqxcb.so
#4  0x00007f8ad1aff91f in  () at /usr/lib64/libQt5Core.so.5
#5  0x00007f8ad0f883a4 in start_thread () at /lib64/libpthread.so.0
#6  0x00007f8ad1280a4d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7f8ad54c5800 (LWP 25980)):
[KCrash Handler]
#5  0x00007f8ad3eab6af in ChertTable::find_in_block(unsigned char const*, Key, bool, int) () at /usr/lib64/libxapian.so.22
#6  0x00007f8ad3eac843 in ChertTable::find(Cursor*) const () at /usr/lib64/libxapian.so.22
#7  0x00007f8ad3e88979 in ChertCursor::find_entry(std::string const&) () at /usr/lib64/libxapian.so.22
#8  0x00007f8ad3eb2dc3 in  () at /usr/lib64/libxapian.so.22
#9  0x00007f8ad3eb70fb in  () at /usr/lib64/libxapian.so.22
#10 0x00007f8ad3e980ca in  () at /usr/lib64/libxapian.so.22
#11 0x00007f8ad3e10516 in Xapian::Document::Internal::get_value(unsigned int) const () at /usr/lib64/libxapian.so.22
#12 0x00007f8ad3e1057c in Xapian::Document::get_value(unsigned int) const () at /usr/lib64/libxapian.so.22
#13 0x00007f8ad41c537a in Baloo::XapianDocument::value(int) const () at /usr/lib64/libKF5BalooXapian.so.1
#14 0x000000000041fb03 in Baloo::BasicIndexingQueue::shouldIndex(Baloo::FileMapping&, QString const&) const ()
#15 0x0000000000420662 in Baloo::BasicIndexingQueue::process(Baloo::FileMapping&, QFlags<Baloo::UpdateDirFlag>) ()
#16 0x0000000000420bc4 in Baloo::BasicIndexingQueue::processNextIteration() ()
#17 0x00007f8ad1d0a446 in QObject::event(QEvent*) () at /usr/lib64/libQt5Core.so.5
#18 0x00007f8ad29971dc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib64/libQt5Widgets.so.5
#19 0x00007f8ad299c1f0 in QApplication::notify(QObject*, QEvent*) () at /usr/lib64/libQt5Widgets.so.5
#20 0x00007f8ad1cd9dc5 in QCoreApplication::notifyInternal(QObject*, QEvent*) () at /usr/lib64/libQt5Core.so.5
#21 0x00007f8ad1cdbc5f in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () at /usr/lib64/libQt5Core.so.5
#22 0x00007f8ad1d31c83 in  () at /usr/lib64/libQt5Core.so.5
#23 0x00007f8acb3e7a04 in g_main_context_dispatch () at /usr/lib64/libglib-2.0.so.0
#24 0x00007f8acb3e7c48 in  () at /usr/lib64/libglib-2.0.so.0
#25 0x00007f8acb3e7cec in g_main_context_iteration () at /usr/lib64/libglib-2.0.so.0
#26 0x00007f8ad1d310fc in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib64/libQt5Core.so.5
#27 0x00007f8ad1cd7d1b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib64/libQt5Core.so.5
#28 0x00007f8ad1cdf3a6 in QCoreApplication::exec() () at /usr/lib64/libQt5Core.so.5
#29 0x0000000000418e2f in main ()

Reported using DrKonqi
Comment 1 Vishesh Handa 2015-01-21 15:44:01 UTC

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