Summary: | Hangup on exit after layer duplication | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Dmitry Kazakov <dimula73> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | freebox64, halla |
Priority: | NOR | Keywords: | release_blocker |
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/249c53bcba947afbb17d21efc022b079b2706c95 | Version Fixed In: | |
Sentry Crash Report: |
Description
Dmitry Kazakov
2018-05-06 17:41:11 UTC
I guess you'll be looking into this? Hi Dmitry, I've checked several times and for some reason here, with "Krita 4.1.0-pre-alpha (git dac4dc7) appimage" on "Ubuntu 14.04 LTS Unity", the crash does *not* happen. My steps: 1) start Krita 2) CTRL+N (RGB 8-bit 300 ppi, default layers) 3) paint 4) CTRL+J 5) CTRL+Q Hope it helps. I get the hang with master, not with a build from the 4.0 branch and also not with last night's appimage (https://bugs.kde.org/show_bug.cgi?id=393508) er, paste error: https://binary-factory.kde.org/job/Krita_Nightly_Appimage_Build/lastSuccessfulBuild/artifact/krita-4.1.0-pre-alpha-1d6a7e2-x86_64.appimage Git commit a32ca9d9f9cfca7f93d52ded79b868ff7bf0e2c8 by Dmitry Kazakov. Committed on 07/05/2018 at 09:24. Pushed by dkazakov into branch 'master'. Fix a hangup when closing the image Sometimes KisImage::stopIsolatedMode() is called from within the context of the stroke, therefore we cannot start another nested stroke. M +7 -3 libs/image/kis_image.cc M +9 -1 libs/image/kis_image.h https://commits.kde.org/krita/a32ca9d9f9cfca7f93d52ded79b868ff7bf0e2c8 Git commit 249c53bcba947afbb17d21efc022b079b2706c95 by Dmitry Kazakov. Committed on 07/05/2018 at 09:26. Pushed by dkazakov into branch 'krita/4.0'. Fix a hangup when closing the image Sometimes KisImage::stopIsolatedMode() is called from within the context of the stroke, therefore we cannot start another nested stroke. M +7 -3 libs/image/kis_image.cc M +9 -1 libs/image/kis_image.h https://commits.kde.org/krita/249c53bcba947afbb17d21efc022b079b2706c95 |