Bug 94746 - Umbrello crashes when importing C++ classes with enums
Summary: Umbrello crashes when importing C++ classes with enums
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: 1.3.1
Platform: RedHat Enterprise Linux Linux
: NOR crash
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-09 17:14 UTC by Lars Berntzon
Modified: 2004-12-09 17:23 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 Lars Berntzon 2004-12-09 17:14:17 UTC
Version:           1.3.1 (using KDE KDE 3.3.1)
Installed from:    RedHat RPMs
OS:                Linux

When importing a class with an enum definition, like the one below, then umbrello crashes with SIGSEGV:

class MyClass
{
public:
  enum { IDD = 1 };
};
Comment 1 Oliver Kellogg 2004-12-09 17:23:01 UTC
Fixed in cvs head (but not in 1.3.2)