[umbrello] [Bug 373780] Application crashes when opening an UML/XMI class diagram

Ralf Habacker bugzilla_noreply at kde.org
Mon Dec 19 07:43:10 UTC 2016


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

--- Comment #3 from Ralf Habacker <ralf.habacker at freenet.de> ---
Comment on attachment 102852
  --> https://bugs.kde.org/attachment.cgi?id=102852
Crash backtrace

>/usr/lib/libQtGui.so.4
This is a Qt4 build which differs from the initial description

#0 .. __cxxabiv1::__dynamic_cast(void const*,...) (src_ptr=0x0,...) 
#1 .. in UMLObject::asUMLClassifier() (this=<optimized out>) at
/home/daniel/builds/CUSTOM/umbrello/umbrello/umlmodel/umlobject.cpp:1236
#2 .. in UMLClassifierListItem::getType() const (this=this at entry=0x15baab0) at
/home/daniel/builds/CUSTOM/umbrello/umbrello/umlmodel/classifierlistitem.cpp:103

This indicates that UMLObject::asUMLClassifier() got a zero pointer at 

UMLClassifier * UMLClassifierListItem::getType() const
{
    return m_pSecondary->asUMLClassifier();
}

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


More information about the umbrello-devel mailing list