Summary: | Filter brush engine crashes after switching filters | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | killy <80536642> |
Component: | Brush engines | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/5e5dc663f6be0621135f3ecb948d5e6075815f7d | Version Fixed In: | |
Sentry Crash Report: |
Description
killy
2023-08-10 11:34:47 UTC
Git commit e5d4773c2995be6028b0379339893897443d330f by Dmitry Kazakov. Committed on 16/08/2023 at 17:58. Pushed by dkazakov into branch 'master'. Fix crash when activating Halftone filter in Filter Brush We shouldn't recreate the generator widget when the generator is unchanged, it may cause a destruction of the compressor tight in the timer handler, which causes a crash. M +18 -13 plugins/filters/halftone/KisHalftoneConfigPageWidget.cpp M +1 -0 plugins/filters/halftone/KisHalftoneConfigPageWidget.h https://invent.kde.org/graphics/krita/-/commit/e5d4773c2995be6028b0379339893897443d330f Git commit 74a8cf5472249d05a8a4dd9350e3e2331db3c58c by Dmitry Kazakov. Committed on 16/08/2023 at 17:58. Pushed by dkazakov into branch 'master'. Fix a crash when activating Color Index filter in the filter brush M +14 -2 plugins/filters/indexcolors/indexcolorpalette.cpp M +5 -0 plugins/filters/indexcolors/indexcolors.cpp https://invent.kde.org/graphics/krita/-/commit/74a8cf5472249d05a8a4dd9350e3e2331db3c58c Git commit 7a50879a8cce2a41ac847e15ba36a4a2e7c80d0c by Dmitry Kazakov. Committed on 16/08/2023 at 18:25. Pushed by dkazakov into branch 'krita/5.2'. Fix crash when activating Halftone filter in Filter Brush We shouldn't recreate the generator widget when the generator is unchanged, it may cause a destruction of the compressor tight in the timer handler, which causes a crash. M +18 -13 plugins/filters/halftone/KisHalftoneConfigPageWidget.cpp M +1 -0 plugins/filters/halftone/KisHalftoneConfigPageWidget.h https://invent.kde.org/graphics/krita/-/commit/7a50879a8cce2a41ac847e15ba36a4a2e7c80d0c Git commit 5e5dc663f6be0621135f3ecb948d5e6075815f7d by Dmitry Kazakov. Committed on 16/08/2023 at 18:25. Pushed by dkazakov into branch 'krita/5.2'. Fix a crash when activating Color Index filter in the filter brush M +14 -2 plugins/filters/indexcolors/indexcolorpalette.cpp M +5 -0 plugins/filters/indexcolors/indexcolors.cpp https://invent.kde.org/graphics/krita/-/commit/5e5dc663f6be0621135f3ecb948d5e6075815f7d |