[Uml-devel] [Bug 298728] Umbrello chashes when recording new created package

Oliver Kellogg okellogg at users.sourceforge.net
Sun May 27 08:19:30 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=298728

Oliver Kellogg <okellogg at users.sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |okellogg at users.sourceforge.
                   |                            |net
         Resolution|---                         |DUPLICATE

--- Comment #3 from Oliver Kellogg <okellogg at users.sourceforge.net> ---
(In reply to comment #0)
> [...]
> -- Backtrace:
> [...]
> Thread 1 (Thread 0xb49c0ab0 (LWP 19508)):
> [KCrash Handler]
> #7  0x00000000 in ?? ()
> #8  0x08394fb9 in UMLListView::popupMenuSel (this=0x9eedb08,
> action=0xa07359b) at ../../../umbrello/umbrello/umllistview.cpp:595

The revision of umllistview.cpp which was tagged as part of KDE 4.7.4 was
r1266985.
In that revision, line 595 is the last statement of the "case
ListPopupMenu::mt_Properties:"
        temp->cancelRename(0);

In r1267732, habacker changed that as follows:

        // Bug 268469: Changing the package of a class deletes the old widget.
        // By reloading the current item we are sure to not use a destroyed
object
        currItem = (UMLListViewItem*)currentItem();
        if (currItem)
            currItem->cancelRename(0);

*** This bug has been marked as a duplicate of bug 268469 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.




More information about the umbrello-devel mailing list