Bug 126797 - Freeze when importing a C++ class
Summary: Freeze when importing a C++ class
Status: RESOLVED DUPLICATE of bug 126994
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR crash
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-05 14:31 UTC by Sébastien Roret
Modified: 2006-05-16 11:07 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***