Guest User

Untitled

a guest
Apr 12th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 3.47 KB | None | 0 0
  1. (gdb) bt
  2. #0  ~QString (this=0xa405e4f0, __in_chrg=<value optimized out>)
  3.     at /usr/include/qt4/QtCore/qstring.h:883
  4. #1  ~RecordingRule (this=0xa405e4f0, __in_chrg=<value optimized out>)
  5.     at ../../libs/libmythtv/recordingrule.h:34
  6. #2  ScheduleEditor::~ScheduleEditor (this=0xa405e4f0,
  7.     __in_chrg=<value optimized out>) at scheduleeditor.cpp:88
  8. #3  0x081b1270 in ScheduleEditor::~ScheduleEditor (this=0xa405e4f0,
  9.     __in_chrg=<value optimized out>) at scheduleeditor.cpp:96
  10. #4  0xb67bb43a in MythScreenStack::PopScreen(MythScreenType*, bool, bool) ()
  11.    from /usr/lib/libmythui-0.24.so.0
  12. #5  0x081ac3c4 in ScheduleEditor::Close (this=0xa405e4f0)
  13.     at scheduleeditor.cpp:161
  14. #6  0xb67c53eb in MythScreenType::keyPressEvent(QKeyEvent*) ()
  15.    from /usr/lib/libmythui-0.24.so.0
  16. #7  0xb67861af in MythMainWindow::eventFilter(QObject*, QEvent*) ()
  17.    from /usr/lib/libmythui-0.24.so.0
  18. #8  0xb396325a in QCoreApplicationPrivate::sendThroughObjectEventFilters (
  19.     this=0x82a7ac0, receiver=0x8462b38, event=0xbfffe4c4)
  20.     at kernel/qcoreapplication.cpp:846
  21. #9  0xb3cf9d00 in QApplicationPrivate::notify_helper (this=0x82a7ac0,
  22.     receiver=0x8462b38, e=0xbfffe4c4) at kernel/qapplication.cpp:4458
  23. #10 0xb3cff081 in QApplication::notify (this=0xbffff098, receiver=0x8462b38,
  24.     e=0xbfffe4c4) at kernel/qapplication.cpp:3921
  25. ---Type <return> to continue, or q <return> to quit---
  26. #11 0xb39630bb in QCoreApplication::notifyInternal (this=0xbffff098,
  27.     receiver=0x8462b38, event=0xbfffe4c4) at kernel/qcoreapplication.cpp:731
  28. #12 0xb3cf7b3e in sendSpontaneousEvent (receiver=0x8462b38, event=0xbfffe4c4)
  29.     at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:218
  30. #13 qt_sendSpontaneousEvent (receiver=0x8462b38, event=0xbfffe4c4)
  31.     at kernel/qapplication.cpp:5456
  32. #14 0xb3dac0cd in QKeyMapper::sendKeyEvent (keyWidget=0x8462b38, grab=false,
  33.     type=QEvent::KeyPress, code=16777216, modifiers=..., text=...,
  34.     autorepeat=false, count=1, nativeScanCode=9, nativeVirtualKey=65307,
  35.     nativeModifiers=16) at kernel/qkeymapper_x11.cpp:1866
  36. #15 0xb3dac51e in QKeyMapperPrivate::translateKeyEvent (this=0x82f8ef8,
  37.     keyWidget=0x8462b38, event=0xbfffeb8c, grab=false)
  38.     at kernel/qkeymapper_x11.cpp:1836
  39. #16 0xb3d83f08 in QApplication::x11ProcessEvent (this=0xbffff098,
  40.     event=0xbfffeb8c) at kernel/qapplication_x11.cpp:3573
  41. #17 0xb3db05f4 in x11EventSourceDispatch (s=0x82ab6a8, callback=0,
  42.     user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
  43. #18 0xb32d9aa8 in g_main_context_dispatch ()
  44.    from /lib/i386-linux-gnu/libglib-2.0.so.0
  45. #19 0xb32da270 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  46. #20 0xb32da524 in g_main_context_iteration ()
  47.    from /lib/i386-linux-gnu/libglib-2.0.so.0
  48. #21 0xb399053c in QEventDispatcherGlib::processEvents (this=0x82a84c0,
  49. ---Type <return> to continue, or q <return> to quit---
  50.     flags=...) at kernel/qeventdispatcher_glib.cpp:422
  51. #22 0xb3db01e5 in QGuiEventDispatcherGlib::processEvents (this=0x82a84c0,
  52.     flags=...) at kernel/qguieventdispatcher_glib.cpp:204
  53. #23 0xb3962289 in QEventLoop::processEvents (this=0xbfffee54, flags=...)
  54.     at kernel/qeventloop.cpp:149
  55. #24 0xb3962522 in QEventLoop::exec (this=0xbfffee54, flags=...)
  56.     at kernel/qeventloop.cpp:201
  57. #25 0xb3966ecc in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1008
  58. #26 0xb3cf78e7 in QApplication::exec () at kernel/qapplication.cpp:3736
  59. #27 0x0806e827 in main (argc=Cannot access memory at address 0xfd
  60. ) at main.cpp:1464
Add Comment
Please, Sign In to add comment