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

tagwer...@innerjoin.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tagwer...@innerjoin.org

--- Comment #1 from tagwer...@innerjoin.org ---
(In reply to udumbutt from comment #0)
> #10 0x00007fbd940887f7 in Baloo::DocumentDB::del(unsigned long long) () from
> /usr/lib/libKF5BalooEngine.so.5
> #11 0x00007fbd9409ecd0 in Baloo::WriteTransaction::removeDocument(unsigned
> long long) () from /usr/lib/libKF5BalooEngine.so.5
I can see that Baloo is trying to remove the entry for a deleted file, but the
trace does not show what file.

It *might* be possible to see more with debugging, you can turn on debugging by
creating a qtlogging.ini file:

    mkdir -p ~/.config/QtProject
    vi ~/.config/QtProject/qtlogging.ini

and adding

    [rules]
    kf.baloo=true
    kf.baloo.engine=true

You can also ensure that any log or error messages sent to stderr get copied to
the journal by editing the kde-baloo unit file:

    systemctl edit --user kde-baloo

and add line:

    [Service]
    StandardError=journal

and saving the override.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to