Advertisement
Guest User

Untitled

a guest
Sep 27th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.00 KB | None | 0 0
  1. [New Thread 0x7fffd09be700 (LWP 27005)]
  2. [New Thread 0x7fffd01bd700 (LWP 27006)]
  3. [New Thread 0x7fffcf9bc700 (LWP 27007)]
  4. [New Thread 0x7fffcf1bb700 (LWP 27008)]
  5. [New Thread 0x7fffce9ba700 (LWP 27009)]
  6. [New Thread 0x7fffce1b9700 (LWP 27010)]
  7. [New Thread 0x7fffcd9b8700 (LWP 27011)]
  8. [New Thread 0x7fffcd1b7700 (LWP 27012)]
  9. [New Thread 0x7fffcc9b6700 (LWP 27013)]
  10.  
  11. Program received signal SIGSEGV, Segmentation fault.
  12. [Switching to Thread 0x7fffd3ac4700 (LWP 26999)]
  13. operator<< (buf=..., guid=...) at /root/mangosdev/src/game/ObjectGuid.cpp:91
  14. 91 buf.append(guid.m_packedGuid);
  15. #0 operator<< (buf=..., guid=...) at /root/mangosdev/src/game/ObjectGuid.cpp:91
  16. #1 0x00000000008dc0b7 in Spell::SendSpellGo (this=0x7fff6382c900) at /root/mangosdev/src/game/Spell.cpp:4264
  17. #2 0x00000000008e9e76 in Spell::cast (this=0x7fff6382c900, skipCheck=64) at /root/mangosdev/src/game/Spell.cpp:3649
  18. #3 0x000000000076f50b in Unit::CastSpell (this=<value optimized out>, Victim=0x7074000, spellInfo=<value optimized out>, triggered=<value optimized out>, castItem=0x0, triggeredByAura=0x7fff7154e750, originalCaster=..., triggeredBy=0x7fffed1cd620) at /root/mangosdev/src/game/Unit.cpp:1269
  19. #4 0x0000000000959063 in Aura::TriggerSpell (this=0x7fff7154e750) at /root/mangosdev/src/game/SpellAuras.cpp:2085
  20. #5 0x000000000095b956 in Aura::PeriodicTick (this=0x7fff7154e750) at /root/mangosdev/src/game/SpellAuras.cpp:8415
  21. #6 0x000000000094de06 in UpdateAura (this=0x7fff68c168c0, diff=4961) at /root/mangosdev/src/game/SpellAuras.h:442
  22. #7 SpellAuraHolder::Update (this=0x7fff68c168c0, diff=4961) at /root/mangosdev/src/game/SpellAuras.cpp:11101
  23. #8 0x000000000077c7e3 in UpdateHolder (this=0x7074000, time=4961) at /root/mangosdev/src/game/SpellAuras.h:107
  24. #9 Unit::_UpdateSpells (this=0x7074000, time=4961) at /root/mangosdev/src/game/Unit.cpp:3695
  25. #10 0x0000000000788aec in Unit::Update (this=0x7074000, update_diff=4961, p_time=110) at /root/mangosdev/src/game/Unit.cpp:333
  26. #11 0x000000000070e098 in Player::Update (this=0x7074000, update_diff=4961, p_time=110) at /root/mangosdev/src/game/Player.cpp:1219
  27. #12 0x0000000000647749 in Update (this=0x12a8000, t_diff=<value optimized out>) at /root/mangosdev/src/game/Object.h:429
  28. #13 Map::Update (this=0x12a8000, t_diff=<value optimized out>) at /root/mangosdev/src/game/Map.cpp:461
  29. #14 0x00000000008123c2 in MapUpdateRequest::call (this=0x7fffba089b98) at /root/mangosdev/src/game/MapUpdater.cpp:74
  30. #15 0x0000000000a7df77 in DelayExecutor::svc (this=0x7fffd52dd8f0) at /root/mangosdev/src/shared/DelayExecutor.cpp:72
  31. #16 0x00007ffff7b72c27 in ACE_Task_Base::svc_run(void*) () from /opt/mangos/lib/libACE-5.8.3.so
  32. #17 0x00007ffff7b73fb1 in ACE_Thread_Adapter::invoke() () from /opt/mangos/lib/libACE-5.8.3.so
  33. #18 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  34. #19 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  35. #20 0x0000000000000000 in ?? ()
  36. #0 operator<< (buf=..., guid=...) at /root/mangosdev/src/game/ObjectGuid.cpp:91
  37. No locals.
  38. #1 0x00000000008dc0b7 in Spell::SendSpellGo (this=0x7fff6382c900) at /root/mangosdev/src/game/Spell.cpp:4264
  39. castFlags = 256
  40. caster = <value optimized out>
  41. data = {<ByteBuffer> = {static DEFAULT_SIZE = 4096, _rpos = 0, _wpos = 0, _storage = {<std::_Vector_base<unsigned char, std::allocator<unsigned char> >> = {_M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>}, _M_start = 0x7fff639c8678 "", _M_finish = 0x7fff639c8678 "", _M_end_of_storage = 0x7fff639c86aa ""}}, <No data fields>}}, m_opcode = 306}
  42. #2 0x00000000008e9e76 in Spell::cast (this=0x7fff6382c900, skipCheck=64) at /root/mangosdev/src/game/Spell.cpp:3649
  43. castResult = <value optimized out>
  44. procTarget = <value optimized out>
  45. #3 0x000000000076f50b in Unit::CastSpell (this=<value optimized out>, Victim=0x7074000, spellInfo=<value optimized out>, triggered=<value optimized out>, castItem=0x0, triggeredByAura=0x7fff7154e750, originalCaster=..., triggeredBy=0x7fffed1cd620) at /root/mangosdev/src/game/Unit.cpp:1269
  46. targets = {m_srcX = 0, m_srcY = 0, m_srcZ = 0, m_destX = 5717.43018, m_destY = 681.609009, m_destZ = 645.750977, m_strTarget = {static npos = <optimized out>, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xe94e58 ""}}, m_targetMask = 2, m_unitTarget = 0x7074000, m_GOTarget = 0x0, m_itemTarget = 0x0, m_unitTargetGUID = {m_guid = 206470}, m_GOTargetGUID = {m_guid = 0}, m_CorpseTargetGUID = {m_guid = 0}, m_itemTargetGUID = {m_guid = 0}, m_srcTransportGUID = {m_guid = 0}, m_destTransportGUID = {m_guid = 0}, m_itemTargetEntry = 0}
  47. #4 0x0000000000959063 in Aura::TriggerSpell (this=0x7fff7154e750) at /root/mangosdev/src/game/SpellAuras.cpp:2085
  48. triggerTarget = 0x7074000
  49. auraSpellInfo = <value optimized out>
  50. auraId = 0
  51. casterGUID = {m_guid = 17379391579223090610}
  52. trigger_spell_id = 50661
  53. triggeredSpellInfo = 0x7fffec553940
  54. target = <value optimized out>
  55. triggerCaster = 0x7fffd3ac3530
  56. triggerTargetObject = <value optimized out>
  57. #5 0x000000000095b956 in Aura::PeriodicTick (this=0x7fff7154e750) at /root/mangosdev/src/game/SpellAuras.cpp:8415
  58. target = 0x7074000
  59. spellProto = 0x7fffed1cd620
  60. #6 0x000000000094de06 in UpdateAura (this=0x7fff68c168c0, diff=4961) at /root/mangosdev/src/game/SpellAuras.h:442
  61. No locals.
  62. #7 SpellAuraHolder::Update (this=0x7fff68c168c0, diff=4961) at /root/mangosdev/src/game/SpellAuras.cpp:11101
  63. aura = 0x7fff7154e750
  64. #8 0x000000000077c7e3 in UpdateHolder (this=0x7074000, time=4961) at /root/mangosdev/src/game/SpellAuras.h:107
  65. No locals.
  66. #9 Unit::_UpdateSpells (this=0x7074000, time=4961) at /root/mangosdev/src/game/Unit.cpp:3695
  67. i_holder = 0x7fff68c168c0
  68. #10 0x0000000000788aec in Unit::Update (this=0x7074000, update_diff=4961, p_time=110) at /root/mangosdev/src/game/Unit.cpp:333
  69. No locals.
  70. #11 0x000000000070e098 in Player::Update (this=0x7074000, update_diff=4961, p_time=110) at /root/mangosdev/src/game/Player.cpp:1219
  71. now = <value optimized out>
  72. pet = <value optimized out>
  73. #12 0x0000000000647749 in Update (this=0x12a8000, t_diff=<value optimized out>) at /root/mangosdev/src/game/Object.h:429
  74. No locals.
  75. #13 Map::Update (this=0x12a8000, t_diff=<value optimized out>) at /root/mangosdev/src/game/Map.cpp:461
  76. plr = 0x7074000
  77. updater = {i_timeDiff = 3576551664}
  78. __FUNCTION__ = "Update"
  79. __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
  80. #14 0x00000000008123c2 in MapUpdateRequest::call (this=0x7fffba089b98) at /root/mangosdev/src/game/MapUpdater.cpp:74
  81. No locals.
  82. #15 0x0000000000a7df77 in DelayExecutor::svc (this=0x7fffd52dd8f0) at /root/mangosdev/src/shared/DelayExecutor.cpp:72
  83. timeout = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 1312258365, tv_usec = 917490}}
  84. rq = <value optimized out>
  85. #16 0x00007ffff7b72c27 in ACE_Task_Base::svc_run(void*) () from /opt/mangos/lib/libACE-5.8.3.so
  86. No symbol table info available.
  87. #17 0x00007ffff7b73fb1 in ACE_Thread_Adapter::invoke() () from /opt/mangos/lib/libACE-5.8.3.so
  88. No symbol table info available.
  89. #18 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  90. No symbol table info available.
  91. #19 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  92. No symbol table info available.
  93. #20 0x0000000000000000 in ?? ()
  94. No symbol table info available.
  95. 21 Thread 0x7fffcc9b6700 (LWP 27013) 0x00007ffff5b76f23 in epoll_wait () from /lib/libc.so.6
  96. 20 Thread 0x7fffcd1b7700 (LWP 27012) 0x00007ffff5b76f23 in epoll_wait () from /lib/libc.so.6
  97. 19 Thread 0x7fffcd9b8700 (LWP 27011) 0x00007ffff5b76f23 in epoll_wait () from /lib/libc.so.6
  98. 18 Thread 0x7fffce1b9700 (LWP 27010) 0x00007ffff5b76f23 in epoll_wait () from /lib/libc.so.6
  99. 17 Thread 0x7fffce9ba700 (LWP 27009) 0x00007ffff5e1ea9c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  100. 16 Thread 0x7fffcf1bb700 (LWP 27008) 0x00007ffff5e1ea9c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  101. 15 Thread 0x7fffcf9bc700 (LWP 27007) 0x00007ffff5e1ea9c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  102. 14 Thread 0x7fffd01bd700 (LWP 27006) 0x00007ffff5e1ea9c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  103. 13 Thread 0x7fffd09be700 (LWP 27005) 0x00007ffff5e1ea9c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  104. 12 Thread 0x7fffd11bf700 (LWP 27004) 0x00007ffff5e2236d in nanosleep () from /lib/libpthread.so.0
  105. 11 Thread 0x7fffd19c0700 (LWP 27003) 0x00007ffff5b6f2c3 in select () from /lib/libc.so.6
  106. 10 Thread 0x7fffd21c1700 (LWP 27002) 0x00007ffff5b3a20d in nanosleep () from /lib/libc.so.6
  107. 9 Thread 0x7fffd2ac2700 (LWP 27001) 0x00007ffff5e1ea9c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  108. 8 Thread 0x7fffd32c3700 (LWP 27000) 0x00007ffff5e216b4 in __lll_lock_wait () from /lib/libpthread.so.0
  109. * 7 Thread 0x7fffd3ac4700 (LWP 26999) operator<< (buf=..., guid=...) at /root/mangosdev/src/game/ObjectGuid.cpp:91
  110. 6 Thread 0x7fffd44c5700 (LWP 26998) 0x00007ffff5e2236d in nanosleep () from /lib/libpthread.so.0
  111. 5 Thread 0x7ffff4225700 (LWP 26997) 0x00007ffff5e2236d in nanosleep () from /lib/libpthread.so.0
  112. 4 Thread 0x7ffff4a26700 (LWP 26996) 0x00007ffff5e2236d in nanosleep () from /lib/libpthread.so.0
  113. 3 Thread 0x7ffff5434700 (LWP 26995) 0x00007ffff5e2236d in nanosleep () from /lib/libpthread.so.0
  114. 1 Thread 0x7ffff7feb720 (LWP 26991) 0x00007ffff5e1b285 in pthread_join () from /lib/libpthread.so.0
  115.  
  116. Thread 21 (Thread 0x7fffcc9b6700 (LWP 27013)):
  117. #0 0x00007ffff5b76f23 in epoll_wait () from /lib/libc.so.6
  118. No symbol table info available.
  119. #1 0x00007ffff7af15fc in ACE_Dev_Poll_Reactor::work_pending_i(ACE_Time_Value*) () from /opt/mangos/lib/libACE-5.8.3.so
  120. No symbol table info available.
  121. #2 0x00007ffff7af369c in ACE_Dev_Poll_Reactor::handle_events_i(ACE_Time_Value*, ACE_Dev_Poll_Reactor::Token_Guard&) () from /opt/mangos/lib/libACE-5.8.3.so
  122. No symbol table info available.
  123. #3 0x00007ffff7af3866 in ACE_Dev_Poll_Reactor::handle_events(ACE_Time_Value*) () from /opt/mangos/lib/libACE-5.8.3.so
  124. No symbol table info available.
  125. #4 0x00007ffff7b4cc4f in ACE_Reactor::run_reactor_event_loop(ACE_Time_Value&, int (*)(ACE_Reactor*)) () from /opt/mangos/lib/libACE-5.8.3.so
  126. No symbol table info available.
  127. #5 0x0000000000524498 in ReactorRunnable::svc (this=0x7fffd3b012b0) at /root/mangosdev/src/game/WorldSocketMgr.cpp:165
  128. interval = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 9999}}
  129. __FUNCTION__ = "svc"
  130. __PRETTY_FUNCTION__ = "virtual int ReactorRunnable::svc()"
  131. #6 0x00007ffff7b72c27 in ACE_Task_Base::svc_run(void*) () from /opt/mangos/lib/libACE-5.8.3.so
  132. No symbol table info available.
  133. #7 0x00007ffff7b73fb1 in ACE_Thread_Adapter::invoke() () from /opt/mangos/lib/libACE-5.8.3.so
  134. No symbol table info available.
  135. #8 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  136. No symbol table info available.
  137. #9 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  138. No symbol table info available.
  139. #10 0x0000000000000000 in ?? ()
  140. No symbol table info available.
  141.  
  142. Thread 20 (Thread 0x7fffcd1b7700 (LWP 27012)):
  143. #0 0x00007ffff5b76f23 in epoll_wait () from /lib/libc.so.6
  144. No symbol table info available.
  145. #1 0x00007ffff7af15fc in ACE_Dev_Poll_Reactor::work_pending_i(ACE_Time_Value*) () from /opt/mangos/lib/libACE-5.8.3.so
  146. No symbol table info available.
  147. #2 0x00007ffff7af369c in ACE_Dev_Poll_Reactor::handle_events_i(ACE_Time_Value*, ACE_Dev_Poll_Reactor::Token_Guard&) () from /opt/mangos/lib/libACE-5.8.3.so
  148. No symbol table info available.
  149. #3 0x00007ffff7af3866 in ACE_Dev_Poll_Reactor::handle_events(ACE_Time_Value*) () from /opt/mangos/lib/libACE-5.8.3.so
  150. No symbol table info available.
  151. #4 0x00007ffff7b4cc4f in ACE_Reactor::run_reactor_event_loop(ACE_Time_Value&, int (*)(ACE_Reactor*)) () from /opt/mangos/lib/libACE-5.8.3.so
  152. No symbol table info available.
  153. #5 0x0000000000524498 in ReactorRunnable::svc (this=0x7fffd3b01178) at /root/mangosdev/src/game/WorldSocketMgr.cpp:165
  154. interval = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 3833}}
  155. __FUNCTION__ = "svc"
  156. __PRETTY_FUNCTION__ = "virtual int ReactorRunnable::svc()"
  157. #6 0x00007ffff7b72c27 in ACE_Task_Base::svc_run(void*) () from /opt/mangos/lib/libACE-5.8.3.so
  158. No symbol table info available.
  159. #7 0x00007ffff7b73fb1 in ACE_Thread_Adapter::invoke() () from /opt/mangos/lib/libACE-5.8.3.so
  160. No symbol table info available.
  161. #8 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  162. No symbol table info available.
  163. #9 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  164. No symbol table info available.
  165. #10 0x0000000000000000 in ?? ()
  166. No symbol table info available.
  167.  
  168. Thread 19 (Thread 0x7fffcd9b8700 (LWP 27011)):
  169. #0 0x00007ffff5b76f23 in epoll_wait () from /lib/libc.so.6
  170. No symbol table info available.
  171. #1 0x00007ffff7af15fc in ACE_Dev_Poll_Reactor::work_pending_i(ACE_Time_Value*) () from /opt/mangos/lib/libACE-5.8.3.so
  172. No symbol table info available.
  173. #2 0x00007ffff7af369c in ACE_Dev_Poll_Reactor::handle_events_i(ACE_Time_Value*, ACE_Dev_Poll_Reactor::Token_Guard&) () from /opt/mangos/lib/libACE-5.8.3.so
  174. No symbol table info available.
  175. #3 0x00007ffff7af3866 in ACE_Dev_Poll_Reactor::handle_events(ACE_Time_Value*) () from /opt/mangos/lib/libACE-5.8.3.so
  176. No symbol table info available.
  177. #4 0x00007ffff7b4cc4f in ACE_Reactor::run_reactor_event_loop(ACE_Time_Value&, int (*)(ACE_Reactor*)) () from /opt/mangos/lib/libACE-5.8.3.so
  178. No symbol table info available.
  179. #5 0x0000000000524498 in ReactorRunnable::svc (this=0x7fffd3b01040) at /root/mangosdev/src/game/WorldSocketMgr.cpp:165
  180. interval = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 7783}}
  181. __FUNCTION__ = "svc"
  182. __PRETTY_FUNCTION__ = "virtual int ReactorRunnable::svc()"
  183. #6 0x00007ffff7b72c27 in ACE_Task_Base::svc_run(void*) () from /opt/mangos/lib/libACE-5.8.3.so
  184. No symbol table info available.
  185. #7 0x00007ffff7b73fb1 in ACE_Thread_Adapter::invoke() () from /opt/mangos/lib/libACE-5.8.3.so
  186. No symbol table info available.
  187. #8 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  188. No symbol table info available.
  189. #9 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  190. No symbol table info available.
  191. #10 0x0000000000000000 in ?? ()
  192. No symbol table info available.
  193.  
  194. Thread 18 (Thread 0x7fffce1b9700 (LWP 27010)):
  195. #0 0x00007ffff5b76f23 in epoll_wait () from /lib/libc.so.6
  196. No symbol table info available.
  197. #1 0x00007ffff7af15fc in ACE_Dev_Poll_Reactor::work_pending_i(ACE_Time_Value*) () from /opt/mangos/lib/libACE-5.8.3.so
  198. No symbol table info available.
  199. #2 0x00007ffff7af369c in ACE_Dev_Poll_Reactor::handle_events_i(ACE_Time_Value*, ACE_Dev_Poll_Reactor::Token_Guard&) () from /opt/mangos/lib/libACE-5.8.3.so
  200. No symbol table info available.
  201. #3 0x00007ffff7af3866 in ACE_Dev_Poll_Reactor::handle_events(ACE_Time_Value*) () from /opt/mangos/lib/libACE-5.8.3.so
  202. No symbol table info available.
  203. #4 0x00007ffff7b4cc4f in ACE_Reactor::run_reactor_event_loop(ACE_Time_Value&, int (*)(ACE_Reactor*)) () from /opt/mangos/lib/libACE-5.8.3.so
  204. No symbol table info available.
  205. #5 0x0000000000524498 in ReactorRunnable::svc (this=0x7fffd3b00f08) at /root/mangosdev/src/game/WorldSocketMgr.cpp:165
  206. interval = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 9999}}
  207. __FUNCTION__ = "svc"
  208. __PRETTY_FUNCTION__ = "virtual int ReactorRunnable::svc()"
  209. #6 0x00007ffff7b72c27 in ACE_Task_Base::svc_run(void*) () from /opt/mangos/lib/libACE-5.8.3.so
  210. No symbol table info available.
  211. #7 0x00007ffff7b73fb1 in ACE_Thread_Adapter::invoke() () from /opt/mangos/lib/libACE-5.8.3.so
  212. No symbol table info available.
  213. #8 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  214. No symbol table info available.
  215. #9 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  216. No symbol table info available.
  217. #10 0x0000000000000000 in ?? ()
  218. No symbol table info available.
  219.  
  220. Thread 17 (Thread 0x7fffce9ba700 (LWP 27009)):
  221. #0 0x00007ffff5e1ea9c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  222. No symbol table info available.
  223. #1 0x00007ffff7ae0425 in ACE_Condition_Thread_Mutex::wait(ACE_Thread_Mutex&, ACE_Time_Value const*) () from /opt/mangos/lib/libACE-5.8.3.so
  224. No symbol table info available.
  225. #2 0x000000000051321b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffd2293f00, timeout=0x0) at /opt/mangos/include/ace/Message_Queue_T.cpp:1744
  226. result = <value optimized out>
  227. #3 0x0000000000514397 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffd2293f00, first_item=@0x7fffce9b9e28, timeout=0x0) at /opt/mangos/include/ace/Message_Queue_T.cpp:1936
  228. ace_mon = {lock_ = 0x7fffd2293f50, owner_ = 0}
  229. #4 0x0000000000513068 in getq (this=0x7fffd19bfd90) at /opt/mangos/include/ace/Task_T.inl:22
  230. No locals.
  231. #5 SOAPWorkingThread::svc (this=0x7fffd19bfd90) at /root/mangosdev/src/mangosd/MaNGOSsoap.h:60
  232. mb = 0x0
  233. #6 0x00007ffff7b72c27 in ACE_Task_Base::svc_run(void*) () from /opt/mangos/lib/libACE-5.8.3.so
  234. No symbol table info available.
  235. #7 0x00007ffff7b73fb1 in ACE_Thread_Adapter::invoke() () from /opt/mangos/lib/libACE-5.8.3.so
  236. No symbol table info available.
  237. #8 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  238. No symbol table info available.
  239. #9 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  240. No symbol table info available.
  241. #10 0x0000000000000000 in ?? ()
  242. No symbol table info available.
  243.  
  244. Thread 16 (Thread 0x7fffcf1bb700 (LWP 27008)):
  245. #0 0x00007ffff5e1ea9c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  246. No symbol table info available.
  247. #1 0x00007ffff7ae0425 in ACE_Condition_Thread_Mutex::wait(ACE_Thread_Mutex&, ACE_Time_Value const*) () from /opt/mangos/lib/libACE-5.8.3.so
  248. No symbol table info available.
  249. #2 0x000000000051321b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffd2293f00, timeout=0x0) at /opt/mangos/include/ace/Message_Queue_T.cpp:1744
  250. result = <value optimized out>
  251. #3 0x0000000000514397 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffd2293f00, first_item=@0x7fffcf1bae28, timeout=0x0) at /opt/mangos/include/ace/Message_Queue_T.cpp:1936
  252. ace_mon = {lock_ = 0x7fffd2293f50, owner_ = 0}
  253. #4 0x0000000000513068 in getq (this=0x7fffd19bfd90) at /opt/mangos/include/ace/Task_T.inl:22
  254. No locals.
  255. #5 SOAPWorkingThread::svc (this=0x7fffd19bfd90) at /root/mangosdev/src/mangosd/MaNGOSsoap.h:60
  256. mb = 0x0
  257. #6 0x00007ffff7b72c27 in ACE_Task_Base::svc_run(void*) () from /opt/mangos/lib/libACE-5.8.3.so
  258. No symbol table info available.
  259. #7 0x00007ffff7b73fb1 in ACE_Thread_Adapter::invoke() () from /opt/mangos/lib/libACE-5.8.3.so
  260. No symbol table info available.
  261. #8 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  262. No symbol table info available.
  263. #9 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  264. No symbol table info available.
  265. #10 0x0000000000000000 in ?? ()
  266. No symbol table info available.
  267.  
  268. Thread 15 (Thread 0x7fffcf9bc700 (LWP 27007)):
  269. #0 0x00007ffff5e1ea9c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  270. No symbol table info available.
  271. #1 0x00007ffff7ae0425 in ACE_Condition_Thread_Mutex::wait(ACE_Thread_Mutex&, ACE_Time_Value const*) () from /opt/mangos/lib/libACE-5.8.3.so
  272. No symbol table info available.
  273. #2 0x000000000051321b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffd2293f00, timeout=0x0) at /opt/mangos/include/ace/Message_Queue_T.cpp:1744
  274. result = <value optimized out>
  275. #3 0x0000000000514397 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffd2293f00, first_item=@0x7fffcf9bbe28, timeout=0x0) at /opt/mangos/include/ace/Message_Queue_T.cpp:1936
  276. ace_mon = {lock_ = 0x7fffd2293f50, owner_ = 0}
  277. #4 0x0000000000513068 in getq (this=0x7fffd19bfd90) at /opt/mangos/include/ace/Task_T.inl:22
  278. No locals.
  279. #5 SOAPWorkingThread::svc (this=0x7fffd19bfd90) at /root/mangosdev/src/mangosd/MaNGOSsoap.h:60
  280. mb = 0x0
  281. #6 0x00007ffff7b72c27 in ACE_Task_Base::svc_run(void*) () from /opt/mangos/lib/libACE-5.8.3.so
  282. No symbol table info available.
  283. #7 0x00007ffff7b73fb1 in ACE_Thread_Adapter::invoke() () from /opt/mangos/lib/libACE-5.8.3.so
  284. No symbol table info available.
  285. #8 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  286. No symbol table info available.
  287. #9 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  288. No symbol table info available.
  289. #10 0x0000000000000000 in ?? ()
  290. No symbol table info available.
  291.  
  292. Thread 14 (Thread 0x7fffd01bd700 (LWP 27006)):
  293. #0 0x00007ffff5e1ea9c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  294. No symbol table info available.
  295. #1 0x00007ffff7ae0425 in ACE_Condition_Thread_Mutex::wait(ACE_Thread_Mutex&, ACE_Time_Value const*) () from /opt/mangos/lib/libACE-5.8.3.so
  296. No symbol table info available.
  297. #2 0x000000000051321b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffd2293f00, timeout=0x0) at /opt/mangos/include/ace/Message_Queue_T.cpp:1744
  298. result = <value optimized out>
  299. #3 0x0000000000514397 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffd2293f00, first_item=@0x7fffd01bce28, timeout=0x0) at /opt/mangos/include/ace/Message_Queue_T.cpp:1936
  300. ace_mon = {lock_ = 0x7fffd2293f50, owner_ = 0}
  301. #4 0x0000000000513068 in getq (this=0x7fffd19bfd90) at /opt/mangos/include/ace/Task_T.inl:22
  302. No locals.
  303. #5 SOAPWorkingThread::svc (this=0x7fffd19bfd90) at /root/mangosdev/src/mangosd/MaNGOSsoap.h:60
  304. mb = 0x0
  305. #6 0x00007ffff7b72c27 in ACE_Task_Base::svc_run(void*) () from /opt/mangos/lib/libACE-5.8.3.so
  306. No symbol table info available.
  307. #7 0x00007ffff7b73fb1 in ACE_Thread_Adapter::invoke() () from /opt/mangos/lib/libACE-5.8.3.so
  308. No symbol table info available.
  309. #8 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  310. No symbol table info available.
  311. #9 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  312. No symbol table info available.
  313. #10 0x0000000000000000 in ?? ()
  314. No symbol table info available.
  315.  
  316. Thread 13 (Thread 0x7fffd09be700 (LWP 27005)):
  317. #0 0x00007ffff5e1ea9c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  318. No symbol table info available.
  319. #1 0x00007ffff7ae0425 in ACE_Condition_Thread_Mutex::wait(ACE_Thread_Mutex&, ACE_Time_Value const*) () from /opt/mangos/lib/libACE-5.8.3.so
  320. No symbol table info available.
  321. #2 0x000000000051321b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffd2293f00, timeout=0x0) at /opt/mangos/include/ace/Message_Queue_T.cpp:1744
  322. result = <value optimized out>
  323. #3 0x0000000000514397 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffd2293f00, first_item=@0x7fffd09bde28, timeout=0x0) at /opt/mangos/include/ace/Message_Queue_T.cpp:1936
  324. ace_mon = {lock_ = 0x7fffd2293f50, owner_ = 0}
  325. #4 0x0000000000513068 in getq (this=0x7fffd19bfd90) at /opt/mangos/include/ace/Task_T.inl:22
  326. No locals.
  327. #5 SOAPWorkingThread::svc (this=0x7fffd19bfd90) at /root/mangosdev/src/mangosd/MaNGOSsoap.h:60
  328. mb = 0x0
  329. #6 0x00007ffff7b72c27 in ACE_Task_Base::svc_run(void*) () from /opt/mangos/lib/libACE-5.8.3.so
  330. No symbol table info available.
  331. #7 0x00007ffff7b73fb1 in ACE_Thread_Adapter::invoke() () from /opt/mangos/lib/libACE-5.8.3.so
  332. No symbol table info available.
  333. #8 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  334. No symbol table info available.
  335. #9 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  336. No symbol table info available.
  337. #10 0x0000000000000000 in ?? ()
  338. No symbol table info available.
  339.  
  340. Thread 12 (Thread 0x7fffd11bf700 (LWP 27004)):
  341. #0 0x00007ffff5e2236d in nanosleep () from /lib/libpthread.so.0
  342. No symbol table info available.
  343. #1 0x0000000000a784a9 in sleep (msecs=<value optimized out>) at /opt/mangos/include/ace/OS_NS_unistd.inl:951
  344. rqtp = {tv_sec = 1, tv_nsec = 0}
  345. #2 ACE_Based::Thread::Sleep (msecs=<value optimized out>) at /root/mangosdev/src/shared/Threading.cpp:237
  346. No locals.
  347. #3 0x000000000051e89b in FreezeDetectorRunnable::run (this=0x7fffd3aeb128) at /root/mangosdev/src/mangosd/Master.cpp:79
  348. curtime = 4294966780
  349. #4 0x0000000000a7877a in ACE_Based::Thread::ThreadTask (param=0x7fffd11bee30) at /root/mangosdev/src/shared/Threading.cpp:187
  350. No locals.
  351. #5 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  352. No symbol table info available.
  353. #6 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  354. No symbol table info available.
  355. #7 0x0000000000000000 in ?? ()
  356. No symbol table info available.
  357.  
  358. Thread 11 (Thread 0x7fffd19c0700 (LWP 27003)):
  359. #0 0x00007ffff5b6f2c3 in select () from /lib/libc.so.6
  360. No symbol table info available.
  361. #1 0x0000000000af456e in tcp_select (soap=0x7fffd19a4590, s=32, flags=<value optimized out>, timeout=<value optimized out>) at /root/mangosdev/dep/src/gsoap/stdsoap2.cpp:4418
  362. tv = {tv_sec = 1, tv_usec = 267911}
  363. fd = {{fds_bits = {4294967296, 0 <repeats 15 times>}}, {fds_bits = {4294967296, 0 <repeats 15 times>}}, {fds_bits = {4294967296, 0 <repeats 15 times>}}}
  364. sfd = 0x7fffd19a43c0
  365. efd = 0x7fffd19a4440
  366. r = <value optimized out>
  367. rfd = 0x7fffd19a4340
  368. #2 0x0000000000b021bf in soap_accept (soap=0x7fffd19a4590) at /root/mangosdev/dep/src/gsoap/stdsoap2.cpp:4486
  369. r = -514
  370. err = -514
  371. n = 16
  372. len = 65536
  373. set = 1
  374. #3 0x0000000000512537 in MaNGOSsoapRunnable::run (this=<value optimized out>) at /root/mangosdev/src/mangosd/MaNGOSsoap.cpp:51
  375. thread_soap = <value optimized out>
  376. pool = {<ACE_Task<ACE_MT_SYNCH>> = {<ACE_Task_Base> = {<No data fields>}, msg_queue_ = 0x7fffd2293f00, delete_msg_queue_ = true, mod_ = 0x0, next_ = 0x0}, <No data fields>}
  377. soap = {_vptr.soap = 0xbc42d0, state = 1, version = 0, mode = 0, imode = 2097152, omode = 2097152, float_format = 0xbc0bdb "%.9G", double_format = 0xbc0be0 "%.17lG", dime_id_format = 0xbc0be7 "cid:id%d", http_version = 0xbc0bf0 "1.1", http_content = 0x0, encodingStyle = 0xbc3800 "", actor = 0x0, lang = 0xbc150c "en", recv_timeout = 5, send_timeout = 5, connect_timeout = 0, accept_timeout = 3, socket_flags = 0, connect_flags = 0, bind_flags = 0, accept_flags = 0, linger_time = 0, namespaces = 0xe7f120, local_namespaces = 0x0, nlist = 0x0, blist = 0x0, clist = 0x2fd3ee0, alist = 0x0, iht = {0x0 <repeats 1999 times>}, pht = {0x0 <repeats 1024 times>}, pblk = 0x0, pidx = 0, header = 0x0, fault = 0x7fffc7f7bfb0, idnum = 0, user = 0x0, plugins = 0x0, userid = 0x0, passwd = 0x0, fpost = 0xb14d70 <http_post(soap*, char const*, char const*, int, char const*, char const*, size_t)>, fget = 0xaf2830 <http_get(soap*)>, fput = 0xaf2840 <http_405(soap*)>, fdel = 0xaf2840 <http_405(soap*)>, fhead = 0xaf2840 <http_405(soap*)>, fform = 0, fposthdr = 0xafaa50 <http_post_header(soap*, char const*, char const*)>, fresponse = 0xaf5960 <http_response(soap*, int, size_t)>, fparse = 0xb06370 <http_parse(soap*)>, fparsehdr = 0xb141b0 <http_parse_header(soap*, char const*, char const*)>, fheader = 0, fresolve = 0xaf7cc0 <tcp_gethost(soap*, char const*, in_addr*)>, fconnect = 0, fdisconnect = 0, fclosesocket = 0xaf7ca0 <tcp_closesocket(soap*, int)>, fshutdownsocket = 0xaf7c90 <tcp_shutdownsocket(soap*, int, int)>, fopen = 0xb09b50 <tcp_connect(soap*, char const*, char const*, int)>, faccept = 0xaf7cb0 <tcp_accept(soap*, int, sockaddr*, int*)>, fclose = 0xaf2140 <tcp_disconnect(soap*)>, fsend = 0xaf7970 <fsend(soap*, char const*, size_t)>, frecv = 0xaf7740 <frecv(soap*, char*, size_t)>, fpoll = 0xb02620 <soap_poll(soap*)>, fseterror = 0, fignore = 0, fserveloop = 0, fplugin = 0xaf5900 <fplugin(soap*, char const*)>, fmalloc = 0, fprepareinit = 0, fpreparesend = 0, fpreparerecv = 0, fpreparefinal = 0, fdimereadopen = 0, fdimewriteopen = 0, fdimereadclose = 0, fdimewriteclose = 0, fdimeread = 0, fdimewrite = 0, fmimereadopen = 0, fmimewriteopen = 0, fmimereadclose = 0, fmimewriteclose = 0, fmimeread = 0, fmimewrite = 0, master = 32, socket = -1, os = 0x0, is = 0x0, sendfd = 1, recvfd = 0, bufidx = 0, buflen = 0, ahead = 0, cdata = 0, body = 0, level = 0, count = 0, length = 0, labbuf = 0x0, lablen = 0, labidx = 0, buf = '\000' <repeats 65535 times>, msgbuf = '\000' <repeats 1023 times>, tmpbuf = '\000' <repeats 1023 times>, tag = '\000' <repeats 1023 times>, id = '\000' <repeats 1023 times>, href = '\000' <repeats 1023 times>, type = '\000' <repeats 1023 times>, arrayType = '\000' <repeats 1023 times>, arraySize = '\000' <repeats 1023 times>, arrayOffset = '\000' <repeats 1023 times>, other = 0, position = 0, positions = {0 <repeats 16 times>}, root = 0, attributes = 0x0, encoding = 0, mustUnderstand = 0, null = 0, ns = 0, part = 9, alloced = 0, peeked = 0, chunksize = 0, chunkbuflen = 0, endpoint = '\000' <repeats 1023 times>, path = '\000' <repeats 1023 times>, host = '\000' <repeats 1023 times>, action = 0x0, authrealm = 0x0, prolog = 0x0, ip = 0, port = 0, keep_alive = 0, tcp_keep_alive = 0, tcp_keep_idle = 0, tcp_keep_intvl = 0, tcp_keep_cnt = 0, max_keep_alive = 100, proxy_http_version = 0xbc0bf4 "1.0", proxy_host = 0x0, proxy_port = 8080, proxy_userid = 0x0, proxy_passwd = 0x0, proxy_from = 0x0, status = 0, error = 0, errmode = 0, errnum = 0, dom = 0x0, dime = {count = 0, size = 0, chunksize = 0, buflen = 0, flags = 0 '\000', ptr = 0x0, id = 0x0, type = 0x0, options = 0x0, list = 0x0, first = 0x0, last = 0x0}, mime = {boundary = 0x0, start = 0x0, list = 0x0, first = 0x0, last = 0x0}, xlist = 0x0, logfile = {0x0, 0x0, 0x0}, fdebug = {0x0, 0x0, 0x0}, mht = {0x0 <repeats 1024 times>}, c14ninclude = 0x0, c14nexclude = 0x0, cookies = 0x0, cookie_domain = 0x0, cookie_path = 0x0, cookie_max = 32, ipv6_multicast_if = 0, ipv4_multicast_if = 0x0, ipv4_multicast_ttl = 0, peer = {sin_family = 0, sin_port = 0, sin_addr = {s_addr = 0}, sin_zero = "\000\000\000\000\000\000\000"}, peerlen = 16, fsslauth = 0x0, fsslverify = 0x0, bio = 0x0, ssl = 0x0, ctx = 0x0, session = 0x0, ssl_flags = 0, keyfile = 0x0, password = 0x0, dhfile = 0x0, cafile = 0x0, capath = 0x0, crlfile = 0x0, randfile = 0x0, session_host = '\000' <repeats 889 times>, "k)Òÿ\177\000\000³à|öÿ\177", '\000' <repeats 18 times>, "x\020\000\000\000\000\000\000\000@)Òÿ\177\000\000\n\000\000\000\000\000\000\000\033\000\000\000\000\000\000\000\000@)Òÿ\177\000\000zç|öÿ\177\000\000 ý\233Ñÿ\177\000\000\000^Çc¿ÍaV\000\000\000\000\000\000\000\000\000k)Òÿ\177\000\000\001\000\000\000\000\000\000\000\210\006\234Ñÿ\177\000\000\000\a\234Ñÿ\177\000", session_port = 0, c_locale = 0x0, d_stream = 0x7ffff67d02f4, z_crc = 0, z_dict = 0xad2294000 <Address 0xad2294000 out of bounds>, z_dict_len = 4097, zlib_state = 0, zlib_in = 0, zlib_out = 25752, z_buf = 0x7ffff7fe6488 "", z_buflen = 0, z_level = 16384, z_ratio_in = 4.59163468e-41, z_ratio_out = -1.28310675e+33}
  378. m = <value optimized out>
  379. s = -514
  380. #4 0x0000000000a7877a in ACE_Based::Thread::ThreadTask (param=0x21) at /root/mangosdev/src/shared/Threading.cpp:187
  381. No locals.
  382. #5 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  383. No symbol table info available.
  384. #6 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  385. No symbol table info available.
  386. #7 0x0000000000000000 in ?? ()
  387. No symbol table info available.
  388.  
  389. Thread 10 (Thread 0x7fffd21c1700 (LWP 27002)):
  390. #0 0x00007ffff5b3a20d in nanosleep () from /lib/libc.so.6
  391. No symbol table info available.
  392. #1 0x00007ffff5b6fb14 in usleep () from /lib/libc.so.6
  393. No symbol table info available.
  394. #2 0x000000000051fbbe in CliRunnable::run (this=<value optimized out>) at /root/mangosdev/src/mangosd/CliRunnable.cpp:617
  395. command_str = <value optimized out>
  396. commandbuf = "\000\200*Òÿ\177\000\000ô\002}öÿ\177", '\000' <repeats 11 times>, "\200*Ò\t\000\000\000\001\020\000\000\000\000\000\000\230gþ÷ÿ\177\000\000\210gþ÷ÿ\177", '\000' <repeats 11 times>, "\200*Òÿ\177\000\000V\f}öÿ\177", '\000' <repeats 11 times>, "^Çc¿ÍaVx\020\000\000\000\000\000\000\000«*Òÿ\177\000\000°~ý÷ÿ\177\000\000\210\026\034Òÿ\177\000\000\000\027\034Òÿ\177", '\000' <repeats 18 times>, "Fh²÷ÿ\177\000\000\000\000¹Óÿ\177\000\000\\ø|öÿ\177\000\000H2¹Óÿ\177", '\000' <repeats 11 times>, "«*Òÿ\177\000\000PMé\000\000\000\000\000À\031\034Ò"...
  397. #3 0x0000000000a7877a in ACE_Based::Thread::ThreadTask (param=0x7fffd21c0c40) at /root/mangosdev/src/shared/Threading.cpp:187
  398. No locals.
  399. #4 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  400. No symbol table info available.
  401. #5 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  402. No symbol table info available.
  403. #6 0x0000000000000000 in ?? ()
  404. No symbol table info available.
  405.  
  406. Thread 9 (Thread 0x7fffd2ac2700 (LWP 27001)):
  407. #0 0x00007ffff5e1ea9c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  408. No symbol table info available.
  409. #1 0x00007ffff7ae037a in ACE_Condition_Thread_Mutex::wait() () from /opt/mangos/lib/libACE-5.8.3.so
  410. No symbol table info available.
  411. #2 0x0000000000811d10 in MapUpdater::wait (this=0x7fffd52dd8e8) at /root/mangosdev/src/game/MapUpdater.cpp:107
  412. guard = {lock_ = 0x7fffd52dda00, owner_ = 0}
  413. #3 0x0000000000580c18 in MapManager::Update (this=0x7fffd52dd800, diff=<value optimized out>) at /root/mangosdev/src/game/MapManager.cpp:247
  414. No locals.
  415. #4 0x000000000066859d in World::Update (this=0x7ffff7f77900, diff=30) at /root/mangosdev/src/game/World.cpp:1610
  416. autobroadcaston = 0
  417. #5 0x000000000051ba6d in WorldRunnable::run (this=<value optimized out>) at /root/mangosdev/src/mangosd/WorldRunnable.cpp:60
  418. diff = 30
  419. prevSleepTime = 19
  420. #6 0x0000000000a7877a in ACE_Based::Thread::ThreadTask (param=0x7fffd52dd9c4) at /root/mangosdev/src/shared/Threading.cpp:187
  421. No locals.
  422. #7 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  423. No symbol table info available.
  424. #8 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  425. No symbol table info available.
  426. #9 0x0000000000000000 in ?? ()
  427. No symbol table info available.
  428.  
  429. Thread 8 (Thread 0x7fffd32c3700 (LWP 27000)):
  430. #0 0x00007ffff5e216b4 in __lll_lock_wait () from /lib/libpthread.so.0
  431. No symbol table info available.
  432. #1 0x00007ffff5e1c849 in _L_lock_953 () from /lib/libpthread.so.0
  433. No symbol table info available.
  434. #2 0x00007ffff5e1c66b in pthread_mutex_lock () from /lib/libpthread.so.0
  435. No symbol table info available.
  436. #3 0x00007ffff7b26926 in ACE_OS::mutex_lock(pthread_mutex_t*) () from /opt/mangos/lib/libACE-5.8.3.so
  437. No symbol table info available.
  438. #4 0x0000000000788ad4 in thread_mutex_lock (this=0x7fffc61c0100, update_diff=0, p_time=110) at /opt/mangos/include/ace/OS_NS_Thread.inl:3394
  439. No locals.
  440. #5 acquire (this=0x7fffc61c0100, update_diff=0, p_time=110) at /opt/mangos/include/ace/Thread_Mutex.inl:60
  441. No locals.
  442. #6 Unit::Update (this=0x7fffc61c0100, update_diff=0, p_time=110) at /root/mangosdev/src/game/Unit.cpp:331
  443. No locals.
  444. #7 0x000000000053800c in Creature::Update (this=0x7fffc61c0100, update_diff=0, diff=110) at /root/mangosdev/src/game/Creature.cpp:568
  445. No locals.
  446. #8 0x0000000000649581 in Update (v=..., c=<value optimized out>) at /root/mangosdev/src/game/Object.h:429
  447. No locals.
  448. #9 Visit (v=..., c=<value optimized out>) at /root/mangosdev/src/game/GridNotifiersImpl.h:46
  449. No locals.
  450. #10 VisitorHelper<MaNGOS::ObjectUpdater, Creature> (v=..., c=<value optimized out>) at /root/mangosdev/src/framework/GameSystem/TypeContainerVisitor.h:50
  451. No locals.
  452. #11 0x0000000000647c71 in VisitorHelper<MaNGOS::ObjectUpdater, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (this=0x1290000, t_diff=<value optimized out>) at /root/mangosdev/src/framework/GameSystem/TypeContainerVisitor.h:57
  453. No locals.
  454. #12 VisitorHelper<MaNGOS::ObjectUpdater, GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > (this=0x1290000, t_diff=<value optimized out>) at /root/mangosdev/src/framework/GameSystem/TypeContainerVisitor.h:58
  455. No locals.
  456. #13 VisitorHelper<MaNGOS::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (this=0x1290000, t_diff=<value optimized out>) at /root/mangosdev/src/framework/GameSystem/TypeContainerVisitor.h:65
  457. No locals.
  458. #14 Visit (this=0x1290000, t_diff=<value optimized out>) at /root/mangosdev/src/framework/GameSystem/TypeContainerVisitor.h:80
  459. No locals.
  460. #15 Visit<MaNGOS::ObjectUpdater> (this=0x1290000, t_diff=<value optimized out>) at /root/mangosdev/src/framework/GameSystem/Grid.h:81
  461. No locals.
  462. #16 Visit<MaNGOS::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (this=0x1290000, t_diff=<value optimized out>) at /root/mangosdev/src/framework/GameSystem/NGrid.h:156
  463. No locals.
  464. #17 Visit<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (this=0x1290000, t_diff=<value optimized out>) at /root/mangosdev/src/game/Map.h:429
  465. x = <value optimized out>
  466. y = 34
  467. cell_x = <value optimized out>
  468. cell_y = <value optimized out>
  469. #18 Map::Update (this=0x1290000, t_diff=<value optimized out>) at /root/mangosdev/src/game/Map.cpp:499
  470. pair = {x_coord = 252, y_coord = 272}
  471. cell = {data = {Part = {grid_x = 31, grid_y = 34, cell_x = 4, cell_y = 0, nocreate = 1, reserved = 0}, All = 16795807}}
  472. y = 272
  473. x = 252
  474. plr = <value optimized out>
  475. area = {low_bound = {x_coord = 250, y_coord = 269}, high_bound = {x_coord = 253, y_coord = 272}}
  476. updater = {i_timeDiff = 110}
  477. __FUNCTION__ = "Update"
  478. __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
  479. #19 0x00000000008123c2 in MapUpdateRequest::call (this=0x7fffba088568) at /root/mangosdev/src/game/MapUpdater.cpp:74
  480. No locals.
  481. #20 0x0000000000a7df77 in DelayExecutor::svc (this=0x7fffd52dd8f0) at /root/mangosdev/src/shared/DelayExecutor.cpp:72
  482. timeout = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 1312258365, tv_usec = 915733}}
  483. rq = <value optimized out>
  484. #21 0x00007ffff7b72c27 in ACE_Task_Base::svc_run(void*) () from /opt/mangos/lib/libACE-5.8.3.so
  485. No symbol table info available.
  486. #22 0x00007ffff7b73fb1 in ACE_Thread_Adapter::invoke() () from /opt/mangos/lib/libACE-5.8.3.so
  487. No symbol table info available.
  488. #23 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  489. No symbol table info available.
  490. #24 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  491. No symbol table info available.
  492. #25 0x0000000000000000 in ?? ()
  493. No symbol table info available.
  494.  
  495. Thread 7 (Thread 0x7fffd3ac4700 (LWP 26999)):
  496. #0 operator<< (buf=..., guid=...) at /root/mangosdev/src/game/ObjectGuid.cpp:91
  497. No locals.
  498. #1 0x00000000008dc0b7 in Spell::SendSpellGo (this=0x7fff6382c900) at /root/mangosdev/src/game/Spell.cpp:4264
  499. castFlags = 256
  500. caster = <value optimized out>
  501. data = {<ByteBuffer> = {static DEFAULT_SIZE = 4096, _rpos = 0, _wpos = 0, _storage = {<std::_Vector_base<unsigned char, std::allocator<unsigned char> >> = {_M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>}, _M_start = 0x7fff639c8678 "", _M_finish = 0x7fff639c8678 "", _M_end_of_storage = 0x7fff639c86aa ""}}, <No data fields>}}, m_opcode = 306}
  502. #2 0x00000000008e9e76 in Spell::cast (this=0x7fff6382c900, skipCheck=64) at /root/mangosdev/src/game/Spell.cpp:3649
  503. castResult = <value optimized out>
  504. procTarget = <value optimized out>
  505. #3 0x000000000076f50b in Unit::CastSpell (this=<value optimized out>, Victim=0x7074000, spellInfo=<value optimized out>, triggered=<value optimized out>, castItem=0x0, triggeredByAura=0x7fff7154e750, originalCaster=..., triggeredBy=0x7fffed1cd620) at /root/mangosdev/src/game/Unit.cpp:1269
  506. targets = {m_srcX = 0, m_srcY = 0, m_srcZ = 0, m_destX = 5717.43018, m_destY = 681.609009, m_destZ = 645.750977, m_strTarget = {static npos = <optimized out>, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xe94e58 ""}}, m_targetMask = 2, m_unitTarget = 0x7074000, m_GOTarget = 0x0, m_itemTarget = 0x0, m_unitTargetGUID = {m_guid = 206470}, m_GOTargetGUID = {m_guid = 0}, m_CorpseTargetGUID = {m_guid = 0}, m_itemTargetGUID = {m_guid = 0}, m_srcTransportGUID = {m_guid = 0}, m_destTransportGUID = {m_guid = 0}, m_itemTargetEntry = 0}
  507. #4 0x0000000000959063 in Aura::TriggerSpell (this=0x7fff7154e750) at /root/mangosdev/src/game/SpellAuras.cpp:2085
  508. triggerTarget = 0x7074000
  509. auraSpellInfo = <value optimized out>
  510. auraId = 0
  511. casterGUID = {m_guid = 17379391579223090610}
  512. trigger_spell_id = 50661
  513. triggeredSpellInfo = 0x7fffec553940
  514. target = <value optimized out>
  515. triggerCaster = 0x7fffd3ac3530
  516. triggerTargetObject = <value optimized out>
  517. #5 0x000000000095b956 in Aura::PeriodicTick (this=0x7fff7154e750) at /root/mangosdev/src/game/SpellAuras.cpp:8415
  518. target = 0x7074000
  519. spellProto = 0x7fffed1cd620
  520. #6 0x000000000094de06 in UpdateAura (this=0x7fff68c168c0, diff=4961) at /root/mangosdev/src/game/SpellAuras.h:442
  521. No locals.
  522. #7 SpellAuraHolder::Update (this=0x7fff68c168c0, diff=4961) at /root/mangosdev/src/game/SpellAuras.cpp:11101
  523. aura = 0x7fff7154e750
  524. #8 0x000000000077c7e3 in UpdateHolder (this=0x7074000, time=4961) at /root/mangosdev/src/game/SpellAuras.h:107
  525. No locals.
  526. #9 Unit::_UpdateSpells (this=0x7074000, time=4961) at /root/mangosdev/src/game/Unit.cpp:3695
  527. i_holder = 0x7fff68c168c0
  528. #10 0x0000000000788aec in Unit::Update (this=0x7074000, update_diff=4961, p_time=110) at /root/mangosdev/src/game/Unit.cpp:333
  529. No locals.
  530. #11 0x000000000070e098 in Player::Update (this=0x7074000, update_diff=4961, p_time=110) at /root/mangosdev/src/game/Player.cpp:1219
  531. now = <value optimized out>
  532. pet = <value optimized out>
  533. #12 0x0000000000647749 in Update (this=0x12a8000, t_diff=<value optimized out>) at /root/mangosdev/src/game/Object.h:429
  534. No locals.
  535. #13 Map::Update (this=0x12a8000, t_diff=<value optimized out>) at /root/mangosdev/src/game/Map.cpp:461
  536. plr = 0x7074000
  537. updater = {i_timeDiff = 3576551664}
  538. __FUNCTION__ = "Update"
  539. __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
  540. #14 0x00000000008123c2 in MapUpdateRequest::call (this=0x7fffba089b98) at /root/mangosdev/src/game/MapUpdater.cpp:74
  541. No locals.
  542. #15 0x0000000000a7df77 in DelayExecutor::svc (this=0x7fffd52dd8f0) at /root/mangosdev/src/shared/DelayExecutor.cpp:72
  543. timeout = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 1312258365, tv_usec = 917490}}
  544. rq = <value optimized out>
  545. #16 0x00007ffff7b72c27 in ACE_Task_Base::svc_run(void*) () from /opt/mangos/lib/libACE-5.8.3.so
  546. No symbol table info available.
  547. #17 0x00007ffff7b73fb1 in ACE_Thread_Adapter::invoke() () from /opt/mangos/lib/libACE-5.8.3.so
  548. No symbol table info available.
  549. #18 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  550. No symbol table info available.
  551. #19 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  552. No symbol table info available.
  553. #20 0x0000000000000000 in ?? ()
  554. No symbol table info available.
  555.  
  556. Thread 6 (Thread 0x7fffd44c5700 (LWP 26998)):
  557. #0 0x00007ffff5e2236d in nanosleep () from /lib/libpthread.so.0
  558. No symbol table info available.
  559. #1 0x0000000000a784a9 in sleep (msecs=<value optimized out>) at /opt/mangos/include/ace/OS_NS_unistd.inl:951
  560. rqtp = {tv_sec = 0, tv_nsec = 10000000}
  561. #2 ACE_Based::Thread::Sleep (msecs=<value optimized out>) at /root/mangosdev/src/shared/Threading.cpp:237
  562. No locals.
  563. #3 0x0000000000a776ea in SqlDelayThread::run (this=0x7fffd504ed40) at /root/mangosdev/src/shared/Database/SqlDelayThread.cpp:48
  564. pingEveryLoop = 180000
  565. loopCounter = 53708
  566. #4 0x0000000000a7877a in ACE_Based::Thread::ThreadTask (param=0x7fffd44c4e30) at /root/mangosdev/src/shared/Threading.cpp:187
  567. No locals.
  568. #5 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  569. No symbol table info available.
  570. #6 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  571. No symbol table info available.
  572. #7 0x0000000000000000 in ?? ()
  573. No symbol table info available.
  574.  
  575. Thread 5 (Thread 0x7ffff4225700 (LWP 26997)):
  576. #0 0x00007ffff5e2236d in nanosleep () from /lib/libpthread.so.0
  577. No symbol table info available.
  578. #1 0x0000000000a784a9 in sleep (msecs=<value optimized out>) at /opt/mangos/include/ace/OS_NS_unistd.inl:951
  579. rqtp = {tv_sec = 0, tv_nsec = 10000000}
  580. #2 ACE_Based::Thread::Sleep (msecs=<value optimized out>) at /root/mangosdev/src/shared/Threading.cpp:237
  581. No locals.
  582. #3 0x0000000000a776ea in SqlDelayThread::run (this=0x7ffff7f87dc0) at /root/mangosdev/src/shared/Database/SqlDelayThread.cpp:48
  583. pingEveryLoop = 180000
  584. loopCounter = 56300
  585. #4 0x0000000000a7877a in ACE_Based::Thread::ThreadTask (param=0x7ffff4224e30) at /root/mangosdev/src/shared/Threading.cpp:187
  586. No locals.
  587. #5 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  588. No symbol table info available.
  589. #6 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  590. No symbol table info available.
  591. #7 0x0000000000000000 in ?? ()
  592. No symbol table info available.
  593.  
  594. Thread 4 (Thread 0x7ffff4a26700 (LWP 26996)):
  595. #0 0x00007ffff5e2236d in nanosleep () from /lib/libpthread.so.0
  596. No symbol table info available.
  597. #1 0x0000000000a784a9 in sleep (msecs=<value optimized out>) at /opt/mangos/include/ace/OS_NS_unistd.inl:951
  598. rqtp = {tv_sec = 0, tv_nsec = 10000000}
  599. #2 ACE_Based::Thread::Sleep (msecs=<value optimized out>) at /root/mangosdev/src/shared/Threading.cpp:237
  600. No locals.
  601. #3 0x0000000000a776ea in SqlDelayThread::run (this=0x7ffff7f87e80) at /root/mangosdev/src/shared/Database/SqlDelayThread.cpp:48
  602. pingEveryLoop = 180000
  603. loopCounter = 49312
  604. #4 0x0000000000a7877a in ACE_Based::Thread::ThreadTask (param=0x7ffff4a25e30) at /root/mangosdev/src/shared/Threading.cpp:187
  605. No locals.
  606. #5 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  607. No symbol table info available.
  608. #6 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  609. No symbol table info available.
  610. #7 0x0000000000000000 in ?? ()
  611. No symbol table info available.
  612.  
  613. Thread 3 (Thread 0x7ffff5434700 (LWP 26995)):
  614. #0 0x00007ffff5e2236d in nanosleep () from /lib/libpthread.so.0
  615. No symbol table info available.
  616. #1 0x0000000000a784a9 in sleep (msecs=<value optimized out>) at /opt/mangos/include/ace/OS_NS_unistd.inl:951
  617. rqtp = {tv_sec = 0, tv_nsec = 10000000}
  618. #2 ACE_Based::Thread::Sleep (msecs=<value optimized out>) at /root/mangosdev/src/shared/Threading.cpp:237
  619. No locals.
  620. #3 0x0000000000a776ea in SqlDelayThread::run (this=0x7ffff7f87f40) at /root/mangosdev/src/shared/Database/SqlDelayThread.cpp:48
  621. pingEveryLoop = 180000
  622. loopCounter = 56654
  623. #4 0x0000000000a7877a in ACE_Based::Thread::ThreadTask (param=0x7ffff5433e30) at /root/mangosdev/src/shared/Threading.cpp:187
  624. No locals.
  625. #5 0x00007ffff5e1a971 in start_thread () from /lib/libpthread.so.0
  626. No symbol table info available.
  627. #6 0x00007ffff5b7692d in clone () from /lib/libc.so.6
  628. No symbol table info available.
  629. #7 0x0000000000000000 in ?? ()
  630. No symbol table info available.
  631.  
  632. Thread 1 (Thread 0x7ffff7feb720 (LWP 26991)):
  633. #0 0x00007ffff5e1b285 in pthread_join () from /lib/libpthread.so.0
  634. No symbol table info available.
  635. #1 0x00007ffff7b7689b in ACE_Thread_Manager::wait_task(ACE_Task_Base*) () from /opt/mangos/lib/libACE-5.8.3.so
  636. No symbol table info available.
  637. #2 0x00000000005229a0 in Wait (this=0x7fffd3b9ac58) at /root/mangosdev/src/game/WorldSocketMgr.cpp:101
  638. No locals.
  639. #3 WorldSocketMgr::Wait (this=0x7fffd3b9ac58) at /root/mangosdev/src/game/WorldSocketMgr.cpp:310
  640. i = 1
  641. #4 0x000000000051c8c3 in Master::Run (this=<value optimized out>) at /root/mangosdev/src/mangosd/Master.cpp:322
  642. pidfile = {static npos = <optimized out>, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7ffff7fdbf28 "mangos.pid"}}
  643. rar_thread = 0x0
  644. bind_ip = {static npos = <optimized out>, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7fffd3ba09d8 "0.0.0.0"}}
  645. world_thread = {m_iThreadId = 140736727885568, m_hThreadHandle = 140736727885568, m_task = 0x7fffd3bd7490, static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>}, _vptr.ACE_TSS = 0xbbd9f0, keylock_ = {lock_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 39 times>, __align = 0}, removed_ = false}, once_ = false, key_ = 0}, static m_TpEnum = {m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  646. cliThread = 0x7fffd51f4808
  647. soap_thread = 0x7fffd51f4850
  648. freeze_thread = 0x7fffd51f4880
  649. #5 0x000000000051526b in main (argc=<value optimized out>, argv=0x7fffffffe1f8) at /root/mangosdev/src/mangosd/Main.cpp:212
  650. cfg_file = 0x7fffffffe45e "../etc/mangosd.conf"
  651. cmd_opts = {argc_ = 3, argv_ = 0x7fffffffe1f8, optind = 3, opterr = 0, optarg = 0x0, optstring_ = 0x7ffff7fdbf88, long_only_ = 0, has_colon_ = 1, last_option_ = 0x7ffff7fdbf60, nextchar_ = 0x0, optopt_ = 99, ordering_ = 2, nonopt_start_ = 3, nonopt_end_ = 3, long_option_ = 0x0, long_opts_ = {<ACE_Array_Base<ACE_Get_Opt::ACE_Get_Opt_Long_Option*>> = {max_size_ = 2, cur_size_ = 2, array_ = 0x7ffff7fcbf70, allocator_ = 0x7ffff7ddb070}, <No data fields>}}
  652. serviceDaemonMode = 0 '\000'
  653. option = <value optimized out>
  654. WORLD: unknown PET flag Action 129 and spellid 58861.
  655. WORLD: unknown PET flag Action 129 and spellid 58861.
  656. WORLD: unknown PET flag Action 129 and spellid 58861.
  657. WORLD: unknown PET flag Action 129 and spellid 58861.
  658. WORLD: unknown PET flag Action 129 and spellid 58861.
  659. WORLD: unknown PET flag Action 129 and spellid 58861.
  660. WORLD: unknown PET flag Action 129 and spellid 58861.
  661. WORLD: unknown PET flag Action 129 and spellid 58861.
  662. WORLD: unknown PET flag Action 129 and spellid 58861.
  663. WORLD: unknown PET flag Action 129 and spellid 58861.
  664. SESSION: received unexpected opcode CMSG_CANCEL_TRADE (0x011C) the player has not logged in yet and not recently logout
  665. SESSION: received unexpected opcode CMSG_CANCEL_TRADE (0x011C) the player has not logged in yet and not recently logout
  666. SESSION: received unexpected opcode CMSG_CANCEL_TRADE (0x011C) the player has not logged in yet and not recently logout
  667. Aura::TriggerSpell: Spell 63132 have 0 in EffectTriggered[0], not handled custom case?
  668. WORLD: unknown PET flag Action 193 and spellid 30198.
  669. HandleMoveNotActiveMover: incorrect mover guid: mover is Player Uva (Guid: 123161) and should be Player Uva (Guid: 123161) instead of Player Uva (Guid: 123161)
  670. WARDEN: RESULT MEM_CHECK fail CheckId 385 account Id 242568
  671. Item::LoadFromDB, Item GUID: 92480632 has flag ITEM_FLAG_BOP_TRADEABLE but has no data in item_soulbound_trade_data, removing flag.
  672. WORLD: unknown PET flag Action 129 and spellid 31707.
  673. HandleMoveNotActiveMover: incorrect mover guid: mover is Player Iwana (Guid: 79937) and should be Player Iwana (Guid: 79937) instead of Player Iwana (Guid: 79937)
  674. WORLD: unknown PET flag Action 129 and spellid 30223.
  675. HandleMoveNotActiveMover: incorrect mover guid: mover is Player Rester (Guid: 258721) and should be Player Rester (Guid: 258721) instead of Player Rester (Guid: 258721)
  676. Aura::TriggerSpell: Spell 63132 have 0 in EffectTriggered[0], not handled custom case?
  677. Aura::TriggerSpell: Spell 63132 have 0 in EffectTriggered[0], not handled custom case?
  678. Aura::TriggerSpell: Spell 63132 have 0 in EffectTriggered[0], not handled custom case?
  679. Aura::TriggerSpell: Spell 63132 have 0 in EffectTriggered[0], not handled custom case?
  680. Aura::TriggerSpell: Spell 63132 have 0 in EffectTriggered[0], not handled custom case?
  681. WORLD: unknown PET flag Action 129 and spellid 30223.
  682. WORLD: unknown PET flag Action 129 and spellid 31707.
  683. Item::LoadFromDB, Item GUID: 168825149 has flag ITEM_FLAG_BOP_TRADEABLE but has no data in item_soulbound_trade_data, removing flag.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement