Summary: | Infinite signal/slot recursion on loading xmi containing sequence diagram | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Oliver Kellogg <okellogg> |
Component: | general | Assignee: | Oliver Kellogg <okellogg> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | ralf.habacker |
Priority: | NOR | ||
Version: | Git | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/umbrello/1d99c6a3243d129109cc511bd6d323c237175e45 | Version Fixed In: | 4.13.3 |
Sentry Crash Report: | |||
Attachments: | demo XMI file for which the crash happens |
Description
Oliver Kellogg
2014-06-14 08:30:38 UTC
Created attachment 87177 [details]
demo XMI file for which the crash happens
Git commit 7e997587b65c1e52530ffba6c2655a54cfbab40e by Oliver Kellogg. Committed on 14/06/2014 at 08:40. Pushed by okellogg into branch 'master'. umbrello/widgets/messagewidget.cpp - In function setY() do not emit sigMessageMoved() if UMLApp::app()->document()->loading() umbrello/widgets/objectwidget.cpp - In function setY() do not moveEvent(0) if UMLApp::app()->document()->loading() M +1 -1 umbrello/widgets/messagewidget.cpp M +2 -1 umbrello/widgets/objectwidget.cpp http://commits.kde.org/umbrello/7e997587b65c1e52530ffba6c2655a54cfbab40e Git commit 1d99c6a3243d129109cc511bd6d323c237175e45 by Oliver Kellogg. Committed on 14/06/2014 at 08:40. Pushed by okellogg into branch 'KDE/4.13'. umbrello/widgets/messagewidget.cpp - In function setY() do not emit sigMessageMoved() if UMLApp::app()->document()->loading() umbrello/widgets/objectwidget.cpp - In function setY() do not moveEvent(0) if UMLApp::app()->document()->loading() M +1 -1 umbrello/widgets/messagewidget.cpp M +2 -1 umbrello/widgets/objectwidget.cpp http://commits.kde.org/umbrello/1d99c6a3243d129109cc511bd6d323c237175e45 |