Skip to content

Instantly share code, notes, and snippets.

@zao
Created September 18, 2017 11:28
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 zao/bcffac0424e394dc11ce1fc296a34735 to your computer and use it in GitHub Desktop.
Save zao/bcffac0424e394dc11ce1fc296a34735 to your computer and use it in GitHub Desktop.
zao@jord:~/stellar/build-hpx
gdb bin/reduce_test 134 _
GNU gdb (GDB) 7.6.1
Copyright (C) 2013 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 "x86_64-dragonfly".
For bug reporting instructions, please see:
<http://bugs.dragonflybsd.org/>...
Reading symbols from /home/zao/stellar/build-hpx/bin/reduce_test...(no debugging symbols found)...done.
(gdb) r
Starting program: /home/zao/stellar/build-hpx/bin/reduce_test
^C
Program received signal SIGINT, Interrupt.
0x00000008014a3058 in _umtx_sleep_err () from /usr/lib/libpthread.so.0
(gdb) thread apply all bt
Thread 1 (process 61174):
#0 0x00000008014a3058 in _umtx_sleep_err () from /usr/lib/libpthread.so.0
#1 0x00000008014a2efa in _thr_umtx_wait () from /usr/lib/libpthread.so.0
#2 0x000000080149d772 in ?? () from /usr/lib/libpthread.so.0
#3 0x000000080149dbbe in pthread_cond_wait () from /usr/lib/libpthread.so.0
#4 0x0000000801572fa3 in __cxa_guard_acquire () from /usr/lib/gcc50/libstdc++.so.9
#5 0x0000000800bdd31c in hpx::resource::get_partitioner() () from /home/zao/stellar/build-hpx/lib/libhpx.so.1
#6 0x0000000800820fba in hpx::get_config_entry(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) () from /home/zao/stellar/build-hpx/lib/libhpx.so.1
#7 0x00000008007efe85 in void hpx::detail::throw_exception<hpx::exception>(hpx::exception const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) ()
from /home/zao/stellar/build-hpx/lib/libhpx.so.1
#8 0x000000080083df4e in hpx::detail::throw_exception(hpx::error, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) () from /home/zao/stellar/build-hpx/lib/libhpx.so.1
#9 0x0000000800c61571 in hpx::threads::hwloc_topology_info::get_number_of_cores() const () from /home/zao/stellar/build-hpx/lib/libhpx.so.1
#10 0x0000000800c648a9 in hpx::threads::hwloc_topology_info::hwloc_topology_info() () from /home/zao/stellar/build-hpx/lib/libhpx.so.1
#11 0x0000000800bdbe89 in hpx::resource::detail::partitioner::partitioner() () from /home/zao/stellar/build-hpx/lib/libhpx.so.1
#12 0x0000000800bde41c in hpx::resource::detail::create_partitioner(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::resource::partitioner_mode, hpx::runtime_mode, bool) () from /home/zao/stellar/build-hpx/lib/libhpx.so.1
#13 0x00000008007fd1bb 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) () from /home/zao/stellar/build-hpx/lib/libhpx.so.1
#14 0x000000000042017b in hpx::init(int (*)(boost::program_options::variables_map&), boost::program_options::options_description const&, int, char**, hpx::util::unique_function<void (), false>, hpx::util::unique_function<void (), false>, hpx::runtime_mode) ()
#15 0x00000000004206e3 in hpx::init(int (*)(boost::program_options::variables_map&), std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int, char**, hpx::runtime_mode) ()
#16 0x000000000040a94b in main ()
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment