Bug 58489 - Renaming to a non-unique name causes crash
Summary: Renaming to a non-unique name causes crash
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: 1.1.1
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-14 20:26 UTC by martinp2000
Modified: 2003-05-15 19:58 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 martinp2000 2003-05-14 20:26:10 UTC
Version:           1.1.1 (using KDE KDE 3.1.1)
Installed from:    Unspecified Linux
Compiler:          gcc 3.3-23 
OS:          Linux

When I try to rename a class diagram to a name that already exists, the program tells me I can't do that, then it crashes! Renaming to a completely valid name has also caused a crash once.

backtrace:
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...[New Thread 16384 (LWP 2510)]

(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...0x410e8387 in waitpid ()
   from /lib/libpthread.so.0
#0  0x410e8387 in waitpid () from /lib/libpthread.so.0
#1  0x40729c89 in KCrash::defaultCrashHandler(int) ()
   from /opt/kde3/lib/libkdecore.so.4
#2  0x410e71ec in __pthread_sighandler () from /lib/libpthread.so.0
#3  <signal handler called>
#4  0x00730065 in ?? ()
#5  0x40c52d91 in QListView::eventFilter(QObject*, QEvent*) ()
   from /usr/lib/libqt-mt.so.3
#6  0x40b7c5fe in QObject::activate_filters(QEvent*) ()
   from /usr/lib/libqt-mt.so.3
#7  0x40b7c4d2 in QObject::event(QEvent*) () from /usr/lib/libqt-mt.so.3
#8  0x40bb489c in QWidget::event(QEvent*) () from /usr/lib/libqt-mt.so.3
#9  0x40c3728f in QLineEdit::event(QEvent*) () from /usr/lib/libqt-mt.so.3
#10 0x40b1d5f8 in QApplication::internalNotify(QObject*, QEvent*) ()
   from /usr/lib/libqt-mt.so.3
#11 0x40b1d006 in QApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/libqt-mt.so.3
#12 0x406b6929 in KApplication::notify(QObject*, QEvent*) ()
   from /opt/kde3/lib/libkdecore.so.4
#13 0x40ac0004 in QETWidget::translateKeyEvent(_XEvent const*, bool) ()
   from /usr/lib/libqt-mt.so.3
#14 0x40abbe6a in QApplication::x11ProcessEvent(_XEvent*) ()
   from /usr/lib/libqt-mt.so.3
#15 0x40ad14f2 in QEventLoop::processEvents(unsigned) ()
   from /usr/lib/libqt-mt.so.3
#16 0x40b31b83 in QEventLoop::enterLoop() () from /usr/lib/libqt-mt.so.3
#17 0x40b31a76 in QEventLoop::exec() () from /usr/lib/libqt-mt.so.3
#18 0x40b1d87f in QApplication::exec() () from /usr/lib/libqt-mt.so.3
#19 0x080ad415 in UMLDoc::findUMLObject(int) ()
#20 0x41163857 in __libc_start_main () from /lib/libc.so.6
Comment 1 Jonathan Riddell 2003-05-15 19:58:10 UTC
This behaviour is not shown in the KDE CVS version.