Skip to content

Instantly share code, notes, and snippets.

@Finomnis
Created June 7, 2014 21:50
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 Finomnis/2bc97b48265b61fbfa63 to your computer and use it in GitHub Desktop.
Save Finomnis/2bc97b48265b61fbfa63 to your computer and use it in GitHub Desktop.
Stampede HPX segfault backtrace boost_1_51
#0 0x00002aaaab2aaeff in std::operator< (__lhs=
, __rhs="") at /usr/include/c++/4.4.7/bits/basic_string.h:2317
#1 0x00002aaaab275d2b in std::less<std::string>::operator() (
this=0x7fffffffa398, __x=
, __y="") at /usr/include/c++/4.4.7/bits/stl_function.h:230
#2 0x00002aaaad7f5f40 in std::_Rb_tree<std::set<std::string, std::less<std::string>, std::allocator<std::string> >::key_type, std::set<std::string, std::less<std::string>, std::allocator<std::string> >::value_type, std::_Identity<std::set<std::string, std::less<std::string>, std::allocator<std::string> >::value_type>, std::set<std::string, std::less<std::string>, std::allocator<std::string> >::key_compare, std::set<std::string, std::less<std::string>, std::allocator<std::string> >::_Key_alloc_type>::_M_insert_unique (this=0x7fffffffa398, __v=
) at /usr/include/c++/4.4.7/bits/stl_tree.h:1170
#3 0x00002aaaafbd9a97 in boost::program_options::store(boost::program_options::basic_parsed_options<char> const&, boost::program_options::variables_map&, bool) () from /opt/apps/intel14/boost/1.51.0/lib/libboost_program_options.so.1.51.0
#4 0x00002aaaae08707c in hpx::util::parse_commandline(const hpx::util::section &, const boost::program_options::options_description &, int, char **, boost::program_options::variables_map &, size_t, int, enum hpx::runtime_mode, boost::program_options::options_description *, std::vector<std::string, std::allocator<std::string> > *) (rtcfg=..., app_options=..., argc=2, argv=0x7fffffffbb38, vm=...,
node=18446744073709551615, error_mode=2, mode=hpx::runtime_mode_default,
visible=0x0, unregistered_options=0x0)
at /work/02904/finomnis/hpx/repo/src/util/parse_command_line.cpp:561
#5 0x00002aaaadf7c609 in hpx::util::command_line_handling::call (
this=0x7fffffffb390, desc_cmdline=..., argc=2, argv=0x7fffffffbb38)
at /work/02904/finomnis/hpx/repo/src/util/command_line_handling.cpp:773
#6 0x00002aaaad54dc50 in hpx::run_or_start(const hpx::util::function_nonser<int (boost::program_options::variables_map &)> &, const boost::program_options::options_description &, int, char **, const std::vector<std::string, std::allocator<std::string> > &, const hpx::startup_function_type &, const hpx::shutdown_function_type &, hpx::runtime_mode, bool) (f=..., desc_cmdline=..., argc=2,
argv=0x7fffffffbb38, ini_config=std::vector of length 0, capacity 0,
startup=..., shutdown=..., mode=hpx::runtime_mode_default, blocking=true)
at /work/02904/finomnis/hpx/repo/src/hpx_init.cpp:1014
#7 0x00002aaaad54ef4f in hpx::init(const hpx::util::function_nonser<int (boost::program_options::variables_map &)> &, const boost::program_options::options_description &, int, char **, const std::vector<std::string, std::allocator<std::string> > &, const hpx::startup_function_type &, const hpx::shutdown_function_type &, hpx::runtime_mode) (f=..., desc_cmdline=..., argc=2, argv=0x7fffffffbb38,
ini_config=std::vector of length 0, capacity 0, startup=..., shutdown=...,
mode=hpx::runtime_mode_default)
at /work/02904/finomnis/hpx/repo/src/hpx_init.cpp:1099
#8 0x00002aaaaac1902a in hpx::init(int (*)(boost::program_options::variables_map &), const boost::program_options::options_description &, int, char **, const hpx::util::function_nonser<void ()> &, const hpx::util::function_nonser<void ()>
&, enum hpx::runtime_mode) (f=
0x2aaaaac19ab4 <hpx_main(boost::program_options::variables_map&)>,
desc_cmdline=..., argc=2, argv=0x7fffffffbb38, startup=..., shutdown=...,
mode=hpx::runtime_mode_default)
at /work/02904/finomnis/hpx/repo/hpx/hpx_init_impl.hpp:31
#9 0x00002aaaaac195ee in hpx::init(int (*)(boost::program_options::variables_map &), const std::string &, int, char **, enum hpx::runtime_mode) (
f=0x2aaaaac19ab4 <hpx_main(boost::program_options::variables_map&)>,
app_name="unknown HPX application", argc=2, argv=0x7fffffffbb38,
mode=hpx::runtime_mode_default)
at /work/02904/finomnis/hpx/repo/hpx/hpx_init_impl.hpp:175
#10 0x00002aaaaac1919d in hpx::init(int, char **, enum hpx::runtime_mode) (
argc=2, argv=0x7fffffffbb38, mode=hpx::runtime_mode_default)
at /work/02904/finomnis/hpx/repo/hpx/hpx_init_impl.hpp:130
#11 0x00002aaaaac17e27 in main (argc=2, argv=0x7fffffffbb38)
at /work/02904/finomnis/hpx/repo/src/main.cpp:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment