|
Program received signal SIGSEGV, Segmentation fault.
|
0x0000000000d32075 in tcmalloc::CentralFreeList::FetchFromSpans (this=0x11dff40) at src/third_party/gperftools-2.0/src/central_freelist.cc:295
|
295 ASSERT(span->objects != NULL);
|
(gdb) where
|
#0 0x0000000000d32075 in tcmalloc::CentralFreeList::FetchFromSpans (this=0x11dff40) at src/third_party/gperftools-2.0/src/central_freelist.cc:295
|
#1 0x0000000000d3200a in tcmalloc::CentralFreeList::FetchFromSpansSafe (this=0x11dff40) at src/third_party/gperftools-2.0/src/central_freelist.cc:283
|
#2 0x0000000000d31f49 in tcmalloc::CentralFreeList::RemoveRange (this=0x11dff40, start=0x7fffffffd220, end=0x7fffffffd228, N=1) at src/third_party/gperftools-2.0/src/central_freelist.cc:263
|
#3 0x0000000000d7b93f in tcmalloc::ThreadCache::FetchFromCentralCache (this=0x1631000, cl=28, byte_size=0) at src/third_party/gperftools-2.0/src/thread_cache.cc:162
|
#4 0x0000000000c61194 in tcmalloc::ThreadCache::Allocate (this=0x1631000, size=0, cl=28) at src/third_party/gperftools-2.0/src/thread_cache.h:341
|
#5 0x0000000000c5f6bd in (anonymous namespace)::do_malloc (size=0) at src/third_party/gperftools-2.0/src/tcmalloc.cc:1068
|
#6 0x0000000000c6067b in (anonymous namespace)::cpp_alloc (size=30, nothrow=false) at src/third_party/gperftools-2.0/src/tcmalloc.cc:1354
|
#7 0x0000000000ed395b in tc_new (size=30) at src/third_party/gperftools-2.0/src/tcmalloc.cc:1530
|
#8 0x00007ffff6fb8059 in std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
|
#9 0x0000000000b5128e in std::string::_S_construct<char const*> (__beg=0x7ffff7ba2c8e "pprof", __end=0x7ffff7ba2c93 "", __a=...) at /usr/include/c++/4.6/bits/basic_string.tcc:140
|
#10 0x00007ffff6fb9bb3 in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
|
#11 0x00007ffff7b80b56 in ?? () from /usr/lib/libtcmalloc.so
|
#12 0x00007ffff7deab56 in ?? () from /lib64/ld-linux-x86-64.so.2
|
#13 0x00007ffff7deac2f in ?? () from /lib64/ld-linux-x86-64.so.2
|
#14 0x00007ffff7ddd5ea in ?? () from /lib64/ld-linux-x86-64.so.2
|
warning: (Internal error: pc 0x1 in read in psymtab, but not in symtab.)
|
|
warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
|
|
warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
|
|
#15 0x0000000000000001 in ?? ()
|
warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
|
|
#16 0x00007fffffffd880 in ?? ()
|
warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
|
|
#17 0x0000000000000000 in ?? ()
|
(gdb)
|