Skip to content

Instantly share code, notes, and snippets.

@singhbalwinder
Created July 8, 2020 06:28
Show Gist options
  • Save singhbalwinder/e6c0aea61cc76d63e684bf6e5717d548 to your computer and use it in GitHub Desktop.
Save singhbalwinder/e6c0aea61cc76d63e684bf6e5717d548 to your computer and use it in GitHub Desktop.
#0 0x00002b8e2b8ac207 in raise () from /lib64/libc.so.6
#1 0x00002b8e2b8ad8f8 in abort () from /lib64/libc.so.6
#2 0x00002b8e2b063c53 in __gnu_cxx::__verbose_terminate_handler () at ../../../../gcc-8.1.0/libstdc++-v3/libsupc++/vterminate.cc:95
#3 0x00002b8e2b069db6 in __cxxabiv1::__terminate(void (*)()) () at ../../../../gcc-8.1.0/libstdc++-v3/libsupc++/eh_terminate.cc:47
#4 0x00002b8e2b068ea9 in __cxa_call_terminate (ue_header=ue_header@entry=0x2f3bec0)
at ../../../../gcc-8.1.0/libstdc++-v3/libsupc++/eh_call.cc:54
#5 0x00002b8e2b0697f5 in __gxx_personality_v0 () at ../../../../gcc-8.1.0/libstdc++-v3/libsupc++/eh_personality.cc:676
#6 0x00002b8e2b66e523 in _Unwind_RaiseException_Phase2 () at ../../../gcc-8.1.0/libgcc/unwind.inc:64
#7 0x00002b8e2b66eda5 in _Unwind_Resume () at ../../../gcc-8.1.0/libgcc/unwind.inc:241
#8 0x0000000000b57e68 in Kokkos::Impl::SharedAllocationRecord<void, void>::decrement (arg_record=0x320f140)
at /qfs/people/sing201/scream/2srccode/scream/externals/kokkos/core/src/impl/Kokkos_SharedAlloc.cpp:224
#9 0x00000000008a24bc in ~SharedAllocationTracker (this=0x3218ec0, __in_chrg=<optimized out>)
at /qfs/people/sing201/scream/2srccode/scream/externals/kokkos/core/src/impl/Kokkos_SharedAlloc.hpp:358
#10 Kokkos::View<double const [16], Kokkos::LayoutRight, Kokkos::Device<Kokkos::Serial, Kokkos::HostSpace> >::~View (this=0x3218ec0,
__in_chrg=<optimized out>) at /qfs/people/sing201/scream/2srccode/scream/externals/kokkos/core/src/Kokkos_View.hpp:1968
#11 0x0000000000a97ed0 in scream::p3::P3GlobalForFortran::Views::~Views (this=0x3218e30, __in_chrg=<optimized out>)
at /qfs/people/sing201/scream/2srccode/scream/components/scream/src/physics/p3/p3_functions_f90.hpp:51
#12 0x0000000000a97f4c in __gnu_cxx::new_allocator<scream::p3::P3GlobalForFortran::Views>::destroy<scream::p3::P3GlobalForFortran::Views> (
this=0x3218e30, __p=0x3218e30) at /qfs/projects/ops/rh7/apps/gcc/8.1.0/include/c++/8.1.0/ext/new_allocator.h:140
#13 0x0000000000a97ea1 in std::allocator_traits<std::allocator<scream::p3::P3GlobalForFortran::Views> >::destroy<scream::p3::P3GlobalForFortran::Views> (__a=..., __p=0x3218e30) at /qfs/projects/ops/rh7/apps/gcc/8.1.0/include/c++/8.1.0/bits/alloc_traits.h:487
#14 0x0000000000a97db5 in std::_Sp_counted_ptr_inplace<scream::p3::P3GlobalForFortran::Views, std::allocator<scream::p3::P3GlobalForFortran::Views>, (__gnu_cxx::_Lock_policy)2>::_M_dispose (this=0x3218e20)
at /qfs/projects/ops/rh7/apps/gcc/8.1.0/include/c++/8.1.0/bits/shared_ptr_base.h:558
#15 0x00000000008265e4 in std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release (this=0x3218e20)
at /qfs/projects/ops/rh7/apps/gcc/8.1.0/include/c++/8.1.0/bits/shared_ptr_base.h:161
#16 0x0000000000826325 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::~__shared_count (
this=0xe85368 <scream::p3::P3GlobalForFortran::s_views+8>, __in_chrg=<optimized out>)
at /qfs/projects/ops/rh7/apps/gcc/8.1.0/include/c++/8.1.0/bits/shared_ptr_base.h:712
#17 0x0000000000a63dde in std::__shared_ptr<scream::p3::P3GlobalForFortran::Views, (__gnu_cxx::_Lock_policy)2>::~__shared_ptr (
this=0xe85360 <scream::p3::P3GlobalForFortran::s_views>, __in_chrg=<optimized out>)
at /qfs/projects/ops/rh7/apps/gcc/8.1.0/include/c++/8.1.0/bits/shared_ptr_base.h:1151
#18 0x0000000000a63e40 in std::shared_ptr<scream::p3::P3GlobalForFortran::Views>::~shared_ptr (
this=0xe85360 <scream::p3::P3GlobalForFortran::s_views>, __in_chrg=<optimized out>)
at /qfs/projects/ops/rh7/apps/gcc/8.1.0/include/c++/8.1.0/bits/shared_ptr.h:103
#19 0x00002b8e2b8afb69 in __run_exit_handlers () from /lib64/libc.so.6
#20 0x00002b8e2b8afbb7 in exit () from /lib64/libc.so.6
#21 0x00002b8e2b8983dc in __libc_start_main () from /lib64/libc.so.6
#22 0x00000000008246a9 in _start ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment