Summary: | Segfault when creating new spray preset | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Nicholas LaPointe <nicholaslapointe8> |
Component: | Brush engines | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | antti.savo |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/7c6a7c25ccac211aed9e017a8e7f5f375388cceb | Version Fixed In: | |
Sentry Crash Report: |
Description
Nicholas LaPointe
2018-04-08 10:16:13 UTC
Confirming this https://webmshare.com/LPNgO Build Date & Platform: krita 4.1.0-pre-alpha Xubuntu 17.10 Krita Lime https://launchpad.net/~kritalime/+archive/ubuntu/ppa Additional Information: Any other useful information. https://webmshare.com/LPNgO Recorded video of said crash Couldn't get a personal stacktrace. gdb freezes my desktop. Git commit b8e85a372778aced2ecf45b2f3cfe7df601d4cd3 by Boudewijn Rempt. Committed on 09/04/2018 at 08:18. Pushed by rempt into branch 'master'. Fix crash when creating a new spray preset M +46 -44 libs/ui/widgets/kis_preset_live_preview_view.cpp https://commits.kde.org/krita/b8e85a372778aced2ecf45b2f3cfe7df601d4cd3 Git commit 7c6a7c25ccac211aed9e017a8e7f5f375388cceb by Boudewijn Rempt. Committed on 09/04/2018 at 08:57. Pushed by rempt into branch 'krita/4.0'. Fix crash when creating a new spray preset (cherry picked from commit b8e85a372778aced2ecf45b2f3cfe7df601d4cd3) M +46 -44 libs/ui/widgets/kis_preset_live_preview_view.cpp https://commits.kde.org/krita/7c6a7c25ccac211aed9e017a8e7f5f375388cceb Git commit 5cbd4c8cdfca83c5c3e01c7f081724a3fcb85f10 by Dmitry Kazakov. Committed on 09/04/2018 at 13:49. Pushed by dkazakov into branch 'master'. Fix update of the preset editor GUI when a default preset is created Summary: Before the patch, preset editor's GUI was set to the previous paintop type, which was incorrect. I'm not entirely sure that this fix is correct, so putting it for review. Test Plan: 1) Press "New default preset" 2) See that the GUI updated correctly Questions: 1) Is it really default preset got loaded? Or something else? Reviewers: #krita, scottpetrovic Differential Revision: https://phabricator.kde.org/D12065 M +3 -1 libs/ui/kis_paintop_box.cc https://commits.kde.org/krita/5cbd4c8cdfca83c5c3e01c7f081724a3fcb85f10 Git commit 69a4f5f459e76181aff70eab4eb8408d9ba0573a by Dmitry Kazakov. Committed on 07/05/2018 at 07:47. Pushed by dkazakov into branch 'krita/4.0'. Fix update of the preset editor GUI when a default preset is created Summary: Before the patch, preset editor's GUI was set to the previous paintop type, which was incorrect. I'm not entirely sure that this fix is correct, so putting it for review. Test Plan: 1) Press "New default preset" 2) See that the GUI updated correctly Questions: 1) Is it really default preset got loaded? Or something else? Reviewers: #krita, scottpetrovic Differential Revision: https://phabricator.kde.org/D12065 M +3 -1 libs/ui/kis_paintop_box.cc https://commits.kde.org/krita/69a4f5f459e76181aff70eab4eb8408d9ba0573a |