https://bugs.kde.org/show_bug.cgi?id=417667
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/kde/ |krita/commit/ef3c9fe7199886 |krita/commit/06fc241c21454e |ba4f089694a042bcb154b46003 |97cfc22d4042bda6ba2b8799ba --- Comment #13 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 06fc241c21454e97cfc22d4042bda6ba2b8799ba by Dmitry Kazakov. Committed on 23/04/2020 at 20:53. Pushed by dkazakov into branch 'krita/4.3'. Fix crash when applying liquify transformation via Transform Mask We must not access Qt containers in non-const manner in multithreaded environment. Qt has lazy sharing routines, which are not thread safe. M +19 -0 libs/global/kis_algebra_2d.h M +5 -11 libs/image/kis_liquify_transform_worker.cpp https://invent.kde.org/kde/krita/commit/06fc241c21454e97cfc22d4042bda6ba2b8799ba -- You are receiving this mail because: You are watching all bug changes.