Bug 191079 - Umbrello crashes when using right-click on association
Summary: Umbrello crashes when using right-click on association
Status: RESOLVED DUPLICATE of bug 186225
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: 2009-04-29 21:52 UTC by Ralph Janke
Modified: 2009-05-01 16:30 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 Ralph Janke 2009-04-29 21:52:17 UTC
Version:           2.2.2 (using 4.2.2 (KDE 4.2.2), Kubuntu packages)
Compiler:          cc
OS:                Linux (x86_64) release 2.6.28-11-generic

Possibly duplicate to https://bugs.kde.org/show_bug.cgi?id=186225

Application: Umbrello UML Modeller (umbrello), signal SIGSEGV
0x00007fd718028cf0 in nanosleep () from /lib/libc.so.6

Thread 1 (Thread 0x7fd71c6b9750 (LWP 30875)):
[KCrash Handler]
#5  0x0000000000b5fb82 in AssociationWidget::slotRemovePopupMenu (this=0x3375880) at /build/buildd/kdesdk-4.2.2/umbrello/umbrello/associationwidget.cpp:3196
#6  0x0000000000b6c0f0 in AssociationWidget::qt_metacall (this=0x3375880, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fff246f1a60)
    at /build/buildd/kdesdk-4.2.2/obj-x86_64-linux-gnu/umbrello/umbrello/associationwidget.moc:78
#7  0x00007fd7191341f2 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#8  0x0000000000c01ffe in ToolBarState::mousePress (this=0x3344c80, ome=<value optimized out>) at /build/buildd/kdesdk-4.2.2/umbrello/umbrello/umlview.h:926
#9  0x0000000000c5a711 in UMLView::contentsMousePressEvent (this=0x3324fe0, ome=0x0) at /build/buildd/kdesdk-4.2.2/umbrello/umbrello/umlview.cpp:1243
#10 0x00007fd718c2f409 in Q3ScrollView::viewportMousePressEvent () from /usr/lib/libQt3Support.so.4
#11 0x00007fd718c30b56 in Q3ScrollView::eventFilter () from /usr/lib/libQt3Support.so.4
#12 0x00007fd71911da68 in QCoreApplicationPrivate::sendThroughObjectEventFilters () from /usr/lib/libQtCore.so.4
#13 0x00007fd719cc780c in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#14 0x00007fd719cd018a in QApplication::notify () from /usr/lib/libQtGui.so.4
#15 0x00007fd71b0fc26b in KApplication::notify () from /usr/lib/libkdeui.so.5
#16 0x00007fd71911e75c in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#17 0x00007fd719ccf3d8 in QApplicationPrivate::sendMouseEvent () from /usr/lib/libQtGui.so.4
#18 0x00007fd719d38ec9 in ?? () from /usr/lib/libQtGui.so.4
#19 0x00007fd719d37b38 in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4
#20 0x00007fd719d60514 in ?? () from /usr/lib/libQtGui.so.4
#21 0x00007fd7146a620a in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#22 0x00007fd7146a98e0 in ?? () from /usr/lib/libglib-2.0.so.0
#23 0x00007fd7146a9a7c in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#24 0x00007fd719147e6f in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#25 0x00007fd719d5fc9f in ?? () from /usr/lib/libQtGui.so.4
#26 0x00007fd71911d002 in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#27 0x00007fd71911d3cd in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#28 0x00007fd71911f694 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#29 0x0000000000bc92d5 in main (argc=3, argv=0x7fff246f3488) at /build/buildd/kdesdk-4.2.2/umbrello/umbrello/main.cpp:110
Comment 1 Dario Andres 2009-04-30 00:36:27 UTC
Marking as duplicate of bug 186225
Thanks

*** This bug has been marked as a duplicate of bug 186225 ***
Comment 2 Ralph Janke 2009-05-01 16:30:24 UTC
While it might have the same source as bug 186225, the call from UMLView in #9 is different, therefore requiring a check if the fix of bug 186225 would also fix this bug here!