Created attachment 124274 [details] kcrash report SUMMARY umbrello5 (2.29.3) STEPS TO REPRODUCE 1. create a sequence diagram with various messages and conditions 2. save it 3. restart app / re-open xmi-file OBSERVED RESULT crash EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: - macOS: - Linux/KDE Plasma: openSuSE TW (available in About System) KDE Plasma Version: 5.17.3 KDE Frameworks Version: 5.64.0 Qt Version: 5.13.1 ADDITIONAL INFORMATION
Created attachment 124275 [details] detailed debug screenshot
Created attachment 124283 [details] test case Thanks for your bug report. With the attached test case I cannot reproduce this error, which leads me to assume that this error depends on the diagram content in the corresponding xmi file. It would be helpful to extend the test case to reproduce the error or get the original file that caused the crash.
Created attachment 124288 [details] extented testcase for reproducing behaviour took a while in editing until the fault occurred again
Git commit 80a545dc20473065998746d64e07e79b3c45346e by Ralf Habacker. Committed on 03/12/2019 at 10:10. Pushed by habacker into branch 'release/19.12'. Apply quick fix to prevent crashing on loading extented testcase for reproducing behaviour Make sure that access to the object widget instance is always protected. The reason why the linked object widget could not be found when loading is unknown so far. M +22 -21 umbrello/umlwidgets/preconditionwidget.cpp https://invent.kde.org/kde/umbrello/commit/80a545dc20473065998746d64e07e79b3c45346e
(In reply to Mario P. from comment #3) > Created attachment 124288 [details] > extented testcase for reproducing behaviour > > took a while in editing until the fault occurred again Thanks for providing this information, which helped to develop a quick fix. You may clone the umbrello git repo to build a binary including the fix.
Git commit ab3dd08138529eb9fe068463141bf02b1b3d5dd9 by Ralf Habacker. Committed on 03/12/2019 at 10:33. Pushed by habacker into branch 'release/19.12'. Fix 'Sequence diagram - on reload file - app crash when conditions are added' Cleanup activating of widget loaded from xmi file. FIXED-IN:2.30.0 (KDE Applications 19.12.0) M +15 -33 umbrello/umlwidgets/preconditionwidget.cpp M +0 -1 umbrello/umlwidgets/preconditionwidget.h https://invent.kde.org/kde/umbrello/commit/ab3dd08138529eb9fe068463141bf02b1b3d5dd9
Git commit b1e0cea4d27c0cd62e784dc00090e5b028711ff2 by Ralf Habacker. Committed on 03/12/2019 at 11:03. Pushed by habacker into branch 'release/19.12'. Add save/load unit test for class PreConditionWidget M +10 -0 umbrello/umlwidgets/preconditionwidget.cpp M +2 -1 umbrello/umlwidgets/preconditionwidget.h M +7 -0 unittests/CMakeLists.txt M +44 -0 unittests/testbase.h A +49 -0 unittests/testpreconditionwidget.cpp [License: GPL (v2/3)] A +33 -0 unittests/testpreconditionwidget.h [License: GPL (v2/3)] https://invent.kde.org/kde/umbrello/commit/b1e0cea4d27c0cd62e784dc00090e5b028711ff2
great - appreciate your work! Could get the cloned repo compiled - and now it simply does. Thanks for the quick solution!