Skip to content

Instantly share code, notes, and snippets.

@delbao
Created July 22, 2015 01:57
Show Gist options
  • Save delbao/839a0794fc4089255615 to your computer and use it in GitHub Desktop.
Save delbao/839a0794fc4089255615 to your computer and use it in GitHub Desktop.
(gdb) bt
#0 0x00007fa633a83a6d in tc_new () from /home/y/lib64/libtcmalloc_minimal.so.0
#1 0x000000313489c3c9 in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)
() from /usr/lib64/libstdc++.so.6
#2 0x000000313489cde5 in ?? () from /usr/lib64/libstdc++.so.6
#3 0x000000313489cf33 in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) ()
from /usr/lib64/libstdc++.so.6
#4 0x00007fa62cd406c5 in initHash_thoth::initHash_thoth (this=<value optimized out>) at fencoding.cc:64
#5 0x00007fa62cd3fc58 in __static_initialization_and_destruction_0 () at fencoding.cc:98
#6 global constructors keyed to fencoding.cc(void) () at fencoding.cc:130
#7 0x00007fa62cd46176 in ?? () from /home/y/lib64/libthoth.so.2
#8 0x00007fa630128bb8 in ?? () from /home/y/libexec64/uf//libufSherpaPlugin.so
#9 0x0000000000000017 in ?? ()
#10 0x00007fffdc783338 in ?? ()
#11 0x00007fa62cd3eb7b in _init () from /home/y/lib64/libthoth.so.2
#12 0x00007fa600000000 in ?? ()
#13 0x0000003131c0e605 in _dl_init_internal () from /lib64/ld-linux-x86-64.so.2
#14 0x0000003131c12e05 in dl_open_worker () from /lib64/ld-linux-x86-64.so.2
#15 0x0000003131c0e266 in _dl_catch_error () from /lib64/ld-linux-x86-64.so.2
#16 0x0000003131c125aa in _dl_open () from /lib64/ld-linux-x86-64.so.2
#17 0x0000003132800f66 in dlopen_doit () from /lib64/libdl.so.2
#18 0x0000003131c0e266 in _dl_catch_error () from /lib64/ld-linux-x86-64.so.2
#19 0x000000313280129c in _dlerror_run () from /lib64/libdl.so.2
#20 0x0000003132800ee1 in dlopen@@GLIBC_2.2.5 () from /lib64/libdl.so.2
#21 0x00007fa63365746d in loadDLL (fileName="/home/y/libexec64/uf//libufSherpaPlugin.so") at ../../../../state_server/src/stateserver/LoadPlugin.C:25
#22 0x00007fa6336577b1 in loadPluginsFromDir (dir_location="/home/y/libexec64/uf/") at ../../../../state_server/src/stateserver/LoadPlugin.C:65
#23 0x0000000000402c2f in UFServerServerMain (argc=<value optimized out>, argv=<value optimized out>) at ../../../http_state_server/src/UFStateServerMain.C:145
#24 0x000000313201ed5d in __libc_start_main () from /lib64/libc.so.6
#25 0x0000000000401d29 in _start ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment