https://bugs.kde.org/show_bug.cgi?id=432329
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/9321eb2b2 | |2f0a330ba5d63bb7bb03a779de8 | |fe28 --- Comment #2 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 9321eb2b22f0a330ba5d63bb7bb03a779de8fe28 by Dmitry Kazakov. Committed on 04/02/2021 at 12:55. Pushed by dkazakov into branch 'master'. Crash when undoing reincarnation of a shape selection too quickly It may happen that the update jobs are still accessing the shape selection pointer via KisSelection::updateProjection(), while undo command is busy reincarnating the shape selection into a raster one. We should guard the shape selection pointer from such concurrent access. M +50 -4 libs/image/kis_selection.cc https://invent.kde.org/graphics/krita/commit/9321eb2b22f0a330ba5d63bb7bb03a779de8fe28 -- You are receiving this mail because: You are watching all bug changes.