Advertisement
Guest User

Untitled

a guest
Jun 7th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.26 KB | None | 0 0
  1. [Nuevo Thread 0x7fff7322e910 (LWP 9094)]
  2. [Nuevo Thread 0x7fff72a2d910 (LWP 9095)]
  3. [Nuevo Thread 0x7fff7222c910 (LWP 9096)]
  4. [Nuevo Thread 0x7fff71a2b910 (LWP 9097)]
  5. [Nuevo Thread 0x7fff7122a910 (LWP 9098)]
  6. [Nuevo Thread 0x7fff70a29910 (LWP 9099)]
  7. [Nuevo Thread 0x7fff70228910 (LWP 9100)]
  8. [Nuevo Thread 0x7fff6fa27910 (LWP 9101)]
  9. [Nuevo Thread 0x7fff6f226910 (LWP 9102)]
  10.  
  11. Program received signal SIGSEGV, Segmentation fault.
  12. [Cambiando a Thread 0x7fff77336910 (LWP 9086)]
  13. Unit::GetCharmerOrOwner (this=0x7ffeb333e080, enemy=0x7fff77334a40)
  14. at ../../../src/game/Unit.h:1460
  15. 1460 Unit* GetCharmerOrOwner() const { return GetCharmerGUID() ? GetCharmer() : GetOwner(); }
  16. #0 Unit::GetCharmerOrOwner (this=0x7ffeb333e080, enemy=0x7fff77334a40)
  17. at ../../../src/game/Unit.h:1460
  18. #1 Unit::GetCharmerOrOwnerOrSelf (this=0x7ffeb333e080, enemy=0x7fff77334a40)
  19. at ../../../src/game/Unit.h:1463
  20. #2 Unit::SetInCombatWith (this=0x7ffeb333e080, enemy=0x7fff77334a40)
  21. at ../../../src/game/Unit.cpp:11129
  22. #3 0x00007ffff61ec674 in boss_the_lich_king_iccAI::JustSummoned (
  23. this=<value optimized out>, summoned=0x7ffeb333e080)
  24. at ../../../../src/bindings/ScriptDev2/scripts/northrend/icecrown_citadel/icecrown_citadel/boss_the_lich_king.cpp:234
  25. #4 0x000000000069f075 in WorldObject::SummonCreature (this=0x7fff68a92080,
  26. id=37698, x=491.596405, y=-2109.75317, z=1040.85986,
  27. ang=<value optimized out>, spwtype=<value optimized out>,
  28. despwtime=<value optimized out>) at ../../../src/game/Object.cpp:1697
  29. #5 0x00000000007d5b87 in Spell::DoSummonWild (this=0x7ffeb43c3740,
  30. eff_idx=<value optimized out>, forceFaction=0)
  31. at ../../../src/game/SpellEffects.cpp:4442
  32. #6 0x00000000007b0931 in Spell::DoSpellHitOnUnit (this=0x7ffeb43c3740,
  33. unit=0x7fff68a92080, effectMask=1) at ../../../src/game/Spell.cpp:1296
  34. #7 0x00000000007b12df in Spell::DoAllEffectOnTarget (this=0x7ffeb43c3740,
  35. target=<value optimized out>) at ../../../src/game/Spell.cpp:1048
  36. #8 0x00000000007c8f74 in Spell::handle_immediate (this=0x7ffeb43c3740)
  37. at ../../../src/game/Spell.cpp:3085
  38. #9 0x00000000007c7cf9 in Spell::cast (this=0x7ffeb43c3740, skipCheck=false)
  39. at ../../../src/game/Spell.cpp:3058
  40. #10 0x00000000007c9d40 in SpellEvent::Execute (this=0x7ffebb507920,
  41. e_time=692247, p_time=1) at ../../../src/game/Spell.cpp:6588
  42. #11 0x000000000094ec0f in EventProcessor::Update (this=0x7fff68a92190,
  43. p_time=374) at ../../../src/framework/Utilities/EventProcessor.cpp:47
  44. #12 0x000000000083354c in Unit::Update (this=0x7fff68a92080, p_time=374)
  45. at ../../../src/game/Unit.cpp:292
  46. #13 0x0000000000569f62 in Creature::Update (this=0x7fff68a92080, diff=374)
  47. at ../../../src/game/Creature.cpp:459
  48. #14 0x0000000000680960 in void Map::Visit<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >(Cell const&, TypeContainerVisitor<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >&) ()
  49. #15 0x000000000067a4f2 in Visit<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (this=0x8ac4000, t_diff=<value optimized out>)
  50. at ../../../src/game/CellImpl.h:46
  51. #16 Map::Update (this=0x8ac4000, t_diff=<value optimized out>)
  52. at ../../../src/game/Map.cpp:571
  53. #17 0x000000000067b099 in InstanceMap::Update (this=0x7ffeb333e080,
  54. t_diff=@0x7fff77334a40) at ../../../src/game/Map.cpp:1822
  55. #18 0x00000000008db1f1 in MapInstanced::Update (this=0xfd4000,
  56. t=@0x7fff7733600c) at ../../../src/game/MapInstanced.cpp:63
  57. #19 0x000000000068599f in MapManager::Update (this=0x7fffdcc8d6e0,
  58. diff=<value optimized out>) at ../../../src/game/MapManager.cpp:250
  59. #20 0x00000000008682f1 in World::Update (this=0x7ffff4357900, diff=101)
  60. at ../../../src/game/World.cpp:1460
  61. #21 0x00000000005064bc in WorldRunnable::run (this=<value optimized out>)
  62. at ../../../src/mangosd/WorldRunnable.cpp:60
  63. #22 0x000000000092f23a in ACE_Based::Thread::ThreadTask (param=0x7ffeb333e080)
  64. at ../../../src/shared/Threading.cpp:187
  65. #23 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  66. #24 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  67. #25 0x0000000000000000 in ?? ()
  68. #0 Unit::GetCharmerOrOwner (this=0x7ffeb333e080, enemy=0x7fff77334a40)
  69. at ../../../src/game/Unit.h:1460
  70. No locales.
  71. #1 Unit::GetCharmerOrOwnerOrSelf (this=0x7ffeb333e080, enemy=0x7fff77334a40)
  72. at ../../../src/game/Unit.h:1463
  73. No locales.
  74. #2 Unit::SetInCombatWith (this=0x7ffeb333e080, enemy=0x7fff77334a40)
  75. at ../../../src/game/Unit.cpp:11129
  76. eOwner = <value optimized out>
  77. #3 0x00007ffff61ec674 in boss_the_lich_king_iccAI::JustSummoned (
  78. this=<value optimized out>, summoned=0x7ffeb333e080)
  79. at ../../../../src/bindings/ScriptDev2/scripts/northrend/icecrown_citadel/icecrown_citadel/boss_the_lich_king.cpp:234
  80. pTarget = <value optimized out>
  81. #4 0x000000000069f075 in WorldObject::SummonCreature (this=0x7fff68a92080,
  82. id=37698, x=491.596405, y=-2109.75317, z=1040.85986,
  83. ang=<value optimized out>, spwtype=<value optimized out>,
  84. despwtime=<value optimized out>) at ../../../src/game/Object.cpp:1697
  85. team = 0
  86. #5 0x00000000007d5b87 in Spell::DoSummonWild (this=0x7ffeb43c3740,
  87. eff_idx=<value optimized out>, forceFaction=0)
  88. at ../../../src/game/SpellEffects.cpp:4442
  89. summon = 0x31
  90. px = 491.596405
  91. py = -2109.75317
  92. pz = 1040.85986
  93. count = 0
  94. creature_entry = 37698
  95. center_x = 491.596405
  96. center_z = 1040.85986
  97. radius = 15
  98. duration = -1
  99. amount = 1
  100. center_y = -2109.75317
  101. summonType = TEMPSUMMON_TIMED_OR_DEAD_DESPAWN
  102. #6 0x00000000007b0931 in Spell::DoSpellHitOnUnit (this=0x7ffeb43c3740,
  103. unit=0x7fff68a92080, effectMask=1) at ../../../src/game/Spell.cpp:1296
  104. realCaster = 0x7fff68a92080
  105. #7 0x00000000007b12df in Spell::DoAllEffectOnTarget (this=0x7ffeb43c3740,
  106. target=<value optimized out>) at ../../../src/game/Spell.cpp:1048
  107. unit = 0x7fff68a92080
  108. mask = 1
  109. real_caster = 0x7fff68a92080
  110. caster = 0x7fff68a92080
  111. missInfo = SPELL_MISS_NONE
  112. procVictim = <value optimized out>
  113. procAttacker = 16384
  114. procEx = <value optimized out>
  115. #8 0x00000000007c8f74 in Spell::handle_immediate (this=0x7ffeb43c3740)
  116. at ../../../src/game/Spell.cpp:3085
  117. No locales.
  118. #9 0x00000000007c7cf9 in Spell::cast (this=0x7ffeb43c3740, skipCheck=false)
  119. at ../../../src/game/Spell.cpp:3058
  120. castResult = <value optimized out>
  121. #10 0x00000000007c9d40 in SpellEvent::Execute (this=0x7ffebb507920,
  122. e_time=692247, p_time=1) at ../../../src/game/Spell.cpp:6588
  123. No locales.
  124. #11 0x000000000094ec0f in EventProcessor::Update (this=0x7fff68a92190,
  125. p_time=374) at ../../../src/framework/Utilities/EventProcessor.cpp:47
  126. Event = 0x7ffebb507920
  127. #12 0x000000000083354c in Unit::Update (this=0x7fff68a92080, p_time=374)
  128. at ../../../src/game/Unit.cpp:292
  129. No locales.
  130. #13 0x0000000000569f62 in Creature::Update (this=0x7fff68a92080, diff=374)
  131. at ../../../src/game/Creature.cpp:459
  132. No locales.
  133. #14 0x0000000000680960 in void Map::Visit<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >(Cell const&, TypeContainerVisitor<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >&) ()
  134. No symbol table info available.
  135. #15 0x000000000067a4f2 in Visit<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (this=0x8ac4000, t_diff=<value optimized out>)
  136. at ../../../src/game/CellImpl.h:46
  137. No locales.
  138. #16 Map::Update (this=0x8ac4000, t_diff=<value optimized out>)
  139. at ../../../src/game/Map.cpp:571
  140. pair = {x_coord = 263, y_coord = 224}
  141. cell = {data = {Part = {grid_x = 32, grid_y = 28, cell_x = 7,
  142. cell_y = 0, nocreate = 1, reserved = 16}, All = 553678624}}
  143. y = 224
  144. x = 263
  145. plr = <value optimized out>
  146. area = {right_offset = 2, left_offset = 2, upper_offset = 1,
  147. lower_offset = 2}
  148. updater = {i_timeDiff = 374}
  149. grid_object_update = {i_visitor = @0x7fff77334f50}
  150. __FUNCTION__ = "Update"
  151. __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
  152. world_object_update = {i_visitor = @0x7fff77334f50}
  153. #17 0x000000000067b099 in InstanceMap::Update (this=0x7ffeb333e080,
  154. t_diff=@0x7fff77334a40) at ../../../src/game/Map.cpp:1822
  155. No locales.
  156. #18 0x00000000008db1f1 in MapInstanced::Update (this=0xfd4000,
  157. t=@0x7fff7733600c) at ../../../src/game/MapInstanced.cpp:63
  158. i = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<unsigned int const, Map*>, false>> = {_M_cur_node = 0x7fffeaeaf0d0,
  159. _M_cur_bucket = 0x7fff24c41840}, <No data fields>}
  160. #19 0x000000000068599f in MapManager::Update (this=0x7fffdcc8d6e0,
  161. diff=<value optimized out>) at ../../../src/game/MapManager.cpp:250
  162. No locales.
  163. #20 0x00000000008682f1 in World::Update (this=0x7ffff4357900, diff=101)
  164. at ../../../src/game/World.cpp:1460
  165. autobroadcaston = 0
  166. #21 0x00000000005064bc in WorldRunnable::run (this=<value optimized out>)
  167. at ../../../src/mangosd/WorldRunnable.cpp:60
  168. diff = 101
  169. realCurrTime = 483005007
  170. realPrevTime = <value optimized out>
  171. prevSleepTime = 42
  172. #22 0x000000000092f23a in ACE_Based::Thread::ThreadTask (param=0x7ffeb333e080)
  173. at ../../../src/shared/Threading.cpp:187
  174. No locales.
  175. #23 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  176. No symbol table info available.
  177. #24 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  178. No symbol table info available.
  179. #25 0x0000000000000000 in ?? ()
  180. No symbol table info available.
  181. 23 Thread 0x7fff6f226910 (LWP 9102) 0x00007ffff5300388 in epoll_wait ()
  182. from /lib/libc.so.6
  183. 22 Thread 0x7fff6fa27910 (LWP 9101) 0x00007ffff5300388 in epoll_wait ()
  184. from /lib/libc.so.6
  185. 21 Thread 0x7fff70228910 (LWP 9100) 0x00007ffff5300388 in epoll_wait ()
  186. from /lib/libc.so.6
  187. 20 Thread 0x7fff70a29910 (LWP 9099) 0x00007ffff5300388 in epoll_wait ()
  188. from /lib/libc.so.6
  189. 19 Thread 0x7fff7122a910 (LWP 9098) 0x00007ffff5300388 in epoll_wait ()
  190. from /lib/libc.so.6
  191. 18 Thread 0x7fff71a2b910 (LWP 9097) 0x00007ffff5300388 in epoll_wait ()
  192. from /lib/libc.so.6
  193. 17 Thread 0x7fff7222c910 (LWP 9096) 0x00007ffff5300388 in epoll_wait ()
  194. from /lib/libc.so.6
  195. 16 Thread 0x7fff72a2d910 (LWP 9095) 0x00007ffff5d465a9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  196. 15 Thread 0x7fff7322e910 (LWP 9094) 0x00007ffff5d465a9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  197. 14 Thread 0x7fff73a2f910 (LWP 9093) 0x00007ffff5d465a9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  198. 13 Thread 0x7fff74230910 (LWP 9092) 0x00007ffff5d465a9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  199. 12 Thread 0x7fff75232910 (LWP 9090) 0x00007ffff5d498f1 in nanosleep ()
  200. from /lib/libpthread.so.0
  201. 11 Thread 0x7fff74a31910 (LWP 9091) 0x00007ffff5d465a9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  202. 10 Thread 0x7fff75a33910 (LWP 9089) 0x00007ffff52f8932 in select ()
  203. from /lib/libc.so.6
  204. 9 Thread 0x7fff76234910 (LWP 9088) 0x00007ffff5300388 in epoll_wait ()
  205. from /lib/libc.so.6
  206. 8 Thread 0x7fff76a35910 (LWP 9087) 0x00007ffff52c4471 in nanosleep ()
  207. from /lib/libc.so.6
  208. * 7 Thread 0x7fff77336910 (LWP 9086) Unit::GetCharmerOrOwner (
  209. this=0x7ffeb333e080, enemy=0x7fff77334a40) at ../../../src/game/Unit.h:1460
  210. 6 Thread 0x7fff77d37910 (LWP 9085) 0x00007ffff5d498f1 in nanosleep ()
  211. from /lib/libpthread.so.0
  212. 5 Thread 0x7ffff3abd910 (LWP 9040) 0x00007ffff5d498f1 in nanosleep ()
  213. from /lib/libpthread.so.0
  214. 4 Thread 0x7ffff42be910 (LWP 9039) 0x00007ffff5d498f1 in nanosleep ()
  215. from /lib/libpthread.so.0
  216. 3 Thread 0x7ffff4dcc910 (LWP 9038) 0x00007ffff5d498f1 in nanosleep ()
  217. from /lib/libpthread.so.0
  218. 1 Thread 0x7ffff7fed710 (LWP 9034) 0x00007ffff5d42cfd in pthread_join ()
  219. from /lib/libpthread.so.0
  220.  
  221. Hilo 23 (Thread 0x7fff6f226910 (LWP 9102)):
  222. #0 0x00007ffff5300388 in epoll_wait () from /lib/libc.so.6
  223. No symbol table info available.
  224. #1 0x00007ffff7af8124 in ACE_Dev_Poll_Reactor::work_pending_i (
  225. this=0x7fff77d4ee00, max_wait_time=<value optimized out>)
  226. at ../../ace/Dev_Poll_Reactor.cpp:991
  227. timer_buf = {static zero = {
  228. static zero = <same as static member of an already seen type>,
  229. static max_time = {
  230. static zero = <same as static member of an already seen type>,
  231. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  232. static max_time = <same as static member of an already seen type>,
  233. tv_ = {tv_sec = 0, tv_usec = 10000}}
  234. this_timeout = <value optimized out>
  235. timeout = 10
  236. nfds = <value optimized out>
  237. #2 0x00007ffff7afa14c in ACE_Dev_Poll_Reactor::handle_events_i (
  238. this=0x7fff77d4ee00, max_wait_time=0x7fff6f226050, guard=...)
  239. at ../../ace/Dev_Poll_Reactor.cpp:1064
  240. result = <value optimized out>
  241. #3 0x00007ffff7afa30e in ACE_Dev_Poll_Reactor::handle_events (
  242. this=0x7fff77d4ee00, max_wait_time=0x7fff6f226050)
  243. at ../../ace/Dev_Poll_Reactor.cpp:1046
  244. countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  245. max_wait_time_ = 0x7fff6f226050, start_time_ = {static zero = {
  246. static zero = <same as static member of an already seen type>,
  247. static max_time = {
  248. static zero = <same as static member of an already seen type>,
  249. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  250. static max_time = <same as static member of an already seen type>,
  251. tv_ = {tv_sec = 1280383259, tv_usec = 334575}}, stopped_ = false}
  252. guard = {token_ = @0x7fff77d4ee80, owner_ = 1}
  253. result = -1
  254. #4 0x00007ffff7b522bd in ACE_Reactor::run_reactor_event_loop (
  255. this=0x7fff78939f00, tv=..., eh=0) at ../../ace/Reactor.cpp:271
  256. result = 2011247192
  257. #5 0x000000000087b0a2 in ReactorRunnable::svc (this=0x7fff77e13258)
  258. at ../../../src/game/WorldSocketMgr.cpp:167
  259. interval = {static zero = {
  260. static zero = <same as static member of an already seen type>,
  261. static max_time = {
  262. static zero = <same as static member of an already seen type>,
  263. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  264. static max_time = <same as static member of an already seen type>,
  265. tv_ = {tv_sec = 0, tv_usec = 10000}}
  266. #6 0x00007ffff7b77577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  267. at ../../ace/Task.cpp:275
  268. t = 0x7fff77e13258
  269. svc_status = <value optimized out>
  270. #7 0x00007ffff7b78901 in ACE_Thread_Adapter::invoke (this=0x7fff774b5300)
  271. at ../../ace/Thread_Adapter.cpp:98
  272. exit_hook_instance = <value optimized out>
  273. exit_hook_maybe = {instance_ = 0x0}
  274. exit_hook_ptr = <value optimized out>
  275. #8 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  276. No symbol table info available.
  277. #9 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  278. No symbol table info available.
  279. #10 0x0000000000000000 in ?? ()
  280. No symbol table info available.
  281.  
  282. Hilo 22 (Thread 0x7fff6fa27910 (LWP 9101)):
  283. #0 0x00007ffff5300388 in epoll_wait () from /lib/libc.so.6
  284. No symbol table info available.
  285. #1 0x00007ffff7af8124 in ACE_Dev_Poll_Reactor::work_pending_i (
  286. this=0x7fff77d4ec80, max_wait_time=<value optimized out>)
  287. at ../../ace/Dev_Poll_Reactor.cpp:991
  288. timer_buf = {static zero = {
  289. static zero = <same as static member of an already seen type>,
  290. static max_time = {
  291. static zero = <same as static member of an already seen type>,
  292. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  293. static max_time = <same as static member of an already seen type>,
  294. tv_ = {tv_sec = 0, tv_usec = 5269}}
  295. this_timeout = <value optimized out>
  296. timeout = 5
  297. nfds = <value optimized out>
  298. #2 0x00007ffff7afa14c in ACE_Dev_Poll_Reactor::handle_events_i (
  299. this=0x7fff77d4ec80, max_wait_time=0x7fff6fa27050, guard=...)
  300. at ../../ace/Dev_Poll_Reactor.cpp:1064
  301. result = <value optimized out>
  302. #3 0x00007ffff7afa30e in ACE_Dev_Poll_Reactor::handle_events (
  303. this=0x7fff77d4ec80, max_wait_time=0x7fff6fa27050)
  304. at ../../ace/Dev_Poll_Reactor.cpp:1046
  305. countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  306. max_wait_time_ = 0x7fff6fa27050, start_time_ = {static zero = {
  307. static zero = <same as static member of an already seen type>,
  308. static max_time = {
  309. static zero = <same as static member of an already seen type>,
  310. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  311. static max_time = <same as static member of an already seen type>,
  312. tv_ = {tv_sec = 1280383259, tv_usec = 330088}}, stopped_ = false}
  313. guard = {token_ = @0x7fff77d4ed00, owner_ = 1}
  314. result = -1
  315. #4 0x00007ffff7b522bd in ACE_Reactor::run_reactor_event_loop (
  316. this=0x7fff78939f30, tv=..., eh=0) at ../../ace/Reactor.cpp:271
  317. result = 1
  318. #5 0x000000000087b0a2 in ReactorRunnable::svc (this=0x7fff77e13120)
  319. at ../../../src/game/WorldSocketMgr.cpp:167
  320. interval = {static zero = {
  321. static zero = <same as static member of an already seen type>,
  322. static max_time = {
  323. static zero = <same as static member of an already seen type>,
  324. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  325. static max_time = <same as static member of an already seen type>,
  326. tv_ = {tv_sec = 0, tv_usec = 5269}}
  327. #6 0x00007ffff7b77577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  328. at ../../ace/Task.cpp:275
  329. t = 0x7fff77e13120
  330. svc_status = <value optimized out>
  331. #7 0x00007ffff7b78901 in ACE_Thread_Adapter::invoke (this=0x7fff774b53c0)
  332. at ../../ace/Thread_Adapter.cpp:98
  333. exit_hook_instance = <value optimized out>
  334. exit_hook_maybe = {instance_ = 0x0}
  335. exit_hook_ptr = <value optimized out>
  336. #8 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  337. No symbol table info available.
  338. #9 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  339. No symbol table info available.
  340. #10 0x0000000000000000 in ?? ()
  341. No symbol table info available.
  342.  
  343. Hilo 21 (Thread 0x7fff70228910 (LWP 9100)):
  344. #0 0x00007ffff5300388 in epoll_wait () from /lib/libc.so.6
  345. No symbol table info available.
  346. #1 0x00007ffff7af8124 in ACE_Dev_Poll_Reactor::work_pending_i (
  347. this=0x7fff77d4eb00, max_wait_time=<value optimized out>)
  348. at ../../ace/Dev_Poll_Reactor.cpp:991
  349. timer_buf = {static zero = {
  350. static zero = <same as static member of an already seen type>,
  351. static max_time = {
  352. static zero = <same as static member of an already seen type>,
  353. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  354. static max_time = <same as static member of an already seen type>,
  355. tv_ = {tv_sec = 0, tv_usec = 7868}}
  356. this_timeout = <value optimized out>
  357. timeout = 7
  358. nfds = <value optimized out>
  359. #2 0x00007ffff7afa14c in ACE_Dev_Poll_Reactor::handle_events_i (
  360. this=0x7fff77d4eb00, max_wait_time=0x7fff70228050, guard=...)
  361. at ../../ace/Dev_Poll_Reactor.cpp:1064
  362. result = <value optimized out>
  363. #3 0x00007ffff7afa30e in ACE_Dev_Poll_Reactor::handle_events (
  364. this=0x7fff77d4eb00, max_wait_time=0x7fff70228050)
  365. at ../../ace/Dev_Poll_Reactor.cpp:1046
  366. countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  367. max_wait_time_ = 0x7fff70228050, start_time_ = {static zero = {
  368. static zero = <same as static member of an already seen type>,
  369. static max_time = {
  370. static zero = <same as static member of an already seen type>,
  371. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  372. static max_time = <same as static member of an already seen type>,
  373. tv_ = {tv_sec = 1280383259, tv_usec = 334809}}, stopped_ = false}
  374. guard = {token_ = @0x7fff77d4eb80, owner_ = 1}
  375. result = -1
  376. #4 0x00007ffff7b522bd in ACE_Reactor::run_reactor_event_loop (
  377. this=0x7fff78939f60, tv=..., eh=0) at ../../ace/Reactor.cpp:271
  378. result = 1
  379. #5 0x000000000087b0a2 in ReactorRunnable::svc (this=0x7fff77e12fe8)
  380. at ../../../src/game/WorldSocketMgr.cpp:167
  381. interval = {static zero = {
  382. static zero = <same as static member of an already seen type>,
  383. static max_time = {
  384. static zero = <same as static member of an already seen type>,
  385. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  386. static max_time = <same as static member of an already seen type>,
  387. tv_ = {tv_sec = 0, tv_usec = 7868}}
  388. #6 0x00007ffff7b77577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  389. at ../../ace/Task.cpp:275
  390. t = 0x7fff77e12fe8
  391. svc_status = <value optimized out>
  392. #7 0x00007ffff7b78901 in ACE_Thread_Adapter::invoke (this=0x7fff774b5480)
  393. at ../../ace/Thread_Adapter.cpp:98
  394. exit_hook_instance = <value optimized out>
  395. exit_hook_maybe = {instance_ = 0x0}
  396. exit_hook_ptr = <value optimized out>
  397. #8 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  398. No symbol table info available.
  399. #9 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  400. No symbol table info available.
  401. #10 0x0000000000000000 in ?? ()
  402. No symbol table info available.
  403.  
  404. Hilo 20 (Thread 0x7fff70a29910 (LWP 9099)):
  405. #0 0x00007ffff5300388 in epoll_wait () from /lib/libc.so.6
  406. No symbol table info available.
  407. #1 0x00007ffff7af8124 in ACE_Dev_Poll_Reactor::work_pending_i (
  408. this=0x7fff77d4e980, max_wait_time=<value optimized out>)
  409. at ../../ace/Dev_Poll_Reactor.cpp:991
  410. timer_buf = {static zero = {
  411. static zero = <same as static member of an already seen type>,
  412. static max_time = {
  413. static zero = <same as static member of an already seen type>,
  414. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  415. static max_time = <same as static member of an already seen type>,
  416. tv_ = {tv_sec = 0, tv_usec = 3634}}
  417. this_timeout = <value optimized out>
  418. timeout = 3
  419. nfds = <value optimized out>
  420. #2 0x00007ffff7afa14c in ACE_Dev_Poll_Reactor::handle_events_i (
  421. this=0x7fff77d4e980, max_wait_time=0x7fff70a29050, guard=...)
  422. at ../../ace/Dev_Poll_Reactor.cpp:1064
  423. result = <value optimized out>
  424. #3 0x00007ffff7afa30e in ACE_Dev_Poll_Reactor::handle_events (
  425. this=0x7fff77d4e980, max_wait_time=0x7fff70a29050)
  426. at ../../ace/Dev_Poll_Reactor.cpp:1046
  427. countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  428. max_wait_time_ = 0x7fff70a29050, start_time_ = {static zero = {
  429. static zero = <same as static member of an already seen type>,
  430. static max_time = {
  431. static zero = <same as static member of an already seen type>,
  432. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  433. static max_time = <same as static member of an already seen type>,
  434. tv_ = {tv_sec = 1280383259, tv_usec = 334096}}, stopped_ = false}
  435. guard = {token_ = @0x7fff77d4ea00, owner_ = 1}
  436. result = -1
  437. #4 0x00007ffff7b522bd in ACE_Reactor::run_reactor_event_loop (
  438. this=0x7fff78939f90, tv=..., eh=0) at ../../ace/Reactor.cpp:271
  439. result = 1
  440. #5 0x000000000087b0a2 in ReactorRunnable::svc (this=0x7fff77e12eb0)
  441. at ../../../src/game/WorldSocketMgr.cpp:167
  442. interval = {static zero = {
  443. static zero = <same as static member of an already seen type>,
  444. static max_time = {
  445. static zero = <same as static member of an already seen type>,
  446. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  447. static max_time = <same as static member of an already seen type>,
  448. tv_ = {tv_sec = 0, tv_usec = 3634}}
  449. #6 0x00007ffff7b77577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  450. at ../../ace/Task.cpp:275
  451. t = 0x7fff77e12eb0
  452. svc_status = <value optimized out>
  453. #7 0x00007ffff7b78901 in ACE_Thread_Adapter::invoke (this=0x7fff774b5540)
  454. at ../../ace/Thread_Adapter.cpp:98
  455. exit_hook_instance = <value optimized out>
  456. exit_hook_maybe = {instance_ = 0x0}
  457. exit_hook_ptr = <value optimized out>
  458. #8 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  459. No symbol table info available.
  460. #9 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  461. No symbol table info available.
  462. #10 0x0000000000000000 in ?? ()
  463. No symbol table info available.
  464.  
  465. Hilo 19 (Thread 0x7fff7122a910 (LWP 9098)):
  466. #0 0x00007ffff5300388 in epoll_wait () from /lib/libc.so.6
  467. No symbol table info available.
  468. #1 0x00007ffff7af8124 in ACE_Dev_Poll_Reactor::work_pending_i (
  469. this=0x7fff77d4e680, max_wait_time=<value optimized out>)
  470. at ../../ace/Dev_Poll_Reactor.cpp:991
  471. timer_buf = {static zero = {
  472. static zero = <same as static member of an already seen type>,
  473. static max_time = {
  474. static zero = <same as static member of an already seen type>,
  475. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  476. static max_time = <same as static member of an already seen type>,
  477. tv_ = {tv_sec = 0, tv_usec = 1907}}
  478. this_timeout = <value optimized out>
  479. timeout = 1
  480. nfds = <value optimized out>
  481. #2 0x00007ffff7afa14c in ACE_Dev_Poll_Reactor::handle_events_i (
  482. this=0x7fff77d4e680, max_wait_time=0x7fff7122a050, guard=...)
  483. at ../../ace/Dev_Poll_Reactor.cpp:1064
  484. result = <value optimized out>
  485. #3 0x00007ffff7afa30e in ACE_Dev_Poll_Reactor::handle_events (
  486. this=0x7fff77d4e680, max_wait_time=0x7fff7122a050)
  487. at ../../ace/Dev_Poll_Reactor.cpp:1046
  488. countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  489. max_wait_time_ = 0x7fff7122a050, start_time_ = {static zero = {
  490. static zero = <same as static member of an already seen type>,
  491. static max_time = {
  492. static zero = <same as static member of an already seen type>,
  493. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  494. static max_time = <same as static member of an already seen type>,
  495. tv_ = {tv_sec = 1280383259, tv_usec = 335859}}, stopped_ = false}
  496. guard = {token_ = @0x7fff77d4e700, owner_ = 1}
  497. result = -1
  498. #4 0x00007ffff7b522bd in ACE_Reactor::run_reactor_event_loop (
  499. this=0x7fff78939fc0, tv=..., eh=0) at ../../ace/Reactor.cpp:271
  500. result = 1
  501. #5 0x000000000087b0a2 in ReactorRunnable::svc (this=0x7fff77e12d78)
  502. at ../../../src/game/WorldSocketMgr.cpp:167
  503. interval = {static zero = {
  504. static zero = <same as static member of an already seen type>,
  505. static max_time = {
  506. static zero = <same as static member of an already seen type>,
  507. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  508. static max_time = <same as static member of an already seen type>,
  509. tv_ = {tv_sec = 0, tv_usec = 1907}}
  510. #6 0x00007ffff7b77577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  511. at ../../ace/Task.cpp:275
  512. t = 0x7fff77e12d78
  513. svc_status = <value optimized out>
  514. #7 0x00007ffff7b78901 in ACE_Thread_Adapter::invoke (this=0x7fff774b5600)
  515. at ../../ace/Thread_Adapter.cpp:98
  516. exit_hook_instance = <value optimized out>
  517. exit_hook_maybe = {instance_ = 0x0}
  518. exit_hook_ptr = <value optimized out>
  519. #8 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  520. No symbol table info available.
  521. #9 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  522. No symbol table info available.
  523. #10 0x0000000000000000 in ?? ()
  524. No symbol table info available.
  525.  
  526. Hilo 18 (Thread 0x7fff71a2b910 (LWP 9097)):
  527. #0 0x00007ffff5300388 in epoll_wait () from /lib/libc.so.6
  528. No symbol table info available.
  529. #1 0x00007ffff7af8124 in ACE_Dev_Poll_Reactor::work_pending_i (
  530. this=0x7fff77d4e500, max_wait_time=<value optimized out>)
  531. at ../../ace/Dev_Poll_Reactor.cpp:991
  532. timer_buf = {static zero = {
  533. static zero = <same as static member of an already seen type>,
  534. static max_time = {
  535. static zero = <same as static member of an already seen type>,
  536. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  537. static max_time = <same as static member of an already seen type>,
  538. tv_ = {tv_sec = 0, tv_usec = 10000}}
  539. this_timeout = <value optimized out>
  540. timeout = 10
  541. nfds = <value optimized out>
  542. #2 0x00007ffff7afa14c in ACE_Dev_Poll_Reactor::handle_events_i (
  543. this=0x7fff77d4e500, max_wait_time=0x7fff71a2b050, guard=...)
  544. at ../../ace/Dev_Poll_Reactor.cpp:1064
  545. result = <value optimized out>
  546. #3 0x00007ffff7afa30e in ACE_Dev_Poll_Reactor::handle_events (
  547. this=0x7fff77d4e500, max_wait_time=0x7fff71a2b050)
  548. at ../../ace/Dev_Poll_Reactor.cpp:1046
  549. countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  550. max_wait_time_ = 0x7fff71a2b050, start_time_ = {static zero = {
  551. static zero = <same as static member of an already seen type>,
  552. static max_time = {
  553. static zero = <same as static member of an already seen type>,
  554. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  555. static max_time = <same as static member of an already seen type>,
  556. tv_ = {tv_sec = 1280383259, tv_usec = 329163}}, stopped_ = false}
  557. guard = {token_ = @0x7fff77d4e580, owner_ = 1}
  558. result = -1
  559. #4 0x00007ffff7b522bd in ACE_Reactor::run_reactor_event_loop (
  560. this=0x7fff78939ff0, tv=..., eh=0) at ../../ace/Reactor.cpp:271
  561. result = 2011245632
  562. #5 0x000000000087b0a2 in ReactorRunnable::svc (this=0x7fff77e12c40)
  563. at ../../../src/game/WorldSocketMgr.cpp:167
  564. interval = {static zero = {
  565. static zero = <same as static member of an already seen type>,
  566. static max_time = {
  567. static zero = <same as static member of an already seen type>,
  568. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  569. static max_time = <same as static member of an already seen type>,
  570. tv_ = {tv_sec = 0, tv_usec = 10000}}
  571. #6 0x00007ffff7b77577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  572. at ../../ace/Task.cpp:275
  573. t = 0x7fff77e12c40
  574. svc_status = <value optimized out>
  575. #7 0x00007ffff7b78901 in ACE_Thread_Adapter::invoke (this=0x7fff774b56c0)
  576. at ../../ace/Thread_Adapter.cpp:98
  577. exit_hook_instance = <value optimized out>
  578. exit_hook_maybe = {instance_ = 0x0}
  579. exit_hook_ptr = <value optimized out>
  580. #8 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  581. No symbol table info available.
  582. #9 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  583. No symbol table info available.
  584. #10 0x0000000000000000 in ?? ()
  585. No symbol table info available.
  586.  
  587. Hilo 17 (Thread 0x7fff7222c910 (LWP 9096)):
  588. #0 0x00007ffff5300388 in epoll_wait () from /lib/libc.so.6
  589. No symbol table info available.
  590. #1 0x00007ffff7af8124 in ACE_Dev_Poll_Reactor::work_pending_i (
  591. this=0x7fff77d4e380, max_wait_time=<value optimized out>)
  592. at ../../ace/Dev_Poll_Reactor.cpp:991
  593. timer_buf = {static zero = {
  594. static zero = <same as static member of an already seen type>,
  595. static max_time = {
  596. static zero = <same as static member of an already seen type>,
  597. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  598. static max_time = <same as static member of an already seen type>,
  599. tv_ = {tv_sec = 0, tv_usec = 10000}}
  600. this_timeout = <value optimized out>
  601. timeout = 10
  602. nfds = <value optimized out>
  603. #2 0x00007ffff7afa14c in ACE_Dev_Poll_Reactor::handle_events_i (
  604. this=0x7fff77d4e380, max_wait_time=0x7fff7222c050, guard=...)
  605. at ../../ace/Dev_Poll_Reactor.cpp:1064
  606. result = <value optimized out>
  607. #3 0x00007ffff7afa30e in ACE_Dev_Poll_Reactor::handle_events (
  608. this=0x7fff77d4e380, max_wait_time=0x7fff7222c050)
  609. at ../../ace/Dev_Poll_Reactor.cpp:1046
  610. countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  611. max_wait_time_ = 0x7fff7222c050, start_time_ = {static zero = {
  612. static zero = <same as static member of an already seen type>,
  613. static max_time = {
  614. static zero = <same as static member of an already seen type>,
  615. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  616. static max_time = <same as static member of an already seen type>,
  617. tv_ = {tv_sec = 1280383259, tv_usec = 325209}}, stopped_ = false}
  618. guard = {token_ = @0x7fff77d4e400, owner_ = 1}
  619. result = -1
  620. #4 0x00007ffff7b522bd in ACE_Reactor::run_reactor_event_loop (
  621. this=0x7fff7893a020, tv=..., eh=0) at ../../ace/Reactor.cpp:271
  622. result = 2011245320
  623. #5 0x000000000087b0a2 in ReactorRunnable::svc (this=0x7fff77e12b08)
  624. at ../../../src/game/WorldSocketMgr.cpp:167
  625. interval = {static zero = {
  626. static zero = <same as static member of an already seen type>,
  627. static max_time = {
  628. static zero = <same as static member of an already seen type>,
  629. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  630. static max_time = <same as static member of an already seen type>,
  631. tv_ = {tv_sec = 0, tv_usec = 10000}}
  632. #6 0x00007ffff7b77577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  633. at ../../ace/Task.cpp:275
  634. t = 0x7fff77e12b08
  635. svc_status = <value optimized out>
  636. #7 0x00007ffff7b78901 in ACE_Thread_Adapter::invoke (this=0x7fff774b5780)
  637. at ../../ace/Thread_Adapter.cpp:98
  638. exit_hook_instance = <value optimized out>
  639. exit_hook_maybe = {instance_ = 0x0}
  640. exit_hook_ptr = <value optimized out>
  641. #8 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  642. No symbol table info available.
  643. #9 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  644. No symbol table info available.
  645. #10 0x0000000000000000 in ?? ()
  646. No symbol table info available.
  647.  
  648. Hilo 16 (Thread 0x7fff72a2d910 (LWP 9095)):
  649. #0 0x00007ffff5d465a9 in pthread_cond_wait@@GLIBC_2.3.2 ()
  650. from /lib/libpthread.so.0
  651. No symbol table info available.
  652. #1 0x00007ffff7ae6e55 in cond_timedwait (this=0x7fff76afff84, mutex=...,
  653. abstime=0x5) at ../../ace/OS_NS_Thread.inl:362
  654. result = <value optimized out>
  655. ts = {tv_sec = 0, tv_nsec = -5508668945609473536}
  656. #2 ACE_Condition_Thread_Mutex::wait (this=0x7fff76afff84, mutex=...,
  657. abstime=0x5) at ../../ace/Condition_Thread_Mutex.cpp:100
  658. No locales.
  659. #3 0x000000000050477b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  660. (this=0x7fff76afff00, timeout=0x0)
  661. at /usr/local/include/ace/Message_Queue_T.cpp:1746
  662. result = <value optimized out>
  663. #4 0x0000000000505839 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  664. this=0x7fff76afff00, first_item=@0x7fff72a2d078, timeout=0x0)
  665. at /usr/local/include/ace/Message_Queue_T.cpp:1938
  666. ace_mon = {lock_ = 0x7fff76afff50, owner_ = 0}
  667. #5 0x00000000005050b8 in ACE_Task<ACE_MT_SYNCH>::getq (this=0x7fff75a32fe0)
  668. at /usr/local/include/ace/Task_T.inl:22
  669. No locales.
  670. #6 SOAPWorkingThread::svc (this=0x7fff75a32fe0)
  671. at ../../../src/mangosd/MaNGOSsoap.h:60
  672. mb = 0x0
  673. #7 0x00007ffff7b77577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  674. at ../../ace/Task.cpp:275
  675. t = 0x7fff75a32fe0
  676. svc_status = <value optimized out>
  677. #8 0x00007ffff7b78901 in ACE_Thread_Adapter::invoke (this=0x7fff76af7be0)
  678. at ../../ace/Thread_Adapter.cpp:98
  679. exit_hook_instance = <value optimized out>
  680. exit_hook_maybe = {instance_ = 0x0}
  681. exit_hook_ptr = <value optimized out>
  682. #9 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  683. No symbol table info available.
  684. #10 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  685. No symbol table info available.
  686. #11 0x0000000000000000 in ?? ()
  687. No symbol table info available.
  688.  
  689. Hilo 15 (Thread 0x7fff7322e910 (LWP 9094)):
  690. #0 0x00007ffff5d465a9 in pthread_cond_wait@@GLIBC_2.3.2 ()
  691. from /lib/libpthread.so.0
  692. No symbol table info available.
  693. #1 0x00007ffff7ae6e55 in cond_timedwait (this=0x7fff76afff84, mutex=...,
  694. abstime=0x5) at ../../ace/OS_NS_Thread.inl:362
  695. result = <value optimized out>
  696. ts = {tv_sec = 0, tv_nsec = -5508668945609473536}
  697. #2 ACE_Condition_Thread_Mutex::wait (this=0x7fff76afff84, mutex=...,
  698. abstime=0x5) at ../../ace/Condition_Thread_Mutex.cpp:100
  699. No locales.
  700. #3 0x000000000050477b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  701. (this=0x7fff76afff00, timeout=0x0)
  702. at /usr/local/include/ace/Message_Queue_T.cpp:1746
  703. result = <value optimized out>
  704. #4 0x0000000000505839 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  705. this=0x7fff76afff00, first_item=@0x7fff7322e078, timeout=0x0)
  706. at /usr/local/include/ace/Message_Queue_T.cpp:1938
  707. ace_mon = {lock_ = 0x7fff76afff50, owner_ = 0}
  708. #5 0x00000000005050b8 in ACE_Task<ACE_MT_SYNCH>::getq (this=0x7fff75a32fe0)
  709. at /usr/local/include/ace/Task_T.inl:22
  710. No locales.
  711. #6 SOAPWorkingThread::svc (this=0x7fff75a32fe0)
  712. at ../../../src/mangosd/MaNGOSsoap.h:60
  713. mb = 0x0
  714. #7 0x00007ffff7b77577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  715. at ../../ace/Task.cpp:275
  716. t = 0x7fff75a32fe0
  717. svc_status = <value optimized out>
  718. #8 0x00007ffff7b78901 in ACE_Thread_Adapter::invoke (this=0x7fff76af7ca0)
  719. at ../../ace/Thread_Adapter.cpp:98
  720. exit_hook_instance = <value optimized out>
  721. exit_hook_maybe = {instance_ = 0x0}
  722. exit_hook_ptr = <value optimized out>
  723. #9 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  724. No symbol table info available.
  725. #10 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  726. No symbol table info available.
  727. #11 0x0000000000000000 in ?? ()
  728. No symbol table info available.
  729.  
  730. Hilo 14 (Thread 0x7fff73a2f910 (LWP 9093)):
  731. #0 0x00007ffff5d465a9 in pthread_cond_wait@@GLIBC_2.3.2 ()
  732. from /lib/libpthread.so.0
  733. No symbol table info available.
  734. #1 0x00007ffff7ae6e55 in cond_timedwait (this=0x7fff76afff84, mutex=...,
  735. abstime=0x5) at ../../ace/OS_NS_Thread.inl:362
  736. result = <value optimized out>
  737. ts = {tv_sec = 0, tv_nsec = -5508668945609473536}
  738. #2 ACE_Condition_Thread_Mutex::wait (this=0x7fff76afff84, mutex=...,
  739. abstime=0x5) at ../../ace/Condition_Thread_Mutex.cpp:100
  740. No locales.
  741. #3 0x000000000050477b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  742. (this=0x7fff76afff00, timeout=0x0)
  743. at /usr/local/include/ace/Message_Queue_T.cpp:1746
  744. result = <value optimized out>
  745. #4 0x0000000000505839 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  746. this=0x7fff76afff00, first_item=@0x7fff73a2f078, timeout=0x0)
  747. at /usr/local/include/ace/Message_Queue_T.cpp:1938
  748. ace_mon = {lock_ = 0x7fff76afff50, owner_ = 0}
  749. #5 0x00000000005050b8 in ACE_Task<ACE_MT_SYNCH>::getq (this=0x7fff75a32fe0)
  750. at /usr/local/include/ace/Task_T.inl:22
  751. No locales.
  752. #6 SOAPWorkingThread::svc (this=0x7fff75a32fe0)
  753. at ../../../src/mangosd/MaNGOSsoap.h:60
  754. mb = 0x0
  755. #7 0x00007ffff7b77577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  756. at ../../ace/Task.cpp:275
  757. t = 0x7fff75a32fe0
  758. svc_status = <value optimized out>
  759. #8 0x00007ffff7b78901 in ACE_Thread_Adapter::invoke (this=0x7fff76af7d60)
  760. at ../../ace/Thread_Adapter.cpp:98
  761. exit_hook_instance = <value optimized out>
  762. exit_hook_maybe = {instance_ = 0x0}
  763. exit_hook_ptr = <value optimized out>
  764. #9 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  765. No symbol table info available.
  766. #10 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  767. No symbol table info available.
  768. #11 0x0000000000000000 in ?? ()
  769. No symbol table info available.
  770.  
  771. Hilo 13 (Thread 0x7fff74230910 (LWP 9092)):
  772. #0 0x00007ffff5d465a9 in pthread_cond_wait@@GLIBC_2.3.2 ()
  773. from /lib/libpthread.so.0
  774. No symbol table info available.
  775. #1 0x00007ffff7ae6e55 in cond_timedwait (this=0x7fff76afff84, mutex=...,
  776. abstime=0x5) at ../../ace/OS_NS_Thread.inl:362
  777. result = <value optimized out>
  778. ts = {tv_sec = 0, tv_nsec = -5508668945609473536}
  779. #2 ACE_Condition_Thread_Mutex::wait (this=0x7fff76afff84, mutex=...,
  780. abstime=0x5) at ../../ace/Condition_Thread_Mutex.cpp:100
  781. No locales.
  782. #3 0x000000000050477b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  783. (this=0x7fff76afff00, timeout=0x0)
  784. at /usr/local/include/ace/Message_Queue_T.cpp:1746
  785. result = <value optimized out>
  786. #4 0x0000000000505839 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  787. this=0x7fff76afff00, first_item=@0x7fff74230078, timeout=0x0)
  788. at /usr/local/include/ace/Message_Queue_T.cpp:1938
  789. ace_mon = {lock_ = 0x7fff76afff50, owner_ = 0}
  790. #5 0x00000000005050b8 in ACE_Task<ACE_MT_SYNCH>::getq (this=0x7fff75a32fe0)
  791. at /usr/local/include/ace/Task_T.inl:22
  792. No locales.
  793. #6 SOAPWorkingThread::svc (this=0x7fff75a32fe0)
  794. at ../../../src/mangosd/MaNGOSsoap.h:60
  795. mb = 0x0
  796. #7 0x00007ffff7b77577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  797. at ../../ace/Task.cpp:275
  798. t = 0x7fff75a32fe0
  799. svc_status = <value optimized out>
  800. #8 0x00007ffff7b78901 in ACE_Thread_Adapter::invoke (this=0x7fff76af7e20)
  801. at ../../ace/Thread_Adapter.cpp:98
  802. exit_hook_instance = <value optimized out>
  803. exit_hook_maybe = {instance_ = 0x0}
  804. exit_hook_ptr = <value optimized out>
  805. #9 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  806. No symbol table info available.
  807. #10 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  808. No symbol table info available.
  809. #11 0x0000000000000000 in ?? ()
  810. No symbol table info available.
  811.  
  812. Hilo 12 (Thread 0x7fff75232910 (LWP 9090)):
  813. #0 0x00007ffff5d498f1 in nanosleep () from /lib/libpthread.so.0
  814. No symbol table info available.
  815. #1 0x000000000092ef09 in sleep (msecs=<value optimized out>)
  816. at /usr/local/include/ace/OS_NS_unistd.inl:951
  817. rqtp = {tv_sec = 1, tv_nsec = 0}
  818. #2 ACE_Based::Thread::Sleep (msecs=<value optimized out>)
  819. at ../../../src/shared/Threading.cpp:237
  820. No locales.
  821. #3 0x0000000000500642 in FreezeDetectorRunnable::run (this=0x7fff77d52ea0)
  822. at ../../../src/mangosd/Master.cpp:74
  823. curtime = 0
  824. #4 0x000000000092f23a in ACE_Based::Thread::ThreadTask (param=0x7fff75232060)
  825. at ../../../src/shared/Threading.cpp:187
  826. No locales.
  827. #5 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  828. No symbol table info available.
  829. #6 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  830. No symbol table info available.
  831. #7 0x0000000000000000 in ?? ()
  832. No symbol table info available.
  833.  
  834. Hilo 11 (Thread 0x7fff74a31910 (LWP 9091)):
  835. #0 0x00007ffff5d465a9 in pthread_cond_wait@@GLIBC_2.3.2 ()
  836. from /lib/libpthread.so.0
  837. No symbol table info available.
  838. #1 0x00007ffff7ae6e55 in cond_timedwait (this=0x7fff76afff84, mutex=...,
  839. abstime=0x5) at ../../ace/OS_NS_Thread.inl:362
  840. result = <value optimized out>
  841. ts = {tv_sec = 140735184633728, tv_nsec = 140735184633680}
  842. #2 ACE_Condition_Thread_Mutex::wait (this=0x7fff76afff84, mutex=...,
  843. abstime=0x5) at ../../ace/Condition_Thread_Mutex.cpp:100
  844. No locales.
  845. #3 0x000000000050477b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  846. (this=0x7fff76afff00, timeout=0x0)
  847. at /usr/local/include/ace/Message_Queue_T.cpp:1746
  848. result = <value optimized out>
  849. #4 0x0000000000505839 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  850. this=0x7fff76afff00, first_item=@0x7fff74a31078, timeout=0x0)
  851. at /usr/local/include/ace/Message_Queue_T.cpp:1938
  852. ace_mon = {lock_ = 0x7fff76afff50, owner_ = 0}
  853. #5 0x00000000005050b8 in ACE_Task<ACE_MT_SYNCH>::getq (this=0x7fff75a32fe0)
  854. at /usr/local/include/ace/Task_T.inl:22
  855. No locales.
  856. #6 SOAPWorkingThread::svc (this=0x7fff75a32fe0)
  857. at ../../../src/mangosd/MaNGOSsoap.h:60
  858. mb = 0x0
  859. #7 0x00007ffff7b77577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  860. at ../../ace/Task.cpp:275
  861. t = 0x7fff75a32fe0
  862. svc_status = <value optimized out>
  863. #8 0x00007ffff7b78901 in ACE_Thread_Adapter::invoke (this=0x7fff76af7ee0)
  864. at ../../ace/Thread_Adapter.cpp:98
  865. exit_hook_instance = <value optimized out>
  866. exit_hook_maybe = {instance_ = 0x0}
  867. exit_hook_ptr = <value optimized out>
  868. #9 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  869. No symbol table info available.
  870. #10 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  871. No symbol table info available.
  872. #11 0x0000000000000000 in ?? ()
  873. No symbol table info available.
  874.  
  875. Hilo 10 (Thread 0x7fff75a33910 (LWP 9089)):
  876. #0 0x00007ffff52f8932 in select () from /lib/libc.so.6
  877. No symbol table info available.
  878. #1 0x00000000009c55fd in tcp_select (soap=0x7fff75a177e0, s=38,
  879. flags=<value optimized out>, timeout=<value optimized out>)
  880. at ../../../../dep/src/gsoap/stdsoap2.cpp:4418
  881. tv = {tv_sec = 2, tv_usec = 745879}
  882. fd = {{fds_bits = {274877906944, 0 <repeats 15 times>}}, {fds_bits = {
  883. 274877906944, 0 <repeats 15 times>}}, {fds_bits = {274877906944,
  884. 0 <repeats 15 times>}}}
  885. sfd = 0x7fff75a17600
  886. efd = 0x7fff75a17680
  887. r = <value optimized out>
  888. rfd = 0x7fff75a17580
  889. #2 0x00000000009d2bef in soap_accept (soap=0x7fff75a177e0)
  890. at ../../../../dep/src/gsoap/stdsoap2.cpp:4486
  891. r = -514
  892. err = -514
  893. n = 16
  894. len = 65536
  895. set = 1
  896. #3 0x0000000000503b27 in MaNGOSsoapRunnable::run (this=<value optimized out>)
  897. at ../../../src/mangosd/MaNGOSsoap.cpp:51
  898. thread_soap = <value optimized out>
  899. pool = {<ACE_Task<ACE_MT_SYNCH>> = {<ACE_Task_Base> = {<ACE_Service_Object> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0x9ebe50,
  900. reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  901. value_ = 1}, <No data fields>}, priority_ = 0,
  902. reactor_ = 0x0,
  903. reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  904. _vptr.Policy = 0x7ffff7dcc570},
  905. value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <ACE_Shared_Object> = {
  906. _vptr.ACE_Shared_Object = 0x9ebf50}, <No data fields>},
  907. thr_count_ = 5, thr_mgr_ = 0x7fff76afbec0, flags_ = 0,
  908. grp_id_ = 1, lock_ = {lock_ = {__data = {__lock = 0,
  909. __count = 0, __owner = 0, __nusers = 0, __kind = 0,
  910. __spins = 0, __list = {__prev = 0x0, __next = 0x0}},
  911. __size = '\000' <repetidos 39 veces>, __align = 0},
  912. removed_ = false}, last_thread_id_ = 0},
  913. msg_queue_ = 0x7fff76afff00, delete_msg_queue_ = true, mod_ = 0x0,
  914. next_ = 0x0}, <No data fields>}
  915. soap = {_vptr.soap = 0xa6b5b0, state = 1, version = 0, mode = 0,
  916. imode = 2097152, omode = 2097152, float_format = 0xa67eaf "%.9G",
  917. double_format = 0xa67eb4 "%.17lG",
  918. dime_id_format = 0xa67ebb "cid:id%d", http_version = 0xa50b30 "1.1",
  919. http_content = 0x0, encodingStyle = 0xa6aae0 "", actor = 0x0,
  920. lang = 0xa687d9 "en", recv_timeout = 5, send_timeout = 5,
  921. connect_timeout = 0, accept_timeout = 3, socket_flags = 0,
  922. connect_flags = 0, bind_flags = 0, accept_flags = 0,
  923. linger_time = 0, namespaces = 0xd04f60, local_namespaces = 0x0,
  924. nlist = 0x0, blist = 0x0, clist = 0xf7d0e0, alist = 0x0, iht = {
  925. 0x0 <repeats 1999 times>}, pht = {0x0 <repeats 1024 times>},
  926. pblk = 0x0, pidx = 0, header = 0x0, fault = 0x7fff6e70ffb0,
  927. idnum = 0, user = 0x0, plugins = 0x0, userid = 0x0, passwd = 0x0,
  928. fpost = 0x9e6950 <http_post>, fget = 0x9c37e0 <http_get>,
  929. fput = 0x9c37f0 <http_405>, fdel = 0x9c37f0 <http_405>,
  930. fhead = 0x9c37f0 <http_405>, fform = 0,
  931. fposthdr = 0x9cad50 <http_post_header>,
  932. fresponse = 0x9c6a60 <http_response>,
  933. fparse = 0x9d7d70 <http_parse>,
  934. fparsehdr = 0x9e5d10 <http_parse_header>, fheader = 0,
  935. fresolve = 0x9c8690 <tcp_gethost>, fconnect = 0, fdisconnect = 0,
  936. fclosesocket = 0x9c8670 <tcp_closesocket>,
  937. fshutdownsocket = 0x9c8660 <tcp_shutdownsocket>,
  938. fopen = 0x9db620 <tcp_connect>, faccept = 0x9c8680 <tcp_accept>,
  939. fclose = 0x9c2e40 <tcp_disconnect>, fsend = 0x9c8350 <fsend>,
  940. frecv = 0x9c8120 <frecv>, fpoll = 0x9d42d0 <soap_poll>,
  941. fseterror = 0, fignore = 0, fserveloop = 0,
  942. fplugin = 0x9c6a00 <fplugin>, fmalloc = 0, fprepareinit = 0,
  943. fpreparesend = 0, fpreparerecv = 0, fpreparefinal = 0,
  944. fdimereadopen = 0, fdimewriteopen = 0, fdimereadclose = 0,
  945. fdimewriteclose = 0, fdimeread = 0, fdimewrite = 0,
  946. fmimereadopen = 0, fmimewriteopen = 0, fmimereadclose = 0,
  947. fmimewriteclose = 0, fmimeread = 0, fmimewrite = 0, master = 38,
  948. socket = -1, os = 0x0, is = 0x0, sendfd = 1, recvfd = 0, bufidx = 0,
  949. buflen = 0, ahead = 0, cdata = 0, body = 0, level = 0, count = 0,
  950. length = 0, labbuf = 0x0, lablen = 0, labidx = 0,
  951. buf = '\000' <repetidos 65535 veces>,
  952. msgbuf = '\000' <repetidos 1023 veces>,
  953. tmpbuf = '\000' <repetidos 1023 veces>,
  954. tag = '\000' <repetidos 1023 veces>,
  955. id = '\000' <repetidos 1023 veces>,
  956. href = '\000' <repetidos 1023 veces>,
  957. type = '\000' <repetidos 1023 veces>,
  958. arrayType = '\000' <repetidos 1023 veces>,
  959. arraySize = '\000' <repetidos 1023 veces>,
  960. arrayOffset = '\000' <repetidos 1023 veces>, other = 0,
  961. position = 0, positions = {0 <repeats 16 times>}, root = 0,
  962. attributes = 0x0, encoding = 0, mustUnderstand = 0, null = 0,
  963. ns = 0, part = 9, alloced = 0, peeked = 0, chunksize = 0,
  964. chunkbuflen = 0, endpoint = '\000' <repetidos 1023 veces>,
  965. path = '\000' <repetidos 1023 veces>,
  966. host = '\000' <repetidos 1023 veces>, action = 0x0, authrealm = 0x0,
  967. prolog = 0x0, ip = 0, port = 0, keep_alive = 0, tcp_keep_alive = 0,
  968. tcp_keep_idle = 0, tcp_keep_intvl = 0, tcp_keep_cnt = 0,
  969. max_keep_alive = 100, proxy_http_version = 0xa67ec4 "1.0",
  970. proxy_host = 0x0, proxy_port = 8080, proxy_userid = 0x0,
  971. proxy_passwd = 0x0, proxy_from = 0x0, status = 0, error = 0,
  972. errmode = 0, errnum = 0, dom = 0x0, dime = {count = 0, size = 0,
  973. chunksize = 0, buflen = 0, flags = 0 '\000', ptr = 0x0, id = 0x0,
  974. type = 0x0, options = 0x0, list = 0x0, first = 0x0, last = 0x0},
  975. mime = {boundary = 0x0, start = 0x0, list = 0x0, first = 0x0,
  976. last = 0x0}, xlist = 0x0, logfile = {0x0, 0x0, 0x0}, fdebug = {
  977. 0x0, 0x0, 0x0}, mht = {0x0 <repeats 1024 times>},
  978. c14ninclude = 0x0, c14nexclude = 0x0, cookies = 0x0,
  979. cookie_domain = 0x0, cookie_path = 0x0, cookie_max = 32,
  980. ipv6_multicast_if = 0, ipv4_multicast_if = 0x0,
  981. ipv4_multicast_ttl = 0, peer = {sin_family = 0, sin_port = 0,
  982. sin_addr = {s_addr = 0},
  983. sin_zero = "\000\000\000\000\000\000\000"}, peerlen = 16,
  984. fsslauth = 0x0, fsslverify = 0x0, bio = 0x0, ssl = 0x0, ctx = 0x0,
  985. session = 0x0, ssl_flags = 0, keyfile = 0x0, password = 0x0,
  986. dhfile = 0x0, cafile = 0x0, capath = 0x0, crlfile = 0x0,
  987. randfile = 0x0,
  988. session_host = '\000' <repetidos 920 veces>, "x\020\000\000\000\000\000\000\000\000°vÿ\177\000\000\033\000\000\000\000\000\000\000\t\000\000\000\000\000\000\000\000¥þ÷ÿ\177\000\000\213\020\\öÿ\177\000\000p/£uÿ\177", '\000' <repetidos 26 veces>, "x/£uÿ\177\000\000\000\000\000\000\000\000\000\000àb|öÿ\177\000", session_port = 0, c_locale = 0x0, d_stream = 0x7ffff65c1ed1, z_crc = 0,
  989. z_dict = 0x1078 <Address 0x1078 out of bounds>,
  990. z_dict_len = 4160661384, zlib_state = 32767, zlib_in = 0,
  991. zlib_out = -23296, z_buf = 0x1078 <Address 0x1078 out of bounds>,
  992. z_buflen = 0, z_level = 12296, z_ratio_in = 4.59163468e-41,
  993. z_ratio_out = -1.11626253e+33}
  994. m = <value optimized out>
  995. s = -514
  996. #4 0x000000000092f23a in ACE_Based::Thread::ThreadTask (param=0x27)
  997. at ../../../src/shared/Threading.cpp:187
  998. No locales.
  999. #5 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  1000. No symbol table info available.
  1001. #6 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  1002. No symbol table info available.
  1003. #7 0x0000000000000000 in ?? ()
  1004. No symbol table info available.
  1005.  
  1006. Hilo 9 (Thread 0x7fff76234910 (LWP 9088)):
  1007. #0 0x00007ffff5300388 in epoll_wait () from /lib/libc.so.6
  1008. No symbol table info available.
  1009. #1 0x00007ffff7af8124 in ACE_Dev_Poll_Reactor::work_pending_i (
  1010. this=0x7fff77d4e080, max_wait_time=<value optimized out>)
  1011. at ../../ace/Dev_Poll_Reactor.cpp:991
  1012. timer_buf = {static zero = {
  1013. static zero = <same as static member of an already seen type>,
  1014. static max_time = {
  1015. static zero = <same as static member of an already seen type>,
  1016. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  1017. static max_time = <same as static member of an already seen type>,
  1018. tv_ = {tv_sec = 0, tv_usec = 9999}}
  1019. this_timeout = <value optimized out>
  1020. timeout = 9
  1021. nfds = <value optimized out>
  1022. #2 0x00007ffff7afa14c in ACE_Dev_Poll_Reactor::handle_events_i (
  1023. this=0x7fff77d4e080, max_wait_time=0x7fff76234050, guard=...)
  1024. at ../../ace/Dev_Poll_Reactor.cpp:1064
  1025. result = <value optimized out>
  1026. #3 0x00007ffff7afa30e in ACE_Dev_Poll_Reactor::handle_events (
  1027. this=0x7fff77d4e080, max_wait_time=0x7fff76234050)
  1028. at ../../ace/Dev_Poll_Reactor.cpp:1046
  1029. countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  1030. max_wait_time_ = 0x7fff76234050, start_time_ = {static zero = {
  1031. static zero = <same as static member of an already seen type>,
  1032. static max_time = {
  1033. static zero = <same as static member of an already seen type>,
  1034. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  1035. static max_time = <same as static member of an already seen type>,
  1036. tv_ = {tv_sec = 1280383259, tv_usec = 329120}}, stopped_ = false}
  1037. guard = {token_ = @0x7fff77d4e100, owner_ = 1}
  1038. result = -1
  1039. #4 0x00007ffff7b522bd in ACE_Reactor::run_reactor_event_loop (
  1040. this=0x7fff7893a0c8, tv=..., eh=0) at ../../ace/Reactor.cpp:271
  1041. result = -136528528
  1042. #5 0x0000000000500922 in RARunnable::run (this=0x7fff77d52f00)
  1043. at ../../../src/mangosd/Master.cpp:165
  1044. interval = {static zero = {
  1045. static zero = <same as static member of an already seen type>,
  1046. static max_time = {
  1047. static zero = <same as static member of an already seen type>,
  1048. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  1049. static max_time = <same as static member of an already seen type>,
  1050. tv_ = {tv_sec = 0, tv_usec = 9999}}
  1051. stringip = {static npos = 18446744073709551615,
  1052. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7fff76b07ff8 "0.0.0.0"}}
  1053. listen_addr = {<ACE_Addr> = {_vptr.ACE_Addr = 0x7ffff7dcc6d0,
  1054. static sap_any = {_vptr.ACE_Addr = 0x7ffff7dc8890,
  1055. static sap_any = <same as static member of an already seen type>, addr_type_ = -1, addr_size_ = -1}, addr_type_ = 2, addr_size_ = 16},
  1056. inet_addr_ = {in4_ = {sin_family = 2, sin_port = 29453, sin_addr = {
  1057. s_addr = 0}, sin_zero = "\000\000\000\000\000\000\000"}}}
  1058. #6 0x000000000092f23a in ACE_Based::Thread::ThreadTask (param=0xc)
  1059. at ../../../src/shared/Threading.cpp:187
  1060. No locales.
  1061. #7 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  1062. No symbol table info available.
  1063. #8 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  1064. No symbol table info available.
  1065. #9 0x0000000000000000 in ?? ()
  1066. No symbol table info available.
  1067.  
  1068. Hilo 8 (Thread 0x7fff76a35910 (LWP 9087)):
  1069. #0 0x00007ffff52c4471 in nanosleep () from /lib/libc.so.6
  1070. No symbol table info available.
  1071. #1 0x00007ffff52f90d4 in usleep () from /lib/libc.so.6
  1072. No symbol table info available.
  1073. #2 0x00000000004fb139 in CliRunnable::run (this=<value optimized out>)
  1074. at ../../../src/mangosd/CliRunnable.cpp:646
  1075. command_str = <value optimized out>
  1076. commandbuf = "\001\020\000\000\000\000\000\000Ñ\036\\öÿ\177\000\000\000\000\000\000\000\000\000\000x\020\000\000\000\000\000\000\210­þ÷ÿ\177\000\000\000«þ÷ÿ\177\000\000x\020", '\000' <repetidos 14 veces>, "\bP£vÿ\177\000\000Û$\\öÿ\177", '\000' <repetidos 11 veces>, "¸·ÇF\215³\000\000\000\000\000\000\000\000\000ë²vÿ\177\000\000°þ:ôÿ\177\000\000\230X£vÿ\177\000\000\020Y£vÿ\177\000\000\000\000\000\000\000\000\000\000`YKwÿ\177\000\000Ï\027\\öÿ\177\000\000\000\000\000\000\000\000\000\000\033±°÷ÿ\177\000\000\210YKwÿ\177", '\000' <repetidos 11 veces>, "ë²vÿ\177\000\000P\037Ñ", '\000' <repetidos 13 veces>...
  1077. #3 0x000000000092f23a in ACE_Based::Thread::ThreadTask (param=0x7fff76a34ea0)
  1078. at ../../../src/shared/Threading.cpp:187
  1079. No locales.
  1080. #4 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  1081. No symbol table info available.
  1082. #5 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  1083. No symbol table info available.
  1084. #6 0x0000000000000000 in ?? ()
  1085. No symbol table info available.
  1086.  
  1087. Hilo 7 (Thread 0x7fff77336910 (LWP 9086)):
  1088. #0 Unit::GetCharmerOrOwner (this=0x7ffeb333e080, enemy=0x7fff77334a40)
  1089. at ../../../src/game/Unit.h:1460
  1090. No locales.
  1091. #1 Unit::GetCharmerOrOwnerOrSelf (this=0x7ffeb333e080, enemy=0x7fff77334a40)
  1092. at ../../../src/game/Unit.h:1463
  1093. No locales.
  1094. #2 Unit::SetInCombatWith (this=0x7ffeb333e080, enemy=0x7fff77334a40)
  1095. at ../../../src/game/Unit.cpp:11129
  1096. eOwner = <value optimized out>
  1097. #3 0x00007ffff61ec674 in boss_the_lich_king_iccAI::JustSummoned (
  1098. this=<value optimized out>, summoned=0x7ffeb333e080)
  1099. at ../../../../src/bindings/ScriptDev2/scripts/northrend/icecrown_citadel/icecrown_citadel/boss_the_lich_king.cpp:234
  1100. pTarget = <value optimized out>
  1101. #4 0x000000000069f075 in WorldObject::SummonCreature (this=0x7fff68a92080,
  1102. id=37698, x=491.596405, y=-2109.75317, z=1040.85986,
  1103. ang=<value optimized out>, spwtype=<value optimized out>,
  1104. despwtime=<value optimized out>) at ../../../src/game/Object.cpp:1697
  1105. team = 0
  1106. #5 0x00000000007d5b87 in Spell::DoSummonWild (this=0x7ffeb43c3740,
  1107. eff_idx=<value optimized out>, forceFaction=0)
  1108. at ../../../src/game/SpellEffects.cpp:4442
  1109. summon = 0x31
  1110. px = 491.596405
  1111. py = -2109.75317
  1112. pz = 1040.85986
  1113. count = 0
  1114. creature_entry = 37698
  1115. center_x = 491.596405
  1116. center_z = 1040.85986
  1117. radius = 15
  1118. duration = -1
  1119. amount = 1
  1120. center_y = -2109.75317
  1121. summonType = TEMPSUMMON_TIMED_OR_DEAD_DESPAWN
  1122. #6 0x00000000007b0931 in Spell::DoSpellHitOnUnit (this=0x7ffeb43c3740,
  1123. unit=0x7fff68a92080, effectMask=1) at ../../../src/game/Spell.cpp:1296
  1124. realCaster = 0x7fff68a92080
  1125. #7 0x00000000007b12df in Spell::DoAllEffectOnTarget (this=0x7ffeb43c3740,
  1126. target=<value optimized out>) at ../../../src/game/Spell.cpp:1048
  1127. unit = 0x7fff68a92080
  1128. mask = 1
  1129. real_caster = 0x7fff68a92080
  1130. caster = 0x7fff68a92080
  1131. missInfo = SPELL_MISS_NONE
  1132. procVictim = <value optimized out>
  1133. procAttacker = 16384
  1134. procEx = <value optimized out>
  1135. #8 0x00000000007c8f74 in Spell::handle_immediate (this=0x7ffeb43c3740)
  1136. at ../../../src/game/Spell.cpp:3085
  1137. No locales.
  1138. #9 0x00000000007c7cf9 in Spell::cast (this=0x7ffeb43c3740, skipCheck=false)
  1139. at ../../../src/game/Spell.cpp:3058
  1140. castResult = <value optimized out>
  1141. #10 0x00000000007c9d40 in SpellEvent::Execute (this=0x7ffebb507920,
  1142. e_time=692247, p_time=1) at ../../../src/game/Spell.cpp:6588
  1143. No locales.
  1144. #11 0x000000000094ec0f in EventProcessor::Update (this=0x7fff68a92190,
  1145. p_time=374) at ../../../src/framework/Utilities/EventProcessor.cpp:47
  1146. Event = 0x7ffebb507920
  1147. #12 0x000000000083354c in Unit::Update (this=0x7fff68a92080, p_time=374)
  1148. at ../../../src/game/Unit.cpp:292
  1149. No locales.
  1150. #13 0x0000000000569f62 in Creature::Update (this=0x7fff68a92080, diff=374)
  1151. at ../../../src/game/Creature.cpp:459
  1152. No locales.
  1153. #14 0x0000000000680960 in void Map::Visit<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >(Cell const&, TypeContainerVisitor<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >&) ()
  1154. No symbol table info available.
  1155. #15 0x000000000067a4f2 in Visit<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (this=0x8ac4000, t_diff=<value optimized out>)
  1156. at ../../../src/game/CellImpl.h:46
  1157. No locales.
  1158. #16 Map::Update (this=0x8ac4000, t_diff=<value optimized out>)
  1159. at ../../../src/game/Map.cpp:571
  1160. pair = {x_coord = 263, y_coord = 224}
  1161. cell = {data = {Part = {grid_x = 32, grid_y = 28, cell_x = 7,
  1162. cell_y = 0, nocreate = 1, reserved = 16}, All = 553678624}}
  1163. y = 224
  1164. x = 263
  1165. plr = <value optimized out>
  1166. area = {right_offset = 2, left_offset = 2, upper_offset = 1,
  1167. lower_offset = 2}
  1168. updater = {i_timeDiff = 374}
  1169. grid_object_update = {i_visitor = @0x7fff77334f50}
  1170. __FUNCTION__ = "Update"
  1171. __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
  1172. world_object_update = {i_visitor = @0x7fff77334f50}
  1173. #17 0x000000000067b099 in InstanceMap::Update (this=0x7ffeb333e080,
  1174. t_diff=@0x7fff77334a40) at ../../../src/game/Map.cpp:1822
  1175. No locales.
  1176. #18 0x00000000008db1f1 in MapInstanced::Update (this=0xfd4000,
  1177. t=@0x7fff7733600c) at ../../../src/game/MapInstanced.cpp:63
  1178. i = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<unsigned int const, Map*>, false>> = {_M_cur_node = 0x7fffeaeaf0d0,
  1179. _M_cur_bucket = 0x7fff24c41840}, <No data fields>}
  1180. #19 0x000000000068599f in MapManager::Update (this=0x7fffdcc8d6e0,
  1181. diff=<value optimized out>) at ../../../src/game/MapManager.cpp:250
  1182. No locales.
  1183. #20 0x00000000008682f1 in World::Update (this=0x7ffff4357900, diff=101)
  1184. at ../../../src/game/World.cpp:1460
  1185. autobroadcaston = 0
  1186. #21 0x00000000005064bc in WorldRunnable::run (this=<value optimized out>)
  1187. at ../../../src/mangosd/WorldRunnable.cpp:60
  1188. diff = 101
  1189. realCurrTime = 483005007
  1190. realPrevTime = <value optimized out>
  1191. prevSleepTime = 42
  1192. #22 0x000000000092f23a in ACE_Based::Thread::ThreadTask (param=0x7ffeb333e080)
  1193. at ../../../src/shared/Threading.cpp:187
  1194. No locales.
  1195. #23 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  1196. No symbol table info available.
  1197. #24 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  1198. No symbol table info available.
  1199. #25 0x0000000000000000 in ?? ()
  1200. No symbol table info available.
  1201.  
  1202. Hilo 6 (Thread 0x7fff77d37910 (LWP 9085)):
  1203. #0 0x00007ffff5d498f1 in nanosleep () from /lib/libpthread.so.0
  1204. No symbol table info available.
  1205. #1 0x000000000092ef09 in sleep (msecs=<value optimized out>)
  1206. at /usr/local/include/ace/OS_NS_unistd.inl:951
  1207. rqtp = {tv_sec = 0, tv_nsec = 10000000}
  1208. #2 ACE_Based::Thread::Sleep (msecs=<value optimized out>)
  1209. at ../../../src/shared/Threading.cpp:237
  1210. No locales.
  1211. #3 0x0000000000927205 in SqlDelayThread::run (this=0x7fff780a10c0)
  1212. at ../../../../src/shared/Database/SqlDelayThread.cpp:43
  1213. s = 0x7fff7809e8c0
  1214. pingEveryLoop = 180000
  1215. loopCounter = 69665
  1216. #4 0x000000000092f23a in ACE_Based::Thread::ThreadTask (param=0x7fff77d37060)
  1217. at ../../../src/shared/Threading.cpp:187
  1218. No locales.
  1219. #5 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  1220. No symbol table info available.
  1221. #6 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  1222. No symbol table info available.
  1223. #7 0x0000000000000000 in ?? ()
  1224. No symbol table info available.
  1225.  
  1226. Hilo 5 (Thread 0x7ffff3abd910 (LWP 9040)):
  1227. #0 0x00007ffff5d498f1 in nanosleep () from /lib/libpthread.so.0
  1228. No symbol table info available.
  1229. #1 0x000000000092ef09 in sleep (msecs=<value optimized out>)
  1230. at /usr/local/include/ace/OS_NS_unistd.inl:951
  1231. rqtp = {tv_sec = 0, tv_nsec = 10000000}
  1232. #2 ACE_Based::Thread::Sleep (msecs=<value optimized out>)
  1233. at ../../../src/shared/Threading.cpp:237
  1234. No locales.
  1235. #3 0x0000000000927205 in SqlDelayThread::run (this=0x7ffff436bdc0)
  1236. at ../../../../src/shared/Database/SqlDelayThread.cpp:43
  1237. s = 0x7ffeb360bb00
  1238. pingEveryLoop = 180000
  1239. loopCounter = 71145
  1240. #4 0x000000000092f23a in ACE_Based::Thread::ThreadTask (param=0x7ffff3abd060)
  1241. at ../../../src/shared/Threading.cpp:187
  1242. No locales.
  1243. #5 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  1244. No symbol table info available.
  1245. #6 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  1246. No symbol table info available.
  1247. #7 0x0000000000000000 in ?? ()
  1248. No symbol table info available.
  1249.  
  1250. Hilo 4 (Thread 0x7ffff42be910 (LWP 9039)):
  1251. #0 0x00007ffff5d498f1 in nanosleep () from /lib/libpthread.so.0
  1252. No symbol table info available.
  1253. #1 0x000000000092ef09 in sleep (msecs=<value optimized out>)
  1254. at /usr/local/include/ace/OS_NS_unistd.inl:951
  1255. rqtp = {tv_sec = 0, tv_nsec = 10000000}
  1256. #2 ACE_Based::Thread::Sleep (msecs=<value optimized out>)
  1257. at ../../../src/shared/Threading.cpp:237
  1258. No locales.
  1259. #3 0x0000000000927205 in SqlDelayThread::run (this=0x7ffff436be80)
  1260. at ../../../../src/shared/Database/SqlDelayThread.cpp:43
  1261. s = 0x7ffeb3574940
  1262. pingEveryLoop = 180000
  1263. loopCounter = 55016
  1264. #4 0x000000000092f23a in ACE_Based::Thread::ThreadTask (param=0x7ffff42be060)
  1265. at ../../../src/shared/Threading.cpp:187
  1266. No locales.
  1267. #5 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  1268. No symbol table info available.
  1269. #6 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  1270. No symbol table info available.
  1271. #7 0x0000000000000000 in ?? ()
  1272. No symbol table info available.
  1273.  
  1274. Hilo 3 (Thread 0x7ffff4dcc910 (LWP 9038)):
  1275. #0 0x00007ffff5d498f1 in nanosleep () from /lib/libpthread.so.0
  1276. No symbol table info available.
  1277. #1 0x000000000092ef09 in sleep (msecs=<value optimized out>)
  1278. at /usr/local/include/ace/OS_NS_unistd.inl:951
  1279. rqtp = {tv_sec = 0, tv_nsec = 10000000}
  1280. #2 ACE_Based::Thread::Sleep (msecs=<value optimized out>)
  1281. at ../../../src/shared/Threading.cpp:237
  1282. No locales.
  1283. #3 0x0000000000927205 in SqlDelayThread::run (this=0x7ffff436bf40)
  1284. at ../../../../src/shared/Database/SqlDelayThread.cpp:43
  1285. s = 0x7ffeb360bef0
  1286. pingEveryLoop = 180000
  1287. loopCounter = 71830
  1288. #4 0x000000000092f23a in ACE_Based::Thread::ThreadTask (param=0x7ffff4dcc060)
  1289. at ../../../src/shared/Threading.cpp:187
  1290. No locales.
  1291. #5 0x00007ffff5d41a04 in start_thread () from /lib/libpthread.so.0
  1292. No symbol table info available.
  1293. #6 0x00007ffff52ffd4d in clone () from /lib/libc.so.6
  1294. No symbol table info available.
  1295. #7 0x0000000000000000 in ?? ()
  1296. No symbol table info available.
  1297.  
  1298. Hilo 1 (Thread 0x7ffff7fed710 (LWP 9034)):
  1299. #0 0x00007ffff5d42cfd in pthread_join () from /lib/libpthread.so.0
  1300. No symbol table info available.
  1301. #1 0x00007ffff7b7addc in thr_join (this=<value optimized out>,
  1302. task=<value optimized out>) at ../../ace/OS_NS_Thread.inl:2798
  1303. result = 1991229144
  1304. #2 ACE_Thread::join (this=<value optimized out>, task=<value optimized out>)
  1305. at ../../ace/Thread.inl:137
  1306. No locales.
  1307. #3 ACE_Thread_Manager::wait_task (this=<value optimized out>,
  1308. task=<value optimized out>) at ../../ace/Thread_Manager.cpp:1797
  1309. i = 0
  1310. copy_count = 1
  1311. copy_table = 0x7fff774ca208
  1312. result = <value optimized out>
  1313. #4 0x0000000000879500 in ReactorRunnable::Wait (this=0x7fff77d6e258)
  1314. at ../../../src/game/WorldSocketMgr.cpp:102
  1315. No locales.
  1316. #5 WorldSocketMgr::Wait (this=0x7fff77d6e258)
  1317. at ../../../src/game/WorldSocketMgr.cpp:316
  1318. i = 1
  1319. #6 0x00000000004fea99 in Master::Run (this=<value optimized out>)
  1320. at ../../../src/mangosd/Master.cpp:327
  1321. world_thread = {m_iThreadId = 140735193245968,
  1322. m_hThreadHandle = 140735193245968, m_task = 0x7fff7809df90,
  1323. static m_ThreadStorage = {_vptr.ACE_TSS = 0xa64390, keylock_ = {
  1324. lock_ = {__data = {__lock = 0, __count = 0, __owner = 0,
  1325. __nusers = 0, __kind = 0, __spins = 0, __list = {
  1326. __prev = 0x0, __next = 0x0}},
  1327. __size = '\000' <repetidos 39 veces>, __align = 0},
  1328. removed_ = false}, once_ = true, key_ = 6}, static m_TpEnum = {
  1329. m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  1330. rar_thread = 0x7fff7893a0b0
  1331. freeze_thread = 0x7fff7893a050
  1332. cliThread = 0x7fff7893a110
  1333. soap_thread = 0x7fff7893a080
  1334. bind_ip = {static npos = 18446744073709551615,
  1335. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7fff77d52e98 "0.0.0.0"}}
  1336. pidfile = {static npos = 18446744073709551615,
  1337. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  1338. _M_p = 0x7ffff43b3f28 "mangos.pid"}}
  1339. #7 0x00000000004fdd98 in main (argc=<value optimized out>,
  1340. argv=0x7fffffffe3f8) at ../../../src/mangosd/Main.cpp:179
  1341. cfg_file = 0x7fffffffe658 "../etc/mangosd.conf"
  1342. cmd_opts = {argc_ = 3, argv_ = 0x7fffffffe3f8, optind = 3, opterr = 0,
  1343. optarg = 0x0, optstring_ = 0x7ffff43b3f88, long_only_ = 0,
  1344. has_colon_ = 1, last_option_ = 0x7ffff43b3f60, nextchar_ = 0x0,
  1345. optopt_ = 99, ordering_ = 2, nonopt_start_ = 3, nonopt_end_ = 3,
  1346. long_option_ = 0x0,
  1347. long_opts_ = {<ACE_Array_Base<ACE_Get_Opt::ACE_Get_Opt_Long_Option*>> = {max_size_ = 1, cur_size_ = 1, array_ = 0x7ffff438bfe0,
  1348. allocator_ = 0x7ffff7dde0d0}, <No data fields>}}
  1349. option = <value optimized out>
  1350. SESSION: received not allowed opcode CMSG_LFD_PLAYER_LOCK_INFO_REQUEST (0x036E)
  1351. SESSION: received not allowed opcode CMSG_LFD_PLAYER_LOCK_INFO_REQUEST (0x036E)
  1352. SESSION: received not allowed opcode CMSG_LFD_PLAYER_LOCK_INFO_REQUEST (0x036E)
  1353. SESSION: received not allowed opcode CMSG_LFD_PLAYER_LOCK_INFO_REQUEST (0x036E)
  1354. SESSION: received not allowed opcode CMSG_LFD_PLAYER_LOCK_INFO_REQUEST (0x036E)
  1355. Aura::TriggerSpell: Spell 70842 have 0 in EffectTriggered[0], not handled custom case?
  1356. Aura::TriggerSpell: Spell 70842 have 0 in EffectTriggered[0], not handled custom case?
  1357. BSW: FAILED casting (on target) spell number 70337 - no target or target not in map
  1358. SESSION: received not allowed opcode CMSG_LFD_PLAYER_LOCK_INFO_REQUEST (0x036E)
  1359. Aura::TriggerSpell: Spell 70842 have 0 in EffectTriggered[0], not handled custom case?
  1360. HandleAuraLinked for spell 50508 effect 0: triggering unknown spell 65142
  1361. HandleAuraLinked for spell 50508 effect 0: triggering unknown spell 65142
  1362. Aura::TriggerSpell: Spell 70842 have 0 in EffectTriggered[0], not handled custom case?
  1363. HandleAuraLinked for spell 50509 effect 0: triggering unknown spell 65142
  1364. HandleAuraLinked for spell 50510 effect 0: triggering unknown spell 65142
  1365. HandleAuraLinked for spell 50510 effect 0: triggering unknown spell 65142
  1366. HandleAuraLinked for spell 51735 effect 0: triggering unknown spell 65142
  1367. SESSION: received not allowed opcode CMSG_LFD_PLAYER_LOCK_INFO_REQUEST (0x036E)
  1368. Aura::TriggerSpell: Spell 70842 have 0 in EffectTriggered[0], not handled custom case?
  1369. Aura::TriggerSpell: Spell 70842 have 0 in EffectTriggered[0], not handled custom case?
  1370. SESSION: received not allowed opcode CMSG_LFD_PLAYER_LOCK_INFO_REQUEST (0x036E)
  1371. SESSION: received not allowed opcode CMSG_LFD_PLAYER_LOCK_INFO_REQUEST (0x036E)
  1372. SESSION: received not allowed opcode CMSG_LFD_PLAYER_LOCK_INFO_REQUEST (0x036E)
  1373. Aura::TriggerSpell: Spell 70842 have 0 in EffectTriggered[0], not handled custom case?
  1374. HandleAuraLinked for spell 50510 effect 0: triggering unknown spell 65142
  1375. HandleAuraLinked for spell 51735 effect 0: triggering unknown spell 65142
  1376. HandleAuraLinked for spell 50510 effect 0: triggering unknown spell 65142
  1377. HandleAuraLinked for spell 51735 effect 0: triggering unknown spell 65142
  1378. Aura::TriggerSpell: Spell 70842 have 0 in EffectTriggered[0], not handled custom case?
  1379. SESSION: received not allowed opcode CMSG_LFD_PLAYER_LOCK_INFO_REQUEST (0x036E)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement