Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.81 KB | None | 0 0
  1. [New Thread 0x7ffff1bff700 (LWP 13322)]
  2. [New Thread 0x7fffd2fff700 (LWP 13339)]
  3. [New Thread 0x7fffd1fff700 (LWP 13340)]
  4. [New Thread 0x7fffd0fff700 (LWP 13341)]
  5. [New Thread 0x7fffcffff700 (LWP 13342)]
  6. [New Thread 0x7fffcf7fe700 (LWP 13343)]
  7. [Thread 0x7fffcffff700 (LWP 13342) exited]
  8. [New Thread 0x7fffcdfff700 (LWP 13344)]
  9. [New Thread 0x7fffcd7fe700 (LWP 13345)]
  10.  
  11. Program received signal SIGSEGV, Segmentation fault.
  12. [Switching to Thread 0x7fffd1fff700 (LWP 13340)]
  13. 0x0000000000b8a168 in Position::GetPositionX (this=0x58)
  14. at /home/alfa/szerver/SkyFireEMU/src/server/game/Entities/Object/Object.h:413
  15. 413 float GetPositionX() const { return m_positionX; }
  16. #0 0x0000000000b8a168 in Position::GetPositionX (this=0x58)
  17. at /home/alfa/szerver/SkyFireEMU/src/server/game/Entities/Object/Object.h:413
  18. #1 0x0000000000fc3471 in WorldSession::HandlePetAction (this=0x7fffe5244500,
  19. recv_data=...)
  20. at /home/alfa/szerver/SkyFireEMU/src/server/game/Server/Protocol/Handlers/PetHandler.cpp:76
  21. #2 0x000000000101b706 in WorldSession::Update (this=0x7fffe5244500, diff=155,
  22. updater=...)
  23. at /home/alfa/szerver/SkyFireEMU/src/server/game/Server/WorldSession.cpp:267
  24. #3 0x00000000010fed39 in World::UpdateSessions (this=0x7ffff4a3a608, diff=155)
  25. at /home/alfa/szerver/SkyFireEMU/src/server/game/World/World.cpp:2556
  26. #4 0x00000000010fcab0 in World::Update (this=0x7ffff4a3a608, diff=155)
  27. at /home/alfa/szerver/SkyFireEMU/src/server/game/World/World.cpp:1943
  28. #5 0x0000000000b5caf4 in WorldRunnable::run (this=0x7fffe6597880)
  29. at /home/alfa/szerver/SkyFireEMU/src/server/worldserver/WorldThread/WorldRunnable.cpp:63
  30. #6 0x0000000001203661 in ACE_Based::Thread::ThreadTask (param=0x7fffe6597880)
  31. at /home/alfa/szerver/SkyFireEMU/src/server/shared/Threading/Threading.cpp:187
  32. #7 0x00007ffff5f9c8ba in start_thread () from /lib/libpthread.so.0
  33. #8 0x00007ffff5d0402d in clone () from /lib/libc.so.6
  34. #9 0x0000000000000000 in ?? ()
  35. #0 0x0000000000b8a168 in Position::GetPositionX (this=0x58)
  36. at /home/alfa/szerver/SkyFireEMU/src/server/game/Entities/Object/Object.h:413
  37. No locals.
  38. #1 0x0000000000fc3471 in WorldSession::HandlePetAction (this=0x7fffe5244500,
  39. recv_data=...)
  40. at /home/alfa/szerver/SkyFireEMU/src/server/game/Server/Protocol/Handlers/PetHandler.cpp:76
  41. data = 117440513
  42. guid2 = 17379391235642442254
  43. spellid = 1
  44. flag = 7 '\a'
  45. pet = 0x0
  46. pos_x = 4.59163468e-41
  47. pos_z = 4.59163468e-41
  48. guid1 = 17383894599180747198
  49. pos_y = -68231168
  50. #2 0x000000000101b706 in WorldSession::Update (this=0x7fffe5244500, diff=155,
  51. updater=...)
  52. at /home/alfa/szerver/SkyFireEMU/src/server/game/Server/WorldSession.cpp:267
  53. opHandle = @0x22425c0
  54. packet = 0x7fffd898d2b0
  55. #3 0x00000000010fed39 in World::UpdateSessions (this=0x7ffff4a3a608, diff=155)
  56. at /home/alfa/szerver/SkyFireEMU/src/server/game/World/World.cpp:2556
  57. pSession = 0x7fffe5244500
  58. updater = {<PacketFilter> = {_vptr.PacketFilter = 0x1877bb0,
  59. m_pSession = 0x7fffe5244500}, <No data fields>}
  60. itr = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<unsigned int const, WorldSession*>, false>> = {_M_cur_node = 0x7fffe36d92a0,
  61. _M_cur_bucket = 0x7fff888fb210}, <No data fields>}
  62. next = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<unsigned int const, WorldSession*>, false>> = {_M_cur_node = 0x7fffd853f920,
  63. _M_cur_bucket = 0x7fff888fb210}, <No data fields>}
  64. sess = 0xffffffffff600424
  65. #4 0x00000000010fcab0 in World::Update (this=0x7ffff4a3a608, diff=155)
  66. at /home/alfa/szerver/SkyFireEMU/src/server/game/World/World.cpp:1943
  67. No locals.
  68. #5 0x0000000000b5caf4 in WorldRunnable::run (this=0x7fffe6597880)
  69. at /home/alfa/szerver/SkyFireEMU/src/server/worldserver/WorldThread/WorldRunnable.cpp:63
  70. diff = 155
  71. realCurrTime = 3646849
  72. realPrevTime = 3646694
  73. prevSleepTime = 0
  74. #6 0x0000000001203661 in ACE_Based::Thread::ThreadTask (param=0x7fffe6597880)
  75. at /home/alfa/szerver/SkyFireEMU/src/server/shared/Threading/Threading.cpp:187
  76. _task = 0x7fffe6597880
  77. #7 0x00007ffff5f9c8ba in start_thread () from /lib/libpthread.so.0
  78. No symbol table info available.
  79. #8 0x00007ffff5d0402d in clone () from /lib/libc.so.6
  80. No symbol table info available.
  81. #9 0x0000000000000000 in ?? ()
  82. No symbol table info available.
  83. 12 Thread 0x7fffcd7fe700 (LWP 13345) 0x00007ffff5d04623 in epoll_wait ()
  84. from /lib/libc.so.6
  85. 11 Thread 0x7fffcdfff700 (LWP 13344) 0x00007ffff5d04623 in epoll_wait ()
  86. from /lib/libc.so.6
  87. 10 Thread 0x7fffcf7fe700 (LWP 13343) 0x00007ffff5fa47dd in nanosleep ()
  88. from /lib/libpthread.so.0
  89. 8 Thread 0x7fffd0fff700 (LWP 13341) 0x00007ffff5cfd8d3 in select ()
  90. from /lib/libc.so.6
  91. * 7 Thread 0x7fffd1fff700 (LWP 13340) 0x0000000000b8a168 in Position::GetPositionX (this=0x58)
  92. at /home/alfa/szerver/SkyFireEMU/src/server/game/Entities/Object/Object.h:413
  93. 6 Thread 0x7fffd2fff700 (LWP 13339) 0x00007ffff5fa116c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  94. 5 Thread 0x7ffff1bff700 (LWP 13322) 0x00007ffff5fa116c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  95. 4 Thread 0x7ffff33ff700 (LWP 13321) 0x00007ffff5fa116c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  96. 3 Thread 0x7ffff43ff700 (LWP 13320) 0x00007ffff5fa116c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  97. 1 Thread 0x7ffff7feb720 (LWP 13316) 0x00007ffff5f9dbe5 in pthread_join ()
  98. from /lib/libpthread.so.0
  99.  
  100. Thread 12 (Thread 0x7fffcd7fe700 (LWP 13345)):
  101. #0 0x00007ffff5d04623 in epoll_wait () from /lib/libc.so.6
  102. No symbol table info available.
  103. #1 0x00007ffff7673a04 in ACE_Dev_Poll_Reactor::work_pending_i (
  104. this=0x7fffd5d3d580, max_wait_time=<value optimized out>)
  105. at ../../ace/Dev_Poll_Reactor.cpp:991
  106. timer_buf = {static zero = {
  107. static zero = <same as static member of an already seen type>,
  108. static max_time = {
  109. static zero = <same as static member of an already seen type>,
  110. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  111. static max_time = <same as static member of an already seen type>,
  112. tv_ = {tv_sec = 0, tv_usec = 4439}}
  113. this_timeout = <value optimized out>
  114. timeout = 4
  115. nfds = <value optimized out>
  116. #2 0x00007ffff76740fc in ACE_Dev_Poll_Reactor::handle_events_i (
  117. this=0x7fffd5d3d580, max_wait_time=0x7fffcd7fde20, guard=...)
  118. at ../../ace/Dev_Poll_Reactor.cpp:1064
  119. result = <value optimized out>
  120. #3 0x00007ffff76742be in ACE_Dev_Poll_Reactor::handle_events (
  121. this=0x7fffd5d3d580, max_wait_time=0x7fffcd7fde20)
  122. at ../../ace/Dev_Poll_Reactor.cpp:1046
  123. countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  124. max_wait_time_ = 0x7fffcd7fde20, start_time_ = {static zero = {
  125. static zero = <same as static member of an already seen type>,
  126. static max_time = {
  127. static zero = <same as static member of an already seen type>,
  128. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  129. static max_time = <same as static member of an already seen type>,
  130. tv_ = {tv_sec = 1305051233, tv_usec = 728780}}, stopped_ = false}
  131. guard = {token_ = @0x7fffd5d3d600, owner_ = 1}
  132. result = -1
  133. #4 0x00007ffff76cbefd in ACE_Reactor::run_reactor_event_loop (
  134. this=0x7fffd6f94a80, tv=..., eh=0) at ../../ace/Reactor.cpp:271
  135. result = 1
  136. #5 0x000000000102693e in ReactorRunnable::svc (this=0x7fffd6f87240)
  137. at /home/alfa/szerver/SkyFireEMU/src/server/game/Server/WorldSocketMgr.cpp:175
  138. interval = {static zero = {
  139. static zero = <same as static member of an already seen type>,
  140. static max_time = {
  141. static zero = <same as static member of an already seen type>,
  142. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  143. static max_time = <same as static member of an already seen type>,
  144. tv_ = {tv_sec = 0, tv_usec = 4439}}
  145. i = {_M_node = 0x7fffd6f872f0}
  146. t = {_M_node = 0x7fffd8708c40}
  147. #6 0x00007ffff76f1787 in ACE_Task_Base::svc_run (args=<value optimized out>)
  148. at ../../ace/Task.cpp:275
  149. t = 0x7fffd6f87240
  150. svc_status = <value optimized out>
  151. #7 0x00007ffff76f2b11 in ACE_Thread_Adapter::invoke (this=0x7fffd595b100)
  152. at ../../ace/Thread_Adapter.cpp:98
  153. exit_hook_instance = <value optimized out>
  154. exit_hook_maybe = {instance_ = 0x0}
  155. exit_hook_ptr = <value optimized out>
  156. #8 0x00007ffff5f9c8ba in start_thread () from /lib/libpthread.so.0
  157. No symbol table info available.
  158. #9 0x00007ffff5d0402d in clone () from /lib/libc.so.6
  159. No symbol table info available.
  160. #10 0x0000000000000000 in ?? ()
  161. No symbol table info available.
  162.  
  163. Thread 11 (Thread 0x7fffcdfff700 (LWP 13344)):
  164. #0 0x00007ffff5d04623 in epoll_wait () from /lib/libc.so.6
  165. No symbol table info available.
  166. #1 0x00007ffff7673a04 in ACE_Dev_Poll_Reactor::work_pending_i (
  167. this=0x7fffd5d3d700, max_wait_time=<value optimized out>)
  168. at ../../ace/Dev_Poll_Reactor.cpp:991
  169. timer_buf = {static zero = {
  170. static zero = <same as static member of an already seen type>,
  171. static max_time = {
  172. static zero = <same as static member of an already seen type>,
  173. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  174. static max_time = <same as static member of an already seen type>,
  175. tv_ = {tv_sec = 0, tv_usec = 2246}}
  176. this_timeout = <value optimized out>
  177. timeout = 2
  178. nfds = <value optimized out>
  179. #2 0x00007ffff76740fc in ACE_Dev_Poll_Reactor::handle_events_i (
  180. this=0x7fffd5d3d700, max_wait_time=0x7fffcdffee20, guard=...)
  181. at ../../ace/Dev_Poll_Reactor.cpp:1064
  182. result = <value optimized out>
  183. #3 0x00007ffff76742be in ACE_Dev_Poll_Reactor::handle_events (
  184. this=0x7fffd5d3d700, max_wait_time=0x7fffcdffee20)
  185. at ../../ace/Dev_Poll_Reactor.cpp:1046
  186. countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  187. max_wait_time_ = 0x7fffcdffee20, start_time_ = {static zero = {
  188. static zero = <same as static member of an already seen type>,
  189. static max_time = {
  190. static zero = <same as static member of an already seen type>,
  191. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  192. static max_time = <same as static member of an already seen type>,
  193. tv_ = {tv_sec = 1305051233, tv_usec = 727287}}, stopped_ = false}
  194. guard = {token_ = @0x7fffd5d3d780, owner_ = 1}
  195. result = -1
  196. #4 0x00007ffff76cbefd in ACE_Reactor::run_reactor_event_loop (
  197. this=0x7fffd6f94ac0, tv=..., eh=0) at ../../ace/Reactor.cpp:271
  198. result = 0
  199. #5 0x000000000102693e in ReactorRunnable::svc (this=0x7fffd6f87108)
  200. at /home/alfa/szerver/SkyFireEMU/src/server/game/Server/WorldSocketMgr.cpp:175
  201. interval = {static zero = {
  202. static zero = <same as static member of an already seen type>,
  203. static max_time = {
  204. static zero = <same as static member of an already seen type>,
  205. static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  206. static max_time = <same as static member of an already seen type>,
  207. tv_ = {tv_sec = 0, tv_usec = 2246}}
  208. i = {_M_node = 0x7fffd6f871b8}
  209. t = {_M_node = 0x0}
  210. #6 0x00007ffff76f1787 in ACE_Task_Base::svc_run (args=<value optimized out>)
  211. at ../../ace/Task.cpp:275
  212. t = 0x7fffd6f87108
  213. svc_status = <value optimized out>
  214. #7 0x00007ffff76f2b11 in ACE_Thread_Adapter::invoke (this=0x7fffd595b1c0)
  215. at ../../ace/Thread_Adapter.cpp:98
  216. exit_hook_instance = <value optimized out>
  217. exit_hook_maybe = {instance_ = 0x0}
  218. exit_hook_ptr = <value optimized out>
  219. #8 0x00007ffff5f9c8ba in start_thread () from /lib/libpthread.so.0
  220. No symbol table info available.
  221. #9 0x00007ffff5d0402d in clone () from /lib/libc.so.6
  222. No symbol table info available.
  223. #10 0x0000000000000000 in ?? ()
  224. No symbol table info available.
  225.  
  226. Thread 10 (Thread 0x7fffcf7fe700 (LWP 13343)):
  227. #0 0x00007ffff5fa47dd in nanosleep () from /lib/libpthread.so.0
  228. No symbol table info available.
  229. #1 0x000000000102da8d in ACE_OS::sleep (tv=...)
  230. at /home/alfa/.sys/include/ace/OS_NS_unistd.inl:951
  231. rqtp = {tv_sec = 1, tv_nsec = 0}
  232. #2 0x00000000012037f3 in ACE_Based::Thread::Sleep (msecs=1000)
  233. at /home/alfa/szerver/SkyFireEMU/src/server/shared/Threading/Threading.cpp:235
  234. No locals.
  235. #3 0x0000000000b67431 in FreezeDetectorRunnable::run (this=0x7fffd6f33d90)
  236. at /home/alfa/szerver/SkyFireEMU/src/server/worldserver/Master.cpp:97
  237. curtime = 3646813
  238. #4 0x0000000001203661 in ACE_Based::Thread::ThreadTask (param=0x7fffd6f33d90)
  239. at /home/alfa/szerver/SkyFireEMU/src/server/shared/Threading/Threading.cpp:187
  240. _task = 0x7fffd6f33d90
  241. #5 0x00007ffff5f9c8ba in start_thread () from /lib/libpthread.so.0
  242. No symbol table info available.
  243. #6 0x00007ffff5d0402d in clone () from /lib/libc.so.6
  244. No symbol table info available.
  245. #7 0x0000000000000000 in ?? ()
  246. No symbol table info available.
  247.  
  248. Thread 8 (Thread 0x7fffd0fff700 (LWP 13341)):
  249. #0 0x00007ffff5cfd8d3 in select () from /lib/libc.so.6
  250. No symbol table info available.
  251. #1 0x00007ffff79817cc in ?? () from /lib/libreadline.so.5
  252. No symbol table info available.
  253. #2 0x00007ffff7981a1d in rl_read_key () from /lib/libreadline.so.5
  254. No symbol table info available.
  255. #3 0x00007ffff796eda1 in readline_internal_char () from /lib/libreadline.so.5
  256. No symbol table info available.
  257. #4 0x00007ffff796f285 in readline () from /lib/libreadline.so.5
  258. No symbol table info available.
  259. #5 0x0000000000b5013b in CliRunnable::run (this=0x7fffe6597be0)
  260. at /home/alfa/szerver/SkyFireEMU/src/server/worldserver/CommandLine/CliRunnable.cpp:594
  261. command_str = 0x0
  262. #6 0x0000000001203661 in ACE_Based::Thread::ThreadTask (param=0x7fffe6597be0)
  263. at /home/alfa/szerver/SkyFireEMU/src/server/shared/Threading/Threading.cpp:187
  264. _task = 0x7fffe6597be0
  265. #7 0x00007ffff5f9c8ba in start_thread () from /lib/libpthread.so.0
  266. No symbol table info available.
  267. #8 0x00007ffff5d0402d in clone () from /lib/libc.so.6
  268. No symbol table info available.
  269. #9 0x0000000000000000 in ?? ()
  270. No symbol table info available.
  271.  
  272. Thread 7 (Thread 0x7fffd1fff700 (LWP 13340)):
  273. #0 0x0000000000b8a168 in Position::GetPositionX (this=0x58)
  274. at /home/alfa/szerver/SkyFireEMU/src/server/game/Entities/Object/Object.h:413
  275. No locals.
  276. #1 0x0000000000fc3471 in WorldSession::HandlePetAction (this=0x7fffe5244500,
  277. recv_data=...)
  278. at /home/alfa/szerver/SkyFireEMU/src/server/game/Server/Protocol/Handlers/PetHandler.cpp:76
  279. data = 117440513
  280. guid2 = 17379391235642442254
  281. spellid = 1
  282. flag = 7 '\a'
  283. pet = 0x0
  284. pos_x = 4.59163468e-41
  285. pos_z = 4.59163468e-41
  286. guid1 = 17383894599180747198
  287. pos_y = -68231168
  288. #2 0x000000000101b706 in WorldSession::Update (this=0x7fffe5244500, diff=155,
  289. updater=...)
  290. at /home/alfa/szerver/SkyFireEMU/src/server/game/Server/WorldSession.cpp:267
  291. opHandle = @0x22425c0
  292. packet = 0x7fffd898d2b0
  293. #3 0x00000000010fed39 in World::UpdateSessions (this=0x7ffff4a3a608, diff=155)
  294. at /home/alfa/szerver/SkyFireEMU/src/server/game/World/World.cpp:2556
  295. pSession = 0x7fffe5244500
  296. updater = {<PacketFilter> = {_vptr.PacketFilter = 0x1877bb0,
  297. m_pSession = 0x7fffe5244500}, <No data fields>}
  298. itr = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<unsigned int const, WorldSession*>, false>> = {_M_cur_node = 0x7fffe36d92a0,
  299. _M_cur_bucket = 0x7fff888fb210}, <No data fields>}
  300. next = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<unsigned int const, WorldSession*>, false>> = {_M_cur_node = 0x7fffd853f920,
  301. _M_cur_bucket = 0x7fff888fb210}, <No data fields>}
  302. sess = 0xffffffffff600424
  303. #4 0x00000000010fcab0 in World::Update (this=0x7ffff4a3a608, diff=155)
  304. at /home/alfa/szerver/SkyFireEMU/src/server/game/World/World.cpp:1943
  305. No locals.
  306. #5 0x0000000000b5caf4 in WorldRunnable::run (this=0x7fffe6597880)
  307. at /home/alfa/szerver/SkyFireEMU/src/server/worldserver/WorldThread/WorldRunnable.cpp:63
  308. diff = 155
  309. realCurrTime = 3646849
  310. realPrevTime = 3646694
  311. prevSleepTime = 0
  312. #6 0x0000000001203661 in ACE_Based::Thread::ThreadTask (param=0x7fffe6597880)
  313. at /home/alfa/szerver/SkyFireEMU/src/server/shared/Threading/Threading.cpp:187
  314. _task = 0x7fffe6597880
  315. #7 0x00007ffff5f9c8ba in start_thread () from /lib/libpthread.so.0
  316. No symbol table info available.
  317. #8 0x00007ffff5d0402d in clone () from /lib/libc.so.6
  318. No symbol table info available.
  319. #9 0x0000000000000000 in ?? ()
  320. No symbol table info available.
  321.  
  322. Thread 6 (Thread 0x7fffd2fff700 (LWP 13339)):
  323. #0 0x00007ffff5fa116c in pthread_cond_wait@@GLIBC_2.3.2 ()
  324. from /lib/libpthread.so.0
  325. No symbol table info available.
  326. #1 0x00007ffff7661215 in cond_timedwait (this=0x7fffd6df4e84, mutex=...,
  327. abstime=0xc21f) at ../../ace/OS_NS_Thread.inl:362
  328. result = <value optimized out>
  329. ts = {tv_sec = 140736733375888, tv_nsec = 11867224}
  330. #2 ACE_Condition_Thread_Mutex::wait (this=0x7fffd6df4e84, mutex=...,
  331. abstime=0xc21f) at ../../ace/Condition_Thread_Mutex.cpp:100
  332. No locals.
  333. #3 0x0000000000b57d2b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  334. (this=0x7fffd6df4e00, timeout=0x0)
  335. at /home/alfa/.sys/include/ace/Message_Queue_T.cpp:1746
  336. result = 0
  337. #4 0x0000000000b5755a in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  338. this=0x7fffd6df4e00, first_item=@0x7fffd2ffee38, timeout=0x0)
  339. at /home/alfa/.sys/include/ace/Message_Queue_T.cpp:1938
  340. ace_mon = {lock_ = 0x7fffd6df4e50, owner_ = 0}
  341. #5 0x00007ffff7647ee2 in ACE_Activation_Queue::dequeue (
  342. this=<value optimized out>, tv=0xc21f) at ../../ace/Activation_Queue.cpp:91
  343. mb = 0x0
  344. #6 0x0000000001202469 in DelayExecutor::svc (this=0x7fffd59ffe18)
  345. at /home/alfa/szerver/SkyFireEMU/src/server/shared/Threading/DelayExecutor.cpp:69
  346. rq = 0x7fffd75ae160
  347. #7 0x00007ffff76f1787 in ACE_Task_Base::svc_run (args=<value optimized out>)
  348. at ../../ace/Task.cpp:275
  349. t = 0x7fffd59ffe18
  350. svc_status = <value optimized out>
  351. #8 0x00007ffff76f2b11 in ACE_Thread_Adapter::invoke (this=0x7fffe38eb3a0)
  352. at ../../ace/Thread_Adapter.cpp:98
  353. exit_hook_instance = <value optimized out>
  354. exit_hook_maybe = {instance_ = 0x0}
  355. exit_hook_ptr = <value optimized out>
  356. #9 0x00007ffff5f9c8ba in start_thread () from /lib/libpthread.so.0
  357. No symbol table info available.
  358. #10 0x00007ffff5d0402d in clone () from /lib/libc.so.6
  359. No symbol table info available.
  360. #11 0x0000000000000000 in ?? ()
  361. No symbol table info available.
  362.  
  363. Thread 5 (Thread 0x7ffff1bff700 (LWP 13322)):
  364. #0 0x00007ffff5fa116c in pthread_cond_wait@@GLIBC_2.3.2 ()
  365. from /lib/libpthread.so.0
  366. No symbol table info available.
  367. #1 0x00007ffff7661215 in cond_timedwait (this=0x7ffff4854e84, mutex=...,
  368. abstime=0x1921) at ../../ace/OS_NS_Thread.inl:362
  369. result = <value optimized out>
  370. ts = {tv_sec = 140737249275280, tv_nsec = 11867224}
  371. #2 ACE_Condition_Thread_Mutex::wait (this=0x7ffff4854e84, mutex=...,
  372. abstime=0x1921) at ../../ace/Condition_Thread_Mutex.cpp:100
  373. No locals.
  374. #3 0x0000000000b57d2b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  375. (this=0x7ffff4854e00, timeout=0x0)
  376. at /home/alfa/.sys/include/ace/Message_Queue_T.cpp:1746
  377. result = 0
  378. #4 0x0000000000b5755a in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  379. this=0x7ffff4854e00, first_item=@0x7ffff1bfee38, timeout=0x0)
  380. at /home/alfa/.sys/include/ace/Message_Queue_T.cpp:1938
  381. ace_mon = {lock_ = 0x7ffff4854e50, owner_ = 0}
  382. #5 0x00007ffff7647ee2 in ACE_Activation_Queue::dequeue (
  383. this=<value optimized out>, tv=0x1921) at ../../ace/Activation_Queue.cpp:91
  384. mb = 0x0
  385. #6 0x00000000011f8e05 in DatabaseWorker::svc (this=0x7ffff481eb80)
  386. at /home/alfa/szerver/SkyFireEMU/src/server/shared/Database/DatabaseWorker.cpp:45
  387. request = 0x7fff8b97b460
  388. #7 0x00007ffff76f1787 in ACE_Task_Base::svc_run (args=<value optimized out>)
  389. at ../../ace/Task.cpp:275
  390. t = 0x7ffff481eb80
  391. svc_status = <value optimized out>
  392. #8 0x00007ffff76f2b11 in ACE_Thread_Adapter::invoke (this=0x7ffff4871ac0)
  393. at ../../ace/Thread_Adapter.cpp:98
  394. exit_hook_instance = <value optimized out>
  395. exit_hook_maybe = {instance_ = 0x0}
  396. exit_hook_ptr = <value optimized out>
  397. #9 0x00007ffff5f9c8ba in start_thread () from /lib/libpthread.so.0
  398. No symbol table info available.
  399. #10 0x00007ffff5d0402d in clone () from /lib/libc.so.6
  400. No symbol table info available.
  401. #11 0x0000000000000000 in ?? ()
  402. No symbol table info available.
  403.  
  404. Thread 4 (Thread 0x7ffff33ff700 (LWP 13321)):
  405. #0 0x00007ffff5fa116c in pthread_cond_wait@@GLIBC_2.3.2 ()
  406. from /lib/libpthread.so.0
  407. No symbol table info available.
  408. #1 0x00007ffff7661215 in cond_timedwait (this=0x7ffff4854f84, mutex=...,
  409. abstime=0x7e25) at ../../ace/OS_NS_Thread.inl:362
  410. result = <value optimized out>
  411. ts = {tv_sec = 140737274441104, tv_nsec = 11867224}
  412. #2 ACE_Condition_Thread_Mutex::wait (this=0x7ffff4854f84, mutex=...,
  413. abstime=0x7e25) at ../../ace/Condition_Thread_Mutex.cpp:100
  414. No locals.
  415. #3 0x0000000000b57d2b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  416. (this=0x7ffff4854f00, timeout=0x0)
  417. at /home/alfa/.sys/include/ace/Message_Queue_T.cpp:1746
  418. result = 0
  419. #4 0x0000000000b5755a in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  420. this=0x7ffff4854f00, first_item=@0x7ffff33fee38, timeout=0x0)
  421. at /home/alfa/.sys/include/ace/Message_Queue_T.cpp:1938
  422. ace_mon = {lock_ = 0x7ffff4854f50, owner_ = 0}
  423. #5 0x00007ffff7647ee2 in ACE_Activation_Queue::dequeue (
  424. this=<value optimized out>, tv=0x7e25) at ../../ace/Activation_Queue.cpp:91
  425. mb = 0x0
  426. #6 0x00000000011f8e05 in DatabaseWorker::svc (this=0x7ffff481ec40)
  427. at /home/alfa/szerver/SkyFireEMU/src/server/shared/Database/DatabaseWorker.cpp:45
  428. request = 0x7fffd8ac5ee0
  429. #7 0x00007ffff76f1787 in ACE_Task_Base::svc_run (args=<value optimized out>)
  430. at ../../ace/Task.cpp:275
  431. t = 0x7ffff481ec40
  432. svc_status = <value optimized out>
  433. #8 0x00007ffff76f2b11 in ACE_Thread_Adapter::invoke (this=0x7ffff4871ca0)
  434. at ../../ace/Thread_Adapter.cpp:98
  435. exit_hook_instance = <value optimized out>
  436. exit_hook_maybe = {instance_ = 0x0}
  437. exit_hook_ptr = <value optimized out>
  438. #9 0x00007ffff5f9c8ba in start_thread () from /lib/libpthread.so.0
  439. No symbol table info available.
  440. #10 0x00007ffff5d0402d in clone () from /lib/libc.so.6
  441. No symbol table info available.
  442. #11 0x0000000000000000 in ?? ()
  443. No symbol table info available.
  444.  
  445. Thread 3 (Thread 0x7ffff43ff700 (LWP 13320)):
  446. #0 0x00007ffff5fa116c in pthread_cond_wait@@GLIBC_2.3.2 ()
  447. from /lib/libpthread.so.0
  448. No symbol table info available.
  449. #1 0x00007ffff7661215 in cond_timedwait (this=0x7ffff440e284, mutex=...,
  450. abstime=0xdb77) at ../../ace/OS_NS_Thread.inl:362
  451. result = <value optimized out>
  452. ts = {tv_sec = 140737291218320, tv_nsec = 11867224}
  453. #2 ACE_Condition_Thread_Mutex::wait (this=0x7ffff440e284, mutex=...,
  454. abstime=0xdb77) at ../../ace/Condition_Thread_Mutex.cpp:100
  455. No locals.
  456. #3 0x0000000000b57d2b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  457. (this=0x7ffff440e200, timeout=0x0)
  458. at /home/alfa/.sys/include/ace/Message_Queue_T.cpp:1746
  459. result = 0
  460. #4 0x0000000000b5755a in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  461. this=0x7ffff440e200, first_item=@0x7ffff43fee38, timeout=0x0)
  462. at /home/alfa/.sys/include/ace/Message_Queue_T.cpp:1938
  463. ace_mon = {lock_ = 0x7ffff440e250, owner_ = 0}
  464. #5 0x00007ffff7647ee2 in ACE_Activation_Queue::dequeue (
  465. this=<value optimized out>, tv=0xdb77) at ../../ace/Activation_Queue.cpp:91
  466. mb = 0x0
  467. #6 0x00000000011f8e05 in DatabaseWorker::svc (this=0x7ffff481ed00)
  468. at /home/alfa/szerver/SkyFireEMU/src/server/shared/Database/DatabaseWorker.cpp:45
  469. request = 0x7fffb4d204c0
  470. #7 0x00007ffff76f1787 in ACE_Task_Base::svc_run (args=<value optimized out>)
  471. at ../../ace/Task.cpp:275
  472. t = 0x7ffff481ed00
  473. svc_status = <value optimized out>
  474. #8 0x00007ffff76f2b11 in ACE_Thread_Adapter::invoke (this=0x7ffff4871ee0)
  475. at ../../ace/Thread_Adapter.cpp:98
  476. exit_hook_instance = <value optimized out>
  477. exit_hook_maybe = {instance_ = 0x0}
  478. exit_hook_ptr = <value optimized out>
  479. #9 0x00007ffff5f9c8ba in start_thread () from /lib/libpthread.so.0
  480. No symbol table info available.
  481. #10 0x00007ffff5d0402d in clone () from /lib/libc.so.6
  482. No symbol table info available.
  483. #11 0x0000000000000000 in ?? ()
  484. No symbol table info available.
  485.  
  486. Thread 1 (Thread 0x7ffff7feb720 (LWP 13316)):
  487. #0 0x00007ffff5f9dbe5 in pthread_join () from /lib/libpthread.so.0
  488. No symbol table info available.
  489. #1 0x00007ffff76f523c in thr_join (this=<value optimized out>,
  490. task=<value optimized out>) at ../../ace/OS_NS_Thread.inl:2798
  491. result = -192823912
  492. #2 ACE_Thread::join (this=<value optimized out>, task=<value optimized out>)
  493. at ../../ace/Thread.inl:137
  494. No locals.
  495. #3 ACE_Thread_Manager::wait_task (this=<value optimized out>,
  496. task=<value optimized out>) at ../../ace/Thread_Manager.cpp:1797
  497. i = 0
  498. copy_count = 1
  499. copy_table = 0x7fffe4e93b88
  500. result = <value optimized out>
  501. #4 0x00000000010265d4 in ReactorRunnable::Wait (this=0x7fffd6f87108)
  502. at /home/alfa/szerver/SkyFireEMU/src/server/game/Server/WorldSocketMgr.cpp:108
  503. No locals.
  504. #5 0x0000000001024cc6 in WorldSocketMgr::Wait (this=0x7fffe6599648)
  505. at /home/alfa/szerver/SkyFireEMU/src/server/game/Server/WorldSocketMgr.cpp:325
  506. i = 0
  507. #6 0x0000000000b663ab in Master::Run (this=0x7ffff48204f8)
  508. at /home/alfa/szerver/SkyFireEMU/src/server/worldserver/Master.cpp:276
  509. seed1 = {_bn = 0x7ffff481f1c0, _array = 0x0}
  510. SignalINT = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {
  511. _vptr.ACE_Event_Handler = 0x17b2db0,
  512. reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  513. value_ = 1}, <No data fields>}, priority_ = 0,
  514. reactor_ = 0x0,
  515. reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  516. _vptr.Policy = 0x7ffff7946230},
  517. value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  518. SignalTERM = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {
  519. _vptr.ACE_Event_Handler = 0x17b2db0,
  520. reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  521. value_ = 1}, <No data fields>}, priority_ = 0,
  522. reactor_ = 0x0,
  523. reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  524. _vptr.Policy = 0x7ffff7946230},
  525. value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  526. Handler = {_vptr.ACE_Sig_Handler = 0x20c57d0, static sig_pending_ = 0,
  527. static signal_handlers_ = {0x0, 0x0, 0x7fffffffe140,
  528. 0x0 <repeats 12 times>, 0x7fffffffe110, 0x0 <repeats 49 times>}}
  529. world_thread = {m_iThreadId = 140736716601088,
  530. m_hThreadHandle = 140736716601088, m_task = 0x7fffe6597880,
  531. static m_ThreadStorage = {_vptr.ACE_TSS = 0x18eb1d0, keylock_ = {
  532. lock_ = {__data = {__lock = 0, __count = 0, __owner = 0,
  533. __nusers = 0, __kind = 0, __spins = 0, __list = {
  534. __prev = 0x0, __next = 0x0}},
  535. __size = '\000' <repeats 39 times>, __align = 0},
  536. removed_ = false}, once_ = false, key_ = 0}, static m_TpEnum = {
  537. m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  538. rar_thread = {m_iThreadId = 140736683046656,
  539. m_hThreadHandle = 140736683046656, m_task = 0x7fffd5bae3e0,
  540. static m_ThreadStorage = {_vptr.ACE_TSS = 0x18eb1d0, keylock_ = {
  541. lock_ = {__data = {__lock = 0, __count = 0, __owner = 0,
  542. __nusers = 0, __kind = 0, __spins = 0, __list = {
  543. __prev = 0x0, __next = 0x0}},
  544. __size = '\000' <repeats 39 times>, __align = 0},
  545. removed_ = false}, once_ = false, key_ = 0}, static m_TpEnum = {
  546. m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  547. cliThread = 0x7fffd5bae400
  548. soap_thread = 0x0
  549. bind_ip = {static npos = 18446744073709551615,
  550. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7fffd6f94b18 "0.0.0.0"}}
  551. pidfile = {static npos = 18446744073709551615,
  552. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  553. _M_p = 0x7ffff4824b98 "./world.pid"}}
  554. wsport = 8085
  555. #7 0x0000000000b5f0c1 in main (argc=3, argv=0x7fffffffe3c8)
  556. at /home/alfa/szerver/SkyFireEMU/src/server/worldserver/Main.cpp:149
  557. cfg_file = 0x7fffffffe621 "/home/alfa/szerver/etc/worldserver.conf"
  558. c = 3
  559. ret = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement