Summary: | Krita crashes when trying to create an Animated Brush | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | ianmcclintock |
Component: | Brush engines | Assignee: | amyspark <amy> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | amy, halla |
Priority: | NOR | ||
Version: | 5.0.2 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/69dcc22d0d203c632b05d46c9d1ec7b4ef153a26 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Krita crashlog for this particular event.
Krita Project File |
Description
ianmcclintock
2022-01-27 05:56:25 UTC
Hm, I see the crash, I can sort of guess the line where it crashes, but I cannot reproduce it :-( Created attachment 145999 [details]
Krita Project File
I'm attaching the project file that I was trying to use to create the brushes with, in case there's something about it that can help reproduce the crash. If not, I guess it must be a conflict with something local on my system. :(
Cannot reproduce it either, but https://invent.kde.org/graphics/krita/-/blob/master/plugins/paintops/libpaintop/kis_predefined_brush_chooser.cpp#L404 should not be executed if m_brush == NULL. Git commit 606c5774795cdb32c50d08086a52f6a743ee1dd9 by Dmitry Kazakov. Committed on 28/02/2022 at 13:13. Pushed by dkazakov into branch 'master'. Fix custom brush widget to not activate null brush resource when overriding Related: bug 450121 M +3 -3 plugins/paintops/libpaintop/kis_clipboard_brush_widget.cpp M +6 -4 plugins/paintops/libpaintop/kis_custom_brush_widget.cpp https://invent.kde.org/graphics/krita/commit/606c5774795cdb32c50d08086a52f6a743ee1dd9 Git commit 594db4dfc6cdf453f17d0f4f2b5cbf30e90e8515 by Dmitry Kazakov. Committed on 28/02/2022 at 13:13. Pushed by dkazakov into branch 'master'. Fix predefined brush widget doesn't crash when no brush is selected To trigger the crash you need to create the brush with the same name twice. M +1 -1 plugins/paintops/libpaintop/kis_predefined_brush_chooser.cpp https://invent.kde.org/graphics/krita/commit/594db4dfc6cdf453f17d0f4f2b5cbf30e90e8515 Git commit 000f36f9a1dd2f512337cbfa294414cd6c6cc0d3 by Dmitry Kazakov. Committed on 28/02/2022 at 13:48. Pushed by dkazakov into branch 'krita/5.0'. Fix custom brush widget to not activate null brush resource when overriding Related: bug 450121 M +3 -3 plugins/paintops/libpaintop/kis_clipboard_brush_widget.cpp M +6 -4 plugins/paintops/libpaintop/kis_custom_brush_widget.cpp https://invent.kde.org/graphics/krita/commit/000f36f9a1dd2f512337cbfa294414cd6c6cc0d3 Git commit 69dcc22d0d203c632b05d46c9d1ec7b4ef153a26 by Dmitry Kazakov. Committed on 28/02/2022 at 13:16. Pushed by dkazakov into branch 'krita/5.0'. Fix predefined brush widget doesn't crash when no brush is selected To trigger the crash you need to create the brush with the same name twice. M +1 -1 plugins/paintops/libpaintop/kis_predefined_brush_chooser.cpp https://invent.kde.org/graphics/krita/commit/69dcc22d0d203c632b05d46c9d1ec7b4ef153a26 |