Skip to content

Instantly share code, notes, and snippets.

@zao
Created October 10, 2017 14:49
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/42024184ed069a2f013439d158e84cd4 to your computer and use it in GitHub Desktop.
Save zao/42024184ed069a2f013439d158e84cd4 to your computer and use it in GitHub Desktop.
gdb almost last frames
#21670 0x000055555558fb6c in std::uniform_int_distribution<int>::operator()<std::mersenne_twister_engine<unsigned long, 32ul, 624ul, 397ul, 31ul, 2567483615ul, 11ul, 4294967295ul, 7ul, 2636928640ul, 15ul, 4022730752ul, 18ul, 1812433253ul> > (this=0x7fffe61a6338, __urng=..., __param=...) at /usr/include/c++/7.2.0/bits/uniform_int_dist.h:272
#21671 0x000055555558fb6c in std::uniform_int_distribution<int>::operator()<std::mersenne_twister_engine<unsigned long, 32ul, 624ul, 397ul, 31ul, 2567483615ul, 11ul, 4294967295ul, 7ul, 2636928640ul, 15ul, 4022730752ul, 18ul, 1812433253ul> > (this=0x7fffe61a6338, __urng=..., __param=...) at /usr/include/c++/7.2.0/bits/uniform_int_dist.h:272
#21672 0x000055555558fb6c in std::uniform_int_distribution<int>::operator()<std::mersenne_twister_engine<unsigned long, 32ul, 624ul, 397ul, 31ul, 2567483615ul, 11ul, 4294967295ul, 7ul, 2636928640ul, 15ul, 4022730752ul, 18ul, 1812433253ul> > (this=0x7fffe61a6338, __urng=..., __param=...) at /usr/include/c++/7.2.0/bits/uniform_int_dist.h:272
#21673 0x00005555555c9f4e in std::uniform_int_distribution<int>::operator()<std::mersenne_twister_engine<unsigned long, 32ul, 624ul, 397ul, 31ul, 2567483615ul, 11ul, 4294967295ul, 7ul, 2636928640ul, 15ul, 4022730752ul, 18ul, 1812433253ul> > (__urng=..., this=0x7fffe61a6338) at /usr/include/c++/7.2.0/bits/uniform_int_dist.h:169
#21674 random_fill::operator() (this=0x7fffe61a4fb0) at /home/zao/stellar/hpx/tests/unit/parallel/algorithms/partition_tests.hpp:92
#21675 std::generate<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, random_fill> (__gen=..., __last=0, __first=0)
at /usr/include/c++/7.2.0/bits/stl_algo.h:4438
#21676 test_partition<hpx::parallel::execution::parallel_policy, std::bidirectional_iterator_tag, int, void test_partition<std::bidirectional_iterator_tag>()::{lambda(int)#13}>(hpx::parallel::execution::parallel_policy, std::bidirectional_iterator_tag, int, void test_partition<std::bidirectional_iterator_tag>()::{lambda(int)#13}, unsigned long, random_fill) (
policy=..., pred=..., size=<optimized out>, gen_functor=...) at /home/zao/stellar/hpx/tests/unit/parallel/algorithms/partition_tests.hpp:112
#21677 0x00005555555ca5fd in test_partition_heavy<hpx::parallel::execution::parallel_policy, std::bidirectional_iterator_tag, int, void test_partition<std::bidirectional_iterator_tag>()::{lambda(int)#13}>(hpx::parallel::execution::parallel_policy, std::bidirectional_iterator_tag, int, void test_partition<std::bidirectional_iterator_tag>()::{lambda(int)#13}, int) (policy=..., pred=..., rand_base=2147424774) at /home/zao/stellar/hpx/tests/unit/parallel/algorithms/partition_tests.hpp:356
#21678 0x00005555555e0842 in test_partition<std::bidirectional_iterator_tag> () at /home/zao/stellar/hpx/tests/unit/parallel/algorithms/partition_tests.hpp:432
#21679 0x0000555555572050 in partition_test () at /home/zao/stellar/hpx/tests/unit/parallel/algorithms/partition.cpp:22
#21680 0x0000555555572247 in hpx_main (vm=...) at /home/zao/stellar/hpx/tests/unit/parallel/algorithms/partition.cpp:52
#21681 0x00007ffff715bea2 in hpx::util::detail::function_base<hpx::util::detail::function_vtable<int ()>, int ()>::operator()() const (this=0x7fffe61a8ea0)
at /home/zao/stellar/hpx/hpx/util/detail/basic_function.hpp:196
#21682 hpx::runtime_impl::run_helper(hpx::util::function<int (), false>, int&) (this=<optimized out>, func=..., result=<optimized out>)
at /home/zao/stellar/hpx/src/runtime_impl.cpp:289
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment