https://bugs.kde.org/show_bug.cgi?id=367901
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/39fcfac82 |hics/krita/commit/8b9ac2512 |81d4d0bf100d4c15460fa2a2bc9 |e9ec12f52411c86f299ea355093 |98ab |6a0a --- Comment #14 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 8b9ac2512e9ec12f52411c86f299ea3550936a0a by Dmitry Kazakov. Committed on 23/02/2022 at 08:48. Pushed by dkazakov into branch 'krita/5.0'. Fix Krita discarding native threads every couple of seconds For years Krita has been spawning native threads carelessly. It happened because of the implementation of QThreadPool::waitForDone(), which discards threads on every successful call. We once had a patch for that (9c34fef3320983c8e0542363121035eab225cd29), but it has been reverted due to deadlock regressions it introduced. This patch adds a bit different implementation of the waiting strategy, so (I hope) it won't cause any deadlocks. Related: bug 360677 M +13 -0 libs/image/kis_update_job_item.h M +29 -4 libs/image/kis_updater_context.cpp M +7 -0 libs/image/kis_updater_context.h https://invent.kde.org/graphics/krita/commit/8b9ac2512e9ec12f52411c86f299ea3550936a0a -- You are receiving this mail because: You are watching all bug changes.