Summary: | Crash when activating Multibrush tool | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Juan <ochoa.juancarlos> |
Component: | Tools | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | penguinflyer2222 |
Priority: | NOR | Keywords: | regression |
Version: | 5.2.0-beta2 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/5caec25b4bdcd5f92a2b74c19f2c5d8ce2abcbe3 | Version Fixed In: | |
Sentry Crash Report: |
Description
Juan
2023-08-18 21:21:26 UTC
Confirming as a regression caused by commit cabfac1d (https://invent.kde.org/graphics/krita/-/commit/cabfac1d4ad9a4c5f43b49f8ee4c9cf849abc959). A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/1910 Git commit 6c5ea78b398b1387405103f9fc5ab191d18e19c0 by Dmitry Kazakov, on behalf of Freya Lupen. Committed on 21/08/2023 at 09:09. Pushed by dkazakov into branch 'master'. Initialize tool configGroup before optionWidget Otherwise KisToolMultihand::createOptionWidget will crash. M +1 -2 plugins/tools/basictools/kis_tool_brush.cc https://invent.kde.org/graphics/krita/-/commit/6c5ea78b398b1387405103f9fc5ab191d18e19c0 Git commit 5caec25b4bdcd5f92a2b74c19f2c5d8ce2abcbe3 by Emmet O'Neill, on behalf of Freya Lupen. Committed on 07/09/2023 at 04:24. Pushed by emmetoneill into branch 'krita/5.2'. Initialize tool configGroup before optionWidget Otherwise KisToolMultihand::createOptionWidget will crash. (cherry picked from commit 6c5ea78b398b1387405103f9fc5ab191d18e19c0) M +1 -2 plugins/tools/basictools/kis_tool_brush.cc https://invent.kde.org/graphics/krita/-/commit/5caec25b4bdcd5f92a2b74c19f2c5d8ce2abcbe3 |