Skip to content

Instantly share code, notes, and snippets.

@zinnschlag
Created January 17, 2015 13:53
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/3f8ddf5aa53791a48121 to your computer and use it in GitHub Desktop.
Save zinnschlag/3f8ddf5aa53791a48121 to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
0x000000000099f8d4 in QString::QString (this=0x7fffffffcbd0, other=...) at /usr/include/qt4/QtCore/qstring.h:725
725 inline QString::QString(const QString &other) : d(other.d)
(gdb) bt
#0 0x000000000099f8d4 in QString::QString (this=0x7fffffffcbd0, other=...)
at /usr/include/qt4/QtCore/qstring.h:725
#1 0x0000000000ae8051 in ContentSelectorModel::EsmFile::filePath (this=0x0)
at /home/marc/OpenMW/openmw/./components/contentselector/model/esmfile.hpp:55
#2 0x0000000000d96a85 in ContentSelectorModel::ContentModel::checkForLoadOrderErrors (this=0x16675b0,
file=0x16d1b00, row=0) at /home/marc/OpenMW/openmw/components/contentselector/model/contentmodel.cpp:600
#3 0x0000000000d9685d in ContentSelectorModel::ContentModel::checkForLoadOrderErrors (this=0x16675b0)
at /home/marc/OpenMW/openmw/components/contentselector/model/contentmodel.cpp:577
#4 0x0000000000d56cf6 in ContentSelectorView::ContentSelector::slotCurrentGameFileIndexChanged (this=0x16852f0,
index=0) at /home/marc/OpenMW/openmw/components/contentselector/view/contentselector.cpp:165
#5 0x0000000000d579b2 in ContentSelectorView::ContentSelector::qt_static_metacall (_o=0x16852f0,
_c=QMetaObject::InvokeMetaMethod, _id=3, _a=0x7fffffffcef0)
at /home/marc/OpenMW/build/components/contentselector/view/moc_contentselector.cxx:63
#6 0x00007ffff5451281 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) ()
from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#7 0x00007ffff60934a1 in QComboBox::currentIndexChanged(int) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#8 0x00007ffff6093507 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#9 0x00007ffff60937aa in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#10 0x00007ffff60938b7 in QComboBox::setCurrentIndex(int) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#11 0x00007ffff5451281 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) ()
from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
---Type <return> to continue, or q <return> to quit---
#12 0x00007ffff549d644 in QAbstractItemModel::rowsInserted(QModelIndex const&, int, int) ()
from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#13 0x00007ffff543702d in QAbstractItemModel::endInsertRows() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#14 0x00007ffff6259d37 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#15 0x00007ffff625de73 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#16 0x00007ffff625e18f in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#17 0x00007ffff5451281 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) ()
from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#18 0x00007ffff549d644 in QAbstractItemModel::rowsInserted(QModelIndex const&, int, int) ()
from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#19 0x00007ffff543702d in QAbstractItemModel::endInsertRows() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#20 0x0000000000d95528 in ContentSelectorModel::ContentModel::addFile (this=0x16675b0, file=0x16dc6e0)
at /home/marc/OpenMW/openmw/components/contentselector/model/contentmodel.cpp:432
#21 0x0000000000d95cdb in ContentSelectorModel::ContentModel::addFiles (this=0x16675b0, path=...)
at /home/marc/OpenMW/openmw/components/contentselector/model/contentmodel.cpp:477
#22 0x0000000000d568c5 in ContentSelectorView::ContentSelector::addFiles (this=0x16852f0, path=...)
at /home/marc/OpenMW/openmw/components/contentselector/view/contentselector.cpp:128
#23 0x0000000000ae6905 in CSVDoc::FileDialog::addFiles (this=0x7fffffffe3a0, path=...)
at /home/marc/OpenMW/openmw/apps/opencs/view/doc/filedialog.cpp:33
#24 0x000000000099ba12 in CS::Editor::readConfig (this=0x7fffffffe060)
at /home/marc/OpenMW/openmw/apps/opencs/editor.cpp:162
---Type <return> to continue, or q <return> to quit---
#25 0x000000000099a31e in CS::Editor::Editor (this=0x7fffffffe060, ogreInit=...)
at /home/marc/OpenMW/openmw/apps/opencs/editor.cpp:29
#26 0x00000000009991ff in main (argc=1, argv=0x7fffffffe768) at /home/marc/OpenMW/openmw/apps/opencs/main.cpp:83
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment