Bug 342304 - baloo_file kde error
Summary: baloo_file kde error
Status: CLOSED DUPLICATE of bug 333772
Alias: None
Product: Baloo
Classification: Unmaintained
Component: Baloo File Daemon (show other bugs)
Version: 4.13
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Vishesh Handa
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2014-12-29 11:25 UTC by Pablo
Modified: 2015-01-02 11:36 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pablo 2014-12-29 11:25:35 UTC
Application: baloo_file (0.1)
KDE Platform Version: 4.14.3
Qt Version: 4.8.6
Operating System: Linux 3.16.7-7-desktop x86_64
Distribution: "openSUSE 13.2 (Harlequin) (x86_64)"

-- Information about the crash:
- What I was doing when the application crashed:
just starting opensuse 13.2

pablo@casa:~> baloo_file
baloo_file(10893): Database Corrupted - What did you do? 
baloo_file(10893):  
baloo_file(10893): Serious Error:   
baloo_file(10893): The revision being read has been discarded - you should call Xapian::Database::reopen() and retry the operation  DatabaseModifiedError: The revision being read has been discarded - you should call Xapian::Database::reopen() and retry the operation 
KCrash: Attempting to start /usr/bin/baloo_file from kdeinit
KCrash: Connect sock_file=/home/pablo/.kde4/socket-casa/kdeinit4__0
KCrash: Application 'baloo_file' crashing...
KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi from kdeinit
KCrash: Connect sock_file=/home/pablo/.kde4/socket-casa/kdeinit4__0
baloo_file(10890): Communication problem with  "baloo_file" , it probably crashed. 
Error message was:  "org.freedesktop.DBus.Error.NoReply" : " "Message did not receive a reply (timeout by message bus)" "

The crash can be reproduced every time.

-- Backtrace:
Application: Archivo Baloo (baloo_file), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[KCrash Handler]
#5  0x00007fbeecd48e2a in  () at /usr/lib64/libxapian.so.22
#6  0x00007fbeecd47edc in Xapian::Database::Database(Xapian::Database const&) () at /usr/lib64/libxapian.so.22
#7  0x00007fbeecd5205a in Xapian::Enquire::Internal::Internal(Xapian::Database const&, Xapian::ErrorHandler*) () at /usr/lib64/libxapian.so.22
#8  0x00007fbeecd5220e in Xapian::Enquire::Enquire(Xapian::Database const&, Xapian::ErrorHandler*) () at /usr/lib64/libxapian.so.22
#9  0x0000000000417ea3 in _start ()

Reported using DrKonqi
Comment 1 Vishesh Handa 2014-12-30 11:21:30 UTC

*** This bug has been marked as a duplicate of bug 333772 ***
Comment 2 Vishesh Handa 2014-12-30 11:22:59 UTC
It seems like the database has been corrupted.

Please run - 
$ balooctl disable
$ balooctl enable

This will reset your index and restart indexing. I realize this isn't a proper fix. We're working on ways to automatically recover from corrupted databases.
Comment 3 Pablo 2015-01-02 11:36:02 UTC
Thanks Vishesh Handa, it worked for me