Bug 148893 - Umbrello crashes when a class diagram is active and open and one attempts to start a new diagram ("new" button). Using tabbed diagrams
Summary: Umbrello crashes when a class diagram is active and open and one attempts to ...
Status: RESOLVED WORKSFORME
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-16 17:09 UTC by Earl
Modified: 2009-05-28 22:28 UTC (History)
1 user (show)

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 Earl 2007-08-16 17:09:32 UTC
Version:           1.5.71 (using KDE KDE 3.5.6)
Installed from:    Ubuntu Packages
Compiler:          gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4) standard configure, make, make install from 1.5.71 sources at sourceforge
OS:                Linux

SIGSEGV

Backtrace:

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1235142960 (LWP 6786)]
[KCrash handler]
#6  0x081c2262 in UMLDoc::addView ()
#7  0x081ca6eb in UMLDoc::createDiagram ()
#8  0x081cc6a2 in UMLDoc::newDocument ()
#9  0x081b8b23 in UMLApp::slotFileNew ()
#10 0x081b8cfe in UMLApp::qt_invoke ()
#11 0xb6ea888b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#12 0xb6ea9330 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#13 0xb78074c9 in KAction::activated () from /usr/lib/libkdeui.so.4
#14 0xb783fcc2 in KAction::slotActivated () from /usr/lib/libkdeui.so.4
#15 0xb783fc5c in KAction::slotButtonClicked () from /usr/lib/libkdeui.so.4
#16 0xb790d356 in KAction::qt_invoke () from /usr/lib/libkdeui.so.4
#17 0xb6ea888b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#18 0xb783c970 in KToolBarButton::buttonClicked () from /usr/lib/libkdeui.so.4
#19 0xb783cc76 in KToolBarButton::mouseReleaseEvent ()
   from /usr/lib/libkdeui.so.4
#20 0xb6edf65d in QWidget::event () from /usr/lib/libqt-mt.so.3
#21 0xb78b89a1 in KToolBarButton::event () from /usr/lib/libkdeui.so.4
#22 0xb6e3fa60 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#23 0xb6e41c1e in QApplication::notify () from /usr/lib/libqt-mt.so.3
#24 0xb7617ce2 in KApplication::notify () from /usr/lib/libkdecore.so.4
#25 0xb6dd225d in QApplication::sendSpontaneousEvent ()
   from /usr/lib/libqt-mt.so.3
#26 0xb6dd0ec2 in QETWidget::translateMouseEvent ()
   from /usr/lib/libqt-mt.so.3
#27 0xb6dcefac in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
#28 0xb6de6180 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#29 0xb6e5a136 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#30 0xb6e59f46 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#31 0xb6e41609 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#32 0x0817fe57 in main ()
Comment 1 Oliver Kellogg 2007-08-16 21:29:55 UTC
It doesn't crash for me on a brief test using SVN branches/KDE/3.5/kdesdk/umbrello 
of today (r699102) but I did observe something else:

Clicking on a diagram in the treeview (left panel) does not automatically
select the clicked diagram in the tabs. I.e. it is not clear which diagram
is really the selected one because tabview and treeview may disagree.

Perhaps the crash could be related to that, I don't know.
Comment 2 Andi Fischer 2009-05-28 22:28:46 UTC
Could not be observed anymore in trunk.