Bug 126797

Summary: Freeze when importing a C++ class
Product: [Applications] umbrello Reporter: Sébastien Roret <sroret>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED DUPLICATE    
Severity: crash    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sébastien Roret 2006-05-05 14:31:38 UTC
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.
Comment 1 Oliver Kellogg 2006-05-16 11:07:38 UTC

*** This bug has been marked as a duplicate of 126994 ***