Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 3.15 KB | None | 0 0
  1. #0  0x00002aaaac190187 in raise () from /lib64/libc.so.6
  2. #1  0x00002aaaac191538 in abort () from /lib64/libc.so.6
  3. #2  0x00002aaaabc5393d in __gnu_cxx::__verbose_terminate_handler () at ../../../../cray-gcc-6.3.0-201701050407.93fe37becc347/libstdc++-v3/libsupc++/vterminate.cc:95
  4. #3  0x00002aaaabc51916 in __cxxabiv1::__terminate (handler=<optimized out>) at ../../../../cray-gcc-6.3.0-201701050407.93fe37becc347/libstdc++-v3/libsupc++/eh_terminate.cc:47
  5. #4  0x00002aaaabc51961 in std::terminate () at ../../../../cray-gcc-6.3.0-201701050407.93fe37becc347/libstdc++-v3/libsupc++/eh_terminate.cc:57
  6. #5  0x00002aaaabc51bc6 in __cxxabiv1::__cxa_rethrow () at ../../../../cray-gcc-6.3.0-201701050407.93fe37becc347/libstdc++-v3/libsupc++/eh_throw.cc:125
  7. #6  0x0000000000411f81 in boost::interprocess::ipcdetail::managed_open_or_create_impl<boost::interprocess::ipcdetail::file_wrapper, 16ul, true, false>::priv_open_or_create<boost::interprocess::ipcdetail::create_open_func<boost::interprocess::ipcdetail::basic_managed_memory_impl<char, boost::interprocess::rbtree_best_fit<boost::interprocess::null_mutex_family, boost::interprocess::offset_ptr<void, long, unsigned long, 0ul>, 0ul>, boost::interprocess::iset_index, 16ul> > > (this=0x6c8968, type=boost::interprocess::ipcdetail::DoCreate,
  8.     id=@0x7fffffff4e10: 0x6c9160 "graph500_scale17.gr_0_of_1", size=268435456, mode=boost::interprocess::read_write, addr=0x0, perm=..., construct_func=...)
  9.     at /home/users/p02118/havoqgt/boost_1_59_0/install/include/boost/interprocess/detail/managed_open_or_create_impl.hpp:437
  10. #7  0x000000000040f2d6 in boost::interprocess::ipcdetail::managed_open_or_create_impl<boost::interprocess::ipcdetail::file_wrapper, 16ul, true, false>::managed_open_or_create_impl<boost::interprocess::ipcdetail::create_open_func<boost::interprocess::ipcdetail::basic_managed_memory_impl<char, boost::interprocess::rbtree_best_fit<boost::interprocess::null_mutex_family, boost::interprocess::offset_ptr<void, long, unsigned long, 0ul>, 0ul>, boost::interprocess::iset_index, 16ul> > > (this=0x6c8968,
  11.     id=@0x7fffffff4e10: 0x6c9160 "graph500_scale17.gr_0_of_1", size=268435456, mode=boost::interprocess::read_write, addr=0x0, construct_func=..., perm=...)
  12.     at /home/users/p02118/havoqgt/boost_1_59_0/install/include/boost/interprocess/detail/managed_open_or_create_impl.hpp:184
  13. #8  0x000000000040c0cf in boost::interprocess::basic_managed_mapped_file<char, boost::interprocess::rbtree_best_fit<boost::interprocess::null_mutex_family, boost::interprocess::offset_ptr<void, long, unsigned long, 0ul>, 0ul>, boost::interprocess::iset_index>::basic_managed_mapped_file (this=0x6c8960, name=0x6c9160 "graph500_scale17.gr_0_of_1", size=268435456,
  14.     addr=0x0, perm=...) at /home/users/p02118/havoqgt/boost_1_59_0/install/include/boost/interprocess/managed_mapped_file.hpp:101
  15. #9  0x000000000040a9d2 in havoqgt::distributed_db::distributed_db (this=0x7fffffff4fc0, base_fname=0x6c8f20 "graph500_scale17.gr", gbyte_per_rank=0.25)
  16.     at /home/users/p02118/havoqgt/havoqgt/include/havoqgt/distributed_db.hpp:207
  17. #10 0x000000000040536a in main (argc=7, argv=0x7fffffff6a68) at /home/users/p02118/havoqgt/havoqgt/src/generate_rmat.cpp:220
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement