[Uml-devel] [Bug 94746] New: Umbrello crashes when importing C++ classes with enums
Lars Berntzon
lars.berntzon at cecilia-data.se
Thu Dec 9 08:38:08 UTC 2004
------- 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=94746
Summary: Umbrello crashes when importing C++ classes with enums
Product: umbrello
Version: 1.3.1
Platform: RedHat RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: crash
Priority: NOR
Component: general
AssignedTo: umbrello-devel.kde.org
ReportedBy: lars.berntzon cecilia-data se
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 };
};
More information about the umbrello-devel
mailing list