| Summary: | Assert when the g'mic plugin tries to return the image | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Halla Rempt <halla> |
| Component: | G'Mic for Krita | Assignee: | Dmitry Kazakov <dimula73> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | dimula73 |
| Priority: | NOR | Keywords: | regression, release_blocker |
| Version First Reported In: | git master (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/kde/krita/commit/23e4782ab8dd771ed281aa1cb933093f604ceeef | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Halla Rempt
2019-05-14 10:51:57 UTC
I can reproduce Git commit 57686d84d4ee5d37e482274d57159599bb501dce by Dmitry Kazakov. Committed on 16/05/2019 at 12:50. Pushed by dkazakov into branch 'master'. Fix logic of the stroke lifetime in QMic We shouldn't try to end the same stroke multiple times. The patch also makes sure KisProcessingApplicator is owned by a scoped pointer instead of manual handling. M +1 -1 libs/image/kis_stroke.cpp M +0 -1 plugins/extensions/qmic/QMic.cpp M +10 -19 plugins/extensions/qmic/kis_qmic_applicator.cpp M +2 -2 plugins/extensions/qmic/kis_qmic_applicator.h https://invent.kde.org/kde/krita/commit/57686d84d4ee5d37e482274d57159599bb501dce Git commit 23e4782ab8dd771ed281aa1cb933093f604ceeef by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 17/05/2019 at 08:12. Pushed by rempt into branch 'krita/4.2'. Fix logic of the stroke lifetime in QMic We shouldn't try to end the same stroke multiple times. The patch also makes sure KisProcessingApplicator is owned by a scoped pointer instead of manual handling. M +1 -1 libs/image/kis_stroke.cpp M +0 -1 plugins/extensions/qmic/QMic.cpp M +10 -19 plugins/extensions/qmic/kis_qmic_applicator.cpp M +2 -2 plugins/extensions/qmic/kis_qmic_applicator.h https://invent.kde.org/kde/krita/commit/23e4782ab8dd771ed281aa1cb933093f604ceeef |