Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GNU gdb (Ubuntu/Linaro 7.4-0ubuntu1) 7.4
- Copyright (C) 2012 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law. Type "show copying"
- and "show warranty" for details.
- This GDB was configured as "i686-linux-gnu".
- For bug reporting instructions, please see:
- <http://www.gnu.org/software/gdb/bugs/>...
- Reading symbols from /usr/bin/empathy-accounts...Reading symbols from /usr/lib/debug/usr/bin/empathy-accounts...done.
- done.
- (gdb) run
- Starting program: /usr/bin/empathy-accounts
- [Thread debugging using libthread_db enabled]
- Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
- [New Thread 0xb7d7ab70 (LWP 2085)]
- [New Thread 0xb64dfb70 (LWP 2088)]
- [Thread 0xb64dfb70 (LWP 2088) exited]
- GLib-GObject-WARNING **: invalid uninstantiatable type `<invalid>' in cast to `NMObject'
- Program received signal SIGTRAP, Trace/breakpoint trap.
- 0x010080ad in g_logv () from /lib/i386-linux-gnu/libglib-2.0.so.0
- (gdb) ^CQuit
- (gdb) thread apply all bt
- Thread 2 (Thread 0xb7d7ab70 (LWP 2085)):
- #0 0x00130416 in __kernel_vsyscall ()
- #1 0x011922ce in __GI___poll (fds=0x81cf4d0, nfds=3, timeout=-1)
- at ../sysdeps/unix/sysv/linux/poll.c:87
- #2 0x0100e4ab in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
- #3 0x01000a7e in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
- #4 0x01000f3b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
- #5 0x00ee210a in ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
- #6 0x01023d73 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
- #7 0x010b7c87 in start_thread (arg=0xb7d7ab70) at pthread_create.c:304
- #8 0x011a068e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
- Thread 1 (Thread 0xb7fd8870 (LWP 2082)):
- #0 0x010080ad in g_logv () from /lib/i386-linux-gnu/libglib-2.0.so.0
- #1 0x01008233 in g_log () from /lib/i386-linux-gnu/libglib-2.0.so.0
- #2 0x00f9bad8 in g_type_check_instance_cast ()
- from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
- #3 0x0013e98b in get_all_cb (proxy=0x8667d88, call=0x1, user_data=0x82d30f8)
- at nm-device.c:342
- #4 0x001e147d in d_pending_call_notify (dcall=0x84f8118, data=0x8406ca8)
- at dbus-gproxy.c:1835
- #5 0x012c1961 in ?? () from /lib/i386-linux-gnu/libdbus-1.so.3
- ---Type <return> to continue, or q <return> to quit---
- #6 0x012ac897 in ?? () from /lib/i386-linux-gnu/libdbus-1.so.3
- #7 0x012b0177 in dbus_connection_dispatch ()
- from /lib/i386-linux-gnu/libdbus-1.so.3
- #8 0x001db9ad in message_queue_dispatch (source=0x8674d90, callback=0,
- user_data=0x0) at dbus-gmain.c:90
- #9 0x010006ea in g_main_context_dispatch ()
- from /lib/i386-linux-gnu/libglib-2.0.so.0
- #10 0x01000af5 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
- #11 0x01000bd1 in g_main_context_iteration ()
- from /lib/i386-linux-gnu/libglib-2.0.so.0
- #12 0x00ea7e3c in g_application_run ()
- from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
- #13 0x08065318 in main (argc=1, argv=0xbffff374) at empathy-accounts.c:253
- (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement