[Uml-devel] [ uml-Bugs-627770 ] Crash in Collaboration Diagram
noreply at sourceforge.net
noreply at sourceforge.net
Wed Oct 23 14:42:02 UTC 2002
Bugs item #627770, was opened at 2002-10-23 23:41
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=382951&aid=627770&group_id=24919
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Luis De la Parra Blum (lparrab)
Assigned to: Nobody/Anonymous (nobody)
Summary: Crash in Collaboration Diagram
Initial Comment:
Umbrello crashes in Collaboration Diagram:
*create new collaboration diagram
*create object 1
*create object 2
*create message (obj1 -> obj2)
*right click on the message ans select "Select
Operation"
->>Umbrello crashes.
the error is on associationwidget.cpp, line 1707
in AssociationWidget::slotMenuSelection(int sel)
...
if (m_pData->m_AssocType == at_Coll_Message && sel
!=ListPopupMenu::mt_Delete) {
m_pRole->slotMenuSelection(sel); <<<<<<< m_pRole is
null at this point. (Crash!!)
return;
}
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=382951&aid=627770&group_id=24919
More information about the umbrello-devel
mailing list