[Uml-devel] [Bug 213814] foreign key creation save

Ralf Habacker ralf.habacker at freenet.de
Wed Jan 20 07:07:17 UTC 2010


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


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

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




--- Comment #7 from Ralf Habacker <ralf habacker freenet de>  2010-01-20 08:07:13 ---
One can see that  UMLObject::getDoc  get's an invalid pointer - 0x20 seems not
to be in the regular data section 

In Thread 1 (Thread 27796):
 #0  QString (this=0x20) at /usr/include/qt4/QtCore/qstring.h:711
 No locals.
 #1  UMLObject::getDoc (this=0x20)
     at ../../../umbrello/umbrello/umlobject.cpp:408

at this level listItem ist set to 0x20 - seems not to be valid too

 #2  0x080a4ac5 in ClassifierListPage::slotActivateItem (this=0x9843520, 
     item=0x98f8aa0)
     at ../../../umbrello/umbrello/dialogs/classifierlistpage.cpp:350
         listItem = 0x20

and some levels above there is an invalid QEvent pointer  (=0x20) 

#62 0x011bf3ee in QAbstractButton::event (this=0x979a320, e=0x20)
     at widgets/qabstractbutton.cpp:1077

In the next level one can see that there is a QPushButton with an invalid d
pointer (=0x20) 

 #63 0x0126966d in QPushButton::event (this=0x979a320, e=0xbfcf7890)
     at widgets/qpushbutton.cpp:662
         d = 0x20

-- 
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