Skip to content

Instantly share code, notes, and snippets.

@dmarce1
Created August 26, 2019 14:43
Show Gist options
  • Save dmarce1/b1a3ca53900075d2297e8afb08280d9b to your computer and use it in GitHub Desktop.
Save dmarce1/b1a3ca53900075d2297e8afb08280d9b to your computer and use it in GitHub Desktop.
crash backtrace
#0 _int_malloc (av=av@entry=0x7ffff5366c40 <main_arena>, bytes=bytes@entry=176) at malloc.c:3646
#1 0x00007ffff5014135 in _int_memalign (bytes=64, alignment=64, av=0x7ffff5366c40 <main_arena>) at malloc.c:4694
#2 _mid_memalign (address=<optimized out>, bytes=64, alignment=64) at malloc.c:3305
#3 __GI___libc_memalign (alignment=alignment@entry=64, bytes=bytes@entry=64) at malloc.c:3256
#4 0x00007ffff57b00a8 in operator new (sz=sz@entry=64, al=al@entry=(unknown: 64)) at ../../.././libstdc++-v3/libsupc++/new_opa.cc:103
#5 0x00007ffff63c478f in __gnu_cxx::new_allocator<boost::lockfree::queue<hpx::util::unique_function<void (), false>*>::node>::allocate(unsigned long, void const*) (this=0x62e5f0, __n=1)
at /home/dmarce1/local/gcc/include/c++/8.2.0/ext/new_allocator.h:99
#6 boost::lockfree::detail::freelist_stack<boost::lockfree::queue<hpx::util::unique_function<void (), false>*>::node, std::allocator<boost::lockfree::queue<hpx::util::unique_function<void (), false>*>::node> >::freelist_stack<std::allocator<boost::lockfree::queue<hpx::util::unique_function<void (), false>*>::node> >(std::allocator<boost::lockfree::queue<hpx::util::unique_function<void (), false>*>::node> const&, unsigned long) (n=33, alloc=..., this=0x62e5f0) at /home/dmarce1/local/boost/include/boost/lockfree/detail/freelist.hpp:61
#7 boost::lockfree::queue<hpx::util::unique_function<void (), false>*>::queue(unsigned long) (n=32, this=0x62e570) at /home/dmarce1/local/boost/include/boost/lockfree/queue.hpp:208
#8 hpx::agas::big_boot_barrier::big_boot_barrier(hpx::parcelset::parcelport*, std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, hpx::parcelset::locality, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, hpx::parcelset::locality> > > const&, hpx::util::runtime_configuration const&) () at /home/dmarce1/build/hpx/src/runtime/agas/big_boot_barrier.cpp:711
#9 0x00007ffff63c498f in hpx::agas::create_big_boot_barrier(hpx::parcelset::parcelport*, std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, hpx::parcelset::locality, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, hpx::parcelset::locality> > > const&, hpx::util::runtime_configuration const&) () at /home/dmarce1/build/hpx/src/runtime/agas/big_boot_barrier.cpp:875
#10 0x00007ffff63a4ef7 in hpx::agas::addressing_service::bootstrap(hpx::parcelset::parcelhandler&, hpx::util::runtime_configuration const&) ()
at /home/dmarce1/build/hpx/hpx/runtime/parcelset/parcelhandler.hpp:277
#11 0x00007ffff6371a3a in hpx::runtime_impl::runtime_impl(hpx::util::runtime_configuration&) () at /home/dmarce1/build/hpx/src/runtime_impl.cpp:234
#12 0x00007ffff634c8c2 in hpx::detail::run_or_start(hpx::util::function<int (boost::program_options::variables_map&), false> const&, boost::program_options::options_description const&, int, char**, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&&, hpx::util::unique_function<void (), false>, hpx::util::unique_function<void (), false>, hpx::runtime_mode, bool) () at /home/dmarce1/build/hpx/src/hpx_init.cpp:748
#13 0x0000000000465b18 in hpx::init(int, char**, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, hpx::runtime_mode) ()
#14 0x000000000043f129 in main ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment