Skip to content

Instantly share code, notes, and snippets.

@relrod
Created November 30, 2009 20:34
Show Gist options
  • Save relrod/245722 to your computer and use it in GitHub Desktop.
Save relrod/245722 to your computer and use it in GitHub Desktop.
[/home/ricky]$ gdb pidgin
gdb pidgin | pts/6GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)...
(gdb) bt full
No stack.
(gdb) handle SIGPIPE nostop noprint
Signal Stop Print Pass to program Description
SIGPIPE No No Yes Broken pipe
(gdb) run
Starting program: /usr/local/bin/pidgin
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...[New LWP 100330]
[New Thread 29201140 (LWP 100330)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 29201140 (LWP 100330)]
0x2811962c in ?? () from /libexec/ld-elf.so.1
(gdb) bt full
#0 0x2811962c in ?? () from /libexec/ld-elf.so.1
No symbol table info available.
#1 0x29207000 in ?? ()
No symbol table info available.
#2 0x00000004 in ?? ()
No symbol table info available.
#3 0xbfbfe428 in ?? ()
No symbol table info available.
#4 0x00000246 in ?? ()
No symbol table info available.
#5 0x28190800 in ?? ()
No symbol table info available.
#6 0x00000360 in ?? ()
No symbol table info available.
#7 0x28b40d65 in dbus_malloc () from /usr/local/lib/libdbus-1.so.3
No symbol table info available.
#8 0x28b37933 in dbus_timeout_get_enabled () from /usr/local/lib/libdbus-1.so.3
No symbol table info available.
#9 0x28b37f3f in dbus_threads_init () from /usr/local/lib/libdbus-1.so.3
No symbol table info available.
#10 0x28b23189 in dbus_connection_set_watch_functions () from /usr/local/lib/libdbus-1.so.3
No symbol table info available.
#11 0x28b24f1b in dbus_connection_close () from /usr/local/lib/libdbus-1.so.3
No symbol table info available.
#12 0x28b1f999 in dbus_bus_register () from /usr/local/lib/libdbus-1.so.3
No symbol table info available.
#13 0x28a9f99c in purple_dbus_init () at dbus-server.c:604
No locals.
#14 0x28a4900b in purple_core_init (ui=0x810379f "gtk-gaim") at core.c:132
ops = (PurpleCoreUiOps *) 0x81189a0
__PRETTY_FUNCTION__ = "purple_core_init"
#15 0x080c635d in main ()
No symbol table info available.
(gdb) quit
The program is running. Exit anyway? (y or n) y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment