Summary: | Opening multiple documents crashes krita | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | acc4commissions |
Component: | * Unknown | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | halla, penguinflyer2222 |
Priority: | NOR | Keywords: | regression |
Version: | nightly build (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/c31de7feae1df5790b4ffc8be51e893d3388390a | Version Fixed In: | |
Sentry Crash Report: |
Description
acc4commissions
2024-01-25 17:39:20 UTC
Confirmed, seems to be a regression of commit 8dc97144. Let's assign it to Dmitry then. Git commit 65f81bbd15ca309d1780de146d3b7eb3130c3474 by Dmitry Kazakov. Committed on 06/02/2024 at 09:21. Pushed by dkazakov into branch 'master'. Fix a crash when trying to open multiple files with one D&D KisShapeController::rootDummy() can return null right after the setImage() call, because the addition of the dummies to the graph happens via synchronized connection, which happens only after returning to the event loop. M +6 -0 libs/ui/flake/kis_dummies_facade_base.h M +4 -0 libs/ui/flake/kis_node_dummies_graph.h M +7 -0 libs/ui/flake/kis_shape_controller.h M +8 -2 libs/ui/kis_node_model.cpp M +5 -1 plugins/dockers/animation/timeline_node_list_keeper.cpp https://invent.kde.org/graphics/krita/-/commit/65f81bbd15ca309d1780de146d3b7eb3130c3474 Git commit c31de7feae1df5790b4ffc8be51e893d3388390a by Dmitry Kazakov. Committed on 28/02/2024 at 12:56. Pushed by dkazakov into branch 'kazakov/for-5.2'. Fix a crash when trying to open multiple files with one D&D KisShapeController::rootDummy() can return null right after the setImage() call, because the addition of the dummies to the graph happens via synchronized connection, which happens only after returning to the event loop. M +6 -0 libs/ui/flake/kis_dummies_facade_base.h M +4 -0 libs/ui/flake/kis_node_dummies_graph.h M +7 -0 libs/ui/flake/kis_shape_controller.h M +8 -2 libs/ui/kis_node_model.cpp M +5 -1 plugins/dockers/animation/timeline_node_list_keeper.cpp https://invent.kde.org/graphics/krita/-/commit/c31de7feae1df5790b4ffc8be51e893d3388390a |