Bug 64201 - crash while adding a package to class diagram
Summary: crash while adding a package to class diagram
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-13 14:28 UTC by Sebastian Stein
Modified: 2003-09-18 16:14 UTC (History)
0 users

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 Sebastian Stein 2003-09-13 14:28:31 UTC
Version:           1.2-alpha (using KDE 3.1.3)
Installed from:    compiled sources
Compiler:          gcc version 3.2.2
OS:          Linux (i686) release 2.4.20

start a new xmi file
create a class diagram
add a package -> crash

The bug must have been introduced on the 2003/09/12, because yesterday I was able to add a package.
Comment 1 Sebastian Stein 2003-09-13 14:34:16 UTC
I forgot the backtrace: 
 
#3  0x40779dcd in KCrash::defaultCrashHandler(int) () 
   from /opt/kde/lib/libkdecore.so.4 
#4  0x41195b48 in sigaction () from /lib/libc.so.6 
#5  0x40d06a77 in QDomElementPrivate::setAttribute(QString const&, QString 
const&) () from /usr/lib/qt-3.1.2/lib/libqt-mt.so.3 
#6  0x40d079a8 in QDomElement::setAttribute(QString const&, int) () 
   from /usr/lib/qt-3.1.2/lib/libqt-mt.so.3 
#7  0x080efc4e in UMLObject::saveToXMI(QDomDocument&, QDomElement&) ( 
    this=0x82f3c28, qElement=@0x83b6688) 
    at 
/home/sstein/programmierung/cvs/kde/kdesdk/umbrello/umbrello/umlobject.cpp:101 
#8  0x08141e25 in UMLPackage::saveToXMI(QDomDocument&, QDomElement&) ( 
    this=0x83ca4c8, qDoc=@0xbfffea50, qElement=@0xbfffe9d8) 
    at 
/home/sstein/programmierung/cvs/kde/kdesdk/umbrello/umbrello/package.cpp:30 
#9  0x080cbc88 in UMLListViewItem (this=0x82923e8, parent=0x834cf80, name= 
      {static null = {static null = <same as static member of an already seen 
type>, d = 0x82562f8, static shared_null = 0x82562f8}, d = 0x83c7838, static 
shared_null = 0x82562f8}, t=lvt_Package, o=0x83ca4c8) 
    at 
/home/sstein/programmierung/cvs/kde/kdesdk/umbrello/umbrello/umllistviewitemdata.h:126 
#10 0x080cec21 in UMLListView::slotObjectCreated(UMLObject*) (this=0x8346040,  
    object=0x83ca4c8) 
    at 
/home/sstein/programmierung/cvs/kde/kdesdk/umbrello/umbrello/umllistview.cpp:457 
#11 0x080d41b0 in UMLListView::qt_invoke(int, QUObject*) (this=0x8346040,  
    _id=104, _o=0xbfffebb0) at /usr/lib/qt-3.1.2/include/private/qucom_p.h:312 
#12 0x40af8710 in QObject::activate_signal(QConnectionList*, QUObject*) () 
   from /usr/lib/qt-3.1.2/lib/libqt-mt.so.3 
#13 0x080fbd73 in UMLDoc::sigObjectCreated(UMLObject*) (this=0x833b528,  
    t0=0x83ca4c8) 
    at 
/home/sstein/programmierung/cvs/kde/kdesdk/umbrello/umbrello/umldoc.moc:218 
#14 0x080f3043 in UMLDoc::createUMLObject(Uml::UMLObject_Type, QString const&) 
    (this=0x833b528, type=ot_Package, n=@0x2) 
    at 
/home/sstein/programmierung/cvs/kde/kdesdk/umbrello/umbrello/umldoc.cpp:632 
Comment 2 Sebastian Stein 2003-09-18 16:14:51 UTC
*** Bug has been marked as fixed ***.