Share Pastebin
Guest
Public paste!

Aokromes

By: a guest | Mar 12th, 2010 | Syntax: None | Size: 38.88 KB | Hits: 166 | Expires: Never
Copy text to clipboard
  1. trinity-core3: /home/mangos/sources/t3cdebug/src/game/Unit.cpp:14974: bool Unit::SetCharmedBy(Unit*, CharmType): Assertion `(type == CHARM_TYPE_VEHICLE) == IsVehicle()' failed.
  2.  
  3. Program received signal SIGABRT, Aborted.
  4. [Switching to Thread 0x7fffdbfff710 (LWP 28692)]
  5. 0x00007ffff6231a85 in raise () from /lib/libc.so.6
  6. (gdb) shell echo -e "\nCRASH ON" `date`
  7.  
  8. CRASH ON Sat Mar 13 00:37:06 CET 2010
  9. (gdb) info program
  10.         Using the running image of child Thread 0x7fffdbfff710 (LWP 28692).
  11. Program stopped at 0x7ffff6231a85.
  12. It stopped with signal SIGABRT, Aborted.
  13. (gdb) shell echo -e "\nBACKTRACE\n"
  14.  
  15. BACKTRACE
  16.  
  17. (gdb) bt
  18. #0  0x00007ffff6231a85 in raise () from /lib/libc.so.6
  19. #1  0x00007ffff6235520 in abort () from /lib/libc.so.6
  20. #2  0x00007ffff622a9a1 in __assert_fail () from /lib/libc.so.6
  21. #3  0x000000000088d139 in Unit::SetCharmedBy (this=0x134d770, charmer=0x7fffe384c8b0, type=CHARM_TYPE_POSSESS)
  22.     at /home/mangos/sources/t3cdebug/src/game/Unit.cpp:14974
  23. #4  0x00000000007f855a in AuraApplication::_HandleEffect (this=0x1365730, effIndex=<value optimized out>, apply=<value optimized out>)
  24.     at /home/mangos/sources/t3cdebug/src/game/SpellAuras.cpp:152
  25. #5  0x0000000000890234 in Unit::_ApplyAura (this=0x134d770, aurApp=0x1365730, effMask=<value optimized out>)
  26.     at /home/mangos/sources/t3cdebug/src/game/Unit.cpp:3665
  27. #6  0x00000000007fa3a4 in Aura::_ApplyEffectForTargets (this=0x1ff0870, effIndex=<value optimized out>)
  28.     at /home/mangos/sources/t3cdebug/src/game/SpellAuras.cpp:546
  29. #7  0x000000000081d389 in Spell::DoSpellHitOnUnit (this=0x2365e30, unit=0x134d770, effectMask=5, scaleAura=<value optimized out>)
  30.     at /home/mangos/sources/t3cdebug/src/game/Spell.cpp:1402
  31. #8  0x000000000081d982 in Spell::DoAllEffectOnTarget (this=0x2365e30, target=0x19ab930) at /home/mangos/sources/t3cdebug/src/game/Spell.cpp:1083
  32. #9  0x00000000008257e4 in Spell::handle_immediate (this=0x2365e30) at /home/mangos/sources/t3cdebug/src/game/Spell.cpp:3007
  33. #10 0x000000000082458e in Spell::cast (this=0x2365e30, skipCheck=<value optimized out>) at /home/mangos/sources/t3cdebug/src/game/Spell.cpp:2965
  34. #11 0x0000000000829bf0 in SpellEvent::Execute (this=0x2369ee0, e_time=305513, p_time=6) at /home/mangos/sources/t3cdebug/src/game/Spell.cpp:6371
  35. #12 0x000000000097c2cf in EventProcessor::Update (this=0x7fffe384ca38, p_time=100)
  36.     at /home/mangos/sources/t3cdebug/src/framework/Utilities/EventProcessor.cpp:49
  37. #13 0x00000000008903d7 in Unit::Update (this=0x7fffe384c8b0, p_time=28692) at /home/mangos/sources/t3cdebug/src/game/Unit.cpp:229
  38. #14 0x00000000007d0cb1 in Player::Update (this=0x7fffe384c8b0, p_time=100) at /home/mangos/sources/t3cdebug/src/game/Player.cpp:1172
  39. #15 0x00000000006f8af0 in Map::Update (this=0x7fffdd9f2a50, t_diff=@0x23693c0) at /home/mangos/sources/t3cdebug/src/game/Map.cpp:591
  40. #16 0x0000000000705fa2 in MapUpdateRequest::call (this=0x23693a0) at /home/mangos/sources/t3cdebug/src/game/MapUpdater.cpp:53
  41. #17 0x0000000000966871 in DelayExecutor::svc (this=0x1217fa8) at /home/mangos/sources/t3cdebug/src/shared/DelayExecutor.cpp:55
  42. #18 0x00007ffff72c5017 in ACE_Task_Base::svc_run (args=<value optimized out>) at ../../ace/Task.cpp:275
  43. #19 0x00007ffff72c63a1 in ACE_Thread_Adapter::invoke (this=0x1218340) at ../../ace/Thread_Adapter.cpp:98
  44. #20 0x00007ffff65859ca in start_thread () from /lib/libpthread.so.0
  45. #21 0x00007ffff62e438d in clone () from /lib/libc.so.6
  46. #22 0x0000000000000000 in ?? ()
  47. (gdb) shell echo -e "\nBACKTRACE FULL\n"
  48.  
  49. BACKTRACE FULL
  50.  
  51. (gdb) bt full
  52. #0  0x00007ffff6231a85 in raise () from /lib/libc.so.6
  53. No symbol table info available.
  54. #1  0x00007ffff6235520 in abort () from /lib/libc.so.6
  55. No symbol table info available.
  56. #2  0x00007ffff622a9a1 in __assert_fail () from /lib/libc.so.6
  57. No symbol table info available.
  58. #3  0x000000000088d139 in Unit::SetCharmedBy (this=0x134d770, charmer=0x7fffe384c8b0, type=CHARM_TYPE_POSSESS)
  59.     at /home/mangos/sources/t3cdebug/src/game/Unit.cpp:14974
  60.         __PRETTY_FUNCTION__ = "bool Unit::SetCharmedBy(Unit*, CharmType)"
  61. #4  0x00000000007f855a in AuraApplication::_HandleEffect (this=0x1365730, effIndex=<value optimized out>, apply=<value optimized out>)
  62.     at /home/mangos/sources/t3cdebug/src/game/SpellAuras.cpp:152
  63.         aurEff = 0x13134f0
  64.         __PRETTY_FUNCTION__ = "void AuraApplication::_HandleEffect(uint8, bool)"
  65.         caster = <value optimized out>
  66. #5  0x0000000000890234 in Unit::_ApplyAura (this=0x134d770, aurApp=0x1365730, effMask=<value optimized out>)
  67.     at /home/mangos/sources/t3cdebug/src/game/Unit.cpp:3665
  68.         aura = <value optimized out>
  69.         caster = <value optimized out>
  70. #6  0x00000000007fa3a4 in Aura::_ApplyEffectForTargets (this=0x1ff0870, effIndex=<value optimized out>)
  71.     at /home/mangos/sources/t3cdebug/src/game/SpellAuras.cpp:546
  72.         targetList = {<std::_List_base<Unit*, std::allocator<Unit*> >> = {
  73.             _M_impl = {<std::allocator<std::_List_node<Unit*> >> = {<__gnu_cxx::new_allocator<std::_List_node<Unit*> >> = {<No data fields>}, <No data fields>}, _M_node = {_M_next = 0x133c7a0, _M_prev = 0x133c7a0}}}, <No data fields>}
  74.         __PRETTY_FUNCTION__ = "void Aura::_ApplyEffectForTargets(uint8)"
  75. #7  0x000000000081d389 in Spell::DoSpellHitOnUnit (this=0x2365e30, unit=0x134d770, effectMask=5, scaleAura=<value optimized out>)
  76.     at /home/mangos/sources/t3cdebug/src/game/Spell.cpp:1402
  77.         effectNumber = 0
  78.         aura_effmask = <value optimized out>
  79.         __PRETTY_FUNCTION__ = "SpellMissInfo Spell::DoSpellHitOnUnit(Unit*, uint32, bool)"
  80. #8  0x000000000081d982 in Spell::DoAllEffectOnTarget (this=0x2365e30, target=0x19ab930) at /home/mangos/sources/t3cdebug/src/game/Spell.cpp:1083
  81.         missInfo = <value optimized out>
  82.         mask = 5
  83.         unit = 0x134d770
  84.         caster = 0x7fffe384c8b0
  85.         missInfo = SPELL_MISS_NONE
  86.         procVictim = 0
  87.         spellHitTarget = 0x134d770
  88.         procAttacker = 0
  89.         procEx = <value optimized out>
  90.         canEffectTrigger = true
  91. #9  0x00000000008257e4 in Spell::handle_immediate (this=0x2365e30) at /home/mangos/sources/t3cdebug/src/game/Spell.cpp:3007
  92. No locals.
  93. #10 0x000000000082458e in Spell::cast (this=0x2365e30, skipCheck=<value optimized out>) at /home/mangos/sources/t3cdebug/src/game/Spell.cpp:2965
  94. No locals.
  95. #11 0x0000000000829bf0 in SpellEvent::Execute (this=0x2369ee0, e_time=305513, p_time=6) at /home/mangos/sources/t3cdebug/src/game/Spell.cpp:6371
  96. ---Type <return> to continue, or q <return> to quit---shell echo -e "\nTHREADS\n"
  97. No locals.
  98. #12 0x000000000097c2cf in EventProcessor::Update (this=0x7fffe384ca38, p_time=100)
  99.     at /home/mangos/sources/t3cdebug/src/framework/Utilities/EventProcessor.cpp:49
  100.         Event = 0x2369ee0
  101. #13 0x00000000008903d7 in Unit::Update (this=0x7fffe384c8b0, p_time=28692) at /home/mangos/sources/t3cdebug/src/game/Unit.cpp:229
  102.         __PRETTY_FUNCTION__ = "virtual void Unit::Update(uint32)"
  103. #14 0x00000000007d0cb1 in Player::Update (this=0x7fffe384c8b0, p_time=100) at /home/mangos/sources/t3cdebug/src/game/Player.cpp:1172
  104.         now = <value optimized out>
  105.         pet = <value optimized out>
  106. #15 0x00000000006f8af0 in Map::Update (this=0x7fffdd9f2a50, t_diff=@0x23693c0) at /home/mangos/sources/t3cdebug/src/game/Map.cpp:591
  107.         plr = 0x7001
  108.         updater = {i_timeDiff = 37130976}
  109.         grid_object_update = {i_visitor = @0x7ffff752c0d0}
  110.         world_object_update = {i_visitor = @0x0}
  111. #16 0x0000000000705fa2 in MapUpdateRequest::call (this=0x23693a0) at /home/mangos/sources/t3cdebug/src/game/MapUpdater.cpp:53
  112. No locals.
  113. #17 0x0000000000966871 in DelayExecutor::svc (this=0x1217fa8) at /home/mangos/sources/t3cdebug/src/shared/DelayExecutor.cpp:55
  114.         rq = 0x23693a0
  115. #18 0x00007ffff72c5017 in ACE_Task_Base::svc_run (args=<value optimized out>) at ../../ace/Task.cpp:275
  116.         t = 0x1217fa8
  117.         svc_status = <value optimized out>
  118. #19 0x00007ffff72c63a1 in ACE_Thread_Adapter::invoke (this=0x1218340) at ../../ace/Thread_Adapter.cpp:98
  119.         exit_hook_instance = <value optimized out>
  120.         exit_hook_maybe = {instance_ = 0x0}
  121.         exit_hook_ptr = <value optimized out>
  122. #20 0x00007ffff65859ca in start_thread () from /lib/libpthread.so.0
  123. No symbol table info available.
  124. #21 0x00007ffff62e438d in clone () from /lib/libc.so.6
  125. No symbol table info available.
  126. #22 0x0000000000000000 in ?? ()
  127. No symbol table info available.
  128. (gdb) info threads
  129.   12 Thread 0x7fffd8fb3710 (LWP 28698)  0x00007ffff62e4983 in epoll_wait () from /lib/libc.so.6
  130.   11 Thread 0x7fffd97b4710 (LWP 28697)  0x00007ffff62e4983 in epoll_wait () from /lib/libc.so.6
  131.   10 Thread 0x7fffd9ffb710 (LWP 28696)  0x00007ffff658e14d in nanosleep () from /lib/libpthread.so.0
  132.   9 Thread 0x7fffda7fc710 (LWP 28695)  0x00007ffff658e14d in nanosleep () from /lib/libpthread.so.0
  133.   8 Thread 0x7fffdaffd710 (LWP 28694)  0x00007ffff658d94d in read () from /lib/libpthread.so.0
  134.   7 Thread 0x7fffdb7fe710 (LWP 28693)  0x00007ffff658a86c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  135. * 6 Thread 0x7fffdbfff710 (LWP 28692)  0x00007ffff6231a85 in raise () from /lib/libc.so.6
  136.   5 Thread 0x7fffeffff710 (LWP 28679)  0x00007ffff658a86c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  137.   4 Thread 0x7ffff49c0710 (LWP 28678)  0x00007ffff658a86c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  138.   3 Thread 0x7ffff53ce710 (LWP 28677)  0x00007ffff658a86c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  139.   1 Thread 0x7ffff7fdf720 (LWP 28673)  0x00007ffff658703d in pthread_join () from /lib/libpthread.so.0
  140. (gdb) shell echo -e "\nTHREADS BACKTRACE\n"
  141.  
  142. THREADS BACKTRACE
  143.  
  144. (gdb) thread apply all bt full
  145.  
  146. Thread 12 (Thread 0x7fffd8fb3710 (LWP 28698)):
  147. #0  0x00007ffff62e4983 in epoll_wait () from /lib/libc.so.6
  148. No symbol table info available.
  149. #1  0x00007ffff72447d2 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffdda15600, max_wait_time=0x7fffd8fb2df0)
  150.     at ../../ace/Dev_Poll_Reactor.cpp:960
  151.         timer_buf = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {
  152.               static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {
  153.                 tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {
  154.             tv_sec = 0, tv_usec = 10000}}
  155.         this_timeout = 0xfffffffffffffffc
  156.         nfds = <value optimized out>
  157. #2  0x00007ffff7247dec in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffdda15600, max_wait_time=0x7fffd8fb2df0, guard=...)
  158.     at ../../ace/Dev_Poll_Reactor.cpp:1030
  159.         result = <value optimized out>
  160. #3  0x00007ffff7247fb6 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffdda15600, max_wait_time=0x7fffd8fb2df0)
  161.     at ../../ace/Dev_Poll_Reactor.cpp:1012
  162.         countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffd8fb2df0, start_time_ = {static zero = {
  163.               static zero = <same as static member of an already seen type>, static max_time = {
  164.                 static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>,
  165.                 tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>,
  166.             tv_ = {tv_sec = 1268436962, tv_usec = 446686}}, stopped_ = false}
  167.         guard = {token_ = @0x7fffdda15628, owner_ = 1}
  168.         result = -1
  169. #4  0x00007ffff729fd6d in ACE_Reactor::run_reactor_event_loop (this=0x7fffdda15b60, tv=..., eh=0) at ../../ace/Reactor.cpp:271
  170.         result = -577019088
  171. #5  0x00000000008c8a3b in ReactorRunnable::svc (this=0x7fffdd9b6250) at /home/mangos/sources/t3cdebug/src/game/WorldSocketMgr.cpp:171
  172.         interval = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {
  173.               static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {
  174.                 tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {
  175.             tv_sec = 0, tv_usec = 10000}}
  176. #6  0x00007ffff72c5017 in ACE_Task_Base::svc_run (args=<value optimized out>) at ../../ace/Task.cpp:275
  177.         t = 0x7fffdd9b6250
  178.         svc_status = <value optimized out>
  179. #7  0x00007ffff72c63a1 in ACE_Thread_Adapter::invoke (this=0x7fffdda15f20) at ../../ace/Thread_Adapter.cpp:98
  180.         exit_hook_instance = <value optimized out>
  181.         exit_hook_maybe = {instance_ = 0x0}
  182.         exit_hook_ptr = <value optimized out>
  183. #8  0x00007ffff65859ca in start_thread () from /lib/libpthread.so.0
  184. No symbol table info available.
  185. #9  0x00007ffff62e438d in clone () from /lib/libc.so.6
  186. No symbol table info available.
  187. #10 0x0000000000000000 in ?? ()
  188. No symbol table info available.
  189.  
  190. ---Type <return> to continue, or q <return> to quit---
  191. Thread 11 (Thread 0x7fffd97b4710 (LWP 28697)):
  192. #0  0x00007ffff62e4983 in epoll_wait () from /lib/libc.so.6
  193. No symbol table info available.
  194. #1  0x00007ffff72447d2 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffdd9b6390, max_wait_time=0x7fffd97b3df0)
  195.     at ../../ace/Dev_Poll_Reactor.cpp:960
  196.         timer_buf = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {
  197.               static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {
  198.                 tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {
  199.             tv_sec = 0, tv_usec = 1643}}
  200.         this_timeout = 0xfffffffffffffffc
  201.         nfds = <value optimized out>
  202. #2  0x00007ffff7247dec in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffdd9b6390, max_wait_time=0x7fffd97b3df0, guard=...)
  203.     at ../../ace/Dev_Poll_Reactor.cpp:1030
  204.         result = <value optimized out>
  205. #3  0x00007ffff7247fb6 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffdd9b6390, max_wait_time=0x7fffd97b3df0)
  206.     at ../../ace/Dev_Poll_Reactor.cpp:1012
  207.         countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffd97b3df0, start_time_ = {static zero = {
  208.               static zero = <same as static member of an already seen type>, static max_time = {
  209.                 static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>,
  210.                 tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>,
  211.             tv_ = {tv_sec = 1268436962, tv_usec = 446507}}, stopped_ = false}
  212.         guard = {token_ = @0x7fffdd9b63b8, owner_ = 1}
  213.         result = -1
  214. #4  0x00007ffff729fd6d in ACE_Reactor::run_reactor_event_loop (this=0x7fffdda155e0, tv=..., eh=0) at ../../ace/Reactor.cpp:271
  215.         result = 0
  216. #5  0x00000000008c8a3b in ReactorRunnable::svc (this=0x7fffdd9b6118) at /home/mangos/sources/t3cdebug/src/game/WorldSocketMgr.cpp:171
  217.         interval = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {
  218.               static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {
  219.                 tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {
  220.             tv_sec = 0, tv_usec = 1643}}
  221. #6  0x00007ffff72c5017 in ACE_Task_Base::svc_run (args=<value optimized out>) at ../../ace/Task.cpp:275
  222.         t = 0x7fffdd9b6118
  223.         svc_status = <value optimized out>
  224. #7  0x00007ffff72c63a1 in ACE_Thread_Adapter::invoke (this=0x7fffdda15cd0) at ../../ace/Thread_Adapter.cpp:98
  225.         exit_hook_instance = <value optimized out>
  226.         exit_hook_maybe = {instance_ = 0x0}
  227.         exit_hook_ptr = <value optimized out>
  228. #8  0x00007ffff65859ca in start_thread () from /lib/libpthread.so.0
  229. No symbol table info available.
  230. #9  0x00007ffff62e438d in clone () from /lib/libc.so.6
  231. No symbol table info available.
  232. #10 0x0000000000000000 in ?? ()
  233. No symbol table info available.
  234.  
  235. Thread 10 (Thread 0x7fffd9ffb710 (LWP 28696)):
  236. ---Type <return> to continue, or q <return> to quit---
  237. #0  0x00007ffff658e14d in nanosleep () from /lib/libpthread.so.0
  238. No symbol table info available.
  239. #1  0x000000000096aeb7 in sleep (msecs=<value optimized out>) at /home/mangos/.sys/include/ace/OS_NS_unistd.inl:951
  240.         rqtp = {tv_sec = 1, tv_nsec = 0}
  241. #2  ACE_Based::Thread::Sleep (msecs=<value optimized out>) at /home/mangos/sources/t3cdebug/src/shared/Threading.cpp:231
  242. No locals.
  243. #3  0x00000000005bf6b2 in FreezeDetectorRunnable::run (this=0x1264970) at /home/mangos/sources/t3cdebug/src/trinitycore/Master.cpp:82
  244.         curtime = 0
  245. #4  0x000000000096b42a in ACE_Based::Thread::ThreadTask (param=0x7fffd9ffae10) at /home/mangos/sources/t3cdebug/src/shared/Threading.cpp:183
  246. No locals.
  247. #5  0x00007ffff65859ca in start_thread () from /lib/libpthread.so.0
  248. No symbol table info available.
  249. #6  0x00007ffff62e438d in clone () from /lib/libc.so.6
  250. No symbol table info available.
  251. #7  0x0000000000000000 in ?? ()
  252. No symbol table info available.
  253.  
  254. Thread 9 (Thread 0x7fffda7fc710 (LWP 28695)):
  255. #0  0x00007ffff658e14d in nanosleep () from /lib/libpthread.so.0
  256. No symbol table info available.
  257. #1  0x000000000096aeb7 in sleep (msecs=<value optimized out>) at /home/mangos/.sys/include/ace/OS_NS_unistd.inl:951
  258.         rqtp = {tv_sec = 0, tv_nsec = 10000000}
  259. #2  ACE_Based::Thread::Sleep (msecs=<value optimized out>) at /home/mangos/sources/t3cdebug/src/shared/Threading.cpp:231
  260. No locals.
  261. #3  0x00000000005bfae7 in RARunnable::run (this=0x7fffdd9b57e0) at /home/mangos/sources/t3cdebug/src/trinitycore/Master.cpp:184
  262.         h = {<ISocketHandler> = {_vptr.ISocketHandler = 0xca2710}, m_sockets = {_M_t = {
  263.               _M_impl = {<std::allocator<std::_Rb_tree_node<std::pair<int const, Socket*> > >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<int const, Socket*> > >> = {<No data fields>}, <No data fields>},
  264.                 _M_key_compare = {<std::binary_function<int, int, bool>> = {<No data fields>}, <No data fields>}, _M_header = {_M_color = std::_S_red,
  265.                   _M_parent = 0x0, _M_left = 0x7fffda7fb9d0, _M_right = 0x7fffda7fb9d0}, _M_node_count = 0}}}, m_add = {_M_t = {
  266.               _M_impl = {<std::allocator<std::_Rb_tree_node<std::pair<int const, Socket*> > >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<int const, Socket*> > >> = {<No data fields>}, <No data fields>},
  267.                 _M_key_compare = {<std::binary_function<int, int, bool>> = {<No data fields>}, <No data fields>}, _M_header = {_M_color = std::_S_red,
  268.                   _M_parent = 0x0, _M_left = 0x7fffda7fba00, _M_right = 0x7fffda7fba00}, _M_node_count = 0}}},
  269.           m_delete = {<std::_List_base<Socket*, std::allocator<Socket*> >> = {
  270.               _M_impl = {<std::allocator<std::_List_node<Socket*> >> = {<__gnu_cxx::new_allocator<std::_List_node<Socket*> >> = {<No data fields>}, <No data fields>}, _M_node = {_M_next = 0x7fffda7fba28, _M_prev = 0x7fffda7fba28}}}, <No data fields>}, m_stdlog = 0x0, m_mutex = @0x0,
  271.           m_b_use_mutex = false, m_maxsock = 0, m_rfds = {fds_bits = {0 <repeats 16 times>}}, m_wfds = {fds_bits = {0 <repeats 16 times>}}, m_efds = {
  272.             fds_bits = {0 <repeats 16 times>}}, m_preverror = -1, m_errcnt = 0, m_tlast = 0, m_fds = {<std::_List_base<int, std::allocator<int> >> = {
  273.               _M_impl = {<std::allocator<std::_List_node<int> >> = {<__gnu_cxx::new_allocator<std::_List_node<int> >> = {<No data fields>}, <No data fields>}, _M_node = {_M_next = 0x7fffda7fbbe0, _M_prev = 0x7fffda7fbbe0}}}, <No data fields>},
  274.           m_fds_erase = {<std::_List_base<int, std::allocator<int> >> = {
  275.               _M_impl = {<std::allocator<std::_List_node<int> >> = {<__gnu_cxx::new_allocator<std::_List_node<int> >> = {<No data fields>}, <No data fields>}, _M_node = {_M_next = 0x7fffda7fbbf0, _M_prev = 0x7fffda7fbbf0}}}, <No data fields>},
  276.           m_fds_callonconnect = {<std::_List_base<int, std::allocator<int> >> = {
  277. ---Type <return> to continue, or q <return> to quit---
  278.               _M_impl = {<std::allocator<std::_List_node<int> >> = {<__gnu_cxx::new_allocator<std::_List_node<int> >> = {<No data fields>}, <No data fields>}, _M_node = {_M_next = 0x7fffda7fbc00, _M_prev = 0x7fffda7fbc00}}}, <No data fields>},
  279.           m_fds_detach = {<std::_List_base<int, std::allocator<int> >> = {
  280.               _M_impl = {<std::allocator<std::_List_node<int> >> = {<__gnu_cxx::new_allocator<std::_List_node<int> >> = {<No data fields>}, <No data fields>}, _M_node = {_M_next = 0x7fffda7fbc10, _M_prev = 0x7fffda7fbc10}}}, <No data fields>},
  281.           m_fds_timeout = {<std::_List_base<int, std::allocator<int> >> = {
  282.               _M_impl = {<std::allocator<std::_List_node<int> >> = {<__gnu_cxx::new_allocator<std::_List_node<int> >> = {<No data fields>}, <No data fields>}, _M_node = {_M_next = 0x7fffda7fbc20, _M_prev = 0x7fffda7fbc20}}}, <No data fields>},
  283.           m_fds_retry = {<std::_List_base<int, std::allocator<int> >> = {
  284.               _M_impl = {<std::allocator<std::_List_node<int> >> = {<__gnu_cxx::new_allocator<std::_List_node<int> >> = {<No data fields>}, <No data fields>}, _M_node = {_M_next = 0x7fffda7fbc30, _M_prev = 0x7fffda7fbc30}}}, <No data fields>},
  285.           m_fds_close = {<std::_List_base<int, std::allocator<int> >> = {
  286.               _M_impl = {<std::allocator<std::_List_node<int> >> = {<__gnu_cxx::new_allocator<std::_List_node<int> >> = {<No data fields>}, <No data fields>}, _M_node = {_M_next = 0x7fffda7fbc40, _M_prev = 0x7fffda7fbc40}}}, <No data fields>}, m_resolv_id = 0, m_resolver = 0x0, m_resolver_port = 0,
  287.           m_resolve_q = {_M_t = {
  288.               _M_impl = {<std::allocator<std::_Rb_tree_node<std::pair<Socket* const, bool> > >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<Socket* const, bool> > >> = {<No data fields>}, <No data fields>},
  289.                 _M_key_compare = {<std::binary_function<Socket*, Socket*, bool>> = {<No data fields>}, <No data fields>}, _M_header = {
  290.                   _M_color = std::_S_red, _M_parent = 0x0, _M_left = 0x7fffda7fbc70, _M_right = 0x7fffda7fbc70}, _M_node_count = 0}}},
  291.           m_b_enable_pool = false, m_slave = false}
  292.         RAListenSocket = {<Socket> = {_vptr.Socket = 0xc0e250, m_handler = @0x7fffda7fb9c0, m_socket = -1, m_bDel = false, m_bClose = false,
  293.             m_tCreate = 1268436542, m_parent = 0x0, m_b_disable_read = false, m_connected = false, m_b_erased_by_handler = false, m_tClose = 0,
  294.             m_client_remote_address = {_M_ptr = 0x0}, m_remote_address = {_M_ptr = 0x0}, m_traffic_monitor = 0x0, m_timeout_start = 0,
  295.             m_timeout_limit = 0, m_bLost = false, m_socket_type = 0, m_socket_protocol = {static npos = 18446744073709551615,
  296.               _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  297.                 _M_p = 0x1014b98 ""}}, m_bClient = false, m_bRetain = false, m_detach = false, m_detached = false, m_pThread = 0x0,
  298.             m_slave_handler = 0x0}, m_depth = 0, m_creator = 0x1264090, m_bHasCreate = false}
  299.         usera = <value optimized out>
  300.         socketSelecttime = <value optimized out>
  301. #4  0x000000000096b42a in ACE_Based::Thread::ThreadTask (param=0x7fffda7fb970) at /home/mangos/sources/t3cdebug/src/shared/Threading.cpp:183
  302. No locals.
  303. #5  0x00007ffff65859ca in start_thread () from /lib/libpthread.so.0
  304. No symbol table info available.
  305. #6  0x00007ffff62e438d in clone () from /lib/libc.so.6
  306. No symbol table info available.
  307. #7  0x0000000000000000 in ?? ()
  308. No symbol table info available.
  309.  
  310. Thread 8 (Thread 0x7fffdaffd710 (LWP 28694)):
  311. #0  0x00007ffff658d94d in read () from /lib/libpthread.so.0
  312. No symbol table info available.
  313. #1  0x00007ffff7bc428e in rl_getc () from /lib/libreadline.so.5
  314. No symbol table info available.
  315. #2  0x00007ffff7bb169f in readline_internal_char () from /lib/libreadline.so.5
  316. No symbol table info available.
  317. ---Type <return> to continue, or q <return> to quit---
  318. #3  0x00007ffff7bb1b65 in readline () from /lib/libreadline.so.5
  319. No symbol table info available.
  320. #4  0x00000000005bd11e in CliRunnable::run (this=<value optimized out>) at /home/mangos/sources/t3cdebug/src/trinitycore/CliRunnable.cpp:403
  321.         command_str = 0x5bba00 "\377%\032|\244"
  322. #5  0x000000000096b42a in ACE_Based::Thread::ThreadTask (param=0x0) at /home/mangos/sources/t3cdebug/src/shared/Threading.cpp:183
  323. No locals.
  324. #6  0x00007ffff65859ca in start_thread () from /lib/libpthread.so.0
  325. No symbol table info available.
  326. #7  0x00007ffff62e438d in clone () from /lib/libc.so.6
  327. No symbol table info available.
  328. #8  0x0000000000000000 in ?? ()
  329. No symbol table info available.
  330.  
  331. Thread 7 (Thread 0x7fffdb7fe710 (LWP 28693)):
  332. #0  0x00007ffff658a86c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  333. No symbol table info available.
  334. #1  0x00007ffff723502a in cond_wait (this=0x121807c) at ../../ace/OS_NS_Thread.inl:329
  335.         result = <value optimized out>
  336. #2  ACE_Condition_Thread_Mutex::wait (this=0x121807c) at ../../ace/Condition_Thread_Mutex.cpp:90
  337. No locals.
  338. #3  0x0000000000705c95 in MapUpdater::wait (this=0x1217fa0) at /home/mangos/sources/t3cdebug/src/game/MapUpdater.cpp:90
  339. No locals.
  340. #4  0x0000000000704472 in MapManager::Update (this=0x1217ed0, diff=<value optimized out>) at /home/mangos/sources/t3cdebug/src/game/MapManager.cpp:309
  341. No locals.
  342. #5  0x00000000008b96b2 in World::Update (this=0x7ffff00237e0, diff=50) at /home/mangos/sources/t3cdebug/src/game/World.cpp:1922
  343.         autobroadcaston = 1
  344. #6  0x00000000005c1354 in WorldRunnable::run (this=<value optimized out>) at /home/mangos/sources/t3cdebug/src/trinitycore/WorldRunnable.cpp:66
  345.         diff = 50
  346.         realCurrTime = 1421610129
  347.         realPrevTime = <value optimized out>
  348.         prevSleepTime = 50
  349. #7  0x000000000096b42a in ACE_Based::Thread::ThreadTask (param=0x121807c) at /home/mangos/sources/t3cdebug/src/shared/Threading.cpp:183
  350. No locals.
  351. #8  0x00007ffff65859ca in start_thread () from /lib/libpthread.so.0
  352. No symbol table info available.
  353. #9  0x00007ffff62e438d in clone () from /lib/libc.so.6
  354. No symbol table info available.
  355. #10 0x0000000000000000 in ?? ()
  356. No symbol table info available.
  357.  
  358. Thread 6 (Thread 0x7fffdbfff710 (LWP 28692)):
  359. #0  0x00007ffff6231a85 in raise () from /lib/libc.so.6
  360. No symbol table info available.
  361. #1  0x00007ffff6235520 in abort () from /lib/libc.so.6
  362. No symbol table info available.
  363. ---Type <return> to continue, or q <return> to quit---
  364. #2  0x00007ffff622a9a1 in __assert_fail () from /lib/libc.so.6
  365. No symbol table info available.
  366. #3  0x000000000088d139 in Unit::SetCharmedBy (this=0x134d770, charmer=0x7fffe384c8b0, type=CHARM_TYPE_POSSESS)
  367.     at /home/mangos/sources/t3cdebug/src/game/Unit.cpp:14974
  368.         __PRETTY_FUNCTION__ = "bool Unit::SetCharmedBy(Unit*, CharmType)"
  369. #4  0x00000000007f855a in AuraApplication::_HandleEffect (this=0x1365730, effIndex=<value optimized out>, apply=<value optimized out>)
  370.     at /home/mangos/sources/t3cdebug/src/game/SpellAuras.cpp:152
  371.         aurEff = 0x13134f0
  372.         __PRETTY_FUNCTION__ = "void AuraApplication::_HandleEffect(uint8, bool)"
  373.         caster = <value optimized out>
  374. #5  0x0000000000890234 in Unit::_ApplyAura (this=0x134d770, aurApp=0x1365730, effMask=<value optimized out>)
  375.     at /home/mangos/sources/t3cdebug/src/game/Unit.cpp:3665
  376.         aura = <value optimized out>
  377.         caster = <value optimized out>
  378. #6  0x00000000007fa3a4 in Aura::_ApplyEffectForTargets (this=0x1ff0870, effIndex=<value optimized out>)
  379.     at /home/mangos/sources/t3cdebug/src/game/SpellAuras.cpp:546
  380.         targetList = {<std::_List_base<Unit*, std::allocator<Unit*> >> = {
  381.             _M_impl = {<std::allocator<std::_List_node<Unit*> >> = {<__gnu_cxx::new_allocator<std::_List_node<Unit*> >> = {<No data fields>}, <No data fields>}, _M_node = {_M_next = 0x133c7a0, _M_prev = 0x133c7a0}}}, <No data fields>}
  382.         __PRETTY_FUNCTION__ = "void Aura::_ApplyEffectForTargets(uint8)"
  383. #7  0x000000000081d389 in Spell::DoSpellHitOnUnit (this=0x2365e30, unit=0x134d770, effectMask=5, scaleAura=<value optimized out>)
  384.     at /home/mangos/sources/t3cdebug/src/game/Spell.cpp:1402
  385.         effectNumber = 0
  386.         aura_effmask = <value optimized out>
  387.         __PRETTY_FUNCTION__ = "SpellMissInfo Spell::DoSpellHitOnUnit(Unit*, uint32, bool)"
  388. #8  0x000000000081d982 in Spell::DoAllEffectOnTarget (this=0x2365e30, target=0x19ab930) at /home/mangos/sources/t3cdebug/src/game/Spell.cpp:1083
  389.         missInfo = <value optimized out>
  390.         mask = 5
  391.         unit = 0x134d770
  392.         caster = 0x7fffe384c8b0
  393.         missInfo = SPELL_MISS_NONE
  394.         procVictim = 0
  395.         spellHitTarget = 0x134d770
  396.         procAttacker = 0
  397.         procEx = <value optimized out>
  398.         canEffectTrigger = true
  399. #9  0x00000000008257e4 in Spell::handle_immediate (this=0x2365e30) at /home/mangos/sources/t3cdebug/src/game/Spell.cpp:3007
  400. No locals.
  401. #10 0x000000000082458e in Spell::cast (this=0x2365e30, skipCheck=<value optimized out>) at /home/mangos/sources/t3cdebug/src/game/Spell.cpp:2965
  402. No locals.
  403. #11 0x0000000000829bf0 in SpellEvent::Execute (this=0x2369ee0, e_time=305513, p_time=6) at /home/mangos/sources/t3cdebug/src/game/Spell.cpp:6371
  404. No locals.
  405. #12 0x000000000097c2cf in EventProcessor::Update (this=0x7fffe384ca38, p_time=100)
  406.     at /home/mangos/sources/t3cdebug/src/framework/Utilities/EventProcessor.cpp:49
  407.         Event = 0x2369ee0
  408. ---Type <return> to continue, or q <return> to quit---
  409. #13 0x00000000008903d7 in Unit::Update (this=0x7fffe384c8b0, p_time=28692) at /home/mangos/sources/t3cdebug/src/game/Unit.cpp:229
  410.         __PRETTY_FUNCTION__ = "virtual void Unit::Update(uint32)"
  411. #14 0x00000000007d0cb1 in Player::Update (this=0x7fffe384c8b0, p_time=100) at /home/mangos/sources/t3cdebug/src/game/Player.cpp:1172
  412.         now = <value optimized out>
  413.         pet = <value optimized out>
  414. #15 0x00000000006f8af0 in Map::Update (this=0x7fffdd9f2a50, t_diff=@0x23693c0) at /home/mangos/sources/t3cdebug/src/game/Map.cpp:591
  415.         plr = 0x7001
  416.         updater = {i_timeDiff = 37130976}
  417.         grid_object_update = {i_visitor = @0x7ffff752c0d0}
  418.         world_object_update = {i_visitor = @0x0}
  419. #16 0x0000000000705fa2 in MapUpdateRequest::call (this=0x23693a0) at /home/mangos/sources/t3cdebug/src/game/MapUpdater.cpp:53
  420. No locals.
  421. #17 0x0000000000966871 in DelayExecutor::svc (this=0x1217fa8) at /home/mangos/sources/t3cdebug/src/shared/DelayExecutor.cpp:55
  422.         rq = 0x23693a0
  423. #18 0x00007ffff72c5017 in ACE_Task_Base::svc_run (args=<value optimized out>) at ../../ace/Task.cpp:275
  424.         t = 0x1217fa8
  425.         svc_status = <value optimized out>
  426. #19 0x00007ffff72c63a1 in ACE_Thread_Adapter::invoke (this=0x1218340) at ../../ace/Thread_Adapter.cpp:98
  427.         exit_hook_instance = <value optimized out>
  428.         exit_hook_maybe = {instance_ = 0x0}
  429.         exit_hook_ptr = <value optimized out>
  430. #20 0x00007ffff65859ca in start_thread () from /lib/libpthread.so.0
  431. No symbol table info available.
  432. #21 0x00007ffff62e438d in clone () from /lib/libc.so.6
  433. No symbol table info available.
  434. #22 0x0000000000000000 in ?? ()
  435. No symbol table info available.
  436.  
  437. Thread 5 (Thread 0x7fffeffff710 (LWP 28679)):
  438. #0  0x00007ffff658a86c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  439. No symbol table info available.
  440. #1  0x00007ffff72350cd in cond_timedwait (this=0x7ffff001cf24, mutex=..., abstime=0x27) at ../../ace/OS_NS_Thread.inl:362
  441.         result = <value optimized out>
  442.         ts = {tv_sec = 140737220037792, tv_nsec = 140737345794443}
  443. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff001cf24, mutex=..., abstime=0x27) at ../../ace/Condition_Thread_Mutex.cpp:100
  444. No locals.
  445. #3  0x00007ffff721c68b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff001cea0, timeout=0x0) at ../../ace/Message_Queue_T.cpp:1742
  446.         result = <value optimized out>
  447. #4  0x00007ffff721d189 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff001cea0, first_item=@0x7fffefffee58, timeout=0x0)
  448.     at ../../ace/Message_Queue_T.cpp:1934
  449.         ace_mon = {lock_ = 0x7ffff001cef0, owner_ = 0}
  450. #5  0x00007ffff721c0b2 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=0x27) at ../../ace/Activation_Queue.cpp:91
  451.         mb = 0x0
  452. #6  0x000000000099e7d2 in SqlDelayThread::run (this=0x7ffff0000ad0) at /home/mangos/sources/t3cdebug/src/shared/Database/SqlDelayThread.cpp:42
  453. No locals.
  454. ---Type <return> to continue, or q <return> to quit---
  455. #7  0x000000000096b42a in ACE_Based::Thread::ThreadTask (param=0x7ffff001cf24) at /home/mangos/sources/t3cdebug/src/shared/Threading.cpp:183
  456. No locals.
  457. #8  0x00007ffff65859ca in start_thread () from /lib/libpthread.so.0
  458. No symbol table info available.
  459. #9  0x00007ffff62e438d in clone () from /lib/libc.so.6
  460. No symbol table info available.
  461. #10 0x0000000000000000 in ?? ()
  462. No symbol table info available.
  463.  
  464. Thread 4 (Thread 0x7ffff49c0710 (LWP 28678)):
  465. #0  0x00007ffff658a86c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  466. No symbol table info available.
  467. #1  0x00007ffff72350cd in cond_timedwait (this=0x7ffff0016474, mutex=..., abstime=0x8b) at ../../ace/OS_NS_Thread.inl:362
  468.         result = <value optimized out>
  469.         ts = {tv_sec = 140737220010480, tv_nsec = 140737345794443}
  470. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff0016474, mutex=..., abstime=0x8b) at ../../ace/Condition_Thread_Mutex.cpp:100
  471. No locals.
  472. #3  0x00007ffff721c68b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff00163f0, timeout=0x0) at ../../ace/Message_Queue_T.cpp:1742
  473.         result = <value optimized out>
  474. #4  0x00007ffff721d189 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff00163f0, first_item=@0x7ffff49bfe58, timeout=0x0)
  475.     at ../../ace/Message_Queue_T.cpp:1934
  476.         ace_mon = {lock_ = 0x7ffff0016440, owner_ = 0}
  477. #5  0x00007ffff721c0b2 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=0x8b) at ../../ace/Activation_Queue.cpp:91
  478.         mb = 0x0
  479. #6  0x000000000099e7d2 in SqlDelayThread::run (this=0x7ffff0000a10) at /home/mangos/sources/t3cdebug/src/shared/Database/SqlDelayThread.cpp:42
  480. No locals.
  481. #7  0x000000000096b42a in ACE_Based::Thread::ThreadTask (param=0x7ffff0016474) at /home/mangos/sources/t3cdebug/src/shared/Threading.cpp:183
  482. No locals.
  483. #8  0x00007ffff65859ca in start_thread () from /lib/libpthread.so.0
  484. No symbol table info available.
  485. #9  0x00007ffff62e438d in clone () from /lib/libc.so.6
  486. No symbol table info available.
  487. #10 0x0000000000000000 in ?? ()
  488. No symbol table info available.
  489.  
  490. Thread 3 (Thread 0x7ffff53ce710 (LWP 28677)):
  491. #0  0x00007ffff658a86c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  492. No symbol table info available.
  493. #1  0x00007ffff72350cd in cond_timedwait (this=0x10625f4, mutex=..., abstime=0xb) at ../../ace/OS_NS_Thread.inl:362
  494.         result = <value optimized out>
  495.         ts = {tv_sec = 17179504, tv_nsec = 140737345794443}
  496. #2  ACE_Condition_Thread_Mutex::wait (this=0x10625f4, mutex=..., abstime=0xb) at ../../ace/Condition_Thread_Mutex.cpp:100
  497. No locals.
  498. #3  0x00007ffff721c68b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x1062570, timeout=0x0) at ../../ace/Message_Queue_T.cpp:1742
  499.         result = <value optimized out>
  500. ---Type <return> to continue, or q <return> to quit---
  501. #4  0x00007ffff721d189 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x1062570, first_item=@0x7ffff53cde58, timeout=0x0)
  502.     at ../../ace/Message_Queue_T.cpp:1934
  503.         ace_mon = {lock_ = 0x10625c0, owner_ = 0}
  504. #5  0x00007ffff721c0b2 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=0xb) at ../../ace/Activation_Queue.cpp:91
  505.         mb = 0x0
  506. #6  0x000000000099e7d2 in SqlDelayThread::run (this=0x1060b00) at /home/mangos/sources/t3cdebug/src/shared/Database/SqlDelayThread.cpp:42
  507. No locals.
  508. #7  0x000000000096b42a in ACE_Based::Thread::ThreadTask (param=0x10625f4) at /home/mangos/sources/t3cdebug/src/shared/Threading.cpp:183
  509. No locals.
  510. #8  0x00007ffff65859ca in start_thread () from /lib/libpthread.so.0
  511. No symbol table info available.
  512. #9  0x00007ffff62e438d in clone () from /lib/libc.so.6
  513. No symbol table info available.
  514. #10 0x0000000000000000 in ?? ()
  515. No symbol table info available.
  516.  
  517. Thread 1 (Thread 0x7ffff7fdf720 (LWP 28673)):
  518. #0  0x00007ffff658703d in pthread_join () from /lib/libpthread.so.0
  519. No symbol table info available.
  520. #1  0x00007ffff72c887c in thr_join (this=<value optimized out>, task=<value optimized out>) at ../../ace/OS_NS_Thread.inl:2798
  521.         result = 17222104
  522. #2  ACE_Thread::join (this=<value optimized out>, task=<value optimized out>) at ../../ace/Thread.inl:137
  523. No locals.
  524. #3  ACE_Thread_Manager::wait_task (this=<value optimized out>, task=<value optimized out>) at ../../ace/Thread_Manager.cpp:1797
  525.         i = 0
  526.         copy_count = 1
  527.         copy_table = 0x7fffdda160c8
  528.         result = <value optimized out>
  529. #4  0x00000000008c7110 in ReactorRunnable::Wait (this=0x7fffdd9b55c8) at /home/mangos/sources/t3cdebug/src/game/WorldSocketMgr.cpp:104
  530. No locals.
  531. #5  WorldSocketMgr::Wait (this=0x7fffdd9b55c8) at /home/mangos/sources/t3cdebug/src/game/WorldSocketMgr.cpp:319
  532.         i = 1
  533. #6  0x00000000005bebde in Master::Run (this=0x104abe0) at /home/mangos/sources/t3cdebug/src/trinitycore/Master.cpp:329
  534.         pidfile = {static npos = 18446744073709551615,
  535.           _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  536.             _M_p = 0x1060ac8 "/home/mangos/trinity322a/worldd.pid"}}
  537.         rar_thread = {m_iThreadId = 140736859195152, m_hThreadHandle = 140736859195152, m_task = 0x7fffdd9b57e0, static m_ThreadStorage = {
  538.             _vptr.ACE_TSS = 0xc9b870, keylock_ = {lock_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0,
  539.                   __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 39 times>, __align = 0}, removed_ = false}, once_ = true,
  540.             key_ = 3}, static m_TpEnum = {m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  541.         bind_ip = {static npos = 18446744073709551615,
  542.           _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  543.             _M_p = 0x7fffdd9d7f48 "0.0.0.0"}}
  544.         world_thread = {m_iThreadId = 140736875980560, m_hThreadHandle = 140736875980560, m_task = 0x7fffdda0efb0, static m_ThreadStorage = {
  545.             _vptr.ACE_TSS = 0xc9b870, keylock_ = {lock_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0,
  546. ---Type <return> to continue, or q <return> to quit---
  547.                   __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 39 times>, __align = 0}, removed_ = false}, once_ = true,
  548.             key_ = 3}, static m_TpEnum = {m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  549.         cliThread = 0x7fffdd9b5690
  550.         wsport = 8086
  551. #7  0x00007ffff621cc4d in __libc_start_main () from /lib/libc.so.6
  552. No symbol table info available.
  553. #8  0x00000000005bc979 in _start ()
  554. No symbol table info available.
  555. (gdb)