Advertisement
Guest User

Untitled

a guest
Feb 17th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. (gdb) bt
  2. #0 0x00007ffff5534ea6 in QVariant::QVariant(QVariant const&) () from /usr/lib/libQtCore.so.4
  3. #1 0x00007ffff6f88698 in QDBusPendingReplyData::argumentAt(int) const () from /usr/lib/libQtDBus.so.4
  4. #2 0x00000000008bf31d in ?? ()
  5. #3 0x00000000008bf12a in ?? ()
  6. #4 0x00000000008be980 in ?? ()
  7. #5 0x00000000008f789d in ?? ()
  8. #6 0x00007ffff5525f11 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4
  9. #7 0x00007ffff6f871bf in QDBusPendingCallWatcher::finished(QDBusPendingCallWatcher*) () from /usr/lib/libQtDBus.so.4
  10. #8 0x00007ffff552b0d6 in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4
  11. #9 0x00007ffff5d778c4 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
  12. #10 0x00007ffff5d7c743 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
  13. #11 0x00000000006a595e in ?? ()
  14. #12 0x00007ffff551206c in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
  15. #13 0x00007ffff551590a in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQtCore.so.4
  16. #14 0x00007ffff5540c93 in ?? () from /usr/lib/libQtCore.so.4
  17. #15 0x00007ffff39dc8bd in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
  18. #16 0x00007ffff39dd0b8 in ?? () from /usr/lib/libglib-2.0.so.0
  19. #17 0x00007ffff39dd289 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
  20. #18 0x00007ffff55410bf in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
  21. #19 0x00007ffff5e1af1e in ?? () from /usr/lib/libQtGui.so.4
  22. #20 0x00007ffff5510e52 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
  23. #21 0x00007ffff55110a7 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
  24. #22 0x00007ffff5515c05 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
  25. #23 0x00000000008c9850 in ?? ()
  26. #24 0x00007ffff44d038d in __libc_start_main () from /lib/libc.so.6
  27. #25 0x0000000000468409 in ?? ()
  28. #26 0x00007fffffffe128 in ?? ()
  29. #27 0x00000000ffffffff in ?? ()
  30. #28 0x0000000000000001 in ?? ()
  31. #29 0x00007fffffffe4a1 in ?? ()
  32. #30 0x0000000000000000 in ?? ()
  33. (gdb) q
  34. A debugging session is active.
  35.  
  36. Inferior 1 [process 19222] will be killed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement