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

Boudewijn Rempt <b...@valdyas.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri
                   |ta/3ecf377c522a1f5b8b8311d4 |ta/45dc6137bf395cbb9e860973
                   |00d139cab30e47fd            |645f475d2e05d12a

--- Comment #4 from Boudewijn Rempt <b...@valdyas.org> ---
Git commit 45dc6137bf395cbb9e860973645f475d2e05d12a by Boudewijn Rempt, on
behalf of Dmitry Kazakov.
Committed on 13/06/2018 at 11:48.
Pushed by rempt into tag 'v4.0.4'.

Fix crash when editing transform mask too actively

1) Now KisSpontaneousJob has an 'exclusive' property, which guarantees
   that now other update jobs are not running in parallel

2) KisModifyTransformMaskCommand mush not call m_mask->recaclulateStaticImage()
   directly, it doesn't guarantee exclusive access to a paint device, which
   can cause a crash (because the transform worker calls
KisPaintDevice::purge(),
   which demands exclusive access).
(cherry picked from commit 3ecf377c522a1f5b8b8311d400d139cab30e47fd)

M  +25   -7    libs/image/kis_recalculate_transform_mask_job.cpp
C  +9    -16   libs/image/kis_spontaneous_job.cpp [from:
libs/image/kis_spontaneous_job.h - 054% similarity]
M  +11   -0    libs/image/kis_spontaneous_job.h
M  +12   -0    libs/image/kis_transform_mask.cpp
M  +7    -0    libs/image/kis_transform_mask.h
M  +1    -1    libs/image/kis_update_job_item.h
M  +2    -30  
plugins/tools/tool_transform2/kis_modify_transform_mask_command.cpp
M  +0    -3   
plugins/tools/tool_transform2/kis_modify_transform_mask_command.h

https://commits.kde.org/krita/45dc6137bf395cbb9e860973645f475d2e05d12a

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to