Summary: | umbrello crashes while opening a recently saved .xmi file | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Michael Brach <michael.brach> |
Component: | general | Assignee: | Ralf Habacker <ralf.habacker> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | kde, ralf.habacker |
Priority: | NOR | Keywords: | drkonqi |
Version: | 2.12.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/umbrello/ce45e86066075ed7dfbd488fdde0520fe8400420 | Version Fixed In: | 4.12.5 |
Sentry Crash Report: | |||
Attachments: |
activity_diagram.xmi
autospeichern.xmi |
Description
Michael Brach
2014-01-03 21:00:40 UTC
Would you be able to attach the XMI that produces this crash? That would help alot. Created attachment 84442 [details] activity_diagram.xmi Dear Joris, thanks for requesting so quickly. Please find the file activity_diagram.xmi attached. I couldn't open it with other UML software. e.g. gopher (read error). Umbrello crashes during opening. I also attach an old automatic backup file (autospeichern.xmi). This file can be opened with umbrello (but is too old to be useful anymore). Best wishes, Michael Am Samstag, 4. Januar 2014, 10:27:16 schrieben Sie: > https://bugs.kde.org/show_bug.cgi?id=329576 > > Joris Steyn <jorissteyn@gmail.com> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |jorissteyn@gmail.com > > --- Comment #1 from Joris Steyn <jorissteyn@gmail.com> --- > Would you be able to attach the XMI that produces this crash? That would > help alot. Created attachment 84443 [details]
autospeichern.xmi
Git commit 3fe88cb10c6e687a231bd20403efa32913ba673a by Ralf Habacker. Committed on 29/03/2014 at 23:56. Pushed by habacker into branch 'master'. Crash fix loading SignalWidget instance with empty text. M +8 -6 umbrello/widgets/signalwidget.cpp http://commits.kde.org/umbrello/3fe88cb10c6e687a231bd20403efa32913ba673a Git commit 94ac4429575776a85f2d99d0d72f5f02a7abcf23 by Ralf Habacker. Committed on 30/03/2014 at 00:12. Pushed by habacker into branch 'master'. Fix another crash editing Time variant of SignalWidget. M +8 -1 umbrello/widgets/signalwidget.cpp http://commits.kde.org/umbrello/94ac4429575776a85f2d99d0d72f5f02a7abcf23 Git commit 1f3447ed9809665f5a46a3c2e4b27d42cfe5bcda by Ralf Habacker. Committed on 30/03/2014 at 00:12. Pushed by habacker into branch 'KDE/4.13'. Fix another crash editing Time variant of SignalWidget. FIXED-IN:4.13.0 (cherry picked from commit 94ac4429575776a85f2d99d0d72f5f02a7abcf23) M +8 -1 umbrello/widgets/signalwidget.cpp http://commits.kde.org/umbrello/1f3447ed9809665f5a46a3c2e4b27d42cfe5bcda Git commit 05e61a8f60286cd0f1bf804365f311477a0b4a7d by Ralf Habacker. Committed on 29/03/2014 at 23:56. Pushed by habacker into branch 'KDE/4.13'. Crash fix loading SignalWidget instance with empty text. FIXED-IN:4.13.0 (cherry picked from commit 3fe88cb10c6e687a231bd20403efa32913ba673a) M +8 -6 umbrello/widgets/signalwidget.cpp http://commits.kde.org/umbrello/05e61a8f60286cd0f1bf804365f311477a0b4a7d For the records: The problem affects class SignalWidget, which uses a floatingTextWidget instance for the label of the "accept time" event. In the opposite to class AssociationWidget and MessageWidget, which also uses FloatingTextWidget instances, SignalWidget did not check zero pointer of the text widget instance in the paint() method (fixed with the commit in comment 4) and setName() (commit in comment 5). Git commit f243b51079b20647a6c8d3e5db1ce21438f96086 by Ralf Habacker. Committed on 29/03/2014 at 23:56. Pushed by habacker into branch 'KDE/4.12'. Crash fix loading SignalWidget instance with empty text. FIXED-IN:4.12.5 (cherry picked from commit 3fe88cb10c6e687a231bd20403efa32913ba673a) M +8 -6 umbrello/widgets/signalwidget.cpp http://commits.kde.org/umbrello/f243b51079b20647a6c8d3e5db1ce21438f96086 Git commit ce45e86066075ed7dfbd488fdde0520fe8400420 by Ralf Habacker. Committed on 30/03/2014 at 00:12. Pushed by habacker into branch 'KDE/4.12'. Fix another crash editing Time variant of SignalWidget. FIXED-IN:4.12.5 (cherry picked from commit 94ac4429575776a85f2d99d0d72f5f02a7abcf23) M +8 -1 umbrello/widgets/signalwidget.cpp http://commits.kde.org/umbrello/ce45e86066075ed7dfbd488fdde0520fe8400420 |