Summary: | KCrash: Application 'umbrello' crashing... | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Kip <kip> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | ralf.habacker |
Priority: | NOR | ||
Version: | Git | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/umbrello/fbe7331061e9c08ebf11e128d7ece5d1750c2464 | Version Fixed In: | 2.21.3 (KDE Applications 16.12.3) |
Sentry Crash Report: |
Description
Kip
2017-02-26 03:43:42 UTC
Git commit 0d348a574daf9196065895abdee2967e3ceab482 by Ralf Habacker. Committed on 27/02/2017 at 07:46. Pushed by habacker into branch 'master'. Guard access to UMLfolder::m_diagrams elements to avoid crashes on application shutdown. This crash happens on running umbrello from command line e.g. umbrello --export svg <xmifile>. M +1 -1 umbrello/uml1model/folder.cpp https://commits.kde.org/umbrello/0d348a574daf9196065895abdee2967e3ceab482 Git commit 278c6afb3540d53dda986b9b0c816fd9f69fc198 by Ralf Habacker. Committed on 27/02/2017 at 07:47. Pushed by habacker into branch 'master'. Fix crash by disconnecting slots in UMLApp::~UMLApp(). Connected slots results into accessing already deleted objects. M +9 -0 umbrello/uml.cpp https://commits.kde.org/umbrello/278c6afb3540d53dda986b9b0c816fd9f69fc198 Git commit fbe7331061e9c08ebf11e128d7ece5d1750c2464 by Ralf Habacker. Committed on 27/02/2017 at 12:47. Pushed by habacker into branch 'Applications/16.12'. Fix crash by disconnecting slots in UMLApp::~UMLApp(). Connected slots results into accessing already deleted objects. FIXED-IN:2.12.3 (KDE Applications 16.12.3) (cherry picked from commit 278c6afb3540d53dda986b9b0c816fd9f69fc198) M +9 -0 umbrello/uml.cpp https://commits.kde.org/umbrello/fbe7331061e9c08ebf11e128d7ece5d1750c2464 Hey Ralph. As usual your fix was fast and effective. Thanks again. |