[Uml-devel] [Bug 187315] crash in UMLCanvasObject::removeAllChildObjects when closing application

Ralf Habacker ralf.habacker at freenet.de
Mon Mar 16 19:50:11 UTC 2009


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


Ralf Habacker <ralf.habacker at freenet.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ralf.habacker at freenet.de




--- Comment #1 from Ralf Habacker <ralf habacker freenet de>  2009-03-16 20:50:10 ---
#6  0x0000000000c1eb1d in UMLCanvasObject::removeAllChildObjects
(this=0x1634260) at ../../../umbrello/umbrello/umlcanvasobject.cpp:138

is probably the closing } of the method as shown belo

131 void UMLCanvasObject::removeAllChildObjects()
132 {
134    removeAllAssociationEnds();
135    while ( !m_List.isEmpty() ) {
136        delete m_List.takeFirst();
137    }
138 }

- stack corruption problem ?  
the stack frame #5 indicates this too. 

#5  0x0000000001642248 in ?? ()

just a guess

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the umbrello-devel mailing list