https://bugs.kde.org/show_bug.cgi?id=378158
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kri | |ta/2071a0701c68caa92eb81150 | |77f8379b3803041e Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #1 from Dmitry Kazakov <[email protected]> --- Git commit 2071a0701c68caa92eb8115077f8379b3803041e by Dmitry Kazakov. Committed on 29/03/2017 at 13:34. Pushed by dkazakov into branch 'kazakov/svg-loading'. Fix a race condition in KisUpdateScheduler If spareThreadAppeared() signal comes between `m_d->processingBlocked = true` and `m_d->processingBlocked = false` lines, then no update will be started even when we return from the barrier lock call. In normal case, when the barrier lock is successful, processQueues() is called in the unlock call, but here it doesn't happen. M +3 -1 libs/image/kis_update_scheduler.cpp https://commits.kde.org/krita/2071a0701c68caa92eb8115077f8379b3803041e -- You are receiving this mail because: You are watching all bug changes.
