Advertisement
Forage

Untitled

Nov 2nd, 2011
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. forage@Khazad-dum:~$ export G_DEBUG=fatal-warnings
  2. forage@Khazad-dum:~$ gdb /usr/bin/empathy-accounts
  3. GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
  4. Copyright (C) 2011 Free Software Foundation, Inc.
  5. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  6. This is free software: you are free to change and redistribute it.
  7. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  8. and "show warranty" for details.
  9. This GDB was configured as "i686-linux-gnu".
  10. For bug reporting instructions, please see:
  11. <http://bugs.launchpad.net/gdb-linaro/>...
  12. Reading symbols from /usr/bin/empathy-accounts...Reading symbols from /usr/lib/debug/usr/bin/empathy-accounts...done.
  13. done.
  14. (gdb) r
  15. Starting program: /usr/bin/empathy-accounts
  16. [Thread debugging using libthread_db enabled]
  17. [New Thread 0xb6201b70 (LWP 8845)]
  18.  
  19. Gtk-WARNING **: Overriding tab label for notebook
  20.  
  21. Program received signal SIGTRAP, Trace/breakpoint trap.
  22. 0xb726c06d in g_logv () from /lib/i386-linux-gnu/libglib-2.0.so.0
  23. (gdb) c
  24. Continuing.
  25. [New Thread 0xb58beb70 (LWP 8846)]
  26.  
  27. Gtk-CRITICAL **: gtk_main_quit: assertion `main_loops != NULL' failed
  28.  
  29. Program received signal SIGTRAP, Trace/breakpoint trap.
  30. 0xb726c06d in g_logv () from /lib/i386-linux-gnu/libglib-2.0.so.0
  31. (gdb) r
  32. The program being debugged has been started already.
  33. Start it from the beginning? (y or n) n
  34. Program not restarted.
  35. (gdb) c
  36. Continuing.
  37. [Thread 0xb58beb70 (LWP 8846) exited]
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement