[umbrello-devel] [umbrello] [Bug 349259] Crash on opening second xmi file
Ralf Habacker
ralf.habacker at freenet.de
Tue Jun 16 22:06:08 UTC 2015
https://bugs.kde.org/show_bug.cgi?id=349259
--- Comment #3 from Ralf Habacker <ralf.habacker at freenet.de> ---
#14 UMLApp::executeCommand (..) at
/home/ralf/src/umbrello-15.04/umbrello/uml.cpp:3297
#15 UMLScene::removeWidget(..) at
/home/ralf/src/umbrello-15.04/umbrello/umlscene.cpp:1159
#16 UMLScene::checkMessages(..) at
/home/ralf/src/umbrello-15.04/umbrello/umlscene.cpp:1017
#17 UMLScene::removeWidgetCmd (...) at
/home/ralf/src/umbrello-15.04/umbrello/umlscene.cpp:1178
...
#26 UMLDoc::removeAllViews (...) at
/home/ralf/src/umbrello-15.04/umbrello/umldoc.cpp:2543
#27 UMLDoc::closeDocument (...) at
/home/ralf/src/umbrello-15.04/umbrello/umldoc.cpp:356
The problem here is that on document close (#27) checkMessages (#16) runs
::removeWidget() (#15), which triggers an undo command execution, which asserts
on a not found UMLView instance.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list