Advertisement
Guest User

zet

a guest
Apr 2nd, 2012
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.06 KB | None | 0 0
  1. (gdb) bt
  2. #0  0x7c90120f in ntdll!DbgUiConnectToDbg ()
  3.    from C:\WINDOWS\system32\ntdll.dll
  4. #1  0x7c96ee79 in ntdll!RtlpNtMakeTemporaryKey ()
  5.    from C:\WINDOWS\system32\ntdll.dll
  6. #2  0x7c95f924 in ntdll!RtlZeroHeap () from C:\WINDOWS\system32\ntdll.dll
  7. #3  0x1b8354c8 in ?? ()
  8. #4  0x7c96f247 in ntdll!RtlpNtMakeTemporaryKey ()
  9.    from C:\WINDOWS\system32\ntdll.dll
  10. #5  0x7c97049e in ntdll!RtlpNtMakeTemporaryKey ()
  11.    from C:\WINDOWS\system32\ntdll.dll
  12. #6  0x7c94bb2c in ntdll!LdrFindEntryForAddress ()
  13.    from C:\WINDOWS\system32\ntdll.dll
  14. #7  0x0a8b0000 in ?? ()
  15. #8  0x7c91b1ff in ntdll!RtlStartRXact () from C:\WINDOWS\system32\ntdll.dll
  16. #9  0x0a8b0000 in ?? ()
  17. #10 0x77c1c2de in msvcrt!free () from C:\WINDOWS\system32\msvcrt.dll
  18. #11 0x0a8b0000 in ?? ()
  19. #12 0x6a111358 in qFree (ptr=0x1b8354d0) at global\qmalloc.cpp:60
  20. #13 0x0fdf7f99 in QByteArray::~QByteArray (this=0x22d5c4,
  21.     __in_chrg=<optimized out>)
  22.     at c:/QtSDK/Desktop/Qt/4.8.0/mingw/include/QtCore/qbytearray.h:401
  23. #14 0x0fdf2c7b in VideoStatusChanger::isFullscreenWindow (this=0xedfe6c8)
  24.     at videostatusplugin.cpp:683
  25. #15 0x0fdf2969 in VideoStatusChanger::fullSTTimeout (this=0xedfe6c8)
  26.     at videostatusplugin.cpp:641
  27. #16 0x0fdf3212 in VideoStatusChanger::qt_static_metacall (_o=0xedfe6c8,
  28.     _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x22d6d0)
  29.     at debug/videostatusplugin.moc:51
  30. #17 0x6a22928b in QMetaObject::activate (sender=0xedfe758, m=0x6a3a4020,
  31.     local_signal_index=0, argv=0x0) at kernel\qobject.cpp:3547
  32. #18 0x6a268cd5 in QTimer::timeout (this=0xedfe758)
  33.     at tmp\moc\debug_shared\moc_qtimer.cpp:148
  34. #19 0x6a22c595 in QTimer::timerEvent (this=0xedfe758, e=0x22dcec)
  35.     at kernel\qtimer.cpp:280
  36. #20 0x6a22499a in QObject::event (this=0xedfe758, e=0x22dcec)
  37.     at kernel\qobject.cpp:1157
  38. #21 0x1004c020 in QApplicationPrivate::notify_helper (this=0xa8b9300,
  39.     receiver=0xedfe758, e=0x22dcec) at kernel\qapplication.cpp:4550
  40. #22 0x10049973 in QApplication::notify (this=0x22fdf8, receiver=0xedfe758,
  41.     e=0x22dcec) at kernel\qapplication.cpp:3932
  42. #23 0x0056d0f9 in PsiApplication::notify (this=0x22fdf8, receiver=0xedfe758,
  43.     event=0x22dcec) at psiapplication.cpp:253
  44. #24 0x6a213252 in QCoreApplication::notifyInternal (this=0x22fdf8,
  45.     receiver=0xedfe758, event=0x22dcec) at kernel\qcoreapplication.cpp:876
  46. #25 0x6a283f54 in QCoreApplication::sendEvent (receiver=0xedfe758,
  47.     event=0x22dcec)
  48.     at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
  49. #26 0x6a23911c in QEventDispatcherWin32Private::sendTimerEvent (
  50.     this=0xa8b94c8, timerId=637534221) at kernel\qeventdispatcher_win.cpp:641
  51. #27 0x6a238a7a in qt_internal_proc (hwnd=0xd013a, message=275, wp=637534221,
  52.     lp=0) at kernel\qeventdispatcher_win.cpp:501
  53. #28 0x7e368734 in USER32!GetDC () from C:\WINDOWS\system32\user32.dll
  54. #29 0x000d013a in ?? ()
  55. warning: (Internal error: pc 0x112 in read in psymtab, but not in symtab.)
  56.  
  57. warning: (Internal error: pc 0x112 in read in psymtab, but not in symtab.)
  58.  
  59. #30 0x00000113 in ?? ()
  60. warning: (Internal error: pc 0x112 in read in psymtab, but not in symtab.)
  61.  
  62. #31 0x2600000d in ?? ()
  63. #32 0x00000000 in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement