Bug 147209 - Crash on any entity delete
Summary: Crash on any entity delete
Status: RESOLVED WORKSFORME
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-25 19:25 UTC by Nikolay Pavlov
Modified: 2007-06-27 00:35 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 Nikolay Pavlov 2007-06-25 19:25:40 UTC
Version:           1.5.7 (using KDE 3.5.7, Kubuntu (feisty) 4:3.5.7-0ubuntu1~feisty2)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.20-16-generic

I am getting crash if trying to delete any entity from this attachment (http://bugs.kde.org/attachment.cgi?id=20950&action=view) from bugreport:
http://bugs.kde.org/show_bug.cgi?id=147179

I am using Umbrello 1.5.7 now.

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(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)
[Thread debugging using libthread_db enabled]
[New Thread -1234749744 (LWP 6272)]
(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)
(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)
[KCrash handler]
#6  0x08176bdd in AssociationWidget::saveToXMI ()
#7  0x0813987d in UMLView::saveToXMI ()
#8  0x0815720d in UMLFolder::saveContents ()
#9  0x081573e2 in UMLFolder::save ()
#10 0x081c9d10 in UMLFolder::saveToXMI ()
#11 0x081849b8 in UMLDoc::saveToXMI ()
#12 0x08160fe7 in UMLDoc::addToUndoStack ()
#13 0x0816108c in UMLDoc::setModified ()
#14 0x081b7813 in UMLView::removeWidget ()
#15 0x081b7414 in AssociationWidget::cleanup ()
#16 0x081b754a in UMLView::removeAssoc ()
#17 0x081b7657 in UMLView::removeAssociations ()
#18 0x081b774f in UMLView::removeWidget ()
#19 0x081b82a4 in UMLView::slotObjectRemoved ()
#20 0x081eee19 in UMLView::qt_invoke ()
#21 0xb77d79b8 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#22 0x081299f5 in UMLDoc::sigObjectRemoved ()
#23 0x0818ed54 in UMLDoc::removeUMLObject ()
#24 0x081bfed2 in UMLListView::deleteItem ()
#25 0x081ef881 in UMLListView::popupMenuSel ()
#26 0x081f0975 in UMLListView::qt_invoke ()
#27 0xb77d788b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#28 0xb77d81a2 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#29 0xb7b7e625 in QPopupMenu::activated () from /usr/lib/libqt-mt.so.3
#30 0xb78fd8b0 in QPopupMenu::actSig () from /usr/lib/libqt-mt.so.3
#31 0xb78fded0 in QPopupMenu::mouseReleaseEvent () from /usr/lib/libqt-mt.so.3
#32 0xb68678de in KPopupMenu::mouseReleaseEvent () from /usr/lib/libkdeui.so.4
#33 0xb780e65d in QWidget::event () from /usr/lib/libqt-mt.so.3
#34 0xb776ea60 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#35 0xb7770c1e in QApplication::notify () from /usr/lib/libqt-mt.so.3
#36 0xb7f32c32 in KApplication::notify () from /usr/lib/libkdecore.so.4
#37 0xb770125d in QApplication::sendSpontaneousEvent ()
   from /usr/lib/libqt-mt.so.3
#38 0xb76ffb9f in QETWidget::translateMouseEvent ()
   from /usr/lib/libqt-mt.so.3
#39 0xb76fdfac in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
#40 0xb7715180 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#41 0xb7789136 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#42 0xb7788f46 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#43 0xb7770609 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#44 0x081c8107 in main ()
Comment 1 Oliver Kellogg 2007-06-25 23:03:57 UTC
Cannot confirm with 1.5.71.
As suggested at bug 147179, please update your Umbrello version.
(The latest and greatest is at http://uml.sf.net/developers/umbrello.tar.bz2)
Comment 2 Nikolay Pavlov 2007-06-27 00:35:39 UTC
On Monday, 25 June 2007 at 21:03:59 -0000, Oliver Kellogg wrote:
[bugs.kde.org quoted mail]

Hello Oliver. Yes i want to confirm that it works well with 1.5.72 
Thanks.