[umbrello-devel] [umbrello] [Bug 341709] Crash while importing C++ code from existing project
Ralf Habacker
ralf.habacker at freenet.de
Wed Dec 10 07:25:55 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=341709
Ralf Habacker <ralf.habacker at freenet.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ralf.habacker at freenet.de
Status|UNCONFIRMED |CONFIRMED
Ever confirmed|0 |1
--- Comment #1 from Ralf Habacker <ralf.habacker at freenet.de> ---
>#6 UMLListViewItem::updateObject (this=0x0) at /usr/src/debug/umbrello-4.14.3/umbrello/umllistviewitem.cpp:338
>#7 0x0000000000509dae in Import_Utils::createUMLObject (type=type at entry=UMLObject::ot_Class, inName=..., parentPkg=<optimized out>, comment=..., stereotype=..., searchInParentPackageOnly=searchInParentPackageOnly at entry=false) at /usr/src/debug/umbrello-4.14.3/umbrello/codeimport/import_utils.cpp:246
The listed backtrace belongs to the following code fragment from
umbrello/codeimport/import_utils.cpp:
UMLObject *createUMLObject(UMLObject::ObjectType type,
const QString& inName,
UMLPackage *parentPkg,
const QString& comment,
const QString& stereotype,
bool searchInParentPackageOnly)
...
246 UMLListViewItem *item =
UMLApp::app()->listView()->findUMLObject(o);
item->updateObject();
The related entry in the list view is created by a signal/slot connection. It
looks that the related class is not created in the list view yet.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list