Skip to content

Instantly share code, notes, and snippets.

@sithhell
Created February 7, 2018 18:50
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 sithhell/388f38c73e5f61bfa1425e755f52e2dc to your computer and use it in GitHub Desktop.
Save sithhell/388f38c73e5f61bfa1425e755f52e2dc to your computer and use it in GitHub Desktop.
(gdb)
#3 0x00007f49ecda4ad1 in hpx::detail::assertion_failed_msg (msg=0x7f49ee155c10 "it != thread_map_.end()", expr=0x7f49ee155c10 "it != thread_map_.end()",
function=0x7f49ee155c28 "bool hpx::threads::policies::thread_queue<std::__1::mutex, hpx::threads::policies::lockfree_fifo, hpx::threads::policies::lockfree_fifo, hpx::threads::policies::lockfree_lifo>::cleanup_terminated_lock"...,
file=0x7f49ee155a0a "/home/inf3/heller/programming/hpx/hpx/runtime/threads/policies/thread_queue.hpp", line=461) at /home/inf3/heller/programming/hpx/src/exception.cpp:451
451 util::attach_debugger();
(gdb)
#4 0x00007f49ecda4671 in hpx::detail::assertion_failed (expr=0x7f49ee155c10 "it != thread_map_.end()",
function=0x7f49ee155c28 "bool hpx::threads::policies::thread_queue<std::__1::mutex, hpx::threads::policies::lockfree_fifo, hpx::threads::policies::lockfree_fifo, hpx::threads::policies::lockfree_lifo>::cleanup_terminated_lock"...,
file=0x7f49ee155a0a "/home/inf3/heller/programming/hpx/hpx/runtime/threads/policies/thread_queue.hpp", line=461) at /home/inf3/heller/programming/hpx/src/exception.cpp:442
442 assertion_failed_msg(expr, expr, function, file, line);
(gdb)
#5 0x00007f49ecda2efd in hpx::assertion_failed (expr=0x7f49ee155c10 "it != thread_map_.end()",
function=0x7f49ee155c28 "bool hpx::threads::policies::thread_queue<std::__1::mutex, hpx::threads::policies::lockfree_fifo, hpx::threads::policies::lockfree_fifo, hpx::threads::policies::lockfree_lifo>::cleanup_terminated_lock"...,
file=0x7f49ee155a0a "/home/inf3/heller/programming/hpx/hpx/runtime/threads/policies/thread_queue.hpp", line=461) at /home/inf3/heller/programming/hpx/src/exception.cpp:826
826 hpx::detail::assertion_failed(expr, function, file, line);
(gdb)
#6 0x00007f49ecf732a1 in hpx::threads::policies::thread_queue<std::__1::mutex, hpx::threads::policies::lockfree_fifo, hpx::threads::policies::lockfree_fifo, hpx::threads::policies::lockfree_lifo>::cleanup_terminated_locked (
this=0x7f49df617000) at /home/inf3/heller/programming/hpx/hpx/runtime/threads/policies/thread_queue.hpp:461
461 HPX_ASSERT(it != thread_map_.end());
(gdb) print tid
$1 = {
thrd_ = 0x7f49e666a800
}
(gdb) print tid.thrd_->description_
$2 = hpx::util::thread_description::data_type_description {{ [desc] {0x7f49ee136ffa "hpx_main"} }} 0x7f49e666a810
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment