Advertisement
Guest User

Untitled

a guest
Jun 5th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.08 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. [Switching to Thread 0x41764950 (LWP 16099)]
  3. 0x00007f02ea2cce90 in scalable_malloc ()
  4. from /opt/yseracore/lib/libtbbmalloc.so.2
  5. Current language: auto; currently asm
  6. "== START info threads =="
  7. 17 Thread 0x4857b950 (LWP 16110) 0x00007f02e916db68 in epoll_wait ()
  8. from /lib/libc.so.6
  9. 16 Thread 0x47d7a950 (LWP 16109) 0x00007f02e916db68 in epoll_wait ()
  10. from /lib/libc.so.6
  11. 15 Thread 0x47579950 (LWP 16108) 0x00007f02e916db68 in epoll_wait ()
  12. from /lib/libc.so.6
  13. 14 Thread 0x46d78950 (LWP 16107) 0x00007f02e9ba1d29 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  14. 13 Thread 0x46577950 (LWP 16106) 0x00007f02e9ba1d29 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  15. 12 Thread 0x45d76950 (LWP 16105) 0x00007f02e9ba1d29 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  16. 11 Thread 0x45575950 (LWP 16104) 0x00007f02e9ba1d29 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  17. 10 Thread 0x44d74950 (LWP 16103) 0x00007f02e9ba1d29 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  18. 9 Thread 0x44573950 (LWP 16102) 0x00007f02e9ba4ba1 in recv ()
  19. from /lib/libpthread.so.0
  20. 8 Thread 0x43d72950 (LWP 16101) 0x00007f02e9166cd2 in select ()
  21. from /lib/libc.so.6
  22. 7 Thread 0x43571950 (LWP 16100) 0x00007f02e915f99b in read ()
  23. from /lib/libc.so.6
  24. * 6 Thread 0x41764950 (LWP 16099) 0x00007f02ea2cce90 in scalable_malloc ()
  25. from /opt/yseracore/lib/libtbbmalloc.so.2
  26. 4 Thread 0x42d70950 (LWP 16060) 0x00007f02e9ba50e1 in nanosleep ()
  27. from /lib/libpthread.so.0
  28. 3 Thread 0x4256f950 (LWP 16059) 0x00007f02e9ba50e1 in nanosleep ()
  29. from /lib/libpthread.so.0
  30. 2 Thread 0x4081b950 (LWP 16058) 0x00007f02e9ba50e1 in nanosleep ()
  31. from /lib/libpthread.so.0
  32. 1 Thread 0x7f02eb8ef6f0 (LWP 16055) 0x00007f02e9b9e715 in pthread_join ()
  33. from /lib/libpthread.so.0
  34. "== END info threads ==""== START bt =="
  35. #0 0x00007f02ea2cce90 in scalable_malloc ()
  36. from /opt/yseracore/lib/libtbbmalloc.so.2
  37. #1 0x000000000087b439 in operator new (sz=56)
  38. at ../../../src/framework/Policies/MemoryManagement.cpp:27
  39. #2 0x00000000006bb0a7 in std::_Rb_tree<unsigned int, std::pair<unsigned int const, SpellCooldown>, std::_Select1st<std::pair<unsigned int const, SpellCooldown> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, SpellCooldown> > >::_M_insert_ (this=0x2c8b5f18, __x=0x7f0200000001,
  40. __p=0x7f02e9dae280, __v=@0x41761ba0)
  41. at /usr/include/c++/4.3/ext/new_allocator.h:92
  42. #3 0x00000000006bbb65 in std::_Rb_tree<unsigned int, std::pair<unsigned int const, SpellCooldown>, std::_Select1st<std::pair<unsigned int const, SpellCooldown> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, SpellCooldown> > >::_M_insert_unique_ (this=0x2c8b5f18, __position=
  43. {_M_node = 0x2c8b5f20}, __v=@0x41761ba0)
  44. at /usr/include/c++/4.3/bits/stl_tree.h:1201
  45. #4 0x0000000000672c74 in Player::AddSpellCooldown (
  46. this=<value optimized out>, spellid=36842, itemid=0, end_time=1279715723)
  47. at /usr/include/c++/4.3/bits/stl_map.h:496
  48. #5 0x0000000000672e87 in Player::AddSpellAndCategoryCooldowns (
  49. this=0x2c8b4000, spellInfo=0x7f02e43b90c0, itemId=0, spell=0x7f0278f11d00,
  50. infinityCooldown=<value optimized out>)
  51. at ../../../src/game/Player.cpp:17880
  52. #6 0x00000000006ff6ce in Spell::cast (this=0x7f0278f11d00, skipCheck=false)
  53. at ../../../src/game/Spell.cpp:2475
  54. #7 0x0000000000700f2f in SpellEvent::Execute (this=0x7f027795dc60,
  55. e_time=1549931, p_time=3923436160) at ../../../src/game/Spell.cpp:5471
  56. #8 0x000000000087b820 in EventProcessor::Update (this=0x2c8b4110, p_time=127)
  57. at ../../../src/framework/Utilities/EventProcessor.cpp:47
  58. #9 0x000000000074e1b4 in Unit::Update (this=0x2c8b4000, p_time=127)
  59. at ../../../src/game/Unit.cpp:284
  60. #10 0x00000000006b80dc in Player::Update (this=0x2c8b4000, p_time=127)
  61. at ../../../src/game/Player.cpp:1174
  62. #11 0x00000000005f8ca7 in Map::Update (this=0x1ca2c000, t_diff=@0x4176401c)
  63. at ../../../src/game/Map.cpp:598
  64. #12 0x00000000007d976d in MapInstanced::Update (this=0x2d2d0000, t=@0x4176401c)
  65. at ../../../src/game/MapInstanced.cpp:63
  66. #13 0x00000000006053f9 in MapManager::Update (this=0x7f02d9904e20,
  67. diff=<value optimized out>) at ../../../src/game/MapManager.cpp:256
  68. #14 0x000000000076dbad in World::Update (this=0x7f02e7f2f200, diff=127)
  69. at ../../../src/game/World.cpp:1374
  70. #15 0x000000000050e3ec in WorldRunnable::run (this=<value optimized out>)
  71. at ../../../src/mangosd/WorldRunnable.cpp:60
  72. #16 0x0000000000862e72 in ACE_Based::Thread::ThreadTask (param=0x38)
  73. at ../../../src/shared/Threading.cpp:187
  74. #17 0x00007f02e9b9dfc7 in start_thread () from /lib/libpthread.so.0
  75. #18 0x00007f02e916d59d in clone () from /lib/libc.so.6
  76. #19 0x0000000000000000 in ?? ()
  77. "== END bt ==""== START bt full =="#0 0x00007f02ea2cce90 in scalable_malloc ()
  78. from /opt/yseracore/lib/libtbbmalloc.so.2
  79. No locals.
  80. #1 0x000000000087b439 in operator new (sz=56)
  81. at ../../../src/framework/Policies/MemoryManagement.cpp:27
  82. res = <value optimized out>
  83. #2 0x00000000006bb0a7 in std::_Rb_tree<unsigned int, std::pair<unsigned int const, SpellCooldown>, std::_Select1st<std::pair<unsigned int const, SpellCooldown> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, SpellCooldown> > >::_M_insert_ (this=0x2c8b5f18, __x=0x7f0200000001,
  84. __p=0x7f02e9dae280, __v=@0x41761ba0)
  85. at /usr/include/c++/4.3/ext/new_allocator.h:92
  86. __z = <value optimized out>
  87. #3 0x00000000006bbb65 in std::_Rb_tree<unsigned int, std::pair<unsigned int const, SpellCooldown>, std::_Select1st<std::pair<unsigned int const, SpellCooldown> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, SpellCooldown> > >::_M_insert_unique_ (this=0x2c8b5f18, __position=
  88. {_M_node = 0x2c8b5f20}, __v=@0x41761ba0)
  89. at /usr/include/c++/4.3/bits/stl_tree.h:1201
  90. No locals.
  91. #4 0x0000000000672c74 in Player::AddSpellCooldown (
  92. this=<value optimized out>, spellid=36842, itemid=0, end_time=1279715723)
  93. at /usr/include/c++/4.3/bits/stl_map.h:496
  94. No locals.
  95. #5 0x0000000000672e87 in Player::AddSpellAndCategoryCooldowns (
  96. this=0x2c8b4000, spellInfo=0x7f02e43b90c0, itemId=0, spell=0x7f0278f11d00,
  97. infinityCooldown=<value optimized out>)
  98. at ../../../src/game/Player.cpp:17880
  99. cat = <value optimized out>
  100. rec = 0
  101. catrec = 6000
  102. curTime = <value optimized out>
  103. catrecTime = 1279715723
  104. recTime = <value optimized out>
  105. #6 0x00000000006ff6ce in Spell::cast (this=0x7f0278f11d00, skipCheck=false)
  106. at ../../../src/game/Spell.cpp:2475
  107. castResult = <value optimized out>
  108. #7 0x0000000000700f2f in SpellEvent::Execute (this=0x7f027795dc60,
  109. e_time=1549931, p_time=3923436160) at ../../../src/game/Spell.cpp:5471
  110. No locals.
  111. #8 0x000000000087b820 in EventProcessor::Update (this=0x2c8b4110, p_time=127)
  112. at ../../../src/framework/Utilities/EventProcessor.cpp:47
  113. Event = (BasicEvent *) 0x7f027795dc60
  114. #9 0x000000000074e1b4 in Unit::Update (this=0x2c8b4000, p_time=127)
  115. at ../../../src/game/Unit.cpp:284
  116. No locals.
  117. #10 0x00000000006b80dc in Player::Update (this=0x2c8b4000, p_time=127)
  118. at ../../../src/game/Player.cpp:1174
  119. now = <value optimized out>
  120. #11 0x00000000005f8ca7 in Map::Update (this=0x1ca2c000, t_diff=@0x4176401c)
  121. at ../../../src/game/Map.cpp:598
  122. plr = (class Player *) 0x38
  123. updater = {i_timeDiff = 127}
  124. grid_object_update = {i_visitor = @0x41763f80}
  125. world_object_update = {i_visitor = @0x41763f80}
  126. __FUNCTION__ = "Update"
  127. __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
  128. #12 0x00000000007d976d in MapInstanced::Update (this=0x2d2d0000, t=@0x4176401c)
  129. at ../../../src/game/MapInstanced.cpp:63
  130. i = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<const unsigned int, Map*>, false>> = {_M_cur_node = 0x7f02c33d9ea0,
  131. _M_cur_bucket = 0x7f0289c21998}, <No data fields>}
  132. #13 0x00000000006053f9 in MapManager::Update (this=0x7f02d9904e20,
  133. diff=<value optimized out>) at ../../../src/game/MapManager.cpp:256
  134. No locals.
  135. #14 0x000000000076dbad in World::Update (this=0x7f02e7f2f200, diff=127)
  136. at ../../../src/game/World.cpp:1374
  137. No locals.
  138. #15 0x000000000050e3ec in WorldRunnable::run (this=<value optimized out>)
  139. at ../../../src/mangosd/WorldRunnable.cpp:60
  140. diff = 127
  141. realCurrTime = 4110430976
  142. realPrevTime = <value optimized out>
  143. prevSleepTime = 63
  144. #16 0x0000000000862e72 in ACE_Based::Thread::ThreadTask (param=0x38)
  145. at ../../../src/shared/Threading.cpp:187
  146. _task = (class ACE_Based::Runnable *) 0x7f02d613b2e0
  147. #17 0x00007f02e9b9dfc7 in start_thread () from /lib/libpthread.so.0
  148. No symbol table info available.
  149. #18 0x00007f02e916d59d in clone () from /lib/libc.so.6
  150. No symbol table info available.
  151. #19 0x0000000000000000 in ?? ()
  152. No symbol table info available.
  153. "== END bt full ==""== START thread apply all bt full =="
  154. Thread 17 (Thread 0x4857b950 (LWP 16110)):
  155. #0 0x00007f02e916db68 in epoll_wait () from /lib/libc.so.6
  156. No symbol table info available.
  157. #1 0x00007f02eb3fd540 in ACE_Dev_Poll_Reactor::work_pending_i (
  158. this=0x7f02d613e0c0, max_wait_time=0x4857b090)
  159. at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:975
  160. timer_buf = {static zero = {
  161. static zero = <same as static member of an already seen type>,
  162. static max_time = {
  163. static zero = <same as static member of an already seen type>,
  164. static max_time = <same as static member of an already seen type>,
  165. tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  166. tv_sec = 0, tv_usec = 0}},
  167. static max_time = <same as static member of an already seen type>, tv_ = {
  168. tv_sec = 0, tv_usec = 6321}}
  169. this_timeout = <value optimized out>
  170. nfds = <value optimized out>
  171. #2 0x00007f02eb4003bb in ACE_Dev_Poll_Reactor::handle_events_i (
  172. this=0x7f02d613e0c0, max_wait_time=0x4857b090, guard=@0x4857aff0)
  173. at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:1052
  174. result = -1
  175. #3 0x00007f02eb400806 in ACE_Dev_Poll_Reactor::handle_events (
  176. this=0x7f02d613e0c0, max_wait_time=0x4857b090)
  177. at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:1033
  178. countdown = {max_wait_time_ = 0x4857b090, start_time_ = {
  179. static zero = {
  180. static zero = <same as static member of an already seen type>,
  181. static max_time = {
  182. static zero = <same as static member of an already seen type>,
  183. static max_time = <same as static member of an already seen type>,
  184. tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  185. tv_sec = 0, tv_usec = 0}},
  186. static max_time = <same as static member of an already seen type>, tv_ = {
  187. tv_sec = 1279715717, tv_usec = 929544}}, stopped_ = false}
  188. guard = {token_ = @0x7f02d613e0f8, owner_ = 1}
  189. result = -1
  190. #4 0x00007f02eb45612d in ACE_Reactor::run_reactor_event_loop (
  191. this=0x7f02d68ea9c8, tv=@0x4857b090, eh=0)
  192. at ../../../../dep/ACE_wrappers/ace/Reactor.cpp:271
  193. result = 1
  194. #5 0x0000000000779ea5 in ReactorRunnable::svc (this=0x7f02d63ce278)
  195. at ../../../src/game/WorldSocketMgr.cpp:167
  196. interval = {static zero = {
  197. static zero = <same as static member of an already seen type>,
  198. static max_time = {
  199. static zero = <same as static member of an already seen type>,
  200. static max_time = <same as static member of an already seen type>,
  201. tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  202. tv_sec = 0, tv_usec = 0}},
  203. static max_time = <same as static member of an already seen type>, tv_ = {
  204. tv_sec = 0, tv_usec = 6321}}
  205. #6 0x00007f02eb479fd7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  206. at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  207. t = (ACE_Task_Base *) 0x7f02d63ce278
  208. svc_status = <value optimized out>
  209. #7 0x00007f02eb47b685 in ACE_Thread_Adapter::invoke (this=0x7f02d61519c0)
  210. at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  211. exit_hook_instance = <value optimized out>
  212. exit_hook_maybe = {instance_ = 0x0}
  213. exit_hook_ptr = <value optimized out>
  214. #8 0x00007f02e9b9dfc7 in start_thread () from /lib/libpthread.so.0
  215. No symbol table info available.
  216. #9 0x00007f02e916d59d in clone () from /lib/libc.so.6
  217. No symbol table info available.
  218. #10 0x0000000000000000 in ?? ()
  219. No symbol table info available.
  220.  
  221. Thread 16 (Thread 0x47d7a950 (LWP 16109)):
  222. #0 0x00007f02e916db68 in epoll_wait () from /lib/libc.so.6
  223. No symbol table info available.
  224. #1 0x00007f02eb3fd540 in ACE_Dev_Poll_Reactor::work_pending_i (
  225. this=0x7f02d613e340, max_wait_time=0x47d7a090)
  226. at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:975
  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>,
  232. tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  233. tv_sec = 0, tv_usec = 0}},
  234. static max_time = <same as static member of an already seen type>, tv_ = {
  235. tv_sec = 0, tv_usec = 9686}}
  236. this_timeout = <value optimized out>
  237. nfds = <value optimized out>
  238. #2 0x00007f02eb4003bb in ACE_Dev_Poll_Reactor::handle_events_i (
  239. this=0x7f02d613e340, max_wait_time=0x47d7a090, guard=@0x47d79ff0)
  240. at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:1052
  241. result = -1
  242. #3 0x00007f02eb400806 in ACE_Dev_Poll_Reactor::handle_events (
  243. this=0x7f02d613e340, max_wait_time=0x47d7a090)
  244. at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:1033
  245. countdown = {max_wait_time_ = 0x47d7a090, start_time_ = {
  246. static zero = {
  247. static zero = <same as static member of an already seen type>,
  248. static max_time = {
  249. static zero = <same as static member of an already seen type>,
  250. static max_time = <same as static member of an already seen type>,
  251. tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  252. tv_sec = 0, tv_usec = 0}},
  253. static max_time = <same as static member of an already seen type>, tv_ = {
  254. tv_sec = 1279715717, tv_usec = 929072}}, stopped_ = false}
  255. guard = {token_ = @0x7f02d613e378, owner_ = 1}
  256. result = -1
  257. #4 0x00007f02eb45612d in ACE_Reactor::run_reactor_event_loop (
  258. this=0x7f02d68ea998, tv=@0x47d7a090, eh=0)
  259. at ../../../../dep/ACE_wrappers/ace/Reactor.cpp:271
  260. result = 1
  261. #5 0x0000000000779ea5 in ReactorRunnable::svc (this=0x7f02d63ce140)
  262. at ../../../src/game/WorldSocketMgr.cpp:167
  263. interval = {static zero = {
  264. static zero = <same as static member of an already seen type>,
  265. static max_time = {
  266. static zero = <same as static member of an already seen type>,
  267. static max_time = <same as static member of an already seen type>,
  268. tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  269. tv_sec = 0, tv_usec = 0}},
  270. static max_time = <same as static member of an already seen type>, tv_ = {
  271. tv_sec = 0, tv_usec = 9686}}
  272. #6 0x00007f02eb479fd7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  273. at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  274. t = (ACE_Task_Base *) 0x7f02d63ce140
  275. svc_status = <value optimized out>
  276. #7 0x00007f02eb47b685 in ACE_Thread_Adapter::invoke (this=0x7f02d6151960)
  277. at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  278. exit_hook_instance = <value optimized out>
  279. exit_hook_maybe = {instance_ = 0x0}
  280. exit_hook_ptr = <value optimized out>
  281. #8 0x00007f02e9b9dfc7 in start_thread () from /lib/libpthread.so.0
  282. No symbol table info available.
  283. #9 0x00007f02e916d59d in clone () from /lib/libc.so.6
  284. No symbol table info available.
  285. #10 0x0000000000000000 in ?? ()
  286. No symbol table info available.
  287.  
  288. Thread 15 (Thread 0x47579950 (LWP 16108)):
  289. #0 0x00007f02e916db68 in epoll_wait () from /lib/libc.so.6
  290. No symbol table info available.
  291. #1 0x00007f02eb3fd540 in ACE_Dev_Poll_Reactor::work_pending_i (
  292. this=0x7f02d613e840, max_wait_time=0x47579090)
  293. at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:975
  294. timer_buf = {static zero = {
  295. static zero = <same as static member of an already seen type>,
  296. static max_time = {
  297. static zero = <same as static member of an already seen type>,
  298. static max_time = <same as static member of an already seen type>,
  299. tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  300. tv_sec = 0, tv_usec = 0}},
  301. static max_time = <same as static member of an already seen type>, tv_ = {
  302. tv_sec = 0, tv_usec = 10000}}
  303. this_timeout = <value optimized out>
  304. nfds = <value optimized out>
  305. #2 0x00007f02eb4003bb in ACE_Dev_Poll_Reactor::handle_events_i (
  306. this=0x7f02d613e840, max_wait_time=0x47579090, guard=@0x47578ff0)
  307. at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:1052
  308. result = -1
  309. #3 0x00007f02eb400806 in ACE_Dev_Poll_Reactor::handle_events (
  310. this=0x7f02d613e840, max_wait_time=0x47579090)
  311. at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:1033
  312. countdown = {max_wait_time_ = 0x47579090, start_time_ = {
  313. static zero = {
  314. static zero = <same as static member of an already seen type>,
  315. static max_time = {
  316. static zero = <same as static member of an already seen type>,
  317. static max_time = <same as static member of an already seen type>,
  318. tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  319. tv_sec = 0, tv_usec = 0}},
  320. static max_time = <same as static member of an already seen type>, tv_ = {
  321. tv_sec = 1279715717, tv_usec = 930865}}, stopped_ = false}
  322. guard = {token_ = @0x7f02d613e878, owner_ = 1}
  323. result = -1
  324. #4 0x00007f02eb45612d in ACE_Reactor::run_reactor_event_loop (
  325. this=0x7f02d68ea968, tv=@0x47579090, eh=0)
  326. at ../../../../dep/ACE_wrappers/ace/Reactor.cpp:271
  327. result = -700653384
  328. #5 0x0000000000779ea5 in ReactorRunnable::svc (this=0x7f02d63ce008)
  329. at ../../../src/game/WorldSocketMgr.cpp:167
  330. interval = {static zero = {
  331. static zero = <same as static member of an already seen type>,
  332. static max_time = {
  333. static zero = <same as static member of an already seen type>,
  334. static max_time = <same as static member of an already seen type>,
  335. tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  336. tv_sec = 0, tv_usec = 0}},
  337. static max_time = <same as static member of an already seen type>, tv_ = {
  338. tv_sec = 0, tv_usec = 10000}}
  339. #6 0x00007f02eb479fd7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  340. at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  341. t = (ACE_Task_Base *) 0x7f02d63ce008
  342. svc_status = <value optimized out>
  343. #7 0x00007f02eb47b685 in ACE_Thread_Adapter::invoke (this=0x7f02d6151900)
  344. at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  345. exit_hook_instance = <value optimized out>
  346. exit_hook_maybe = {instance_ = 0x0}
  347. exit_hook_ptr = <value optimized out>
  348. #8 0x00007f02e9b9dfc7 in start_thread () from /lib/libpthread.so.0
  349. No symbol table info available.
  350. #9 0x00007f02e916d59d in clone () from /lib/libc.so.6
  351. No symbol table info available.
  352. #10 0x0000000000000000 in ?? ()
  353. No symbol table info available.
  354.  
  355. Thread 14 (Thread 0x46d78950 (LWP 16107)):
  356. #0 0x00007f02e9ba1d29 in pthread_cond_wait@@GLIBC_2.3.2 ()
  357. from /lib/libpthread.so.0
  358. No symbol table info available.
  359. #1 0x00007f02eb3ed79d in ACE_Condition_Thread_Mutex::wait (
  360. this=0x7f02d6097f84, mutex=@0x80, abstime=<value optimized out>)
  361. at ../../../../dep/ACE_wrappers/ace/OS_NS_Thread.inl:357
  362. No locals.
  363. #2 0x000000000050c72c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  364. (this=0x7f02d6097f00, timeout=0x0)
  365. at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1739
  366. result = <value optimized out>
  367. #3 0x000000000050d821 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  368. this=0x7f02d6097f00, first_item=@0x46d780c8, timeout=0x0)
  369. at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1909
  370. ace_mon = {lock_ = 0x7f02d6097f50, owner_ = 0}
  371. #4 0x000000000050c276 in SOAPWorkingThread::svc (this=0x43d72010)
  372. at ../../../dep/ACE_wrappers/ace/Task_T.inl:22
  373. mb = (class ACE_Message_Block *) 0x0
  374. #5 0x00007f02eb479fd7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  375. at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  376. t = (ACE_Task_Base *) 0x43d72010
  377. svc_status = <value optimized out>
  378. #6 0x00007f02eb47b685 in ACE_Thread_Adapter::invoke (this=0x7f02d607fe20)
  379. at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  380. exit_hook_instance = <value optimized out>
  381. exit_hook_maybe = {instance_ = 0x0}
  382. exit_hook_ptr = <value optimized out>
  383. #7 0x00007f02e9b9dfc7 in start_thread () from /lib/libpthread.so.0
  384. No symbol table info available.
  385. #8 0x00007f02e916d59d in clone () from /lib/libc.so.6
  386. No symbol table info available.
  387. #9 0x0000000000000000 in ?? ()
  388. No symbol table info available.
  389.  
  390. Thread 13 (Thread 0x46577950 (LWP 16106)):
  391. #0 0x00007f02e9ba1d29 in pthread_cond_wait@@GLIBC_2.3.2 ()
  392. from /lib/libpthread.so.0
  393. No symbol table info available.
  394. #1 0x00007f02eb3ed79d in ACE_Condition_Thread_Mutex::wait (
  395. this=0x7f02d6097f84, mutex=@0x80, abstime=<value optimized out>)
  396. at ../../../../dep/ACE_wrappers/ace/OS_NS_Thread.inl:357
  397. No locals.
  398. #2 0x000000000050c72c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  399. (this=0x7f02d6097f00, timeout=0x0)
  400. at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1739
  401. result = <value optimized out>
  402. #3 0x000000000050d821 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  403. this=0x7f02d6097f00, first_item=@0x465770c8, timeout=0x0)
  404. at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1909
  405. ace_mon = {lock_ = 0x7f02d6097f50, owner_ = 0}
  406. #4 0x000000000050c276 in SOAPWorkingThread::svc (this=0x43d72010)
  407. at ../../../dep/ACE_wrappers/ace/Task_T.inl:22
  408. mb = (class ACE_Message_Block *) 0x0
  409. #5 0x00007f02eb479fd7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  410. at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  411. t = (ACE_Task_Base *) 0x43d72010
  412. svc_status = <value optimized out>
  413. #6 0x00007f02eb47b685 in ACE_Thread_Adapter::invoke (this=0x7f02d607fe80)
  414. at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  415. exit_hook_instance = <value optimized out>
  416. exit_hook_maybe = {instance_ = 0x0}
  417. exit_hook_ptr = <value optimized out>
  418. #7 0x00007f02e9b9dfc7 in start_thread () from /lib/libpthread.so.0
  419. No symbol table info available.
  420. #8 0x00007f02e916d59d in clone () from /lib/libc.so.6
  421. No symbol table info available.
  422. #9 0x0000000000000000 in ?? ()
  423. No symbol table info available.
  424.  
  425. Thread 12 (Thread 0x45d76950 (LWP 16105)):
  426. #0 0x00007f02e9ba1d29 in pthread_cond_wait@@GLIBC_2.3.2 ()
  427. from /lib/libpthread.so.0
  428. No symbol table info available.
  429. #1 0x00007f02eb3ed79d in ACE_Condition_Thread_Mutex::wait (
  430. this=0x7f02d6097f84, mutex=@0x80, abstime=<value optimized out>)
  431. at ../../../../dep/ACE_wrappers/ace/OS_NS_Thread.inl:357
  432. No locals.
  433. #2 0x000000000050c72c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  434. (this=0x7f02d6097f00, timeout=0x0)
  435. at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1739
  436. result = <value optimized out>
  437. #3 0x000000000050d821 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  438. this=0x7f02d6097f00, first_item=@0x45d760c8, timeout=0x0)
  439. at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1909
  440. ace_mon = {lock_ = 0x7f02d6097f50, owner_ = 0}
  441. #4 0x000000000050c276 in SOAPWorkingThread::svc (this=0x43d72010)
  442. at ../../../dep/ACE_wrappers/ace/Task_T.inl:22
  443. mb = (class ACE_Message_Block *) 0x0
  444. #5 0x00007f02eb479fd7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  445. at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  446. t = (ACE_Task_Base *) 0x43d72010
  447. svc_status = <value optimized out>
  448. #6 0x00007f02eb47b685 in ACE_Thread_Adapter::invoke (this=0x7f02d607fee0)
  449. at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  450. exit_hook_instance = <value optimized out>
  451. exit_hook_maybe = {instance_ = 0x0}
  452. exit_hook_ptr = <value optimized out>
  453. #7 0x00007f02e9b9dfc7 in start_thread () from /lib/libpthread.so.0
  454. No symbol table info available.
  455. #8 0x00007f02e916d59d in clone () from /lib/libc.so.6
  456. No symbol table info available.
  457. #9 0x0000000000000000 in ?? ()
  458. No symbol table info available.
  459.  
  460. Thread 11 (Thread 0x45575950 (LWP 16104)):
  461. #0 0x00007f02e9ba1d29 in pthread_cond_wait@@GLIBC_2.3.2 ()
  462. from /lib/libpthread.so.0
  463. No symbol table info available.
  464. #1 0x00007f02eb3ed79d in ACE_Condition_Thread_Mutex::wait (
  465. this=0x7f02d6097f84, mutex=@0x80, abstime=<value optimized out>)
  466. at ../../../../dep/ACE_wrappers/ace/OS_NS_Thread.inl:357
  467. No locals.
  468. #2 0x000000000050c72c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  469. (this=0x7f02d6097f00, timeout=0x0)
  470. at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1739
  471. result = <value optimized out>
  472. #3 0x000000000050d821 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  473. this=0x7f02d6097f00, first_item=@0x455750c8, timeout=0x0)
  474. at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1909
  475. ace_mon = {lock_ = 0x7f02d6097f50, owner_ = 0}
  476. #4 0x000000000050c276 in SOAPWorkingThread::svc (this=0x43d72010)
  477. at ../../../dep/ACE_wrappers/ace/Task_T.inl:22
  478. mb = (class ACE_Message_Block *) 0x0
  479. #5 0x00007f02eb479fd7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  480. at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  481. t = (ACE_Task_Base *) 0x43d72010
  482. svc_status = <value optimized out>
  483. #6 0x00007f02eb47b685 in ACE_Thread_Adapter::invoke (this=0x7f02d607ff40)
  484. at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  485. exit_hook_instance = <value optimized out>
  486. exit_hook_maybe = {instance_ = 0x0}
  487. exit_hook_ptr = <value optimized out>
  488. #7 0x00007f02e9b9dfc7 in start_thread () from /lib/libpthread.so.0
  489. No symbol table info available.
  490. #8 0x00007f02e916d59d in clone () from /lib/libc.so.6
  491. No symbol table info available.
  492. #9 0x0000000000000000 in ?? ()
  493. No symbol table info available.
  494.  
  495. Thread 10 (Thread 0x44d74950 (LWP 16103)):
  496. #0 0x00007f02e9ba1d29 in pthread_cond_wait@@GLIBC_2.3.2 ()
  497. from /lib/libpthread.so.0
  498. No symbol table info available.
  499. #1 0x00007f02eb3ed79d in ACE_Condition_Thread_Mutex::wait (
  500. this=0x7f02d6097f84, mutex=@0x80, abstime=<value optimized out>)
  501. at ../../../../dep/ACE_wrappers/ace/OS_NS_Thread.inl:357
  502. No locals.
  503. #2 0x000000000050c72c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  504. (this=0x7f02d6097f00, timeout=0x0)
  505. at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1739
  506. result = <value optimized out>
  507. #3 0x000000000050d821 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  508. this=0x7f02d6097f00, first_item=@0x44d740c8, timeout=0x0)
  509. at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1909
  510. ace_mon = {lock_ = 0x7f02d6097f50, owner_ = 0}
  511. #4 0x000000000050c276 in SOAPWorkingThread::svc (this=0x43d72010)
  512. at ../../../dep/ACE_wrappers/ace/Task_T.inl:22
  513. mb = (class ACE_Message_Block *) 0x0
  514. #5 0x00007f02eb479fd7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  515. at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  516. t = (ACE_Task_Base *) 0x43d72010
  517. svc_status = <value optimized out>
  518. #6 0x00007f02eb47b685 in ACE_Thread_Adapter::invoke (this=0x7f02d607ffa0)
  519. at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  520. exit_hook_instance = <value optimized out>
  521. exit_hook_maybe = {instance_ = 0x0}
  522. exit_hook_ptr = <value optimized out>
  523. #7 0x00007f02e9b9dfc7 in start_thread () from /lib/libpthread.so.0
  524. No symbol table info available.
  525. #8 0x00007f02e916d59d in clone () from /lib/libc.so.6
  526. No symbol table info available.
  527. #9 0x0000000000000000 in ?? ()
  528. No symbol table info available.
  529.  
  530. Thread 9 (Thread 0x44573950 (LWP 16102)):
  531. #0 0x00007f02e9ba4ba1 in recv () from /lib/libpthread.so.0
  532. No symbol table info available.
  533. #1 0x000000000085450b in IRCClient::SockRecv (this=0x7f02e7f2f900)
  534. at ../../../../src/game/mangchat/IRCSock.cpp:136
  535. szBuffer = '\0' <repeats 511 times>
  536. #2 0x0000000000825878 in IRCClient::run (this=0x7f02d610eb00)
  537. at ../../../../src/game/mangchat/IRCClient.cpp:74
  538. cCount = <value optimized out>
  539. #3 0x0000000000862e72 in ACE_Based::Thread::ThreadTask (param=0x4f)
  540. at ../../../src/shared/Threading.cpp:187
  541. _task = (class ACE_Based::Runnable *) 0x7f02d610eb00
  542. #4 0x00007f02e9b9dfc7 in start_thread () from /lib/libpthread.so.0
  543. No symbol table info available.
  544. #5 0x00007f02e916d59d in clone () from /lib/libc.so.6
  545. No symbol table info available.
  546. #6 0x0000000000000000 in ?? ()
  547. No symbol table info available.
  548.  
  549. Thread 8 (Thread 0x43d72950 (LWP 16101)):
  550. #0 0x00007f02e9166cd2 in select () from /lib/libc.so.6
  551. No symbol table info available.
  552. #1 0x00000000008d8415 in tcp_select (soap=0x43d56810, s=26,
  553. flags=<value optimized out>, timeout=-514)
  554. at ../../../../dep/src/gsoap/stdsoap2.cpp:4418
  555. r = <value optimized out>
  556. tv = {tv_sec = 0, tv_usec = 768658}
  557. fd = {{fds_bits = {67108864, 0 <repeats 63 times>}}, {fds_bits = {
  558. 67108864, 0 <repeats 63 times>}}, {fds_bits = {67108864,
  559. 0 <repeats 63 times>}}}
  560. rfd = (<anonymous struct> *) 0x43d56130
  561. sfd = (<anonymous struct> *) 0x43d56330
  562. efd = (<anonymous struct> *) 0x43d56530
  563. #2 0x00000000008e55a3 in soap_accept (soap=0x43d56810)
  564. at ../../../../dep/src/gsoap/stdsoap2.cpp:4486
  565. r = -514
  566. err = -514
  567. n = 16
  568. len = 65536
  569. set = 1
  570. #3 0x000000000050b877 in MaNGOSsoapRunnable::run (this=<value optimized out>)
  571. at ../../../src/mangosd/MaNGOSsoap.cpp:51
  572. thread_soap = (class soap *) 0x117d3b90
  573. mb = <value optimized out>
  574. pool = {<ACE_Task<ACE_MT_SYNCH>> = {<ACE_Task_Base> = {<ACE_Service_Object> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0x8eedf0,
  575. reference_count_ = {value_ = 1,
  576. static increment_fn_ = 0x7f02eb3e4b20 <multi_cpu_increment>,
  577. static decrement_fn_ = 0x7f02eb3e4b30 <multi_cpu_decrement>,
  578. static exchange_fn_ = 0x7f02eb3e4b50 <multi_cpu_exchange>,
  579. static exchange_add_fn_ = 0x7f02eb3e4b60 <multi_cpu_exchange_add>}, priority_ = 0, reactor_ = 0x0,
  580. reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  581. _vptr.Policy = 0x7f02eb6d1110},
  582. value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <ACE_Shared_Object> = {_vptr.ACE_Shared_Object = 0x8eeef0}, <No data fields>},
  583. thr_count_ = 5, thr_mgr_ = 0x7f02d6093ec0, flags_ = 0, grp_id_ = 1,
  584. lock_ = {lock_ = {__data = {__lock = 0, __count = 0, __owner = 0,
  585. __nusers = 0, __kind = 0, __spins = 0, __list = {__prev = 0x0,
  586. __next = 0x0}}, __size = '\0' <repeats 39 times>, __align = 0},
  587. removed_ = false}, last_thread_id_ = 0}, msg_queue_ = 0x7f02d6097f00,
  588. delete_msg_queue_ = true, mod_ = 0x0, next_ = 0x0}, <No data fields>}
  589. soap = {_vptr.soap = 0x969050, state = 1, version = 0, mode = 0,
  590. imode = 2097152, omode = 2097152, float_format = 0x966116 "%.9G",
  591. double_format = 0x96611b "%.17lG", dime_id_format = 0x966122 "cid:id%d",
  592. http_version = 0x96612b "1.1", http_content = 0x0,
  593. encodingStyle = 0x968580 "", actor = 0x0, lang = 0x966ce0 "en",
  594. recv_timeout = 5, send_timeout = 5, connect_timeout = 0, accept_timeout = 3,
  595. socket_flags = 0, connect_flags = 0, bind_flags = 0, accept_flags = 0,
  596. linger_time = 0, namespaces = 0xbfaf20, local_namespaces = 0x0, nlist = 0x0,
  597. blist = 0x0, clist = 0x1027610, alist = 0x0, iht = {
  598. 0x0 <repeats 1999 times>}, pht = {0x0 <repeats 1024 times>}, pblk = 0x0,
  599. pidx = 0, header = 0x0, fault = 0x7f02d5a67fb0, idnum = 0, user = 0x0,
  600. plugins = 0x0, userid = 0x0, passwd = 0x0, fpost = 0x8e2700 <http_post>,
  601. fget = 0x8d4e00 <http_get>, fput = 0x8d4e10 <http_405>,
  602. fdel = 0x8d4e10 <http_405>, fhead = 0x8d4e10 <http_405>, fform = 0,
  603. fposthdr = 0x8dc5f0 <http_post_header>,
  604. fresponse = 0x8dd170 <http_response>, fparse = 0x8e6200 <http_parse>,
  605. fparsehdr = 0x8e2220 <http_parse_header>, fheader = 0,
  606. fresolve = 0x8e6150 <tcp_gethost>, fconnect = 0, fdisconnect = 0,
  607. fclosesocket = 0x8e5410 <tcp_closesocket>,
  608. fshutdownsocket = 0x8e5400 <tcp_shutdownsocket>,
  609. fopen = 0x8e5910 <tcp_connect>, faccept = 0x8e6140 <tcp_accept>,
  610. fclose = 0x8d3730 <tcp_disconnect>, fsend = 0x8e50d0 <fsend>,
  611. frecv = 0x8e4110 <frecv>, fpoll = 0x8db450 <soap_poll>, fseterror = 0,
  612. fignore = 0, fserveloop = 0, fplugin = 0x8dd110 <fplugin>, fmalloc = 0,
  613. fprepareinit = 0, fpreparesend = 0, fpreparerecv = 0, fpreparefinal = 0,
  614. fdimereadopen = 0, fdimewriteopen = 0, fdimereadclose = 0,
  615. fdimewriteclose = 0, fdimeread = 0, fdimewrite = 0, fmimereadopen = 0,
  616. fmimewriteopen = 0, fmimereadclose = 0, fmimewriteclose = 0, fmimeread = 0,
  617. fmimewrite = 0, master = 26, socket = -1, os = 0x0, is = 0x0, sendfd = 1,
  618. recvfd = 0, bufidx = 0, buflen = 0, ahead = 0, cdata = 0, body = 0,
  619. level = 0, count = 0, length = 0, labbuf = 0x0, lablen = 0, labidx = 0,
  620. buf = '\0' <repeats 65535 times>, msgbuf = '\0' <repeats 1023 times>,
  621. tmpbuf = '\0' <repeats 1023 times>, tag = '\0' <repeats 1023 times>,
  622. id = '\0' <repeats 1023 times>, href = '\0' <repeats 1023 times>,
  623. type = '\0' <repeats 1023 times>, arrayType = '\0' <repeats 1023 times>,
  624. arraySize = '\0' <repeats 1023 times>,
  625. arrayOffset = '\0' <repeats 1023 times>, other = 0, position = 0,
  626. positions = {0 <repeats 16 times>}, root = 0, attributes = 0x0,
  627. encoding = 0, mustUnderstand = 0, null = 0, ns = 0, part = 9, alloced = 0,
  628. peeked = 0, chunksize = 0, chunkbuflen = 0,
  629. endpoint = '\0' <repeats 1023 times>, path = '\0' <repeats 1023 times>,
  630. host = '\0' <repeats 1023 times>, action = 0x0, authrealm = 0x0,
  631. prolog = 0x0, ip = 1578626054, port = 64142, keep_alive = 0,
  632. tcp_keep_alive = 0, tcp_keep_idle = 0, tcp_keep_intvl = 0, tcp_keep_cnt = 0,
  633. max_keep_alive = 100, proxy_http_version = 0x96612f "1.0", proxy_host = 0x0,
  634. proxy_port = 8080, proxy_userid = 0x0, proxy_passwd = 0x0, proxy_from = 0x0,
  635. status = 0, error = 0, errmode = 0, errnum = 0, dom = 0x0, dime = {
  636. count = 0, size = 0, chunksize = 0, buflen = 0, flags = 0 '\0', ptr = 0x0,
  637. id = 0x0, type = 0x0, options = 0x0, list = 0x0, first = 0x0, last = 0x0},
  638. mime = {boundary = 0x0, start = 0x0, list = 0x0, first = 0x0, last = 0x0},
  639. xlist = 0x0, logfile = {0x0, 0x0, 0x0}, fdebug = {0x0, 0x0, 0x0}, mht = {
  640. 0x0 <repeats 1024 times>}, c14ninclude = 0x0, c14nexclude = 0x0,
  641. cookies = 0x0, cookie_domain = 0x0, cookie_path = 0x0, cookie_max = 32,
  642. ipv6_multicast_if = 0, ipv4_multicast_if = 0x0, ipv4_multicast_ttl = 0,
  643. peer = {sin_family = 0, sin_port = 0, sin_addr = {s_addr = 0},
  644. sin_zero = "\000\000\000\000\000\000\000"}, peerlen = 16, fsslauth = 0x0,
  645. fsslverify = 0x0, bio = 0x0, ssl = 0x0, ctx = 0x0, session = 0x0,
  646. ssl_flags = 0, keyfile = 0x0, password = 0x0, dhfile = 0x0, cafile = 0x0,
  647. capath = 0x0, crlfile = 0x0, randfile = 0x0,
  648. session_host = '\0' <repeats 984 times>, "p\020\000\000\000\000\000\000\t\000\000\000\000\000\000\000\000\200\tÖ\002\177\000\000\000\025\000\000\000\000\000\0000\034Mê\002\177\000", session_port = -366166601, c_locale = 0x0,
  649. d_stream = 0x43d71fe0, z_crc = -342971648, z_dict = 0x43d71fe8 "",
  650. z_dict_len = 1138171880, zlib_state = 0, zlib_in = 0, zlib_out = 0,
  651. z_buf = 0x1 <Address 0x1 out of bounds>, z_buflen = 139650495467105,
  652. z_level = 0, z_ratio_in = 0, z_ratio_out = -3.44973889e+26}
  653. m = <value optimized out>
  654. s = -514
  655. #4 0x0000000000862e72 in ACE_Based::Thread::ThreadTask (param=0x1b)
  656. at ../../../src/shared/Threading.cpp:187
  657. _task = (class ACE_Based::Runnable *) 0x7f02d61518a0
  658. #5 0x00007f02e9b9dfc7 in start_thread () from /lib/libpthread.so.0
  659. No symbol table info available.
  660. #6 0x00007f02e916d59d in clone () from /lib/libc.so.6
  661. No symbol table info available.
  662. #7 0x0000000000000000 in ?? ()
  663. No symbol table info available.
  664.  
  665. Thread 7 (Thread 0x43571950 (LWP 16100)):
  666. #0 0x00007f02e915f99b in read () from /lib/libc.so.6
  667. No symbol table info available.
  668. #1 0x00007f02e910db20 in _IO_file_underflow () from /lib/libc.so.6
  669. No symbol table info available.
  670. #2 0x00007f02e910f2ee in _IO_default_uflow () from /lib/libc.so.6
  671. No symbol table info available.
  672. #3 0x00007f02e91037a7 in _IO_getline_info () from /lib/libc.so.6
  673. No symbol table info available.
  674. #4 0x00007f02e9102567 in fgets () from /lib/libc.so.6
  675. No symbol table info available.
  676. #5 0x0000000000503228 in CliRunnable::run (this=<value optimized out>)
  677. at ../../../src/mangosd/CliRunnable.cpp:650
  678. command_str = <value optimized out>
  679. commandbuf = "0\034Mê\002\177\000\000·½,ê\002\177\000\000\000\000\000\000\000\000\000\000à\017WC\000\000\000\000\000®\216ë\002\177\000\000è\017WC\000\000\000\000è\017WC", '\0' <repeats 12 times>, "\001\000\000\000\000\000\000\000aÎ,ê\002\177\000\000\000\000\000\000\000\000\000\000\210°\216ë\002\177\000\000p\020\000\000\000\000\000\000p\020\000\000\000\000\000\000\000®\216ë\002\177\000\000\000®\216ë\002\177\000\000X\020WC\000\000\000\000þÔ,ê\002\177\000\000P\020WC\000\000\000\000\001\000\000\000\000\000\000\000\000ë\nÖ\002\177\000\000°>öç\002\177\000\000\000\000\000\000\000\000\000\000ø\030WC\000\000\000\000ð±\023Ö\002\177\000\000\200Æ"...
  680. #6 0x0000000000862e72 in ACE_Based::Thread::ThreadTask (param=0x0)
  681. at ../../../src/shared/Threading.cpp:187
  682. _task = (class ACE_Based::Runnable *) 0x7f02d613b240
  683. #7 0x00007f02e9b9dfc7 in start_thread () from /lib/libpthread.so.0
  684. No symbol table info available.
  685. #8 0x00007f02e916d59d in clone () from /lib/libc.so.6
  686. No symbol table info available.
  687. #9 0x0000000000000000 in ?? ()
  688. No symbol table info available.
  689.  
  690. Thread 6 (Thread 0x41764950 (LWP 16099)):
  691. #0 0x00007f02ea2cce90 in scalable_malloc ()
  692. from /opt/yseracore/lib/libtbbmalloc.so.2
  693. No locals.
  694. #1 0x000000000087b439 in operator new (sz=56)
  695. at ../../../src/framework/Policies/MemoryManagement.cpp:27
  696. res = <value optimized out>
  697. #2 0x00000000006bb0a7 in std::_Rb_tree<unsigned int, std::pair<unsigned int const, SpellCooldown>, std::_Select1st<std::pair<unsigned int const, SpellCooldown> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, SpellCooldown> > >::_M_insert_ (this=0x2c8b5f18, __x=0x7f0200000001,
  698. __p=0x7f02e9dae280, __v=@0x41761ba0)
  699. at /usr/include/c++/4.3/ext/new_allocator.h:92
  700. __z = <value optimized out>
  701. #3 0x00000000006bbb65 in std::_Rb_tree<unsigned int, std::pair<unsigned int const, SpellCooldown>, std::_Select1st<std::pair<unsigned int const, SpellCooldown> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, SpellCooldown> > >::_M_insert_unique_ (this=0x2c8b5f18, __position=
  702. {_M_node = 0x2c8b5f20}, __v=@0x41761ba0)
  703. at /usr/include/c++/4.3/bits/stl_tree.h:1201
  704. No locals.
  705. #4 0x0000000000672c74 in Player::AddSpellCooldown (
  706. this=<value optimized out>, spellid=36842, itemid=0, end_time=1279715723)
  707. at /usr/include/c++/4.3/bits/stl_map.h:496
  708. No locals.
  709. #5 0x0000000000672e87 in Player::AddSpellAndCategoryCooldowns (
  710. this=0x2c8b4000, spellInfo=0x7f02e43b90c0, itemId=0, spell=0x7f0278f11d00,
  711. infinityCooldown=<value optimized out>)
  712. at ../../../src/game/Player.cpp:17880
  713. cat = <value optimized out>
  714. rec = 0
  715. catrec = 6000
  716. curTime = <value optimized out>
  717. catrecTime = 1279715723
  718. recTime = <value optimized out>
  719. #6 0x00000000006ff6ce in Spell::cast (this=0x7f0278f11d00, skipCheck=false)
  720. at ../../../src/game/Spell.cpp:2475
  721. castResult = <value optimized out>
  722. #7 0x0000000000700f2f in SpellEvent::Execute (this=0x7f027795dc60,
  723. e_time=1549931, p_time=3923436160) at ../../../src/game/Spell.cpp:5471
  724. No locals.
  725. #8 0x000000000087b820 in EventProcessor::Update (this=0x2c8b4110, p_time=127)
  726. at ../../../src/framework/Utilities/EventProcessor.cpp:47
  727. Event = (BasicEvent *) 0x7f027795dc60
  728. #9 0x000000000074e1b4 in Unit::Update (this=0x2c8b4000, p_time=127)
  729. at ../../../src/game/Unit.cpp:284
  730. No locals.
  731. #10 0x00000000006b80dc in Player::Update (this=0x2c8b4000, p_time=127)
  732. at ../../../src/game/Player.cpp:1174
  733. now = <value optimized out>
  734. #11 0x00000000005f8ca7 in Map::Update (this=0x1ca2c000, t_diff=@0x4176401c)
  735. at ../../../src/game/Map.cpp:598
  736. plr = (class Player *) 0x38
  737. updater = {i_timeDiff = 127}
  738. grid_object_update = {i_visitor = @0x41763f80}
  739. world_object_update = {i_visitor = @0x41763f80}
  740. __FUNCTION__ = "Update"
  741. __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
  742. #12 0x00000000007d976d in MapInstanced::Update (this=0x2d2d0000, t=@0x4176401c)
  743. at ../../../src/game/MapInstanced.cpp:63
  744. i = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<const unsigned int, Map*>, false>> = {_M_cur_node = 0x7f02c33d9ea0,
  745. _M_cur_bucket = 0x7f0289c21998}, <No data fields>}
  746. #13 0x00000000006053f9 in MapManager::Update (this=0x7f02d9904e20,
  747. diff=<value optimized out>) at ../../../src/game/MapManager.cpp:256
  748. No locals.
  749. #14 0x000000000076dbad in World::Update (this=0x7f02e7f2f200, diff=127)
  750. at ../../../src/game/World.cpp:1374
  751. No locals.
  752. #15 0x000000000050e3ec in WorldRunnable::run (this=<value optimized out>)
  753. at ../../../src/mangosd/WorldRunnable.cpp:60
  754. diff = 127
  755. realCurrTime = 4110430976
  756. realPrevTime = <value optimized out>
  757. prevSleepTime = 63
  758. #16 0x0000000000862e72 in ACE_Based::Thread::ThreadTask (param=0x38)
  759. at ../../../src/shared/Threading.cpp:187
  760. _task = (class ACE_Based::Runnable *) 0x7f02d613b2e0
  761. #17 0x00007f02e9b9dfc7 in start_thread () from /lib/libpthread.so.0
  762. No symbol table info available.
  763. #18 0x00007f02e916d59d in clone () from /lib/libc.so.6
  764. No symbol table info available.
  765. #19 0x0000000000000000 in ?? ()
  766. No symbol table info available.
  767.  
  768. Thread 4 (Thread 0x42d70950 (LWP 16060)):
  769. #0 0x00007f02e9ba50e1 in nanosleep () from /lib/libpthread.so.0
  770. No symbol table info available.
  771. #1 0x000000000086295b in ACE_Based::Thread::Sleep (
  772. msecs=<value optimized out>)
  773. at ../../../dep/ACE_wrappers/ace/OS_NS_unistd.inl:918
  774. No locals.
  775. #2 0x000000000085c4b1 in SqlDelayThread::run (this=0x7f02e7f27d00)
  776. at ../../../../src/shared/Database/SqlDelayThread.cpp:43
  777. s = (SqlOperation *) 0x7f02bb02b420
  778. pingEveryLoop = 180000
  779. loopCounter = 137704
  780. #3 0x0000000000862e72 in ACE_Based::Thread::ThreadTask (param=0x42d700a0)
  781. at ../../../src/shared/Threading.cpp:187
  782. _task = (class ACE_Based::Runnable *) 0x7f02e7f27d00
  783. #4 0x00007f02e9b9dfc7 in start_thread () from /lib/libpthread.so.0
  784. No symbol table info available.
  785. #5 0x00007f02e916d59d in clone () from /lib/libc.so.6
  786. No symbol table info available.
  787. #6 0x0000000000000000 in ?? ()
  788. No symbol table info available.
  789.  
  790. Thread 3 (Thread 0x4256f950 (LWP 16059)):
  791. #0 0x00007f02e9ba50e1 in nanosleep () from /lib/libpthread.so.0
  792. No symbol table info available.
  793. #1 0x000000000086295b in ACE_Based::Thread::Sleep (
  794. msecs=<value optimized out>)
  795. at ../../../dep/ACE_wrappers/ace/OS_NS_unistd.inl:918
  796. No locals.
  797. #2 0x000000000085c4b1 in SqlDelayThread::run (this=0x7f02e7f27e00)
  798. at ../../../../src/shared/Database/SqlDelayThread.cpp:43
  799. s = (SqlOperation *) 0x7f029a84f580
  800. pingEveryLoop = 180000
  801. loopCounter = 88959
  802. #3 0x0000000000862e72 in ACE_Based::Thread::ThreadTask (param=0x4256f0a0)
  803. at ../../../src/shared/Threading.cpp:187
  804. _task = (class ACE_Based::Runnable *) 0x7f02e7f27e00
  805. #4 0x00007f02e9b9dfc7 in start_thread () from /lib/libpthread.so.0
  806. No symbol table info available.
  807. #5 0x00007f02e916d59d in clone () from /lib/libc.so.6
  808. No symbol table info available.
  809. #6 0x0000000000000000 in ?? ()
  810. No symbol table info available.
  811.  
  812. Thread 2 (Thread 0x4081b950 (LWP 16058)):
  813. #0 0x00007f02e9ba50e1 in nanosleep () from /lib/libpthread.so.0
  814. No symbol table info available.
  815. #1 0x000000000086295b in ACE_Based::Thread::Sleep (
  816. msecs=<value optimized out>)
  817. at ../../../dep/ACE_wrappers/ace/OS_NS_unistd.inl:918
  818. No locals.
  819. #2 0x000000000085c4b1 in SqlDelayThread::run (this=0x7f02e7f27f00)
  820. at ../../../../src/shared/Database/SqlDelayThread.cpp:43
  821. s = (SqlOperation *) 0x7f02bb02ad70
  822. pingEveryLoop = 180000
  823. loopCounter = 136424
  824. #3 0x0000000000862e72 in ACE_Based::Thread::ThreadTask (param=0x4081b0a0)
  825. at ../../../src/shared/Threading.cpp:187
  826. _task = (class ACE_Based::Runnable *) 0x7f02e7f27f00
  827. #4 0x00007f02e9b9dfc7 in start_thread () from /lib/libpthread.so.0
  828. No symbol table info available.
  829. #5 0x00007f02e916d59d in clone () from /lib/libc.so.6
  830. No symbol table info available.
  831. #6 0x0000000000000000 in ?? ()
  832. No symbol table info available.
  833.  
  834. Thread 1 (Thread 0x7f02eb8ef6f0 (LWP 16055)):
  835. #0 0x00007f02e9b9e715 in pthread_join () from /lib/libpthread.so.0
  836. No symbol table info available.
  837. #1 0x00007f02eb47de3b in ACE_Thread_Manager::wait_task (this=0x7f02d6093ec0,
  838. task=0x7f02d63ce008)
  839. at ../../../../dep/ACE_wrappers/ace/OS_NS_Thread.inl:2794
  840. i = 0
  841. copy_count = 1
  842. result = <value optimized out>
  843. #2 0x000000000077824f in WorldSocketMgr::Wait (this=0x7f02d6135ad8)
  844. at ../../../src/game/WorldSocketMgr.cpp:102
  845. i = 1
  846. #3 0x0000000000506abf in Master::Run (this=0x7f02e7f73fd8)
  847. at ../../../src/mangosd/Master.cpp:337
  848. pidfile = {static npos = 18446744073709551615,
  849. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xc059b8 ""}}
  850. world_thread = {m_iThreadId = 1098271056,
  851. m_hThreadHandle = 1098271056, m_task = 0x7f02d613b2e0,
  852. static m_ThreadStorage = {_vptr.ACE_TSS = 0x962b50, keylock_ = {lock_ = {
  853. __data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0,
  854. __kind = 0, __spins = 0, __list = {__prev = 0x0, __next = 0x0}},
  855. __size = '\0' <repeats 39 times>, __align = 0}, removed_ = false},
  856. once_ = true, key_ = 6}, static m_TpEnum = {m_priority = {0, 0, 0, 0, 0,
  857. 0, 0}}}
  858. cliThread = (ACE_Based::Thread *) 0x7f02d68ea908
  859. rar_thread = (ACE_Based::Thread *) 0x0
  860. soap_thread = (ACE_Based::Thread *) 0x7f02d68ea920
  861. irc = {m_iThreadId = 1146566992, m_hThreadHandle = 1146566992,
  862. m_task = 0x7f02d610eb00, static m_ThreadStorage = {_vptr.ACE_TSS = 0x962b50,
  863. keylock_ = {lock_ = {__data = {__lock = 0, __count = 0, __owner = 0,
  864. __nusers = 0, __kind = 0, __spins = 0, __list = {__prev = 0x0,
  865. __next = 0x0}}, __size = '\0' <repeats 39 times>, __align = 0},
  866. removed_ = false}, once_ = true, key_ = 6}, static m_TpEnum = {
  867. m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  868. freeze_thread = (ACE_Based::Thread *) 0x0
  869. wsport = <value optimized out>
  870. bind_ip = {static npos = 18446744073709551615,
  871. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7f02d61234d8 "0.0.0.0"}}
  872. #4 0x0000000000505f56 in main (argc=<value optimized out>,
  873. argv=0x7fff7f6314a8) at ../../../src/mangosd/Main.cpp:188
  874. mc_cfg_file = 0x7fff7f631723 "./etc/mangchat.conf"
  875. cfg_file = 0x7fff7f63170d "./etc/mangosd.conf"
  876. cmd_opts = {argc_ = 5, argv_ = 0x7fff7f6314a8, optind = 5, opterr = 0,
  877. optarg = 0x0, optstring_ = 0x7f02e7f67f88, long_only_ = 0, has_colon_ = 1,
  878. last_option_ = 0x7f02e7f67f60, nextchar_ = 0x0, optopt_ = 109,
  879. ordering_ = 2, nonopt_start_ = 5, nonopt_end_ = 5, long_option_ = 0x0,
  880. long_opts_ = {<ACE_Array_Base<ACE_Get_Opt::ACE_Get_Opt_Long_Option*>> = {
  881. max_size_ = 1, cur_size_ = 1, array_ = 0x7f02e7f73fe0,
  882. allocator_ = 0x7f02eb6e2df0}, <No data fields>}}
  883. option = <value optimized out>
  884. #0 0x00007f02ea2cce90 in scalable_malloc ()
  885. from /opt/yseracore/lib/libtbbmalloc.so.2
  886. "== END thread apply all bt full =="
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement