Advertisement
Guest User

Untitled

a guest
Jun 6th, 2017
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.69 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. [Switching to Thread 0x42ebf950 (LWP 32757)]
  3. Camera::Event_RemovedFromWorld (this=0x1bae6360)
  4. at ../../../src/game/../framework/Utilities/LinkedReference/Reference.h:73
  5. 73 targetObjectDestroyLink();
  6. "== START info threads =="
  7. 17 Thread 0x486ca950 (LWP 500) 0x00007f02cc35eb68 in epoll_wait ()
  8. from /lib/libc.so.6
  9. 16 Thread 0x47ec9950 (LWP 32767) 0x00007f02cc35eb68 in epoll_wait ()
  10. from /lib/libc.so.6
  11. 15 Thread 0x476c8950 (LWP 32766) 0x00007f02cc35eb68 in epoll_wait ()
  12. from /lib/libc.so.6
  13. 14 Thread 0x46ec7950 (LWP 32765) 0x00007f02ccd92d29 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  14. 13 Thread 0x466c6950 (LWP 32764) 0x00007f02ccd92d29 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  15. 12 Thread 0x45ec5950 (LWP 32763) 0x00007f02ccd92d29 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  16. 11 Thread 0x456c4950 (LWP 32762) 0x00007f02ccd92d29 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  17. 10 Thread 0x44ec3950 (LWP 32761) 0x00007f02ccd92d29 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  18. 9 Thread 0x446c2950 (LWP 32760) 0x00007f02ccd95ba1 in recv ()
  19. from /lib/libpthread.so.0
  20. 8 Thread 0x43ec1950 (LWP 32759) 0x00007f02cc357cd2 in select ()
  21. from /lib/libc.so.6
  22. 7 Thread 0x436c0950 (LWP 32758) 0x00007f02cc35099b in read ()
  23. from /lib/libc.so.6
  24. * 6 Thread 0x42ebf950 (LWP 32757) Camera::Event_RemovedFromWorld (
  25. this=0x1bae6360)
  26. at ../../../src/game/../framework/Utilities/LinkedReference/Reference.h:73
  27. 4 Thread 0x426be950 (LWP 32747) 0x00007f02ccd960e1 in nanosleep ()
  28. from /lib/libpthread.so.0
  29. 3 Thread 0x41799950 (LWP 32746) 0x00007f02ccd960e1 in nanosleep ()
  30. from /lib/libpthread.so.0
  31. 2 Thread 0x40f98950 (LWP 32745) 0x00007f02ccd960e1 in nanosleep ()
  32. from /lib/libpthread.so.0
  33. 1 Thread 0x7f02ceae26f0 (LWP 32742) 0x00007f02ccd8f715 in pthread_join ()
  34. from /lib/libpthread.so.0
  35. "== END info threads ==""== START bt =="#0 Camera::Event_RemovedFromWorld (
  36. this=0x1bae6360)
  37. at ../../../src/game/../framework/Utilities/LinkedReference/Reference.h:73
  38. #1 0x000000000074ec60 in Unit::RemoveFromWorld (this=0x7f02831aa080)
  39. at ../../../src/game/Camera.h:79
  40. #2 0x0000000000540757 in Creature::RemoveFromWorld (this=0x7f02831aa080)
  41. at ../../../src/game/Creature.cpp:174
  42. #3 0x00000000006210cc in ObjectGridUnloader::Visit<Creature> (
  43. this=<value optimized out>, m=@0x7f02766b1280)
  44. at ../../../src/game/ObjectGridLoader.cpp:269
  45. #4 0x00000000006204dc in ObjectGridUnloader::Unload (this=0x42ebdf10,
  46. grid=@0x7f02766b1250)
  47. at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:50
  48. #5 0x00000000005eced7 in Map::UnloadGrid (this=0x7f026ff1c000, x=@0x42ebef6c,
  49. y=@0x42ebef68, pForce=<value optimized out>)
  50. at ../../../src/game/../framework/GameSystem/GridLoader.h:68
  51. #6 0x00000000005ed3d6 in Map::UnloadAll (this=0x7f026ff1c000,
  52. pForce=<value optimized out>) at ../../../src/game/Map.cpp:1050
  53. #7 0x00000000007d9124 in MapInstanced::DestroyInstance (this=0x7f02701a0000,
  54. itr=@0x42ebefd0) at ../../../src/game/MapInstanced.cpp:194
  55. #8 0x00000000007d9ce3 in MapInstanced::Update (this=0x7f02701a0000,
  56. t=@0x42ebf01c) at ../../../src/game/MapInstanced.cpp:58
  57. #9 0x0000000000605529 in MapManager::Update (this=0x7f02bc98caa0,
  58. diff=<value optimized out>) at ../../../src/game/MapManager.cpp:256
  59. #10 0x000000000076dfed in World::Update (this=0x7f02cb113200, diff=58)
  60. at ../../../src/game/World.cpp:1374
  61. #11 0x000000000050e31c in WorldRunnable::run (this=<value optimized out>)
  62. at ../../../src/mangosd/WorldRunnable.cpp:60
  63. #12 0x00000000008633d2 in ACE_Based::Thread::ThreadTask (param=0x1bae6370)
  64. at ../../../src/shared/Threading.cpp:187
  65. #13 0x00007f02ccd8efc7 in start_thread () from /lib/libpthread.so.0
  66. #14 0x00007f02cc35e59d in clone () from /lib/libc.so.6
  67. #15 0x0000000000000000 in ?? ()
  68. "== END bt ==""== START bt full =="#0 Camera::Event_RemovedFromWorld (
  69. this=0x1bae6360)
  70. at ../../../src/game/../framework/Utilities/LinkedReference/Reference.h:73
  71. No locals.
  72. #1 0x000000000074ec60 in Unit::RemoveFromWorld (this=0x7f02831aa080)
  73. at ../../../src/game/Camera.h:79
  74. No locals.
  75. #2 0x0000000000540757 in Creature::RemoveFromWorld (this=0x7f02831aa080)
  76. at ../../../src/game/Creature.cpp:174
  77. No locals.
  78. #3 0x00000000006210cc in ObjectGridUnloader::Visit<Creature> (
  79. this=<value optimized out>, m=@0x7f02766b1280)
  80. at ../../../src/game/ObjectGridLoader.cpp:269
  81. No locals.
  82. #4 0x00000000006204dc in ObjectGridUnloader::Unload (this=0x42ebdf10,
  83. grid=@0x7f02766b1250)
  84. at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:50
  85. No locals.
  86. #5 0x00000000005eced7 in Map::UnloadGrid (this=0x7f026ff1c000, x=@0x42ebef6c,
  87. y=@0x42ebef68, pForce=<value optimized out>)
  88. at ../../../src/game/../framework/GameSystem/GridLoader.h:68
  89. unloader = {i_grid = @0x7f02766a4000}
  90. grid = <value optimized out>
  91. gx = <value optimized out>
  92. __FUNCTION__ = "UnloadGrid"
  93. __PRETTY_FUNCTION__ = "bool Map::UnloadGrid(const uint32&, const uint32&, bool)"
  94. #6 0x00000000005ed3d6 in Map::UnloadAll (this=0x7f026ff1c000,
  95. pForce=<value optimized out>) at ../../../src/game/Map.cpp:1050
  96. grid = <value optimized out>
  97. #7 0x00000000007d9124 in MapInstanced::DestroyInstance (this=0x7f02701a0000,
  98. itr=@0x42ebefd0) at ../../../src/game/MapInstanced.cpp:194
  99. No locals.
  100. #8 0x00000000007d9ce3 in MapInstanced::Update (this=0x7f02701a0000,
  101. t=@0x42ebf01c) at ../../../src/game/MapInstanced.cpp:58
  102. i = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<const unsigned int, Map*>, false>> = {_M_cur_node = 0x7f02ac401c78,
  103. _M_cur_bucket = 0x7f02b5638238}, <No data fields>}
  104. #9 0x0000000000605529 in MapManager::Update (this=0x7f02bc98caa0,
  105. diff=<value optimized out>) at ../../../src/game/MapManager.cpp:256
  106. No locals.
  107. #10 0x000000000076dfed in World::Update (this=0x7f02cb113200, diff=58)
  108. at ../../../src/game/World.cpp:1374
  109. No locals.
  110. #11 0x000000000050e31c in WorldRunnable::run (this=<value optimized out>)
  111. at ../../../src/mangosd/WorldRunnable.cpp:60
  112. diff = 58
  113. realCurrTime = 155520379
  114. realPrevTime = <value optimized out>
  115. prevSleepTime = 52
  116. #12 0x00000000008633d2 in ACE_Based::Thread::ThreadTask (param=0x1bae6370)
  117. at ../../../src/shared/Threading.cpp:187
  118. _task = (class ACE_Based::Runnable *) 0x7f02b97fd940
  119. #13 0x00007f02ccd8efc7 in start_thread () from /lib/libpthread.so.0
  120. No symbol table info available.
  121. #14 0x00007f02cc35e59d in clone () from /lib/libc.so.6
  122. No symbol table info available.
  123. #15 0x0000000000000000 in ?? ()
  124. No symbol table info available.
  125. "== END bt full ==""== START thread apply all bt full =="
  126. Thread 17 (Thread 0x486ca950 (LWP 500)):
  127. #0 0x00007f02cc35eb68 in epoll_wait () from /lib/libc.so.6
  128. No symbol table info available.
  129. #1 0x00007f02ce5f0540 in ACE_Dev_Poll_Reactor::work_pending_i (
  130. this=0x7f02b97f3740, max_wait_time=0x486ca090)
  131. at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:975
  132. timer_buf = {static zero = {
  133. static zero = <same as static member of an already seen type>,
  134. static max_time = {
  135. static zero = <same as static member of an already seen type>,
  136. static max_time = <same as static member of an already seen type>,
  137. tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  138. tv_sec = 0, tv_usec = 0}},
  139. static max_time = <same as static member of an already seen type>, tv_ = {
  140. tv_sec = 0, tv_usec = 10000}}
  141. this_timeout = <value optimized out>
  142. nfds = <value optimized out>
  143. #2 0x00007f02ce5f33bb in ACE_Dev_Poll_Reactor::handle_events_i (
  144. this=0x7f02b97f3740, max_wait_time=0x486ca090, guard=@0x486c9ff0)
  145. at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:1052
  146. result = -1
  147. #3 0x00007f02ce5f3806 in ACE_Dev_Poll_Reactor::handle_events (
  148. this=0x7f02b97f3740, max_wait_time=0x486ca090)
  149. at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:1033
  150. countdown = {max_wait_time_ = 0x486ca090, start_time_ = {
  151. static zero = {
  152. static zero = <same as static member of an already seen type>,
  153. static max_time = {
  154. static zero = <same as static member of an already seen type>,
  155. static max_time = <same as static member of an already seen type>,
  156. tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  157. tv_sec = 0, tv_usec = 0}},
  158. static max_time = <same as static member of an already seen type>, tv_ = {
  159. tv_sec = 1280055774, tv_usec = 677813}}, stopped_ = false}
  160. guard = {token_ = @0x7f02b97f3778, owner_ = 1}
  161. result = -1
  162. #4 0x00007f02ce64912d in ACE_Reactor::run_reactor_event_loop (
  163. this=0x7f02b9fa1840, tv=@0x486ca090, eh=0)
  164. at ../../../../dep/ACE_wrappers/ace/Reactor.cpp:271
  165. result = -1180132568
  166. #5 0x000000000077a2e5 in ReactorRunnable::svc (this=0x7f02b9a89a78)
  167. at ../../../src/game/WorldSocketMgr.cpp:167
  168. interval = {static zero = {
  169. static zero = <same as static member of an already seen type>,
  170. static max_time = {
  171. static zero = <same as static member of an already seen type>,
  172. static max_time = <same as static member of an already seen type>,
  173. tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  174. tv_sec = 0, tv_usec = 0}},
  175. static max_time = <same as static member of an already seen type>, tv_ = {
  176. tv_sec = 0, tv_usec = 10000}}
  177. #6 0x00007f02ce66cfd7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  178. at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  179. t = (ACE_Task_Base *) 0x7f02b9a89a78
  180. svc_status = <value optimized out>
  181. #7 0x00007f02ce66e685 in ACE_Thread_Adapter::invoke (this=0x7f02b97fa800)
  182. at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  183. exit_hook_instance = <value optimized out>
  184. exit_hook_maybe = {instance_ = 0x0}
  185. exit_hook_ptr = <value optimized out>
  186. #8 0x00007f02ccd8efc7 in start_thread () from /lib/libpthread.so.0
  187. No symbol table info available.
  188. #9 0x00007f02cc35e59d in clone () from /lib/libc.so.6
  189. No symbol table info available.
  190. #10 0x0000000000000000 in ?? ()
  191. No symbol table info available.
  192.  
  193. Thread 16 (Thread 0x47ec9950 (LWP 32767)):
  194. #0 0x00007f02cc35eb68 in epoll_wait () from /lib/libc.so.6
  195. No symbol table info available.
  196. #1 0x00007f02ce5f0540 in ACE_Dev_Poll_Reactor::work_pending_i (
  197. this=0x7f02b97f39c0, max_wait_time=0x47ec9090)
  198. at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:975
  199. timer_buf = {static zero = {
  200. static zero = <same as static member of an already seen type>,
  201. static max_time = {
  202. static zero = <same as static member of an already seen type>,
  203. static max_time = <same as static member of an already seen type>,
  204. tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  205. tv_sec = 0, tv_usec = 0}},
  206. static max_time = <same as static member of an already seen type>, tv_ = {
  207. tv_sec = 0, tv_usec = 10000}}
  208. this_timeout = <value optimized out>
  209. nfds = <value optimized out>
  210. #2 0x00007f02ce5f33bb in ACE_Dev_Poll_Reactor::handle_events_i (
  211. this=0x7f02b97f39c0, max_wait_time=0x47ec9090, guard=@0x47ec8ff0)
  212. at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:1052
  213. result = -1
  214. #3 0x00007f02ce5f3806 in ACE_Dev_Poll_Reactor::handle_events (
  215. this=0x7f02b97f39c0, max_wait_time=0x47ec9090)
  216. at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:1033
  217. countdown = {max_wait_time_ = 0x47ec9090, start_time_ = {
  218. static zero = {
  219. static zero = <same as static member of an already seen type>,
  220. static max_time = {
  221. static zero = <same as static member of an already seen type>,
  222. static max_time = <same as static member of an already seen type>,
  223. tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  224. tv_sec = 0, tv_usec = 0}},
  225. static max_time = <same as static member of an already seen type>, tv_ = {
  226. tv_sec = 1280055774, tv_usec = 677756}}, stopped_ = false}
  227. guard = {token_ = @0x7f02b97f39f8, owner_ = 1}
  228. result = -1
  229. #4 0x00007f02ce64912d in ACE_Reactor::run_reactor_event_loop (
  230. this=0x7f02b9fa1810, tv=@0x47ec9090, eh=0)
  231. at ../../../../dep/ACE_wrappers/ace/Reactor.cpp:271
  232. result = -1180132880
  233. #5 0x000000000077a2e5 in ReactorRunnable::svc (this=0x7f02b9a89940)
  234. at ../../../src/game/WorldSocketMgr.cpp:167
  235. interval = {static zero = {
  236. static zero = <same as static member of an already seen type>,
  237. static max_time = {
  238. static zero = <same as static member of an already seen type>,
  239. static max_time = <same as static member of an already seen type>,
  240. tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  241. tv_sec = 0, tv_usec = 0}},
  242. static max_time = <same as static member of an already seen type>, tv_ = {
  243. tv_sec = 0, tv_usec = 10000}}
  244. #6 0x00007f02ce66cfd7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  245. at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  246. t = (ACE_Task_Base *) 0x7f02b9a89940
  247. svc_status = <value optimized out>
  248. #7 0x00007f02ce66e685 in ACE_Thread_Adapter::invoke (this=0x7f02b97fa7a0)
  249. at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  250. exit_hook_instance = <value optimized out>
  251. exit_hook_maybe = {instance_ = 0x0}
  252. exit_hook_ptr = <value optimized out>
  253. #8 0x00007f02ccd8efc7 in start_thread () from /lib/libpthread.so.0
  254. No symbol table info available.
  255. #9 0x00007f02cc35e59d in clone () from /lib/libc.so.6
  256. No symbol table info available.
  257. #10 0x0000000000000000 in ?? ()
  258. No symbol table info available.
  259.  
  260. Thread 15 (Thread 0x476c8950 (LWP 32766)):
  261. #0 0x00007f02cc35eb68 in epoll_wait () from /lib/libc.so.6
  262. No symbol table info available.
  263. #1 0x00007f02ce5f0540 in ACE_Dev_Poll_Reactor::work_pending_i (
  264. this=0x7f02b97f3d80, max_wait_time=0x476c8090)
  265. at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:975
  266. timer_buf = {static zero = {
  267. static zero = <same as static member of an already seen type>,
  268. static max_time = {
  269. static zero = <same as static member of an already seen type>,
  270. static max_time = <same as static member of an already seen type>,
  271. tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  272. tv_sec = 0, tv_usec = 0}},
  273. static max_time = <same as static member of an already seen type>, tv_ = {
  274. tv_sec = 0, tv_usec = 9999}}
  275. this_timeout = <value optimized out>
  276. nfds = <value optimized out>
  277. #2 0x00007f02ce5f33bb in ACE_Dev_Poll_Reactor::handle_events_i (
  278. this=0x7f02b97f3d80, max_wait_time=0x476c8090, guard=@0x476c7ff0)
  279. at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:1052
  280. result = -1
  281. #3 0x00007f02ce5f3806 in ACE_Dev_Poll_Reactor::handle_events (
  282. this=0x7f02b97f3d80, max_wait_time=0x476c8090)
  283. at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:1033
  284. countdown = {max_wait_time_ = 0x476c8090, start_time_ = {
  285. static zero = {
  286. static zero = <same as static member of an already seen type>,
  287. static max_time = {
  288. static zero = <same as static member of an already seen type>,
  289. static max_time = <same as static member of an already seen type>,
  290. tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  291. tv_sec = 0, tv_usec = 0}},
  292. static max_time = <same as static member of an already seen type>, tv_ = {
  293. tv_sec = 1280055774, tv_usec = 677596}}, stopped_ = false}
  294. guard = {token_ = @0x7f02b97f3db8, owner_ = 1}
  295. result = -1
  296. #4 0x00007f02ce64912d in ACE_Reactor::run_reactor_event_loop (
  297. this=0x7f02b9fa17e0, tv=@0x476c8090, eh=0)
  298. at ../../../../dep/ACE_wrappers/ace/Reactor.cpp:271
  299. result = -1180133192
  300. #5 0x000000000077a2e5 in ReactorRunnable::svc (this=0x7f02b9a89808)
  301. at ../../../src/game/WorldSocketMgr.cpp:167
  302. interval = {static zero = {
  303. static zero = <same as static member of an already seen type>,
  304. static max_time = {
  305. static zero = <same as static member of an already seen type>,
  306. static max_time = <same as static member of an already seen type>,
  307. tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  308. tv_sec = 0, tv_usec = 0}},
  309. static max_time = <same as static member of an already seen type>, tv_ = {
  310. tv_sec = 0, tv_usec = 9999}}
  311. #6 0x00007f02ce66cfd7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  312. at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  313. t = (ACE_Task_Base *) 0x7f02b9a89808
  314. svc_status = <value optimized out>
  315. #7 0x00007f02ce66e685 in ACE_Thread_Adapter::invoke (this=0x7f02b97fa740)
  316. at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  317. exit_hook_instance = <value optimized out>
  318. exit_hook_maybe = {instance_ = 0x0}
  319. exit_hook_ptr = <value optimized out>
  320. #8 0x00007f02ccd8efc7 in start_thread () from /lib/libpthread.so.0
  321. No symbol table info available.
  322. #9 0x00007f02cc35e59d in clone () from /lib/libc.so.6
  323. No symbol table info available.
  324. #10 0x0000000000000000 in ?? ()
  325. No symbol table info available.
  326.  
  327. Thread 14 (Thread 0x46ec7950 (LWP 32765)):
  328. #0 0x00007f02ccd92d29 in pthread_cond_wait@@GLIBC_2.3.2 ()
  329. from /lib/libpthread.so.0
  330. No symbol table info available.
  331. #1 0x00007f02ce5e079d in ACE_Condition_Thread_Mutex::wait (
  332. this=0x7f02b9753f84, mutex=@0x80, abstime=<value optimized out>)
  333. at ../../../../dep/ACE_wrappers/ace/OS_NS_Thread.inl:357
  334. No locals.
  335. #2 0x000000000050c65c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  336. (this=0x7f02b9753f00, timeout=0x0)
  337. at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1739
  338. result = <value optimized out>
  339. #3 0x000000000050d751 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  340. this=0x7f02b9753f00, first_item=@0x46ec70c8, timeout=0x0)
  341. at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1909
  342. ace_mon = {lock_ = 0x7f02b9753f50, owner_ = 0}
  343. #4 0x000000000050c1a6 in SOAPWorkingThread::svc (this=0x43ec1010)
  344. at ../../../dep/ACE_wrappers/ace/Task_T.inl:22
  345. mb = (class ACE_Message_Block *) 0x0
  346. #5 0x00007f02ce66cfd7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  347. at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  348. t = (ACE_Task_Base *) 0x43ec1010
  349. svc_status = <value optimized out>
  350. #6 0x00007f02ce66e685 in ACE_Thread_Adapter::invoke (this=0x7f02b973be20)
  351. at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  352. exit_hook_instance = <value optimized out>
  353. exit_hook_maybe = {instance_ = 0x0}
  354. exit_hook_ptr = <value optimized out>
  355. #7 0x00007f02ccd8efc7 in start_thread () from /lib/libpthread.so.0
  356. No symbol table info available.
  357. #8 0x00007f02cc35e59d in clone () from /lib/libc.so.6
  358. No symbol table info available.
  359. #9 0x0000000000000000 in ?? ()
  360. No symbol table info available.
  361.  
  362. Thread 13 (Thread 0x466c6950 (LWP 32764)):
  363. #0 0x00007f02ccd92d29 in pthread_cond_wait@@GLIBC_2.3.2 ()
  364. from /lib/libpthread.so.0
  365. No symbol table info available.
  366. #1 0x00007f02ce5e079d in ACE_Condition_Thread_Mutex::wait (
  367. this=0x7f02b9753f84, mutex=@0x80, abstime=<value optimized out>)
  368. at ../../../../dep/ACE_wrappers/ace/OS_NS_Thread.inl:357
  369. No locals.
  370. #2 0x000000000050c65c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  371. (this=0x7f02b9753f00, timeout=0x0)
  372. at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1739
  373. result = <value optimized out>
  374. #3 0x000000000050d751 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  375. this=0x7f02b9753f00, first_item=@0x466c60c8, timeout=0x0)
  376. at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1909
  377. ace_mon = {lock_ = 0x7f02b9753f50, owner_ = 0}
  378. #4 0x000000000050c1a6 in SOAPWorkingThread::svc (this=0x43ec1010)
  379. at ../../../dep/ACE_wrappers/ace/Task_T.inl:22
  380. mb = (class ACE_Message_Block *) 0x0
  381. #5 0x00007f02ce66cfd7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  382. at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  383. t = (ACE_Task_Base *) 0x43ec1010
  384. svc_status = <value optimized out>
  385. #6 0x00007f02ce66e685 in ACE_Thread_Adapter::invoke (this=0x7f02b973be80)
  386. at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  387. exit_hook_instance = <value optimized out>
  388. exit_hook_maybe = {instance_ = 0x0}
  389. exit_hook_ptr = <value optimized out>
  390. #7 0x00007f02ccd8efc7 in start_thread () from /lib/libpthread.so.0
  391. No symbol table info available.
  392. #8 0x00007f02cc35e59d in clone () from /lib/libc.so.6
  393. No symbol table info available.
  394. #9 0x0000000000000000 in ?? ()
  395. No symbol table info available.
  396.  
  397. Thread 12 (Thread 0x45ec5950 (LWP 32763)):
  398. #0 0x00007f02ccd92d29 in pthread_cond_wait@@GLIBC_2.3.2 ()
  399. from /lib/libpthread.so.0
  400. No symbol table info available.
  401. #1 0x00007f02ce5e079d in ACE_Condition_Thread_Mutex::wait (
  402. this=0x7f02b9753f84, mutex=@0x80, abstime=<value optimized out>)
  403. at ../../../../dep/ACE_wrappers/ace/OS_NS_Thread.inl:357
  404. No locals.
  405. #2 0x000000000050c65c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  406. (this=0x7f02b9753f00, timeout=0x0)
  407. at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1739
  408. result = <value optimized out>
  409. #3 0x000000000050d751 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  410. this=0x7f02b9753f00, first_item=@0x45ec50c8, timeout=0x0)
  411. at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1909
  412. ace_mon = {lock_ = 0x7f02b9753f50, owner_ = 0}
  413. #4 0x000000000050c1a6 in SOAPWorkingThread::svc (this=0x43ec1010)
  414. at ../../../dep/ACE_wrappers/ace/Task_T.inl:22
  415. mb = (class ACE_Message_Block *) 0x0
  416. #5 0x00007f02ce66cfd7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  417. at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  418. t = (ACE_Task_Base *) 0x43ec1010
  419. svc_status = <value optimized out>
  420. #6 0x00007f02ce66e685 in ACE_Thread_Adapter::invoke (this=0x7f02b973bee0)
  421. at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  422. exit_hook_instance = <value optimized out>
  423. exit_hook_maybe = {instance_ = 0x0}
  424. exit_hook_ptr = <value optimized out>
  425. #7 0x00007f02ccd8efc7 in start_thread () from /lib/libpthread.so.0
  426. No symbol table info available.
  427. #8 0x00007f02cc35e59d in clone () from /lib/libc.so.6
  428. No symbol table info available.
  429. #9 0x0000000000000000 in ?? ()
  430. No symbol table info available.
  431.  
  432. Thread 11 (Thread 0x456c4950 (LWP 32762)):
  433. #0 0x00007f02ccd92d29 in pthread_cond_wait@@GLIBC_2.3.2 ()
  434. from /lib/libpthread.so.0
  435. No symbol table info available.
  436. #1 0x00007f02ce5e079d in ACE_Condition_Thread_Mutex::wait (
  437. this=0x7f02b9753f84, mutex=@0x80, abstime=<value optimized out>)
  438. at ../../../../dep/ACE_wrappers/ace/OS_NS_Thread.inl:357
  439. No locals.
  440. #2 0x000000000050c65c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  441. (this=0x7f02b9753f00, timeout=0x0)
  442. at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1739
  443. result = <value optimized out>
  444. #3 0x000000000050d751 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  445. this=0x7f02b9753f00, first_item=@0x456c40c8, timeout=0x0)
  446. at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1909
  447. ace_mon = {lock_ = 0x7f02b9753f50, owner_ = 0}
  448. #4 0x000000000050c1a6 in SOAPWorkingThread::svc (this=0x43ec1010)
  449. at ../../../dep/ACE_wrappers/ace/Task_T.inl:22
  450. mb = (class ACE_Message_Block *) 0x0
  451. #5 0x00007f02ce66cfd7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  452. at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  453. t = (ACE_Task_Base *) 0x43ec1010
  454. svc_status = <value optimized out>
  455. #6 0x00007f02ce66e685 in ACE_Thread_Adapter::invoke (this=0x7f02b973bf40)
  456. at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  457. exit_hook_instance = <value optimized out>
  458. exit_hook_maybe = {instance_ = 0x0}
  459. exit_hook_ptr = <value optimized out>
  460. #7 0x00007f02ccd8efc7 in start_thread () from /lib/libpthread.so.0
  461. No symbol table info available.
  462. #8 0x00007f02cc35e59d in clone () from /lib/libc.so.6
  463. No symbol table info available.
  464. #9 0x0000000000000000 in ?? ()
  465. No symbol table info available.
  466.  
  467. Thread 10 (Thread 0x44ec3950 (LWP 32761)):
  468. #0 0x00007f02ccd92d29 in pthread_cond_wait@@GLIBC_2.3.2 ()
  469. from /lib/libpthread.so.0
  470. No symbol table info available.
  471. #1 0x00007f02ce5e079d in ACE_Condition_Thread_Mutex::wait (
  472. this=0x7f02b9753f84, mutex=@0x80, abstime=<value optimized out>)
  473. at ../../../../dep/ACE_wrappers/ace/OS_NS_Thread.inl:357
  474. No locals.
  475. #2 0x000000000050c65c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  476. (this=0x7f02b9753f00, timeout=0x0)
  477. at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1739
  478. result = <value optimized out>
  479. #3 0x000000000050d751 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  480. this=0x7f02b9753f00, first_item=@0x44ec30c8, timeout=0x0)
  481. at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1909
  482. ace_mon = {lock_ = 0x7f02b9753f50, owner_ = 0}
  483. #4 0x000000000050c1a6 in SOAPWorkingThread::svc (this=0x43ec1010)
  484. at ../../../dep/ACE_wrappers/ace/Task_T.inl:22
  485. mb = (class ACE_Message_Block *) 0x0
  486. #5 0x00007f02ce66cfd7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  487. at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  488. t = (ACE_Task_Base *) 0x43ec1010
  489. svc_status = <value optimized out>
  490. #6 0x00007f02ce66e685 in ACE_Thread_Adapter::invoke (this=0x7f02b973bfa0)
  491. at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  492. exit_hook_instance = <value optimized out>
  493. exit_hook_maybe = {instance_ = 0x0}
  494. exit_hook_ptr = <value optimized out>
  495. #7 0x00007f02ccd8efc7 in start_thread () from /lib/libpthread.so.0
  496. No symbol table info available.
  497. #8 0x00007f02cc35e59d in clone () from /lib/libc.so.6
  498. No symbol table info available.
  499. #9 0x0000000000000000 in ?? ()
  500. No symbol table info available.
  501.  
  502. Thread 9 (Thread 0x446c2950 (LWP 32760)):
  503. #0 0x00007f02ccd95ba1 in recv () from /lib/libpthread.so.0
  504. No symbol table info available.
  505. #1 0x0000000000854a6b in IRCClient::SockRecv (this=0x7f02cb113900)
  506. at ../../../../src/game/mangchat/IRCSock.cpp:136
  507. szBuffer = '\0' <repeats 511 times>
  508. #2 0x0000000000825dd8 in IRCClient::run (this=0x7f02b97ceb00)
  509. at ../../../../src/game/mangchat/IRCClient.cpp:74
  510. cCount = <value optimized out>
  511. #3 0x00000000008633d2 in ACE_Based::Thread::ThreadTask (param=0x53)
  512. at ../../../src/shared/Threading.cpp:187
  513. _task = (class ACE_Based::Runnable *) 0x7f02b97ceb00
  514. #4 0x00007f02ccd8efc7 in start_thread () from /lib/libpthread.so.0
  515. No symbol table info available.
  516. #5 0x00007f02cc35e59d in clone () from /lib/libc.so.6
  517. No symbol table info available.
  518. #6 0x0000000000000000 in ?? ()
  519. No symbol table info available.
  520.  
  521. Thread 8 (Thread 0x43ec1950 (LWP 32759)):
  522. #0 0x00007f02cc357cd2 in select () from /lib/libc.so.6
  523. No symbol table info available.
  524. #1 0x00000000008debf0 in tcp_select (soap=0x43ea5810, s=26,
  525. flags=<value optimized out>, timeout=<value optimized out>)
  526. at ../../../../dep/src/gsoap/stdsoap2.cpp:4418
  527. r = <value optimized out>
  528. tv = {tv_sec = 2, tv_usec = 727363}
  529. fd = {{fds_bits = {67108864, 0 <repeats 63 times>}}, {fds_bits = {
  530. 67108864, 0 <repeats 63 times>}}, {fds_bits = {67108864,
  531. 0 <repeats 63 times>}}}
  532. rfd = (<anonymous struct> *) 0x43ea5130
  533. sfd = (<anonymous struct> *) 0x43ea5330
  534. efd = (<anonymous struct> *) 0x43ea5530
  535. #2 0x00000000008ec3e3 in soap_accept (soap=0x43ea5810)
  536. at ../../../../dep/src/gsoap/stdsoap2.cpp:4486
  537. r = -514
  538. err = -514
  539. n = 16
  540. len = 65536
  541. set = 1
  542. #3 0x000000000050b7a7 in MaNGOSsoapRunnable::run (this=<value optimized out>)
  543. at ../../../src/mangosd/MaNGOSsoap.cpp:51
  544. thread_soap = (class soap *) 0x7f027e7f4030
  545. mb = <value optimized out>
  546. pool = {<ACE_Task<ACE_MT_SYNCH>> = {<ACE_Task_Base> = {<ACE_Service_Object> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0x8f5df0,
  547. reference_count_ = {value_ = 1,
  548. static increment_fn_ = 0x7f02ce5d7b20 <multi_cpu_increment>,
  549. static decrement_fn_ = 0x7f02ce5d7b30 <multi_cpu_decrement>,
  550. static exchange_fn_ = 0x7f02ce5d7b50 <multi_cpu_exchange>,
  551. static exchange_add_fn_ = 0x7f02ce5d7b60 <multi_cpu_exchange_add>}, priority_ = 0, reactor_ = 0x0,
  552. reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  553. _vptr.Policy = 0x7f02ce8c4110},
  554. value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <ACE_Shared_Object> = {_vptr.ACE_Shared_Object = 0x8f5ef0}, <No data fields>},
  555. thr_count_ = 5, thr_mgr_ = 0x7f02b974fec0, flags_ = 0, grp_id_ = 1,
  556. lock_ = {lock_ = {__data = {__lock = 0, __count = 0, __owner = 0,
  557. __nusers = 0, __kind = 0, __spins = 0, __list = {__prev = 0x0,
  558. __next = 0x0}}, __size = '\0' <repeats 39 times>, __align = 0},
  559. removed_ = false}, last_thread_id_ = 0}, msg_queue_ = 0x7f02b9753f00,
  560. delete_msg_queue_ = true, mod_ = 0x0, next_ = 0x0}, <No data fields>}
  561. soap = {_vptr.soap = 0x9700b0, state = 1, version = 0, mode = 0,
  562. imode = 2097152, omode = 2097152, float_format = 0x96d176 "%.9G",
  563. double_format = 0x96d17b "%.17lG", dime_id_format = 0x96d182 "cid:id%d",
  564. http_version = 0x96d18b "1.1", http_content = 0x0,
  565. encodingStyle = 0x96f5e0 "", actor = 0x0, lang = 0x96dd40 "en",
  566. recv_timeout = 5, send_timeout = 5, connect_timeout = 0, accept_timeout = 3,
  567. socket_flags = 0, connect_flags = 0, bind_flags = 0, accept_flags = 0,
  568. linger_time = 0, namespaces = 0xc04700, local_namespaces = 0x0, nlist = 0x0,
  569. blist = 0x0, clist = 0xd56df0, alist = 0x0, iht = {
  570. 0x0 <repeats 1999 times>}, pht = {0x0 <repeats 1024 times>}, pblk = 0x0,
  571. pidx = 0, header = 0x0, fault = 0x7f02c8b6ffb0, idnum = 0, user = 0x0,
  572. plugins = 0x0, userid = 0x0, passwd = 0x0, fpost = 0x8e93e0 <http_post>,
  573. fget = 0x8db410 <http_get>, fput = 0x8db420 <http_405>,
  574. fdel = 0x8db420 <http_405>, fhead = 0x8db420 <http_405>, fform = 0,
  575. fposthdr = 0x8e3190 <http_post_header>,
  576. fresponse = 0x8e3d50 <http_response>, fparse = 0x8ed070 <http_parse>,
  577. fparsehdr = 0x8e8ed0 <http_parse_header>, fheader = 0,
  578. fresolve = 0x8ecfc0 <tcp_gethost>, fconnect = 0, fdisconnect = 0,
  579. fclosesocket = 0x8ec240 <tcp_closesocket>,
  580. fshutdownsocket = 0x8ec220 <tcp_shutdownsocket>,
  581. fopen = 0x8ec760 <tcp_connect>, faccept = 0x8ecfa0 <tcp_accept>,
  582. fclose = 0x8d9be0 <tcp_disconnect>, fsend = 0x8ebec0 <fsend>,
  583. frecv = 0x8eae50 <frecv>, fpoll = 0x8e1f20 <soap_poll>, fseterror = 0,
  584. fignore = 0, fserveloop = 0, fplugin = 0x8e3cf0 <fplugin>, fmalloc = 0,
  585. fprepareinit = 0, fpreparesend = 0, fpreparerecv = 0, fpreparefinal = 0,
  586. fdimereadopen = 0, fdimewriteopen = 0, fdimereadclose = 0,
  587. fdimewriteclose = 0, fdimeread = 0, fdimewrite = 0, fmimereadopen = 0,
  588. fmimewriteopen = 0, fmimereadclose = 0, fmimewriteclose = 0, fmimeread = 0,
  589. fmimewrite = 0, master = 26, socket = -1, os = 0x0, is = 0x0, sendfd = 1,
  590. recvfd = 0, bufidx = 0, buflen = 0, ahead = 0, cdata = 0, body = 0,
  591. level = 0, count = 0, length = 0, labbuf = 0x0, lablen = 0, labidx = 0,
  592. buf = '\0' <repeats 65535 times>, msgbuf = '\0' <repeats 1023 times>,
  593. tmpbuf = '\0' <repeats 1023 times>, tag = '\0' <repeats 1023 times>,
  594. id = '\0' <repeats 1023 times>, href = '\0' <repeats 1023 times>,
  595. type = '\0' <repeats 1023 times>, arrayType = '\0' <repeats 1023 times>,
  596. arraySize = '\0' <repeats 1023 times>,
  597. arrayOffset = '\0' <repeats 1023 times>, other = 0, position = 0,
  598. positions = {0 <repeats 16 times>}, root = 0, attributes = 0x0,
  599. encoding = 0, mustUnderstand = 0, null = 0, ns = 0, part = 9, alloced = 0,
  600. peeked = 0, chunksize = 0, chunkbuflen = 0,
  601. endpoint = '\0' <repeats 1023 times>, path = '\0' <repeats 1023 times>,
  602. host = '\0' <repeats 1023 times>, action = 0x0, authrealm = 0x0,
  603. prolog = 0x0, ip = 1578626054, port = 57819, keep_alive = 0,
  604. tcp_keep_alive = 0, tcp_keep_idle = 0, tcp_keep_intvl = 0, tcp_keep_cnt = 0,
  605. max_keep_alive = 100, proxy_http_version = 0x96d18f "1.0", proxy_host = 0x0,
  606. proxy_port = 8080, proxy_userid = 0x0, proxy_passwd = 0x0, proxy_from = 0x0,
  607. status = 0, error = 0, errmode = 0, errnum = 0, dom = 0x0, dime = {
  608. count = 0, size = 0, chunksize = 0, buflen = 0, flags = 0 '\0', ptr = 0x0,
  609. id = 0x0, type = 0x0, options = 0x0, list = 0x0, first = 0x0, last = 0x0},
  610. mime = {boundary = 0x0, start = 0x0, list = 0x0, first = 0x0, last = 0x0},
  611. xlist = 0x0, logfile = {0x0, 0x0, 0x0}, fdebug = {0x0, 0x0, 0x0}, mht = {
  612. 0x0 <repeats 1024 times>}, c14ninclude = 0x0, c14nexclude = 0x0,
  613. cookies = 0x0, cookie_domain = 0x0, cookie_path = 0x0, cookie_max = 32,
  614. ipv6_multicast_if = 0, ipv4_multicast_if = 0x0, ipv4_multicast_ttl = 0,
  615. peer = {sin_family = 0, sin_port = 0, sin_addr = {s_addr = 0},
  616. sin_zero = "\000\000\000\000\000\000\000"}, peerlen = 16, fsslauth = 0x0,
  617. fsslverify = 0x0, bio = 0x0, ssl = 0x0, ctx = 0x0, session = 0x0,
  618. ssl_flags = 0, keyfile = 0x0, password = 0x0, dhfile = 0x0, cafile = 0x0,
  619. capath = 0x0, crlfile = 0x0, randfile = 0x0,
  620. session_host = '\0' <repeats 984 times>, "p\020\000\000\000\000\000\000\t\000\000\000\000\000\000\000\000@u¹\002\177\000\000\000\025\000\000\000\000\000\0000LlÍ\002\177\000", session_port = -850661961, c_locale = 0x0,
  621. d_stream = 0x43ec0fe0, z_crc = -827462912, z_dict = 0x43ec0fe8 "",
  622. z_dict_len = 1139544040, zlib_state = 0, zlib_in = 0, zlib_out = 0,
  623. z_buf = 0x1 <Address 0x1 out of bounds>, z_buflen = 139650010971745,
  624. z_level = 0, z_ratio_in = 0, z_ratio_out = -1.45901261e+09}
  625. m = <value optimized out>
  626. s = -514
  627. #4 0x00000000008633d2 in ACE_Based::Thread::ThreadTask (param=0x1b)
  628. at ../../../src/shared/Threading.cpp:187
  629. _task = (class ACE_Based::Runnable *) 0x7f02b97fa6e0
  630. #5 0x00007f02ccd8efc7 in start_thread () from /lib/libpthread.so.0
  631. No symbol table info available.
  632. #6 0x00007f02cc35e59d in clone () from /lib/libc.so.6
  633. No symbol table info available.
  634. #7 0x0000000000000000 in ?? ()
  635. No symbol table info available.
  636.  
  637. Thread 7 (Thread 0x436c0950 (LWP 32758)):
  638. #0 0x00007f02cc35099b in read () from /lib/libc.so.6
  639. No symbol table info available.
  640. #1 0x00007f02cc2feb20 in _IO_file_underflow () from /lib/libc.so.6
  641. No symbol table info available.
  642. #2 0x00007f02cc3002ee in _IO_default_uflow () from /lib/libc.so.6
  643. No symbol table info available.
  644. #3 0x00007f02cc2f47a7 in _IO_getline_info () from /lib/libc.so.6
  645. No symbol table info available.
  646. #4 0x00007f02cc2f3567 in fgets () from /lib/libc.so.6
  647. No symbol table info available.
  648. #5 0x0000000000503158 in CliRunnable::run (this=<value optimized out>)
  649. at ../../../src/mangosd/CliRunnable.cpp:650
  650. command_str = <value optimized out>
  651. commandbuf = "0LlÍ\002\177\000\000·íKÍ\002\177\000\000\000\000\000\000\000\000\000\000àÿkC\000\000\000\000\000î­Î\002\177\000\000èÿkC\000\000\000\000èÿkC", '\0' <repeats 12 times>, "\001\000\000\000\000\000\000\000aþKÍ\002\177\000\000\000\000\000\000\000\000\000\000\210ð­Î\002\177\000\000p\020\000\000\000\000\000\000p\020\000\000\000\000\000\000\000î­Î\002\177\000\000\000î­Î\002\177\000\000\200\000lC\000\000\000\000Ô\0206Ì\002\177\000\000\000\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\000«v¹\002\177\000\000°~\024Ë\002\177\000\000\000\000\000\000\000\000\000\000ø\blC\000\000\000\000PØ\177¹\002\177\000\000\200ö"...
  652. #6 0x00000000008633d2 in ACE_Based::Thread::ThreadTask (param=0x0)
  653. at ../../../src/shared/Threading.cpp:187
  654. _task = (class ACE_Based::Runnable *) 0x7f02b97fd8a0
  655. #7 0x00007f02ccd8efc7 in start_thread () from /lib/libpthread.so.0
  656. No symbol table info available.
  657. #8 0x00007f02cc35e59d in clone () from /lib/libc.so.6
  658. No symbol table info available.
  659. #9 0x0000000000000000 in ?? ()
  660. No symbol table info available.
  661.  
  662. Thread 6 (Thread 0x42ebf950 (LWP 32757)):
  663. #0 Camera::Event_RemovedFromWorld (this=0x1bae6360)
  664. at ../../../src/game/../framework/Utilities/LinkedReference/Reference.h:73
  665. No locals.
  666. #1 0x000000000074ec60 in Unit::RemoveFromWorld (this=0x7f02831aa080)
  667. at ../../../src/game/Camera.h:79
  668. No locals.
  669. #2 0x0000000000540757 in Creature::RemoveFromWorld (this=0x7f02831aa080)
  670. at ../../../src/game/Creature.cpp:174
  671. No locals.
  672. #3 0x00000000006210cc in ObjectGridUnloader::Visit<Creature> (
  673. this=<value optimized out>, m=@0x7f02766b1280)
  674. at ../../../src/game/ObjectGridLoader.cpp:269
  675. No locals.
  676. #4 0x00000000006204dc in ObjectGridUnloader::Unload (this=0x42ebdf10,
  677. grid=@0x7f02766b1250)
  678. at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:50
  679. No locals.
  680. #5 0x00000000005eced7 in Map::UnloadGrid (this=0x7f026ff1c000, x=@0x42ebef6c,
  681. y=@0x42ebef68, pForce=<value optimized out>)
  682. at ../../../src/game/../framework/GameSystem/GridLoader.h:68
  683. unloader = {i_grid = @0x7f02766a4000}
  684. grid = <value optimized out>
  685. gx = <value optimized out>
  686. __FUNCTION__ = "UnloadGrid"
  687. __PRETTY_FUNCTION__ = "bool Map::UnloadGrid(const uint32&, const uint32&, bool)"
  688. #6 0x00000000005ed3d6 in Map::UnloadAll (this=0x7f026ff1c000,
  689. pForce=<value optimized out>) at ../../../src/game/Map.cpp:1050
  690. grid = <value optimized out>
  691. #7 0x00000000007d9124 in MapInstanced::DestroyInstance (this=0x7f02701a0000,
  692. itr=@0x42ebefd0) at ../../../src/game/MapInstanced.cpp:194
  693. No locals.
  694. #8 0x00000000007d9ce3 in MapInstanced::Update (this=0x7f02701a0000,
  695. t=@0x42ebf01c) at ../../../src/game/MapInstanced.cpp:58
  696. i = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<const unsigned int, Map*>, false>> = {_M_cur_node = 0x7f02ac401c78,
  697. _M_cur_bucket = 0x7f02b5638238}, <No data fields>}
  698. #9 0x0000000000605529 in MapManager::Update (this=0x7f02bc98caa0,
  699. diff=<value optimized out>) at ../../../src/game/MapManager.cpp:256
  700. No locals.
  701. #10 0x000000000076dfed in World::Update (this=0x7f02cb113200, diff=58)
  702. at ../../../src/game/World.cpp:1374
  703. No locals.
  704. #11 0x000000000050e31c in WorldRunnable::run (this=<value optimized out>)
  705. at ../../../src/mangosd/WorldRunnable.cpp:60
  706. diff = 58
  707. realCurrTime = 155520379
  708. realPrevTime = <value optimized out>
  709. prevSleepTime = 52
  710. #12 0x00000000008633d2 in ACE_Based::Thread::ThreadTask (param=0x1bae6370)
  711. at ../../../src/shared/Threading.cpp:187
  712. _task = (class ACE_Based::Runnable *) 0x7f02b97fd940
  713. #13 0x00007f02ccd8efc7 in start_thread () from /lib/libpthread.so.0
  714. No symbol table info available.
  715. #14 0x00007f02cc35e59d in clone () from /lib/libc.so.6
  716. No symbol table info available.
  717. #15 0x0000000000000000 in ?? ()
  718. No symbol table info available.
  719.  
  720. Thread 4 (Thread 0x426be950 (LWP 32747)):
  721. #0 0x00007f02ccd960e1 in nanosleep () from /lib/libpthread.so.0
  722. No symbol table info available.
  723. #1 0x0000000000862ebb in ACE_Based::Thread::Sleep (
  724. msecs=<value optimized out>)
  725. at ../../../dep/ACE_wrappers/ace/OS_NS_unistd.inl:918
  726. No locals.
  727. #2 0x000000000085ca11 in SqlDelayThread::run (this=0x7f02cb10bd00)
  728. at ../../../../src/shared/Database/SqlDelayThread.cpp:43
  729. s = (SqlOperation *) 0x7f029c80d110
  730. pingEveryLoop = 180000
  731. loopCounter = 175636
  732. #3 0x00000000008633d2 in ACE_Based::Thread::ThreadTask (param=0x426be0a0)
  733. at ../../../src/shared/Threading.cpp:187
  734. _task = (class ACE_Based::Runnable *) 0x7f02cb10bd00
  735. #4 0x00007f02ccd8efc7 in start_thread () from /lib/libpthread.so.0
  736. No symbol table info available.
  737. #5 0x00007f02cc35e59d in clone () from /lib/libc.so.6
  738. No symbol table info available.
  739. #6 0x0000000000000000 in ?? ()
  740. No symbol table info available.
  741.  
  742. Thread 3 (Thread 0x41799950 (LWP 32746)):
  743. #0 0x00007f02ccd960e1 in nanosleep () from /lib/libpthread.so.0
  744. No symbol table info available.
  745. #1 0x0000000000862ebb in ACE_Based::Thread::Sleep (
  746. msecs=<value optimized out>)
  747. at ../../../dep/ACE_wrappers/ace/OS_NS_unistd.inl:918
  748. No locals.
  749. #2 0x000000000085ca11 in SqlDelayThread::run (this=0x7f02cb10be00)
  750. at ../../../../src/shared/Database/SqlDelayThread.cpp:43
  751. s = (SqlOperation *) 0x7f029c80cf60
  752. pingEveryLoop = 180000
  753. loopCounter = 166785
  754. #3 0x00000000008633d2 in ACE_Based::Thread::ThreadTask (param=0x417990a0)
  755. at ../../../src/shared/Threading.cpp:187
  756. _task = (class ACE_Based::Runnable *) 0x7f02cb10be00
  757. #4 0x00007f02ccd8efc7 in start_thread () from /lib/libpthread.so.0
  758. No symbol table info available.
  759. #5 0x00007f02cc35e59d in clone () from /lib/libc.so.6
  760. No symbol table info available.
  761. #6 0x0000000000000000 in ?? ()
  762. No symbol table info available.
  763.  
  764. Thread 2 (Thread 0x40f98950 (LWP 32745)):
  765. #0 0x00007f02ccd960e1 in nanosleep () from /lib/libpthread.so.0
  766. No symbol table info available.
  767. #1 0x0000000000862ebb in ACE_Based::Thread::Sleep (
  768. msecs=<value optimized out>)
  769. at ../../../dep/ACE_wrappers/ace/OS_NS_unistd.inl:918
  770. No locals.
  771. #2 0x000000000085ca11 in SqlDelayThread::run (this=0x7f02cb10bf00)
  772. at ../../../../src/shared/Database/SqlDelayThread.cpp:43
  773. s = (SqlOperation *) 0x7f02aa122f70
  774. pingEveryLoop = 180000
  775. loopCounter = 175376
  776. #3 0x00000000008633d2 in ACE_Based::Thread::ThreadTask (param=0x40f980a0)
  777. at ../../../src/shared/Threading.cpp:187
  778. _task = (class ACE_Based::Runnable *) 0x7f02cb10bf00
  779. #4 0x00007f02ccd8efc7 in start_thread () from /lib/libpthread.so.0
  780. No symbol table info available.
  781. #5 0x00007f02cc35e59d in clone () from /lib/libc.so.6
  782. No symbol table info available.
  783. #6 0x0000000000000000 in ?? ()
  784. No symbol table info available.
  785.  
  786. Thread 1 (Thread 0x7f02ceae26f0 (LWP 32742)):
  787. #0 0x00007f02ccd8f715 in pthread_join () from /lib/libpthread.so.0
  788. No symbol table info available.
  789. #1 0x00007f02ce670e3b in ACE_Thread_Manager::wait_task (this=0x7f02b974fec0,
  790. task=0x7f02b9a89808)
  791. at ../../../../dep/ACE_wrappers/ace/OS_NS_Thread.inl:2794
  792. i = 0
  793. copy_count = 1
  794. result = <value optimized out>
  795. #2 0x000000000077868f in WorldSocketMgr::Wait (this=0x7f02b97ba7c0)
  796. at ../../../src/game/WorldSocketMgr.cpp:102
  797. i = 1
  798. #3 0x00000000005069ef in Master::Run (this=0x7f02cb157fd8)
  799. at ../../../src/mangosd/Master.cpp:337
  800. pidfile = {static npos = 18446744073709551615,
  801. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xc0f198 ""}}
  802. world_thread = {m_iThreadId = 1122761040,
  803. m_hThreadHandle = 1122761040, m_task = 0x7f02b97fd940,
  804. static m_ThreadStorage = {_vptr.ACE_TSS = 0x969bb0, keylock_ = {lock_ = {
  805. __data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0,
  806. __kind = 0, __spins = 0, __list = {__prev = 0x0, __next = 0x0}},
  807. __size = '\0' <repeats 39 times>, __align = 0}, removed_ = false},
  808. once_ = true, key_ = 6}, static m_TpEnum = {m_priority = {0, 0, 0, 0, 0,
  809. 0, 0}}}
  810. cliThread = (ACE_Based::Thread *) 0x7f02b9fa1780
  811. rar_thread = (ACE_Based::Thread *) 0x0
  812. soap_thread = (ACE_Based::Thread *) 0x7f02b9fa1798
  813. irc = {m_iThreadId = 1147939152, m_hThreadHandle = 1147939152,
  814. m_task = 0x7f02b97ceb00, static m_ThreadStorage = {_vptr.ACE_TSS = 0x969bb0,
  815. keylock_ = {lock_ = {__data = {__lock = 0, __count = 0, __owner = 0,
  816. __nusers = 0, __kind = 0, __spins = 0, __list = {__prev = 0x0,
  817. __next = 0x0}}, __size = '\0' <repeats 39 times>, __align = 0},
  818. removed_ = false}, once_ = true, key_ = 6}, static m_TpEnum = {
  819. m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  820. freeze_thread = (ACE_Based::Thread *) 0x0
  821. wsport = <value optimized out>
  822. bind_ip = {static npos = 18446744073709551615,
  823. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7f02b97d9a18 "0.0.0.0"}}
  824. #4 0x0000000000505e86 in main (argc=<value optimized out>,
  825. argv=0x7fff99be34a8) at ../../../src/mangosd/Main.cpp:188
  826. mc_cfg_file = 0x7fff99be3723 "./etc/mangchat.conf"
  827. cfg_file = 0x7fff99be370d "./etc/mangosd.conf"
  828. cmd_opts = {argc_ = 5, argv_ = 0x7fff99be34a8, optind = 5, opterr = 0,
  829. optarg = 0x0, optstring_ = 0x7f02cb14bf88, long_only_ = 0, has_colon_ = 1,
  830. last_option_ = 0x7f02cb14bf60, nextchar_ = 0x0, optopt_ = 109,
  831. ordering_ = 2, nonopt_start_ = 5, nonopt_end_ = 5, long_option_ = 0x0,
  832. long_opts_ = {<ACE_Array_Base<ACE_Get_Opt::ACE_Get_Opt_Long_Option*>> = {
  833. max_size_ = 1, cur_size_ = 1, array_ = 0x7f02cb157fe0,
  834. allocator_ = 0x7f02ce8d5df0}, <No data fields>}}
  835. option = <value optimized out>
  836. 73 targetObjectDestroyLink();
  837. "== END thread apply all bt full =="
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement