Skip to content

Instantly share code, notes, and snippets.

@wetnun
Created December 16, 2009 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wetnun/258358 to your computer and use it in GitHub Desktop.
Save wetnun/258358 to your computer and use it in GitHub Desktop.
[root@ii50-9 (15:58:36) ~]# which gearmand
/usr/sbin/gearmand
[root@ii50-9 (15:58:39) ~]# gdb /usr/sbin/gearmand
GNU gdb Fedora (6.8-37.el5)
Copyright (C) 2008 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 "i386-redhat-linux-gnu"...
(no debugging symbols found)
(gdb) run
Starting program: /usr/sbin/gearmand
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb7f3b720 (LWP 16195)]
Program received signal SIGSEGV, Segmentation fault.
0x0096d20f in base::VDSOSupport::ElfMemImage::GetNumSymbols () from /usr/lib/libtcmalloc.so.0
(gdb) bt
#0 0x0096d20f in base::VDSOSupport::ElfMemImage::GetNumSymbols () from /usr/lib/libtcmalloc.so.0
#1 0x0096dcf3 in base::VDSOSupport::SymbolIterator::Update () from /usr/lib/libtcmalloc.so.0
#2 0x0096dec1 in base::VDSOSupport::begin () from /usr/lib/libtcmalloc.so.0
#3 0x0096e049 in base::VDSOSupport::LookupSymbol () from /usr/lib/libtcmalloc.so.0
#4 0x0096e175 in base::VDSOSupport::Init () from /usr/lib/libtcmalloc.so.0
#5 0x0096e27d in ?? () from /usr/lib/libtcmalloc.so.0
#6 0x00970386 in ?? () from /usr/lib/libtcmalloc.so.0
#7 0x00193fc0 in ?? () from /lib/ld-linux.so.2
#8 0xb7f422d8 in ?? ()
#9 0xbf881088 in ?? ()
#10 0x0094fcf1 in _init () from /usr/lib/libtcmalloc.so.0
Backtrace stopped: frame did not save the PC
(gdb) quit
The program is running. Exit anyway? (y or n) y
[root@ii50-9 (15:58:50) ~]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment