[Akonadi] [Bug 442292] 21.08.1: test suite is failing

Aaron Williams bugzilla_noreply at kde.org
Sun Mar 19 09:11:24 GMT 2023


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

Aaron Williams <aaronw at doofus.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aaronw at doofus.org

--- Comment #5 from Aaron Williams <aaronw at doofus.org> ---
I am hitting this bug. The last time I debugged this it turned out to be due to
multiple threads attempting to do the same thing at the same time. Two threads
attempt to move Akonadi.error to Akonadi.error.old at the same time and this
fails. The code needs to be fixed to handle this by either adding a lock or not
failing.
The problem is in akInit() and it is caused by multiple instances attempting to
start at the same time.
I.e. with two processes:
P1 sees old file exists
P2 sees old file exists
P1 deletes old file
P2 attempts to delete old file, fails due to P1.

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


More information about the Kdepim-bugs mailing list