Created
October 13, 2010 00:00
-
-
Save jevinskie/623147 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reading symbols from /home/jevin/jb/greenpois0n_x64...(no debugging symbols found)...done. | |
(gdb) r | |
Starting program: /home/jevin/jb/greenpois0n_x64 | |
[Thread debugging using libthread_db enabled] | |
Program received signal SIGSEGV, Segmentation fault. | |
QMetaObject::cast (this=0x7ffff7752c60, obj=0x7fffffffe1e0) at kernel/qmetaobject.cpp:300 | |
300 kernel/qmetaobject.cpp: No such file or directory. | |
in kernel/qmetaobject.cpp | |
Current language: auto | |
The current source language is "auto; currently c++". | |
(gdb) bt | |
#0 QMetaObject::cast (this=0x7ffff7752c60, obj=0x7fffffffe1e0) at kernel/qmetaobject.cpp:300 | |
#1 0x00007ffff715c1a3 in qobject_cast<QDialog const*> (this=<value optimized out>) | |
at ../../include/QtCore/../../src/corelib/kernel/qobject.h:456 | |
#2 QPushButtonPrivate::dialogParent (this=<value optimized out>) at widgets/qpushbutton.cpp:300 | |
#3 0x00007ffff715c1f5 in QPushButton::autoDefault (this=<value optimized out>) at widgets/qpushbutton.cpp:358 | |
#4 0x00007ffff715c7fc in QPushButton::initStyleOption (this=0xa2f280, option=0x7fffffffdd10) | |
at widgets/qpushbutton.cpp:327 | |
#5 0x00007ffff715c9e0 in QPushButtonPrivate::resetLayoutItemMargins (this=0xa2f2b0) at widgets/qpushbutton.cpp:623 | |
#6 0x00007ffff715d69b in QPushButtonPrivate::init (this=0xa2f280, parent=0xa2c510) | |
at ../../include/QtGui/private/../../../src/gui/widgets/qpushbutton_p.h:70 | |
#7 QPushButton (this=0xa2f280, parent=0xa2c510) at widgets/qpushbutton.cpp:245 | |
#8 0x00000000004065c9 in Ui_PoisonMain::setupUi(QMainWindow*) () | |
#9 0x0000000000404ded in PoisonMain::PoisonMain(QWidget*) () | |
#10 0x0000000000404850 in main () | |
(gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment