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

--- Comment #3 from Ralf Habacker <ralf.habac...@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@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 watching all bug changes.

Reply via email to