Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 27.39 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. [Switching to Thread 0x7fffeb1db710 (LWP 31697)]
  3. __distance<std::_List_const_iterator<Group::MemberSlot> > (this=0x7fff94e6c4c0, player=0x7fff83028420) at /usr/include/c++/4.4/bits/stl_iterator_base_funcs.h:79
  4. 79        ++__first;
  5. #0  __distance<std::_List_const_iterator<Group::MemberSlot> > (this=0x7fff94e6c4c0, player=0x7fff83028420) at /usr/include/c++/4.4/bits/stl_iterator_base_funcs.h:79
  6. #1  distance<std::_List_const_iterator<Group::MemberSlot> > (this=0x7fff94e6c4c0, player=0x7fff83028420) at /usr/include/c++/4.4/bits/stl_iterator_base_funcs.h:114
  7. #2  size (this=0x7fff94e6c4c0, player=0x7fff83028420) at /usr/include/c++/4.4/bits/stl_list.h:805
  8. #3  GetMembersCount (this=0x7fff94e6c4c0, player=0x7fff83028420) at /src/server/game/Groups/Group.h:301
  9. #4  Group::RemoveInvite (this=0x7fff94e6c4c0, player=0x7fff83028420) at /src/server/game/Groups/Group.cpp:279
  10. #5  0x00000000007db348 in Player::UninviteFromGroup (this=<value optimized out>) at /src/server/game/Entities/Player/Player.cpp:2613
  11. #6  0x00000000009855a9 in WorldSession::LogoutPlayer (this=0x7fff82c09130, Save=<value optimized out>) at /src/server/game/Server/WorldSession.cpp:432
  12. #7  0x0000000000989663 in WorldSession::~WorldSession (this=0x7fff94e6c4c0, __in_chrg=<value optimized out>) at /src/server/game/Server/WorldSession.cpp:69
  13. #8  0x0000000000a86f8d in World::UpdateSessions (this=0x7ffff0057388, diff=<value optimized out>) at /src/server/game/World/World.cpp:2547
  14. #9  0x0000000000a87358 in World::Update (this=0x7ffff0057388, diff=91) at /src/server/game/World/World.cpp:1930
  15. #10 0x00000000006defb6 in WorldRunnable::run (this=<value optimized out>) at /src/server/worldserver/WorldThread/WorldRunnable.cpp:59
  16. #11 0x0000000000c5c9d2 in ACE_Based::Thread::ThreadTask (param=0x7fff94e6c4c0) at /src/server/shared/Threading/Threading.cpp:183
  17. #12 0x00007ffff636e971 in start_thread () from /lib/libpthread.so.0
  18. #13 0x00007ffff60ca91d in clone () from /lib/libc.so.6
  19. #14 0x0000000000000000 in ?? ()
  20. #0  __distance<std::_List_const_iterator<Group::MemberSlot> > (this=0x7fff94e6c4c0, player=0x7fff83028420) at /usr/include/c++/4.4/bits/stl_iterator_base_funcs.h:79
  21.         __n = 0
  22. #1  distance<std::_List_const_iterator<Group::MemberSlot> > (this=0x7fff94e6c4c0, player=0x7fff83028420) at /usr/include/c++/4.4/bits/stl_iterator_base_funcs.h:114
  23. No locals.
  24. #2  size (this=0x7fff94e6c4c0, player=0x7fff83028420) at /usr/include/c++/4.4/bits/stl_list.h:805
  25. No locals.
  26. #3  GetMembersCount (this=0x7fff94e6c4c0, player=0x7fff83028420) at /src/server/game/Groups/Group.h:301
  27. No locals.
  28. #4  Group::RemoveInvite (this=0x7fff94e6c4c0, player=0x7fff83028420) at /src/server/game/Groups/Group.cpp:279
  29. No locals.
  30. #5  0x00000000007db348 in Player::UninviteFromGroup (this=<value optimized out>) at /src/server/game/Entities/Player/Player.cpp:2613
  31.         group = 0x7fff94e6c4c0
  32. #6  0x00000000009855a9 in WorldSession::LogoutPlayer (this=0x7fff82c09130, Save=<value optimized out>) at /src/server/game/Server/WorldSession.cpp:432
  33.         _map = <value optimized out>
  34.         data = {<ByteBuffer> = {static DEFAULT_SIZE = 4096, _rpos = 1289084873, _wpos = 56112048, _storage = {<std::_Vector_base<unsigned char, std::allocator<unsigned char> >> = {_M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>}, _M_start = 0x35833e0 "", _M_finish = 0x7fffeb1dae20 "\311\337\325L", _M_end_of_storage = 0x3583298 "(66\366\377\177"}}, <No data fields>}}, m_opcode = 57289}
  35. #7  0x0000000000989663 in WorldSession::~WorldSession (this=0x7fff94e6c4c0, __in_chrg=<value optimized out>) at /src/server/game/Server/WorldSession.cpp:69
  36.         packet = <value optimized out>
  37. #8  0x0000000000a86f8d in World::UpdateSessions (this=0x7ffff0057388, diff=<value optimized out>) at /src/server/game/World/World.cpp:2547
  38.         sess = <value optimized out>
  39. #9  0x0000000000a87358 in World::Update (this=0x7ffff0057388, diff=91) at /src/server/game/World/World.cpp:1930
  40. No locals.
  41. #10 0x00000000006defb6 in WorldRunnable::run (this=<value optimized out>) at /src/server/worldserver/WorldThread/WorldRunnable.cpp:59
  42.         diff = 91
  43.         realCurrTime = <value optimized out>
  44.         realPrevTime = <value optimized out>
  45.         prevSleepTime = 47
  46. #11 0x0000000000c5c9d2 in ACE_Based::Thread::ThreadTask (param=0x7fff94e6c4c0) at /src/server/shared/Threading/Threading.cpp:183
  47. No locals.
  48. #12 0x00007ffff636e971 in start_thread () from /lib/libpthread.so.0
  49. No symbol table info available.
  50. #13 0x00007ffff60ca91d in clone () from /lib/libc.so.6
  51. No symbol table info available.
  52. #14 0x0000000000000000 in ?? ()
  53. No symbol table info available.
  54.   10 Thread 0x7fffdeffd710 (LWP 31700)  0x00007ffff60caf13 in epoll_wait () from /lib/libc.so.6
  55.   9 Thread 0x7fffdf7fe710 (LWP 31699)  0x00007ffff60caf13 in epoll_wait () from /lib/libc.so.6
  56.   8 Thread 0x7fffdffff710 (LWP 31698)  0x00007ffff637636d in nanosleep () from /lib/libpthread.so.0
  57. * 7 Thread 0x7fffeb1db710 (LWP 31697)  __distance<std::_List_const_iterator<Group::MemberSlot> > (this=0x7fff94e6c4c0, player=0x7fff83028420) at /usr/include/c++/4.4/bits/stl_iterator_base_funcs.h:79
  58.   6 Thread 0x7fffe580d710 (LWP 31693)  0x00007ffff6372a9c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  59.   5 Thread 0x7fffeffff710 (LWP 31578)  0x00007ffff6372a9c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  60.   4 Thread 0x7ffff49ea710 (LWP 31577)  0x00007ffff6375b8d in read () from /lib/libpthread.so.0
  61.   3 Thread 0x7ffff53f8710 (LWP 31576)  0x00007ffff6372a9c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  62.   1 Thread 0x7ffff7fe1720 (LWP 31572)  0x00007ffff636f285 in pthread_join () from /lib/libpthread.so.0
  63.  
  64. Thread 10 (Thread 0x7fffdeffd710 (LWP 31700)):
  65. #0  0x00007ffff60caf13 in epoll_wait () from /lib/libc.so.6
  66. No symbol table info available.
  67. #1  0x00007ffff76716b4 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffe0222090, max_wait_time=<value optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:983
  68.         timer_buf = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 4876}}
  69.         this_timeout = <value optimized out>
  70.         timeout = 4
  71.         nfds = <value optimized out>
  72. #2  0x00007ffff76737ac in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffe0222090, max_wait_time=0x7fffdeffce00, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1056
  73.         result = <value optimized out>
  74. #3  0x00007ffff767396e in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffe0222090, max_wait_time=0x7fffdeffce00) at ../../ace/Dev_Poll_Reactor.cpp:1038
  75.         countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffdeffce00, start_time_ = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 1289084873, tv_usec = 846685}}, stopped_ = false}
  76.         guard = {token_ = @0x7fffe0222108, owner_ = 1}
  77.         result = -1
  78. #4  0x00007ffff76cb9ed in ACE_Reactor::run_reactor_event_loop (this=0x7fffe0221630, tv=..., eh=0) at ../../ace/Reactor.cpp:271
  79.         result = 1
  80. #5  0x0000000000997c33 in ReactorRunnable::svc (this=0x7fffe0221a10) at /src/server/game/Server/WorldSocketMgr.cpp:169
  81.         interval = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 4876}}
  82. #6  0x00007ffff76f19d7 in ACE_Task_Base::svc_run (args=<value optimized out>) at ../../ace/Task.cpp:275
  83.         t = 0x7fffe0221a10
  84.         svc_status = <value optimized out>
  85. #7  0x00007ffff76f2d61 in ACE_Thread_Adapter::invoke (this=0x7fffe0222920) at ../../ace/Thread_Adapter.cpp:98
  86.         exit_hook_instance = <value optimized out>
  87.         exit_hook_maybe = {instance_ = 0x0}
  88.         exit_hook_ptr = <value optimized out>
  89. #8  0x00007ffff636e971 in start_thread () from /lib/libpthread.so.0
  90. No symbol table info available.
  91. #9  0x00007ffff60ca91d in clone () from /lib/libc.so.6
  92. No symbol table info available.
  93. #10 0x0000000000000000 in ?? ()
  94. No symbol table info available.
  95.  
  96. Thread 9 (Thread 0x7fffdf7fe710 (LWP 31699)):
  97. #0  0x00007ffff60caf13 in epoll_wait () from /lib/libc.so.6
  98. No symbol table info available.
  99. #1  0x00007ffff76716b4 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffe0221b50, max_wait_time=<value optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:983
  100.         timer_buf = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 10000}}
  101.         this_timeout = <value optimized out>
  102.         timeout = 10
  103.         nfds = <value optimized out>
  104. #2  0x00007ffff76737ac in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffe0221b50, max_wait_time=0x7fffdf7fde00, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1056
  105.         result = <value optimized out>
  106. #3  0x00007ffff767396e in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffe0221b50, max_wait_time=0x7fffdf7fde00) at ../../ace/Dev_Poll_Reactor.cpp:1038
  107.         countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffdf7fde00, start_time_ = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 1289084873, tv_usec = 844410}}, stopped_ = false}
  108.         guard = {token_ = @0x7fffe0221bc8, owner_ = 1}
  109.         result = -1
  110. #4  0x00007ffff76cb9ed in ACE_Reactor::run_reactor_event_loop (this=0x7fffe0221390, tv=..., eh=0) at ../../ace/Reactor.cpp:271
  111.         result = -545265200
  112. #5  0x0000000000997c33 in ReactorRunnable::svc (this=0x7fffe02218d8) at /src/server/game/Server/WorldSocketMgr.cpp:169
  113.         interval = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 10000}}
  114. #6  0x00007ffff76f19d7 in ACE_Task_Base::svc_run (args=<value optimized out>) at ../../ace/Task.cpp:275
  115.         t = 0x7fffe02218d8
  116.         svc_status = <value optimized out>
  117. #7  0x00007ffff76f2d61 in ACE_Thread_Adapter::invoke (this=0x7fffe0222710) at ../../ace/Thread_Adapter.cpp:98
  118.         exit_hook_instance = <value optimized out>
  119.         exit_hook_maybe = {instance_ = 0x0}
  120.         exit_hook_ptr = <value optimized out>
  121. #8  0x00007ffff636e971 in start_thread () from /lib/libpthread.so.0
  122. No symbol table info available.
  123. #9  0x00007ffff60ca91d in clone () from /lib/libc.so.6
  124. No symbol table info available.
  125. #10 0x0000000000000000 in ?? ()
  126. No symbol table info available.
  127.  
  128. Thread 8 (Thread 0x7fffdffff710 (LWP 31698)):
  129. #0  0x00007ffff637636d in nanosleep () from /lib/libpthread.so.0
  130. No symbol table info available.
  131. #1  0x0000000000c5c705 in sleep (msecs=<value optimized out>) at /usr/local/include/ace/OS_NS_unistd.inl:951
  132.         rqtp = {tv_sec = 0, tv_nsec = 10000000}
  133. #2  ACE_Based::Thread::Sleep (msecs=<value optimized out>) at /src/server/shared/Threading/Threading.cpp:231
  134. No locals.
  135. #3  0x00000000006e2f68 in RARunnable::run() ()
  136. No symbol table info available.
  137. #4  0x0000000000c5c9d2 in ACE_Based::Thread::ThreadTask (param=0x7fffdfffe9b0) at /src/server/shared/Threading/Threading.cpp:183
  138. No locals.
  139. #5  0x00007ffff636e971 in start_thread () from /lib/libpthread.so.0
  140. No symbol table info available.
  141. #6  0x00007ffff60ca91d in clone () from /lib/libc.so.6
  142. No symbol table info available.
  143. #7  0x0000000000000000 in ?? ()
  144. No symbol table info available.
  145.  
  146. Thread 7 (Thread 0x7fffeb1db710 (LWP 31697)):
  147. #0  __distance<std::_List_const_iterator<Group::MemberSlot> > (this=0x7fff94e6c4c0, player=0x7fff83028420) at /usr/include/c++/4.4/bits/stl_iterator_base_funcs.h:79
  148.         __n = 0
  149. #1  distance<std::_List_const_iterator<Group::MemberSlot> > (this=0x7fff94e6c4c0, player=0x7fff83028420) at /usr/include/c++/4.4/bits/stl_iterator_base_funcs.h:114
  150. No locals.
  151. #2  size (this=0x7fff94e6c4c0, player=0x7fff83028420) at /usr/include/c++/4.4/bits/stl_list.h:805
  152. No locals.
  153. #3  GetMembersCount (this=0x7fff94e6c4c0, player=0x7fff83028420) at /src/server/game/Groups/Group.h:301
  154. No locals.
  155. #4  Group::RemoveInvite (this=0x7fff94e6c4c0, player=0x7fff83028420) at /src/server/game/Groups/Group.cpp:279
  156. No locals.
  157. #5  0x00000000007db348 in Player::UninviteFromGroup (this=<value optimized out>) at /src/server/game/Entities/Player/Player.cpp:2613
  158.         group = 0x7fff94e6c4c0
  159. #6  0x00000000009855a9 in WorldSession::LogoutPlayer (this=0x7fff82c09130, Save=<value optimized out>) at /src/server/game/Server/WorldSession.cpp:432
  160.         _map = <value optimized out>
  161.         data = {<ByteBuffer> = {static DEFAULT_SIZE = 4096, _rpos = 1289084873, _wpos = 56112048, _storage = {<std::_Vector_base<unsigned char, std::allocator<unsigned char> >> = {_M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>}, _M_start = 0x35833e0 "", _M_finish = 0x7fffeb1dae20 "\311\337\325L", _M_end_of_storage = 0x3583298 "(66\366\377\177"}}, <No data fields>}}, m_opcode = 57289}
  162. #7  0x0000000000989663 in WorldSession::~WorldSession (this=0x7fff94e6c4c0, __in_chrg=<value optimized out>) at /src/server/game/Server/WorldSession.cpp:69
  163.         packet = <value optimized out>
  164. #8  0x0000000000a86f8d in World::UpdateSessions (this=0x7ffff0057388, diff=<value optimized out>) at /src/server/game/World/World.cpp:2547
  165.         sess = <value optimized out>
  166. #9  0x0000000000a87358 in World::Update (this=0x7ffff0057388, diff=91) at /src/server/game/World/World.cpp:1930
  167. No locals.
  168. #10 0x00000000006defb6 in WorldRunnable::run (this=<value optimized out>) at /src/server/worldserver/WorldThread/WorldRunnable.cpp:59
  169.         diff = 91
  170.         realCurrTime = <value optimized out>
  171.         realPrevTime = <value optimized out>
  172.         prevSleepTime = 47
  173. #11 0x0000000000c5c9d2 in ACE_Based::Thread::ThreadTask (param=0x7fff94e6c4c0) at /src/server/shared/Threading/Threading.cpp:183
  174. No locals.
  175. #12 0x00007ffff636e971 in start_thread () from /lib/libpthread.so.0
  176. No symbol table info available.
  177. #13 0x00007ffff60ca91d in clone () from /lib/libc.so.6
  178. No symbol table info available.
  179. #14 0x0000000000000000 in ?? ()
  180. No symbol table info available.
  181.  
  182. Thread 6 (Thread 0x7fffe580d710 (LWP 31693)):
  183. #0  0x00007ffff6372a9c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  184. No symbol table info available.
  185. #1  0x00007ffff7660645 in cond_timedwait (this=0x7062a84, mutex=..., abstime=0x118cb) at ../../ace/OS_NS_Thread.inl:362
  186.         result = <value optimized out>
  187.         ts = {tv_sec = 0, tv_nsec = 140737016143344}
  188. #2  ACE_Condition_Thread_Mutex::wait (this=0x7062a84, mutex=..., abstime=0x118cb) at ../../ace/Condition_Thread_Mutex.cpp:100
  189. No locals.
  190. #3  0x00000000006dd26b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7062a00, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1746
  191.         result = <value optimized out>
  192. #4  0x00000000006de41c in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7062a00, first_item=@0x7fffe580ce08, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1938
  193.         ace_mon = {lock_ = 0x7062a50, owner_ = 0}
  194. #5  0x00007ffff7647352 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=0x118cb) at ../../ace/Activation_Queue.cpp:91
  195.         mb = 0x0
  196. #6  0x0000000000c5bfad in DelayExecutor::svc (this=0x7062838) at /src/server/shared/Threading/DelayExecutor.cpp:47
  197.         rq = 0x7fffb6f570c0
  198. #7  0x00007ffff76f19d7 in ACE_Task_Base::svc_run (args=<value optimized out>) at ../../ace/Task.cpp:275
  199.         t = 0x7062838
  200.         svc_status = <value optimized out>
  201. #8  0x00007ffff76f2d61 in ACE_Thread_Adapter::invoke (this=0x7062c20) at ../../ace/Thread_Adapter.cpp:98
  202.         exit_hook_instance = <value optimized out>
  203.         exit_hook_maybe = {instance_ = 0x0}
  204.         exit_hook_ptr = <value optimized out>
  205. #9  0x00007ffff636e971 in start_thread () from /lib/libpthread.so.0
  206. No symbol table info available.
  207. #10 0x00007ffff60ca91d in clone () from /lib/libc.so.6
  208. No symbol table info available.
  209. #11 0x0000000000000000 in ?? ()
  210. No symbol table info available.
  211.  
  212. Thread 5 (Thread 0x7fffeffff710 (LWP 31578)):
  213. #0  0x00007ffff6372a9c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  214. No symbol table info available.
  215. #1  0x00007ffff7660645 in cond_timedwait (this=0x15799c4, mutex=..., abstime=0x14a1) at ../../ace/OS_NS_Thread.inl:362
  216.         result = <value optimized out>
  217.         ts = {tv_sec = 0, tv_nsec = 140737320989175}
  218. #2  ACE_Condition_Thread_Mutex::wait (this=0x15799c4, mutex=..., abstime=0x14a1) at ../../ace/Condition_Thread_Mutex.cpp:100
  219. No locals.
  220. #3  0x00000000006dd26b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x1579940, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1746
  221.         result = <value optimized out>
  222. #4  0x00000000006de41c in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x1579940, first_item=@0x7fffefffee18, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1938
  223.         ace_mon = {lock_ = 0x1579990, owner_ = 0}
  224. #5  0x00007ffff7647352 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=0x14a1) at ../../ace/Activation_Queue.cpp:91
  225.         mb = 0x0
  226. #6  0x0000000000c56102 in DatabaseWorker::svc (this=0x18ee280) at /src/server/shared/Database/DatabaseWorker.cpp:40
  227. No locals.
  228. #7  0x00007ffff76f19d7 in ACE_Task_Base::svc_run (args=<value optimized out>) at ../../ace/Task.cpp:275
  229.         t = 0x18ee280
  230.         svc_status = <value optimized out>
  231. #8  0x00007ffff76f2d61 in ACE_Thread_Adapter::invoke (this=0x18ee3a0) at ../../ace/Thread_Adapter.cpp:98
  232.         exit_hook_instance = <value optimized out>
  233.         exit_hook_maybe = {instance_ = 0x0}
  234.         exit_hook_ptr = <value optimized out>
  235. #9  0x00007ffff636e971 in start_thread () from /lib/libpthread.so.0
  236. No symbol table info available.
  237. #10 0x00007ffff60ca91d in clone () from /lib/libc.so.6
  238. No symbol table info available.
  239. #11 0x0000000000000000 in ?? ()
  240. No symbol table info available.
  241.  
  242. Thread 4 (Thread 0x7ffff49ea710 (LWP 31577)):
  243. #0  0x00007ffff6375b8d in read () from /lib/libpthread.so.0
  244. No symbol table info available.
  245. #1  0x00007ffff720df44 in vio_read () from /usr/lib/libmysqlclient_r.so.15
  246. No symbol table info available.
  247. #2  0x00007ffff720dfa7 in vio_read_buff () from /usr/lib/libmysqlclient_r.so.15
  248. No symbol table info available.
  249. #3  0x00007ffff720f0c7 in ?? () from /usr/lib/libmysqlclient_r.so.15
  250. No symbol table info available.
  251. #4  0x00007ffff720f4b5 in my_net_read () from /usr/lib/libmysqlclient_r.so.15
  252. No symbol table info available.
  253. #5  0x00007ffff7209aa5 in cli_safe_read () from /usr/lib/libmysqlclient_r.so.15
  254. No symbol table info available.
  255. #6  0x00007ffff720a1e9 in ?? () from /usr/lib/libmysqlclient_r.so.15
  256. No symbol table info available.
  257. #7  0x00007ffff720866c in mysql_real_query () from /usr/lib/libmysqlclient_r.so.15
  258. No symbol table info available.
  259. #8  0x0000000000c54fe6 in MySQLConnection::Execute (this=0x15d7550, sql=0x7fffa5261d20 "REPLACE INTO characters (guid,account,name,race,class,gender,level,xp,money,playerBytes,playerBytes2,playerFlags,map, instance_id, instance_mode_mask, position_x, position_y, position_z, orientation, "...) at /src/server/shared/Database/MySQLConnection.cpp:160
  260. No locals.
  261. #9  0x0000000000c56955 in TransactionTask::Execute (this=0x7fff8a36e910) at /src/server/shared/Database/Transaction.cpp:97
  262.         data = {element = {stmt = 0x7fffa5261d20, query = 0x7fffa5261d20 "REPLACE INTO characters (guid,account,name,race,class,gender,level,xp,money,playerBytes,playerBytes2,playerFlags,map, instance_id, instance_mode_mask, position_x, position_y, position_z, orientation, "...}, type = SQL_ELEMENT_RAW}
  263.         __FUNCTION__ = "Execute"
  264. #10 0x00000000006e8baa in SQLOperation::call (this=0xd) at /src/server/shared/Database/SQLOperation.h:65
  265. No locals.
  266. #11 0x0000000000c560ea in DatabaseWorker::svc (this=0x15d75d0) at /src/server/shared/Database/DatabaseWorker.cpp:45
  267. No locals.
  268. #12 0x00007ffff76f19d7 in ACE_Task_Base::svc_run (args=<value optimized out>) at ../../ace/Task.cpp:275
  269.         t = 0x15d75d0
  270.         svc_status = <value optimized out>
  271. #13 0x00007ffff76f2d61 in ACE_Thread_Adapter::invoke (this=0x15d76f0) at ../../ace/Thread_Adapter.cpp:98
  272.         exit_hook_instance = <value optimized out>
  273.         exit_hook_maybe = {instance_ = 0x0}
  274.         exit_hook_ptr = <value optimized out>
  275. #14 0x00007ffff636e971 in start_thread () from /lib/libpthread.so.0
  276. No symbol table info available.
  277. #15 0x00007ffff60ca91d in clone () from /lib/libc.so.6
  278. No symbol table info available.
  279. #16 0x0000000000000000 in ?? ()
  280. No symbol table info available.
  281.  
  282. Thread 3 (Thread 0x7ffff53f8710 (LWP 31576)):
  283. #0  0x00007ffff6372a9c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  284. No symbol table info available.
  285. #1  0x00007ffff7660645 in cond_timedwait (this=0x1578244, mutex=..., abstime=0x12d0d) at ../../ace/OS_NS_Thread.inl:362
  286.         result = <value optimized out>
  287.         ts = {tv_sec = 140737307967008, tv_nsec = 140736789919928}
  288. #2  ACE_Condition_Thread_Mutex::wait (this=0x1578244, mutex=..., abstime=0x12d0d) at ../../ace/Condition_Thread_Mutex.cpp:100
  289. No locals.
  290. #3  0x00000000006dd26b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x15781c0, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1746
  291.         result = <value optimized out>
  292. #4  0x00000000006de41c in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x15781c0, first_item=@0x7ffff53f7e18, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1938
  293.         ace_mon = {lock_ = 0x1578210, owner_ = 0}
  294. #5  0x00007ffff7647352 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=0x12d0d) at ../../ace/Activation_Queue.cpp:91
  295.         mb = 0x0
  296. #6  0x0000000000c56102 in DatabaseWorker::svc (this=0x1596760) at /src/server/shared/Database/DatabaseWorker.cpp:40
  297. No locals.
  298. #7  0x00007ffff76f19d7 in ACE_Task_Base::svc_run (args=<value optimized out>) at ../../ace/Task.cpp:275
  299.         t = 0x1596760
  300.         svc_status = <value optimized out>
  301. #8  0x00007ffff76f2d61 in ACE_Thread_Adapter::invoke (this=0x1596aa0) at ../../ace/Thread_Adapter.cpp:98
  302.         exit_hook_instance = <value optimized out>
  303.         exit_hook_maybe = {instance_ = 0x0}
  304.         exit_hook_ptr = <value optimized out>
  305. #9  0x00007ffff636e971 in start_thread () from /lib/libpthread.so.0
  306. No symbol table info available.
  307. #10 0x00007ffff60ca91d in clone () from /lib/libc.so.6
  308. No symbol table info available.
  309. #11 0x0000000000000000 in ?? ()
  310. No symbol table info available.
  311.  
  312. Thread 1 (Thread 0x7ffff7fe1720 (LWP 31572)):
  313. #0  0x00007ffff636f285 in pthread_join () from /lib/libpthread.so.0
  314. No symbol table info available.
  315. #1  0x00007ffff76f548c in thr_join (this=<value optimized out>, task=<value optimized out>) at ../../ace/OS_NS_Thread.inl:2798
  316.         result = 22636584
  317. #2  join (this=<value optimized out>, task=<value optimized out>) at ../../ace/Thread.inl:137
  318. No locals.
  319. #3  ACE_Thread_Manager::wait_task (this=<value optimized out>, task=<value optimized out>) at ../../ace/Thread_Manager.cpp:1797
  320.         i = 0
  321.         copy_count = 1
  322.         copy_table = 0x7fffe0222ac8
  323.         result = <value optimized out>
  324. #4  0x0000000000996026 in Wait (this=0x7fffe02215b8) at /src/server/game/Server/WorldSocketMgr.cpp:102
  325. No locals.
  326. #5  WorldSocketMgr::Wait (this=0x7fffe02215b8) at /src/server/game/Server/WorldSocketMgr.cpp:318
  327.         i = 1
  328. #6  0x00000000006e0cde in Master::Run (this=0x15952f8) at /src/server/worldserver/Master.cpp:332
  329.         seed1 = {_bn = 0x1595380, _array = 0x0}
  330.         SignalINT = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0x1047cf0, reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {value_ = 1}, <No data fields>}, priority_ = 0, reactor_ = 0x0, reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {_vptr.Policy = 0x7ffff7947570}, value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  331.         SignalTERM = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0x1047cf0, reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {value_ = 1}, <No data fields>}, priority_ = 0, reactor_ = 0x0, reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {_vptr.Policy = 0x7ffff7947570}, value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  332.         Handler = {_vptr.ACE_Sig_Handler = 0x154cb70, static sig_pending_ = 0, static signal_handlers_ = {0x0, 0x0, 0x7fffffffe160, 0x0 <repeats 12 times>, 0x7fffffffe130, 0x0 <repeats 49 times>}}
  333.         world_thread = {m_iThreadId = 140737137981200, m_hThreadHandle = 140737137981200, m_task = 0x7ffff02b8910, static m_ThreadStorage = {_vptr.ACE_TSS = 0x10d3a30, keylock_ = {lock_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 39 times>, __align = 0}, removed_ = false}, once_ = false, key_ = 0}, static m_TpEnum = {m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  334.         rar_thread = {m_iThreadId = 140736951482128, m_hThreadHandle = 140736951482128, m_task = 0x7ffff3ccea10, static m_ThreadStorage = {_vptr.ACE_TSS = 0x10d3a30, keylock_ = {lock_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 39 times>, __align = 0}, removed_ = false}, once_ = false, key_ = 0}, static m_TpEnum = {m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  335.         cliThread = 0x0
  336.         soap_thread = 0x0
  337.         bind_ip = {static npos = <optimized out>, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7fffe02213c8 "0.0.0.0"}}
  338.         pidfile = {static npos = <optimized out>, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x15952d8 "./worldd.pid"}}
  339.         wsport = 8085
  340. #7  0x00000000006e3abb in main (argc=<value optimized out>, argv=0x7fffffffe3d8) at /src/server/worldserver/Main.cpp:147
  341.         cfg_file = 0x7fffffffe635 "../etc/worldserver.conf"
  342.         c = <value optimized out>
  343.         ret = <value optimized out>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement