Advertisement
Guest User

zet

a guest
Apr 2nd, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.60 KB | None | 0 0
  1. (gdb) bt
  2. #0  0x1079734e in QFlags<Qt::WindowType>::QFlags (this=0x22ccbc, f=...)
  3.     at ../../include/QtCore/../../src/corelib/global/qglobal.h:2282
  4. #1  0x1081cb8d in QWidget::windowFlags (this=0x1c766040)
  5.     at ../../include/QtGui/../../src/gui/kernel/qwidget.h:937
  6. #2  0x10098aa3 in QWidget::setParent (this=0x1c766040, parent=0xadf47a8)
  7.     at kernel\qwidget.cpp:10132
  8. #3  0x006e3b8f in OptionsTabPlugins::pluginSelected (this=0xb66ef00, index=14)
  9.     at options\opt_plugins.cpp:146
  10. #4  0x007244d9 in OptionsTabPlugins::qt_static_metacall (_o=0xb66ef00,
  11.     _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x22ce68)
  12.     at _moc\moc_opt_plugins.cpp:55
  13. #5  0x6a22928b in QMetaObject::activate (sender=0x1c79b340, m=0x108f7d6c,
  14.     local_signal_index=5, argv=0x22ce68) at kernel\qobject.cpp:3547
  15. #6  0x10401784 in QComboBox::currentIndexChanged (this=0x1c79b340, _t1=14)
  16.     at tmp/moc/debug_shared/moc_qcombobox.cpp:316
  17. #7  0x103fafb8 in QComboBoxPrivate::_q_emitCurrentIndexChanged (
  18.     this=0x1cc1f068, index=...) at widgets\qcombobox.cpp:1278
  19. #8  0x103fd149 in QComboBoxPrivate::setCurrentIndex (this=0x1cc1f068, mi=...)
  20.     at widgets\qcombobox.cpp:2046
  21. #9  0x103fce8a in QComboBox::setCurrentIndex (this=0x1c79b340, index=14)
  22.     at widgets\qcombobox.cpp:2022
  23. #10 0x10400974 in QComboBox::wheelEvent (this=0x1c79b340, e=0x22d670)
  24.     at widgets\qcombobox.cpp:3090
  25. #11 0x1009641a in QWidget::event (this=0x1c79b340, event=0x22d670)
  26.     at kernel\qwidget.cpp:8369
  27. #12 0x103ffd84 in QComboBox::event (this=0x1c79b340, event=0x22d670)
  28.     at widgets\qcombobox.cpp:2872
  29. #13 0x1004c020 in QApplicationPrivate::notify_helper (this=0xa8b9300,
  30.     receiver=0x1c79b340, e=0x22d670) at kernel\qapplication.cpp:4550
  31. #14 0x1004a79d in QApplication::notify (this=0x22fdf8, receiver=0x1c79b340,
  32.     e=0x22d670) at kernel\qapplication.cpp:4148
  33. #15 0x0056d0f9 in PsiApplication::notify (this=0x22fdf8, receiver=0x1c79b340,
  34.     event=0x22d670) at psiapplication.cpp:253
  35. #16 0x6a213252 in QCoreApplication::notifyInternal (this=0x22fdf8,
  36.     receiver=0x1c79b340, event=0x22d670) at kernel\qcoreapplication.cpp:876
  37. #17 0x106e0246 in QCoreApplication::sendSpontaneousEvent (
  38.     receiver=0x1c79b340, event=0x22d670)
  39.     at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:234
  40. #18 0x100b3504 in QETWidget::translateWheelEvent (this=0x1b7d1750, msg=...)
  41.     at kernel\qapplication_win.cpp:3447
  42. #19 0x100ae4f2 in QtWndProc@16 (hwnd=0x120638, message=522,
  43.     wParam=4287102976, lParam=18088741) at kernel\qapplication_win.cpp:1817
  44. #20 0x7e368734 in USER32!GetDC () from C:\WINDOWS\system32\user32.dll
  45. Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement