Advertisement
s9iper1

empathy

Jan 30th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. GNU gdb (Ubuntu/Linaro 7.4-0ubuntu1) 7.4
  2. Copyright (C) 2012 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 "i686-linux-gnu".
  8. For bug reporting instructions, please see:
  9. <http://www.gnu.org/software/gdb/bugs/>...
  10. Reading symbols from /usr/bin/empathy-accounts...Reading symbols from /usr/lib/debug/usr/bin/empathy-accounts...done.
  11. done.
  12. (gdb) run
  13. Starting program: /usr/bin/empathy-accounts
  14. [Thread debugging using libthread_db enabled]
  15. Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
  16. [New Thread 0xb7d7ab70 (LWP 2085)]
  17. [New Thread 0xb64dfb70 (LWP 2088)]
  18. [Thread 0xb64dfb70 (LWP 2088) exited]
  19.  
  20. GLib-GObject-WARNING **: invalid uninstantiatable type `<invalid>' in cast to `NMObject'
  21.  
  22. Program received signal SIGTRAP, Trace/breakpoint trap.
  23. 0x010080ad in g_logv () from /lib/i386-linux-gnu/libglib-2.0.so.0
  24. (gdb) ^CQuit
  25. (gdb) thread apply all bt
  26.  
  27. Thread 2 (Thread 0xb7d7ab70 (LWP 2085)):
  28. #0 0x00130416 in __kernel_vsyscall ()
  29. #1 0x011922ce in __GI___poll (fds=0x81cf4d0, nfds=3, timeout=-1)
  30. at ../sysdeps/unix/sysv/linux/poll.c:87
  31. #2 0x0100e4ab in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  32. #3 0x01000a7e in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  33. #4 0x01000f3b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
  34. #5 0x00ee210a in ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
  35. #6 0x01023d73 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  36. #7 0x010b7c87 in start_thread (arg=0xb7d7ab70) at pthread_create.c:304
  37. #8 0x011a068e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  38.  
  39. Thread 1 (Thread 0xb7fd8870 (LWP 2082)):
  40. #0 0x010080ad in g_logv () from /lib/i386-linux-gnu/libglib-2.0.so.0
  41. #1 0x01008233 in g_log () from /lib/i386-linux-gnu/libglib-2.0.so.0
  42. #2 0x00f9bad8 in g_type_check_instance_cast ()
  43. from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
  44. #3 0x0013e98b in get_all_cb (proxy=0x8667d88, call=0x1, user_data=0x82d30f8)
  45. at nm-device.c:342
  46. #4 0x001e147d in d_pending_call_notify (dcall=0x84f8118, data=0x8406ca8)
  47. at dbus-gproxy.c:1835
  48. #5 0x012c1961 in ?? () from /lib/i386-linux-gnu/libdbus-1.so.3
  49. ---Type <return> to continue, or q <return> to quit---
  50. #6 0x012ac897 in ?? () from /lib/i386-linux-gnu/libdbus-1.so.3
  51. #7 0x012b0177 in dbus_connection_dispatch ()
  52. from /lib/i386-linux-gnu/libdbus-1.so.3
  53. #8 0x001db9ad in message_queue_dispatch (source=0x8674d90, callback=0,
  54. user_data=0x0) at dbus-gmain.c:90
  55. #9 0x010006ea in g_main_context_dispatch ()
  56. from /lib/i386-linux-gnu/libglib-2.0.so.0
  57. #10 0x01000af5 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  58. #11 0x01000bd1 in g_main_context_iteration ()
  59. from /lib/i386-linux-gnu/libglib-2.0.so.0
  60. #12 0x00ea7e3c in g_application_run ()
  61. from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
  62. #13 0x08065318 in main (argc=1, argv=0xbffff374) at empathy-accounts.c:253
  63. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement