Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 4.22 KB | None | 0 0
  1.  
  2. (gdb) bt full
  3. #0  0x0000000000795074 in Tile::hasProperty(ITEMPROPERTY) const ()
  4. No symbol table info available.
  5. #1  0x000000000055c815 in AreaCombat::getList(Position const&, Position const&, std::forward_list<Tile*, std::allocator<Tile*> >&) const ()
  6. No symbol table info available.
  7. #2  0x0000000000559747 in Combat::getCombatArea(Position const&, Position const&, AreaCombat const*, std::forward_list<Tile*, std::allocator<Tile*> >&) ()
  8. No symbol table info available.
  9. #3  0x000000000055ada3 in Combat::CombatFunc(Creature*, Position const&, AreaCombat const*, CombatParams const&, std::function<void (Creature*, Creature*, CombatParams const&, CombatDamage*)>, CombatDamage*) ()
  10. No symbol table info available.
  11. #4  0x000000000055b5fe in Combat::doCombatHealth(Creature*, Position const&, AreaCombat const*, CombatDamage&, CombatParams const&) ()
  12. No symbol table info available.
  13. #5  0x000000000055b3a7 in Combat::doCombat(Creature*, Position const&) const ()
  14. No symbol table info available.
  15. #6  0x0000000000789eed in CombatSpell::castSpell(Creature*) ()
  16. No symbol table info available.
  17. #7  0x000000000078a0a0 in CombatSpell::castSpell(Creature*, Creature*) ()
  18. No symbol table info available.
  19. #8  0x00000000006e5069 in Monster::doAttacking(unsigned int, bool) ()
  20. No symbol table info available.
  21. ---Type <return> to continue, or q <return> to quit---
  22. #9  0x0000000000590627 in Creature::onAttacking(unsigned int) ()
  23. No symbol table info available.
  24. #10 0x00000000005c254f in Game::checkCreatures(unsigned long) ()
  25. No symbol table info available.
  26. #11 0x00000000005e8476 in void std::_Mem_fn<void (Game::*)(unsigned long)>::operator()<unsigned long&, void>(Game*, unsigned long&) const ()
  27. No symbol table info available.
  28. #12 0x00000000005e4367 in void std::_Bind<std::_Mem_fn<void (Game::*)(unsigned long)> (Game*, unsigned long)>::__call<void, , 0ul, 1ul>(std::tuple<>&&, std::_Index_tuple<0ul, 1ul>) ()
  29. No symbol table info available.
  30. #13 0x00000000005dd7b4 in void std::_Bind<std::_Mem_fn<void (Game::*)(unsigned long)> (Game*, unsigned long)>::operator()<, void>() ()
  31. No symbol table info available.
  32. #14 0x00000000005d7cd5 in std::_Function_handler<void (), std::_Bind<std::_Mem_fn<void (Game::*)(unsigned long)> (Game*, unsigned long)> >::_M_invoke(std::_Any_data const&) ()
  33. No symbol table info available.
  34. #15 0x0000000000794202 in std::function<void ()>::operator()() const ()
  35. No symbol table info available.
  36. #16 0x00000000007940ec in Task::operator()() ()
  37. No symbol table info available.
  38. #17 0x000000000079395c in Dispatcher::threadMain() ()
  39. ---Type <return> to continue, or q <return> to quit---
  40. No symbol table info available.
  41. #18 0x000000000071f78f in void std::_Mem_fn<void (Dispatcher::*)()>::operator()<, void>(Dispatcher*) const ()
  42. No symbol table info available.
  43. #19 0x000000000071f2f7 in void std::_Bind_simple<std::_Mem_fn<void (Dispatcher::*)()> (Dispatcher*)>::_M_invoke<0ul>(std::_Index_tuple<0ul>) ()
  44. No symbol table info available.
  45. #20 0x000000000071ed77 in std::_Bind_simple<std::_Mem_fn<void (Dispatcher::*)()> (Dispatcher*)>::operator()() ()
  46. No symbol table info available.
  47. #21 0x000000000071e8a8 in std::thread::_Impl<std::_Bind_simple<std::_Mem_fn<void (Dispatcher::*)()> (Dispatcher*)> >::_M_run() ()
  48. No symbol table info available.
  49. #22 0x00007f4c34214970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  50. No symbol table info available.
  51. #23 0x00007f4c34471064 in start_thread (arg=0x7f4c32c6c700)
  52.     at pthread_create.c:309
  53.         __res = <optimized out>
  54.         pd = 0x7f4c32c6c700
  55.         now = <optimized out>
  56.         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139965246129920,
  57.                 4470186781464906574, 0, 139965292810336, 140732583079968,
  58.                 139965246129920, -4570820757879469234, -4570832840529884338},
  59. ---Type <return> to continue, or q <return> to quit---
  60.               mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0},
  61.             data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  62.         not_first_call = <optimized out>
  63.         pagesize_m1 = <optimized out>
  64.         sp = <optimized out>
  65.         freesize = <optimized out>
  66.         __PRETTY_FUNCTION__ = "start_thread"
  67. #24 0x00007f4c3398462d in clone ()
  68.     at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  69. No locals.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement