Summary: | Modify Diagram > Open (Discard) > Undo crashes with a segfault | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Dillon <dillonotto112> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version First Reported In: | Git | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/sdk/umbrello/-/commit/c637e56d6730b0d1450b243e47869cfdf01d84fe | Version Fixed In: | 25.08.1 |
Sentry Crash Report: |
Description
Dillon
2025-05-29 00:37:08 UTC
Git commit cd997979795900408b911b4507e4880d837dd91a by Ralf Habacker. Committed on 15/08/2025 at 10:44. Pushed by habacker into branch 'master'. Prevent a crash when opening a new file with a modified document is canceled When closing a document, the undo stack is deleted to avoid accessing objects that no longer exist. FIXED-IN:25.08.1 M +3 -0 umbrello/uml.cpp M +4 -0 umbrello/umldoc.cpp https://invent.kde.org/sdk/umbrello/-/commit/cd997979795900408b911b4507e4880d837dd91a Git commit c637e56d6730b0d1450b243e47869cfdf01d84fe by Ralf Habacker. Committed on 15/08/2025 at 10:45. Pushed by habacker into branch 'release/25.08'. Prevent a crash when opening a new file with a modified document is canceled When closing a document, the undo stack is deleted to avoid accessing objects that no longer exist. FIXED-IN:25.08.1 (cherry picked from commit cd997979795900408b911b4507e4880d837dd91a) M +3 -0 umbrello/uml.cpp M +4 -0 umbrello/umldoc.cpp https://invent.kde.org/sdk/umbrello/-/commit/c637e56d6730b0d1450b243e47869cfdf01d84fe |