| Summary: | Umbrello crashes when importing C++ classes with enums | ||
|---|---|---|---|
| Product: | [Applications] umbrello | Reporter: | Lars Berntzon <lars.berntzon> |
| Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.3.1 | ||
| Target Milestone: | --- | ||
| Platform: | RedHat Enterprise Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Fixed in cvs head (but not in 1.3.2) |
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 }; };