[Uml-devel] [Bug 126797] New: Freeze when importing a C++ class
Sébastien Roret
sroret at origyn.fr
Sat May 6 02:25:03 UTC 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=126797
Summary: Freeze when importing a C++ class
Product: umbrello
Version: unspecified
Platform: Debian testing
OS/Version: Linux
Status: UNCONFIRMED
Severity: crash
Priority: NOR
Component: general
AssignedTo: umbrello-devel.kde.org
ReportedBy: sroret origyn fr
Version: 1.5.3 (using KDE KDE 3.5.2)
Installed from: Debian testing/unstable Packages
OS: Linux
Here is the testcase :
Create the following .h :
class KWQArrayImpl
OOM_MODIFIED
{
class KWQArrayPrivate
OOM_MODIFIED
{
};
};
Then import this code source in umbrello.
(OOM_MODIFIED is normally defined as ": public CObjectBase", but is obviously undefined here)
Double click on OOM_MODIFIED in the left pane (UML Model) : the application freezes, eating up all the memory.
More information about the umbrello-devel
mailing list