Summary: | Importing pascal code causes crashes | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | tha_toz |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | andresbajotierra, okellogg, ralf.habacker |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
tha_toz
2009-02-18 22:25:34 UTC
- Is this still happening on KDE4.3 ? Thanks I assume that the above code fragment is pascal - I tried to import this code on windows with msvc using a recent svn build. I cannot reproduce this crash (In reply to comment #0) > [...] > This code will import but as soon as you add a method or property to the object > Umbrello crashes with "signal 6 (SIGABRT)" and spits the following to the > console (if started from there): I tried this using current trunk (which is very close to the version 2.8.1 which will appear shortly as part of KDE 4.8.1): * Pasted your code to a file NewObj.pas * Started umbrello and selected Code -> Active Language -> Pascal * Selected the Code Importing Wizard and imported the file The result is an empty package "NewObj" in the Logical View. I dragged this package to a class diagram, and added a new class with an attribute inside the package. All of this went fine. |