[Akonadi] [Bug 337366] akonadi sqlite lockup when checking imap resources

Daniel Vrátil dvratil at redhat.com
Mon Jul 14 17:53:52 BST 2014


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

Daniel Vrátil <dvratil at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dvratil at redhat.com

--- Comment #1 from Daniel Vrátil <dvratil at redhat.com> ---
The errors you are seeing are from the version before I enabled the concurrency
(that will be available in Akonadi 1.13).

You can try switching to the QSQLITE backend (the one shipped with Qt, now you
are using QSQLITE3, the patched one we ship with Akonadi), which has absolutely
no concurrency and all transactions are strictly serialized. Since they are
both SQLite backends, the storage format is compatible, so all you need to do
is to change ~/.config/akonadi/akonadiserverrc: in [%General] change
Driver=QSQLITE3 to Driver=QSQLITE and rename the [QSQLITE3] section to
[QSQLITE].

Make sure to stop Akonadi before trying this.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list