Re: [Evolution] `folders.db-journal` and `folders.db-wal` not found



On Sun, 2017-07-16 at 11:46 +0200, Paul Menzel wrote:
2290  stat64("/home/joey/.local/share/evolution/mail/local/folders.db
-journal", 0xbfbd552c) = -1 ENOENT (No such file or directory)
2290  stat64("/home/joey/.local/share/evolution/mail/local/folders.db
-wal", 0xbfbd552c) = -1 ENOENT (No such file or directory)

        Hi,
those files are not managed by evolution(-data-server) itself, I guess
they are referenced/created by sqlite. The above particular lines
reference the folder.db file for all On This Computer messages and
folders, where POP messages are copied to. They are copied only once,
on Send/Receive when they had been recognized as new, which might not
influence each close of the application.

Maybe try to get two/three backtraces [1] of the closing evolution,
where might be seen what it tries to do. It surely should not cause
aggressive re-saving of the folders.db file on close.
        Bye,
        Milan

[1] You can get the backtrace with command like this:
   $ gdb --batch --ex "t a a bt" -pid=`pidof evolution` &>bt.txt
Please check the bt.txt for any private information, like passwords,
email address, server addresses,... I usually search for "pass" at
least (quotes for clarity only).


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]