Skip to content

Instantly share code, notes, and snippets.

@zbyerly
Created October 8, 2014 20:42
Show Gist options
  • Save zbyerly/9aa43a553046827795fd to your computer and use it in GitHub Desktop.
Save zbyerly/9aa43a553046827795fd to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe9fff700 (LWP 29067)]
0x000000000089e6c8 in ownRegion (expansionWidth=0, this=0x7fffe8cb4c00) at /home/zbyerly/research/libgeodecomp/src/libgeodecomp/geometry/partitionmanager.h:141
141 return regions[rank][expansionWidth];
(gdb) backtrace
#0 0x000000000089e6c8 in ownRegion (expansionWidth=0, this=0x7fffe8cb4c00) at /home/zbyerly/research/libgeodecomp/src/libgeodecomp/geometry/partitionmanager.h:141
#1 guessOffset (
dimensions=0x7ffff7ddb6c8 <guard variable for boost::serialization::singleton<boost::serialization::extended_type_info_typeid<hpx::util::detail::empty_function<void (hpx::naming::id_type, short)> > >::instance>,
offset=0x7ffff7ddb6c0 <boost::serialization::detail::singleton_wrapper<boost::serialization::extended_type_info_typeid<hpx::util::detail::empty_function<void (hpx::naming::id_type, short)> > >::m_is_destroyed>, this=0x7fffe8dc1300) at /home/zbyerly/research/libgeodecomp/src/libgeodecomp/parallelization/hiparsimulator/stepper.h:97
#2 LibGeoDecomp::HiParSimulator::HpxStepper<LibGeoDecomp::ContainerCell<DomainCell, 1000ul, int> >::initGrids (this=0x7fffe8dc1300)
at /home/zbyerly/research/libgeodecomp/src/libgeodecomp/parallelization/hpxsimulator/hpxstepper.h:262
#3 0x0000000000875199 in invoke_r<void, void, LibGeoDecomp::HiParSimulator::HpxStepper<LibGeoDecomp::ContainerCell<DomainCell, 1000ul> >, LibGeoDecomp::HiParSimulator::HpxStepper<LibGeoDecomp::ContainerCell<DomainCell, 1000ul> >*> (t=<optimized out>, f=<optimized out>) at /home/zbyerly/research/scripts/hpx_install_release/include/hpx/util/invoke.hpp:99
#4 invoke_fused_r<void, void (LibGeoDecomp::HiParSimulator::HpxStepper<LibGeoDecomp::ContainerCell<DomainCell, 1000ul> >::*)(), LibGeoDecomp::HiParSimulator::HpxStepper<LibGeoDecomp::ContainerCell<DomainCell, 1000ul> >*> (args=<optimized out>, f=<optimized out>)
at /home/zbyerly/research/scripts/hpx_install_release/include/hpx/util/preprocessed/invoke_fused_10.hpp:50
#5 operator() (this=0x7fffe8cba8e8) at /home/zbyerly/research/scripts/hpx_install_release/include/hpx/util/deferred_call.hpp:69
#6 hpx::lcos::local::detail::task_object<void, hpx::util::detail::deferred_call_impl<void (LibGeoDecomp::HiParSimulator::HpxStepper<LibGeoDecomp::ContainerCell<DomainCell, 1000ul, int> >::*)(), hpx::util::tuple<LibGeoDecomp::HiParSimulator::HpxStepper<LibGeoDecomp::ContainerCell<DomainCell, 1000ul, int> >*, void, void, void, void, void, void, void, void, void, void, void, void> > >::do_run (this=0x7fffe8cba880) at /home/zbyerly/research/scripts/hpx_install_release/include/hpx/lcos/local/packaged_task.hpp:102
#7 0x00000000008814ae in hpx::lcos::detail::task_base<void>::run_impl (this=0x7fffe8cba880)
at /home/zbyerly/research/scripts/hpx_install_release/include/hpx/lcos/detail/future_data.hpp:618
#8 0x00007ffff7430beb in hpx::util::coroutines::detail::coroutine_impl_wrapper<hpx::util::unique_function<hpx::threads::thread_state_enum (hpx::threads::thread_state_ex_enum), void, void>, hpx::util::coroutines::coroutine<hpx::threads::thread_state_enum (hpx::threads::thread_state_ex_enum), hpx::threads::detail::coroutine_allocator, hpx::util::coroutines::detail::lx::x86_linux_context_impl>, hpx::util::coroutines::detail::lx::x86_linux_context_impl, hpx::threads::detail::coroutine_allocator>::operator()() ()
from /home/zbyerly/research/scripts/hpx_install_release/lib/libhpx.so.0
#9 0x00007ffff74145e9 in void hpx::util::coroutines::detail::lx::trampoline<hpx::util::coroutines::detail::coroutine_impl_wrapper<hpx::util::unique_function<hpx::threads::thread_state_enum (hpx::threads::thread_state_ex_enum), void, void>, hpx::util::coroutines::coroutine<hpx::threads::thread_state_enum (hpx::threads::thread_state_ex_enum), hpx::threads::detail::coroutine_allocator, hpx::util::coroutines::detail::lx::x86_linux_context_impl>, hpx::util::coroutines::detail::lx::x86_linux_context_impl, hpx::threads::detail::coroutine_allocator> >(hpx::util::coroutines::detail::coroutine_impl_wrapper<hpx::util::unique_function<hpx::threads::thread_state_enum (hpx::threads::thread_state_ex_enum), void, void>, hpx::util::coroutines::coroutine<hpx::threads::thread_state_enum (hpx::threads::thread_state_ex_enum), hpx::threads::detail::coroutine_allocator, hpx::util::coroutines::detail::lx::x86_linux_context_impl>, hpx::util::coroutines::detail::lx::x86_linux_context_impl, hpx::threads::detail::coroutine_allocator>*) ()
from /home/zbyerly/research/scripts/hpx_install_release/lib/libhpx.so.0
#10 0x0000000000000000 in ?? ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment