Bug 88233 - press delete key while dependency name in use case selected program exits
Summary: press delete key while dependency name in use case selected program exits
Status: RESOLVED DUPLICATE of bug 89579
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Slackware Linux
: NOR crash
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-27 16:30 UTC by rob
Modified: 2004-09-25 00:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rob 2004-08-27 16:30:19 UTC
Version:           1.3.0 cvs KDE_3_3_BRANCH as of 8/27/04 (using KDE KDE 3.2.3)
Installed from:    Slackware Packages

using the tip revesion of the KDE_3_3_BRANCH as of 8/27/04 
Make new Use case diagram with name of 1.
add use case with name of 2
add use case with name of 3
draw dependency between 2 and 3.
select arrow tool.
right click dependency.
select properties.
in name type 4.
click OK.
select the 4.
press the delete key.
the program exits with no crash report.

also noticed that after deleting dependency with no name the file menu is selected.
Comment 1 rob 2004-08-27 16:44:38 UTC
also does the same thing in the HEAD from 8/27/04
some output from running on the command line:
umbrello: datadir: /opt/kde/share/apps/
umbrello: CodeGeneratorFactory created
umbrello: Querying languages available
umbrello: Looking up generator for language Ada
umbrello: Looking up generator for language ActionScript
umbrello: Looking up generator for language Cpp
umbrello: Looking up generator for language IDL
umbrello: Looking up generator for language Java
umbrello: Looking up generator for language JavaScript
umbrello: Looking up generator for language Perl
umbrello: Looking up generator for language PHP
umbrello: Looking up generator for language Python
umbrello: Looking up generator for language SQL
umbrello: Looking up generator for language XMLSchema
umbrello: CodeGeneratorFactory created
umbrello: Looking up generator for language Cpp
Segmentation fault
<END OF OUTPUT>
Comment 2 Jonathan Riddell 2004-08-28 21:38:30 UTC
Confirmed

#0  0x4090be3c in posix_memalign () from /usr/lib/libkdecore.so.4
#1  0x4090b646 in malloc () from /usr/lib/libkdecore.so.4
#2  0x4133648e in operator new(unsigned) () from /usr/lib/libstdc++.so.5
#3  0x40f61fe2 in QValueListPrivate<QGListIterator*>::insert(QValueListIterator<QGListIterator*>, QGListIterator* const&) ()
   from /usr/lib/libqt-mt.so.3
#4  0x40f615a9 in QGListIterator::QGListIterator(QGList const&) () from /usr/lib/libqt-mt.so.3
#5  0x081183be in QPtrListIterator (this=0xbfe01140, l=@0x86240ec) at qptrlist.h:157
#6  0x0819ef5c in UMLView::deleteSelection() (this=0x8623f68) at umlview.cpp:1059
#7  0x0819f017 in UMLView::deleteSelection() (this=0x8623f68) at umlview.cpp:1084
#8  0x0819f017 in UMLView::deleteSelection() (this=0x8623f68) at umlview.cpp:1084
..etc  UMLView::deleteSelection() repeated to infinity.
Comment 3 Pekka Jääskeläinen 2004-09-21 22:20:05 UTC
I think this is the same bug as Bug 89579 which is now fixed.
Comment 4 Jonathan Riddell 2004-09-25 00:28:54 UTC
Thanks for the notice Pekka.


*** This bug has been marked as a duplicate of 89579 ***