All versions of Umbrello built from source, following, but not including, r1324706, have this problem: Infinite memory allocation resulting in exhaustion on diagram export unless killed quickly. Here is my project file which exhibits this problem: <https://bazaar.launchpad.net/~avaneya/avaneya/trunk/view/head:/Documentation/Contributors/AresEngine/UML/Engine.xmi> This is the command I am using to export: $ umbrello --export svg Engine.xmi --directory Output I hope that is helpful. Reproducible: Always Steps to Reproduce: $ umbrello --export svg Engine.xmi --directory Output
SVN commit 1325090 by habacker: Fixed endless loop introduced in revision 1324706. M +0 -11 associationline.cpp M +0 -2 associationline.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1325090
Thanks Ralph. That appears to have fixed it.