Bug 94746

Summary: Umbrello crashes when importing C++ classes with enums
Product: [Applications] umbrello Reporter: Lars Berntzon <lars.berntzon>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: crash    
Priority: NOR    
Version: 1.3.1   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:

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)