[umbrello-devel] [umbrello] [Bug 338536] Chrash when attempting to view model from AXIM

M Hounsell at ACFR m.hounsell at acfr.usyd.edu.au
Mon Aug 25 05:01:12 UTC 2014


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

--- Comment #1 from M Hounsell at ACFR <m.hounsell at acfr.usyd.edu.au> ---
#0  QGraphicsView::scene(this = 0x0) at graphicsview/qgraphicsview.cpp:1592
#1  UMLView::umlScene(this = <optimised out>) at ../../umbrello/umlview.cpp:60
#2  UMLListView::mousePressEvent(this = 0xfe0180, me = 0x7fffffffbf60) at
../../umbrello/umllistview.cpp:195
#3  QWidget::event(this = 0xfe0180, this at entry = 0xfe0180, event =
0x7fffffffbf60, event at entry = 0x7fffffffbf60) at kernel/qwidget.cpp:8372
#4  QFrame::event(this = 0xfe0180, e = 0x7fffffffbf60) at
widgets/qframe.cpp:557
#5  QAbstractItemView::viewportEvent(this = 0xfe0180, this at entry = 0xfe0180,
event = 0x7fffffffbf60, event at entry = 0x7fffffffbf60) at
itemviews/qabstractitemview.cpp:1644
#6  QTreeView::viewportEvent(this = 0xfe0180, event = 0x7fffffffbf60) at
itemviews/qtreeview.cpp:1252
#7  QCoreApplicationPrivate::sendThroughObjectEventFilters(this = 0xa00600,
this at entry = 0xa00600, receiver = 0xfdfe40, receiver at entry = 0xfdfe40, event =
0x7fffffffbf60, event at entry = 0x7fffffffbf60) at
kernel/qcoreapplication.cpp:1063
#8  QApplicationPrivate::notify_helper(this = 0xa00600, this at entry = 0xa00600,
receiver = 0xfdfe40, receiver at entry = 0xfdfe40, e = 0x7fffffffbf60, e at entry =
0x7fffffffbf60) at kernel/qapplication.cpp:4563
#9  QApplication::notify(this = 0x7fffffffe3e0, this at entry = 0x7fffffffe3e0,
receiver = 0xfdfe40, receiver at entry = 0xfdfe40, e = 0x7fffffffbf60, e at entry =
0x7fffffffbf60) at kernel/qapplication.cpp:4110
#10  KApplication::notify(this = 0x7fffffffe3e0, receiver = 0xfdfe40, event =
0x7fffffffbf60) at ../../kdeui/kernel/kapplication.cpp:311
#11  QCoreApplication::notifyInternal(this = 0x7fffffffe3e0, receiver =
0xfdfe40, receiver at entry = 0xfdfe40, event = 0x7fffffffbf60, event at entry =
0x7fffffffbf60) at kernel/qcoreapplication.cpp:953
#12  sendEvent(event = <optimised out>, receiver = <optimised out>) at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
#13  QApplicationPrivate::sendMouseEvent(receiver = 0xfdfe40, receiver at entry =
0xfdfe40, event = 0x7fffffffbf60, event at entry = 0x7fffffffbf60, alienWidget =
0xfdfe40, alienWidget at entry = 0xfdfe40, nativeWidget = 0xfd9370,
nativeWidget at entry = 0xfd9370, buttonDown = 0x7ffff5c5b318 <qt_button_down>,
buttonDown at entry = 0x7ffff5c5b318 <qt_button_down>, lastMouseReceiver = ,
spontaneous = true, spontaneous at entry = true) at kernel/qapplication.cpp:3178
#14  QETWidget::translateMouseEvent(this = 0xfd9370, this at entry = 0xfd9370,
event = 0x7fffffffc2e0, event at entry = 0x7fffffffc2e0) at
kernel/qapplication_x11.cpp:4634
#15  QApplication::x11ProcessEvent(this = 0x7fffffffe3e0, event =
0x7fffffffc2e0, event at entry = 0x7fffffffc2e0) at
kernel/qapplication_x11.cpp:3627
#16  x11EventSourceDispatch(s = 0xa012b0, callback = 0x0, user_data = 0x0) at
kernel/qguieventdispatcher_glib.cpp:146
#17  g_main_context_dispatch() at :0
#18  ??() at :0
#19  g_main_context_iteration() at :0
#20  QEventDispatcherGlib::processEvents(this = 0x9ce8d0, flags = ) at
kernel/qeventdispatcher_glib.cpp:434
#21  QGuiEventDispatcherGlib::processEvents(this = <optimised out>, flags =
<optimised out>) at kernel/qguieventdispatcher_glib.cpp:204
#22  QCoreApplication::processEvents(flags = ) at
kernel/qcoreapplication.cpp:1140
#23  Object_Factory::createNewUMLObject(type = UMLObject::ot_Class, type at entry
= UMLObject::ot_Class, name = , parentPkg = 0x4267ec0, parentPkg at entry =
0x4267ec0) at ../../umbrello/object_factory.cpp:151
#24  Object_Factory::createUMLObject(type = UMLObject::ot_Class, type at entry =
UMLObject::ot_Class, n = , parentPkg = 0x4267ec0, solicitNewName = <optimised
out>) at ../../umbrello/object_factory.cpp:193
#25  Import_Rose::umbrellify(node = 0x190d280, parentPkg = 0x4267ec0,
parentPkg at entry = 0x4267ec0) at ../../umbrello/petaltree2uml.cpp:589

/**
 * Getter for the scene.
 * TODO: Should be removed. Use scene() instead.
 */
UMLScene* UMLView::umlScene() const
{
    return static_cast<UMLScene*>(scene());
}

segv QGraphicsView::scene

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


More information about the umbrello-devel mailing list