Skip to content

Instantly share code, notes, and snippets.

@zinnschlag
Created June 30, 2015 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zinnschlag/9eeb6a419423edad3a90 to your computer and use it in GitHub Desktop.
Save zinnschlag/9eeb6a419423edad3a90 to your computer and use it in GitHub Desktop.
0x000000000074c9ff in Resource::SceneManager::releaseGLObjects (this=0x21f3430, state=0x278b5e0)
at /home/marc/OpenMW/openmw/components/resource/scenemanager.cpp:166
166 it->second->releaseGLObjects(state);
(gdb) bt
#0 0x000000000074c9ff in Resource::SceneManager::releaseGLObjects (this=0x21f3430, state=0x278b5e0)
at /home/marc/OpenMW/openmw/components/resource/scenemanager.cpp:166
#1 0x0000000000712b64 in CSVRender::SceneWidget::~SceneWidget (this=0x266a780, __in_chrg=<optimised out>)
at /home/marc/OpenMW/openmw/apps/opencs/view/render/scenewidget.cpp:150
#2 0x0000000000747ca1 in ~UnpagedWorldspaceWidget (this=0x266a780, __in_chrg=<optimised out>)
at /home/marc/OpenMW/build/apps/opencs/view/render/../../../../../openmw/apps/opencs/view/render/unpagedworldspacewidget.hpp:24
#3 CSVRender::UnpagedWorldspaceWidget::~UnpagedWorldspaceWidget (this=0x266a780, __in_chrg=<optimised out>)
at /home/marc/OpenMW/build/apps/opencs/view/render/../../../../../openmw/apps/opencs/view/render/unpagedworldspacewidget.hpp:24
#4 0x00007ffff5b12168 in QObjectPrivate::deleteChildren() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#5 0x00007ffff6078d47 in QWidget::~QWidget() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#6 0x00007ffff6079059 in QWidget::~QWidget() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#7 0x00007ffff5b12168 in QObjectPrivate::deleteChildren() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#8 0x00007ffff6078d47 in QWidget::~QWidget() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#9 0x0000000000743420 in ~SubView (this=0x26ba050, __in_chrg=<optimised out>)
at /home/marc/OpenMW/build/apps/opencs/view/world/../../../../../openmw/apps/opencs/view/world/../doc/subview.hpp:23
#10 ~SceneSubView (this=0x26ba050, __in_chrg=<optimised out>)
at /home/marc/OpenMW/build/apps/opencs/view/world/../../../../../openmw/apps/opencs/view/world/scenesubview.hpp:38
#11 CSVWorld::SceneSubView::~SceneSubView (this=0x26ba050, __in_chrg=<optimised out>)
at /home/marc/OpenMW/build/apps/opencs/view/world/../../../../../openmw/apps/opencs/view/world/scenesubview.hp---Type <return> to continue, or q <return> to quit---
p:38
#12 0x00007ffff5b12168 in QObjectPrivate::deleteChildren() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#13 0x00007ffff6078d47 in QWidget::~QWidget() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#14 0x00000000006da8fb in CSVDoc::View::~View (this=0x256a5f0, __in_chrg=<optimised out>)
at /home/marc/OpenMW/openmw/apps/opencs/view/doc/view.cpp:445
#15 0x00000000006da989 in CSVDoc::View::~View (this=0x256a5f0, __in_chrg=<optimised out>)
at /home/marc/OpenMW/openmw/apps/opencs/view/doc/view.cpp:447
#16 0x00007ffff5b13c58 in QObject::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#17 0x00007ffff607c56b in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#18 0x00007ffff6436a33 in QMainWindow::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#19 0x00007ffff602ce2c in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#20 0x00007ffff60334a0 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#21 0x0000000000596616 in Application::notify (this=<optimised out>, receiver=<optimised out>,
event=<optimised out>) at /home/marc/OpenMW/openmw/apps/opencs/main.cpp:30
#22 0x00007ffff5afb4dd in QCoreApplication::notifyInternal(QObject*, QEvent*) ()
from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#23 0x00007ffff5afeb3d in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) ()
from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#24 0x00007ffff5affbb0 in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#25 0x0000000000576c41 in main (argc=1, argv=0x7fffffffe128) at /home/marc/OpenMW/openmw/apps/opencs/main.cpp:88
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment