Advertisement
Guest User

Untitled

a guest
Sep 1st, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 5.76 KB | None | 0 0
  1. % gdb ./QtTestBrowser
  2. GNU gdb (GDB) 7.6.1
  3. Copyright (C) 2013 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-unknown-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /home/mladen/Preuzimanja/QtTestBrowser...(no debugging symbols found)...done.
  12. (gdb) start
  13. Temporary breakpoint 1 at 0x413ff0
  14. Starting program: /home/mladen/Preuzimanja/./QtTestBrowser
  15. warning: Could not load shared library symbols for linux-vdso.so.1.
  16. Do you need "set solib-search-path" or "set sysroot"?
  17. [Thread debugging using libthread_db enabled]
  18. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  19.  
  20. Temporary breakpoint 1, 0x0000000000413ff0 in main ()
  21. (gdb) continue
  22. Continuing.
  23. Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated. please move it to /home/mladen/.config/fontconfig/fonts.conf manually
  24. [New Thread 0x7fffe2de0700 (LWP 21013)]
  25. [New Thread 0x7fffa24c5700 (LWP 21014)]
  26. loaded the Generic plugin
  27. [New Thread 0x7fffa0fc8700 (LWP 21015)]
  28. [New Thread 0x7fff9bfff700 (LWP 21016)]
  29. [New Thread 0x7fff9b3c1700 (LWP 21017)]
  30. [New Thread 0x7fff9abc0700 (LWP 21018)]
  31. [New Thread 0x7fff992c9700 (LWP 21019)]
  32. [New Thread 0x7fff98901700 (LWP 21045)]
  33. [New Thread 0x7fff7d89f700 (LWP 21046)]
  34.  
  35. Program received signal SIGSEGV, Segmentation fault.
  36. 0x00007ffff6fbac61 in ?? () from /usr/lib/libQtWebKit.so.4
  37. (gdb) bt
  38. #0  0x00007ffff6fbac61 in ?? () from /usr/lib/libQtWebKit.so.4
  39. #1  0x00007ffff6fc0acb in ?? () from /usr/lib/libQtWebKit.so.4
  40. #2  0x00007ffff6f96455 in ?? () from /usr/lib/libQtWebKit.so.4
  41. #3  0x00007ffff6f71a4b in ?? () from /usr/lib/libQtWebKit.so.4
  42. #4  0x00007ffff6f71cb6 in ?? () from /usr/lib/libQtWebKit.so.4
  43. #5  0x00007ffff6f9e4f3 in ?? () from /usr/lib/libQtWebKit.so.4
  44. #6  0x00007ffff6a2cf57 in ?? () from /usr/lib/libQtWebKit.so.4
  45. #7  0x00007ffff6a3976d in ?? () from /usr/lib/libQtWebKit.so.4
  46. #8  0x00007ffff6a3522a in ?? () from /usr/lib/libQtWebKit.so.4
  47. #9  0x00007ffff6bc6682 in ?? () from /usr/lib/libQtWebKit.so.4
  48. #10 0x00007fffa24c7265 in ?? ()
  49. #11 0xffff000000000002 in ?? ()
  50. #12 0x00007ffff71d2d77 in ?? () from /usr/lib/libQtWebKit.so.4
  51. #13 0x00007fff7f15b530 in ?? ()
  52. #14 0x00007fff7ef501c0 in ?? ()
  53. #15 0x00007fff7e5949b0 in ?? ()
  54. #16 0x00007fff7e2a5580 in ?? ()
  55. #17 0x00007fffa252e051 in ?? ()
  56. #18 0x00007fff7ef32840 in ?? ()
  57. #19 0x00007fffa00bdb88 in ?? ()
  58. #20 0x00007ffff5ee215b in ?? () from /usr/lib/libQtWebKit.so.4
  59. #21 0x00007fffe2556300 in ?? ()
  60. #22 0x00007fffffffcb20 in ?? ()
  61. #23 0x00007ffff7160b5c in ?? () from /usr/lib/libQtWebKit.so.4
  62. #24 0x00007ffff724be9a in JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) () from /usr/lib/libQtWebKit.so.4
  63. #25 0x00007ffff5ee7b72 in ?? () from /usr/lib/libQtWebKit.so.4
  64. #26 0x00007ffff60e6736 in ?? () from /usr/lib/libQtWebKit.so.4
  65. #27 0x00007ffff60e69cf in ?? () from /usr/lib/libQtWebKit.so.4
  66. #28 0x00007ffff60dc5e3 in ?? () from /usr/lib/libQtWebKit.so.4
  67. #29 0x00007ffff60dee5a in ?? () from /usr/lib/libQtWebKit.so.4
  68. #30 0x00007ffff60dc746 in ?? () from /usr/lib/libQtWebKit.so.4
  69. #31 0x00007ffff60dddf4 in ?? () from /usr/lib/libQtWebKit.so.4
  70. #32 0x00007ffff60fe232 in ?? () from /usr/lib/libQtWebKit.so.4
  71. #33 0x00007ffff60b7d79 in ?? () from /usr/lib/libQtWebKit.so.4
  72. #34 0x00007ffff62b017e in ?? () from /usr/lib/libQtWebKit.so.4
  73. #35 0x00007ffff62b0f28 in ?? () from /usr/lib/libQtWebKit.so.4
  74. #36 0x00007ffff63effd9 in ?? () from /usr/lib/libQtWebKit.so.4
  75. #37 0x00007ffff6456df1 in ?? () from /usr/lib/libQtWebKit.so.4
  76. #38 0x00007ffff6793362 in ?? () from /usr/lib/libQtWebKit.so.4
  77. #39 0x00007ffff6792e8d in ?? () from /usr/lib/libQtWebKit.so.4
  78. #40 0x00007ffff6792edb in ?? () from /usr/lib/libQtWebKit.so.4
  79. #41 0x00007ffff6792f3b in ?? () from /usr/lib/libQtWebKit.so.4
  80. #42 0x00007ffff43eeb48 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4
  81. #43 0x00007ffff47c31e0 in ?? () from /usr/lib/libQtNetwork.so.4
  82. #44 0x00007ffff482f9cd in ?? () from /usr/lib/libQtNetwork.so.4
  83. ---Type <return> to continue, or q <return> to quit---
  84. #45 0x00007ffff43f2efe in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4
  85. #46 0x00007ffff4c4b12c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
  86. #47 0x00007ffff4c516f0 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
  87. #48 0x00007ffff43daebd in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
  88. #49 0x00007ffff43ddf0f in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQtCore.so.4
  89. #50 0x00007ffff4408263 in ?? () from /usr/lib/libQtCore.so.4
  90. #51 0x00007ffff149fd96 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
  91. #52 0x00007ffff14a00e8 in ?? () from /usr/lib/libglib-2.0.so.0
  92. #53 0x00007ffff14a018c in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
  93. #54 0x00007ffff4407b25 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
  94. #55 0x00007ffff4ce8266 in ?? () from /usr/lib/libQtGui.so.4
  95. #56 0x00007ffff43d9b1f in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
  96. #57 0x00007ffff43d9e15 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
  97. #58 0x00007ffff43def4b in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
  98. #59 0x0000000000414183 in main ()
  99. (gdb) quit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement