Skip to content

Instantly share code, notes, and snippets.

@dmarce1
Created December 14, 2016 16:02
Show Gist options
  • Save dmarce1/ea432fb28773e590950e90b136ce1e78 to your computer and use it in GitHub Desktop.
Save dmarce1/ea432fb28773e590950e90b136ce1e78 to your computer and use it in GitHub Desktop.
segfault
Running
# direct = 743
-----------------------------------------------
checking for refinement
regridding
rebalancing 9 nodes
forming tree connections
regrid done
-----------------------------------------------
---------------Created Level 1---------------
-----------------------------------------------
checking for refinement
regridding
rebalancing 73 nodes
forming tree connections
regrid done
-----------------------------------------------
---------------Created Level 2---------------
-----------------------------------------------
checking for refinement
regridding
rebalancing 137 nodes
forming tree connections
regrid done
-----------------------------------------------
---------------Created Level 3---------------
-----------------------------------------------
checking for refinement
regridding
rebalancing 137 nodes
forming tree connections
regrid done
-----------------------------------------------
---------------Regridded Level 3---------------
Forming tree connections------------
{stack-trace}: 15 frames:
0x7f68899cd6ca : ??? + 0x7f68899cd6ca in /usr/local/packages/hpx/lib/libhpx.so.1
0x7f68899c9888 : hpx::termination_handler(int) + 0xe8 in /usr/local/packages/hpx/lib/libhpx.so.1
0x7f6888dab390 : ??? + 0x7f6888dab390 in /lib/x86_64-linux-gnu/libpthread.so.0
0x87de17 : hpx::lcos::local::spinlock::lock() + 0x87 in ./octotiger
0x8b62e9 : void hpx::lcos::detail::wait_all_frame<hpx::util::tuple<std::vector<hpx::lcos::future<void>, std::allocator<hpx::lcos::future<void> > > const&> >::await_range<0ul, __gnu_cxx::__normal_iterator<hpx::lcos::future<void> const*, std::vector<hpx::lcos::future<void>, std::allocator<hpx::lcos::future<void> > > > >(__gnu_cxx::__normal_iterator<hpx::lcos::future<void> const*, std::vector<hpx::lcos::future<void>, std::allocator<hpx::lcos::future<void> > > >, __gnu_cxx::__normal_iterator<hpx::lcos::future<void> const*, std::vector<hpx::lcos::future<void>, std::allocator<hpx::lcos::future<void> > > >) + 0x69 in ./octotiger
0x88b3fa : hpx::lcos::detail::future_data<void>::handle_on_completed(hpx::util::unique_function<void (), false>&&) + 0x2da in ./octotiger
0x8b6081 : void hpx::lcos::detail::future_data<void>::set_value<hpx::util::unused_type>(hpx::util::unused_type&&, hpx::error_code&) + 0x1c1 in ./octotiger
0xa2f7e8 : ??? + 0xa2f7e8 in ./octotiger
0x874b5d : hpx::lcos::detail::task_base<void>::run_impl(boost::intrusive_ptr<hpx::lcos::detail::task_base<void> >) + 0xd in ./octotiger
0x874be2 : void hpx::util::detail::callable_vtable<void ()>::_invoke<hpx::util::detail::deferred<std::pair<hpx::threads::thread_state_enum, boost::intrusive_ptr<hpx::threads::thread_data> > (*(boost::intrusive_ptr<hpx::lcos::detail::task_base<void> >&&))(boost::intrusive_ptr<hpx::lcos::detail::task_base<void> >)> >(void**) + 0x32 in ./octotiger
0x7f6889a154ae : ??? + 0x7f6889a154ae in /usr/local/packages/hpx/lib/libhpx.so.1
0x7f6889a17ee6 : ??? + 0x7f6889a17ee6 in /usr/local/packages/hpx/lib/libhpx.so.1
0x7f6889e1a1ba : hpx::threads::coroutines::detail::coroutine_impl::operator()() + 0x15a in /usr/local/packages/hpx/lib/libhpx.so.1
0x7f6889974969 : ??? + 0x7f6889974969 in /usr/local/packages/hpx/lib/libhpx.so.1
{what}: Segmentation fault
{config}:
HPX_HAVE_NATIVE_TLS=ON
HPX_HAVE_STACKTRACES=ON
HPX_HAVE_COMPRESSION_BZIP2=OFF
HPX_HAVE_COMPRESSION_SNAPPY=OFF
HPX_HAVE_COMPRESSION_ZLIB=OFF
HPX_HAVE_PARCEL_COALESCING=ON
HPX_HAVE_PARCELPORT_TCP=ON
HPX_HAVE_PARCELPORT_MPI=ON (OpenMPI V1.10.2, MPI V3.0)
HPX_HAVE_VERIFY_LOCKS=OFF
HPX_HAVE_HWLOC=ON
HPX_HAVE_ITTNOTIFY=OFF
HPX_HAVE_RUN_MAIN_EVERYWHERE=OFF
HPX_PARCEL_MAX_CONNECTIONS=512
HPX_PARCEL_MAX_CONNECTIONS_PER_LOCALITY=4
HPX_AGAS_LOCAL_CACHE_SIZE=4096
HPX_HAVE_MALLOC=custom
HPX_PREFIX (configured)=/home/dminacore/build/hpx
HPX_PREFIX=/usr/local/packages/hpx
{version}: V1.0.0-trunk (AGAS: V3.0), Git: b603449e6b
{boost}: V1.58.0
{build-type}: release
{date}: Dec 13 2016 14:28:25
{platform}: linux
{compiler}: GNU C++ version 5.4.0 20160609
{stdlib}: GNU libstdc++ version 20160609
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment