[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [kmail2] [Bug 335113] kmail crashes when searching in quick filter
From:       Laurent Montel <montel () kde ! org>
Date:       2014-05-21 7:03:39
Message-ID: bug-335113-17878-gMZmnkCv8f () http ! bugs ! kde ! org/
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=335113

Laurent Montel <montel@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
   Version Fixed In|                            |4.13.1
         Resolution|---                         |FIXED

--- Comment #3 from Laurent Montel <montel@kde.org> ---
finally we fixed it in 4.13.1
see:
    const QString dir = KGlobal::dirs()->localxdgdatadir() + "baloo/email/";
    Xapian::Database db;
    try {
        db = Xapian::Database(QFile::encodeName(dir).constData());
    } catch (const Xapian::DatabaseError& e) {
        kWarning() << "Failed to open Xapian database:" <<
QString::fromStdString(e.get_error_string());
        return ResultIterator();
    }

=> we catch error.
It's in baloo.

-- 
You are receiving this mail because:
You are watching all bug changes.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic