Summary: | [SAFE ASSERT] Switching to selected Snapshot cause a safe assert warning | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Protoniv <ss93078> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | penguinflyer2222 |
Priority: | NOR | Keywords: | regression |
Version: | nightly build (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/91d3906f79676771842a34cb4bcf2d635f6ca896 | Version Fixed In: | |
Sentry Crash Report: |
Description
Protoniv
2024-08-24 02:13:36 UTC
Confirmed on 5.3.0-prealpha git 0c8b46a8df as well as 5.2.3. It doesn't happen in 5.2.2. Git commit d1e839269fe08772c0483292dee5f25c69d83193 by Halla Rempt. Committed on 03/09/2024 at 12:17. Pushed by rempt into branch 'master'. Remove superfluous commented-out return statements Apparently I added those together with the safe asserts. M +0 -2 libs/ui/kis_node_manager.cpp https://invent.kde.org/graphics/krita/-/commit/d1e839269fe08772c0483292dee5f25c69d83193 Git commit 36e47aa0a2f0676705e809b865146ffacc96b2d3 by Halla Rempt. Committed on 03/09/2024 at 12:19. Pushed by rempt into branch 'krita/5.2'. Remove superfluous commented-out return statements Apparently I added those together with the safe asserts. (cherry picked from commit d1e839269fe08772c0483292dee5f25c69d83193) M +0 -2 libs/ui/kis_node_manager.cpp https://invent.kde.org/graphics/krita/-/commit/36e47aa0a2f0676705e809b865146ffacc96b2d3 Git commit 60c5dcaf3769268f763cc1be8bfe8c2076491906 by Dmitry Kazakov. Committed on 13/09/2024 at 13:49. Pushed by dkazakov into branch 'master'. Fix an assert when trying to activate an image snapshot Node activation should happen via KisImageSignalRouter since it pushes the signal into the same queue where node removel/addition signals go (via KisSynchronizedConnection). M +7 -1 plugins/dockers/snapshotdocker/KisSnapshotModel.cpp https://invent.kde.org/graphics/krita/-/commit/60c5dcaf3769268f763cc1be8bfe8c2076491906 Git commit 91d3906f79676771842a34cb4bcf2d635f6ca896 by Dmitry Kazakov. Committed on 13/09/2024 at 13:50. Pushed by dkazakov into branch 'krita/5.2'. Fix an assert when trying to activate an image snapshot Node activation should happen via KisImageSignalRouter since it pushes the signal into the same queue where node removel/addition signals go (via KisSynchronizedConnection). M +7 -1 plugins/dockers/snapshotdocker/KisSnapshotModel.cpp https://invent.kde.org/graphics/krita/-/commit/91d3906f79676771842a34cb4bcf2d635f6ca896 |