Advertisement
gundamfj

DEBUG INFO

May 26th, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. GNU gdb (GDB) 7.7.1
  2. Copyright (C) 2014 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "x86_64-unknown-linux-gnu".
  8. Type "show configuration" for configuration details.
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>.
  11. Find the GDB manual and other documentation resources online at:
  12. <http://www.gnu.org/software/gdb/documentation/>.
  13. For help, type "help".
  14. Type "apropos word" to search for commands related to "word"...
  15. Reading symbols from mate-terminal...(no debugging symbols found)...done.
  16. (gdb) run
  17. Starting program: /usr/bin/mate-terminal
  18. warning: Could not load shared library symbols for linux-vdso.so.1.
  19. Do you need "set solib-search-path" or "set sysroot"?
  20. [Thread debugging using libthread_db enabled]
  21. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  22. Gtk-Message: Failed to load module "globalmenu-gnome"
  23. [New Thread 0x7fffeda31700 (LWP 6846)]
  24. [New Thread 0x7fffed024700 (LWP 6847)]
  25. [New Thread 0x7fffe7fff700 (LWP 6848)]
  26. [New Thread 0x7fffd6cce700 (LWP 6849)]
  27.  
  28. Program received signal SIGSEGV, Segmentation fault.
  29. handle_proxy_select (proxy=0x84aa00, item=0x7e8390) at menuitem-proxy.c:634
  30. 634 gtk_menu_popup(GTK_MENU(submenu),
  31. (gdb) backtrace
  32. #0 handle_proxy_select (proxy=0x84aa00, item=0x7e8390) at menuitem-proxy.c:634
  33. #1 0x00007ffff61ea3d8 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
  34. #2 0x00007ffff61fbd5d in ?? () from /usr/lib/libgobject-2.0.so.0
  35. #3 0x00007ffff6203a49 in g_signal_emit_valist ()
  36. from /usr/lib/libgobject-2.0.so.0
  37. #4 0x00007ffff6203d02 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
  38. #5 0x00007ffff721dee0 in gtk_menu_item_select ()
  39. from /usr/lib/libgtk-x11-2.0.so.0
  40. #6 0x00007ffff7220289 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
  41. #7 0x00007ffff722085f in ?? () from /usr/lib/libgtk-x11-2.0.so.0
  42. #8 0x00007ffff720f435 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
  43. #9 0x00007ffff61ea3d8 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
  44. #10 0x00007ffff61fbb1b in ?? () from /usr/lib/libgobject-2.0.so.0
  45. #11 0x00007ffff6203719 in g_signal_emit_valist ()
  46. from /usr/lib/libgobject-2.0.so.0
  47. #12 0x00007ffff6203d02 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
  48. #13 0x00007ffff731efe4 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
  49. #14 0x00007ffff720dbe4 in gtk_propagate_event ()
  50. from /usr/lib/libgtk-x11-2.0.so.0
  51. #15 0x00007ffff720df9b in gtk_main_do_event ()
  52. from /usr/lib/libgtk-x11-2.0.so.0
  53. #16 0x00007ffff6e899cc in ?? () from /usr/lib/libgdk-x11-2.0.so.0
  54. #17 0x00007ffff5f1ab84 in g_main_context_dispatch ()
  55. ---Type <return> to continue, or q <return> to quit---
  56. from /usr/lib/libglib-2.0.so.0
  57. #18 0x00007ffff5f1adc8 in ?? () from /usr/lib/libglib-2.0.so.0
  58. #19 0x00007ffff5f1b08a in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
  59. #20 0x00007ffff720d087 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
  60. #21 0x0000000000413229 in ?? ()
  61. #22 0x00007ffff53e3000 in __libc_start_main () from /usr/lib/libc.so.6
  62. #23 0x000000000041334d in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement