Guest User

Untitled

a guest
Jun 30th, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 65.88 KB | None | 0 0
  1.  
  2.  
  3. Program received signal SIGABRT, Aborted.
  4. [Switching to Thread 0x7fffae7ff700 (LWP 24470)]
  5. 0x00007ffff5d10885 in raise () from /lib64/libc.so.6
  6. #0  0x00007ffff5d10885 in raise () from /lib64/libc.so.6
  7. #1  0x00007ffff5d12065 in abort () from /lib64/libc.so.6
  8. #2  0x00007ffff67f3a7d in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib64/libstdc++.so.6
  9. #3  0x00007ffff67f1c06 in ?? () from /usr/lib64/libstdc++.so.6
  10. #4  0x00007ffff67f1c33 in std::terminate() () from /usr/lib64/libstdc++.so.6
  11. #5  0x00007ffff67f1d2e in __cxa_throw () from /usr/lib64/libstdc++.so.6
  12. #6  0x00007ffff6796dd7 in std::__throw_out_of_range(char const*) () from /usr/lib64/libstdc++.so.6
  13. #7  0x00007ffff67d2163 in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::substr(unsigned long, unsigned long) const () from /usr/lib64/libstdc++.so.6
  14. #8  0x0000000000be5821 in IRCClient::Handle_IRC (this=0x7ffff3068c00, sData=":CIA-5!~CIA@Rizon-DD651720.atheme.org PRIVMSG #WoWIsraelGM ") at /home/wow/git/trinitycore/src/server/game/TriniChat/IRCIO.cpp:215
  15. #9  0x0000000000be1f7f in IRCClient::SockRecv (this=0x7ffff3068c00) at /home/wow/git/trinitycore/src/server/game/TriniChat/IRCSock.cpp:162
  16. #10 0x0000000000bdfad7 in IRCClient::run (this=0x7fffbb5de600) at /home/wow/git/trinitycore/src/server/game/TriniChat/IRCClient.cpp:80
  17. #11 0x0000000000da1cda in ACE_Based::Thread::ThreadTask (param=0x7fffbb5de600) at /home/wow/git/trinitycore/src/server/shared/Threading/Threading.cpp:183
  18. #12 0x00007ffff76d3cf5 in ACE_OS_Thread_Adapter::invoke (this=<value optimized out>) at ../../ace/OS_Thread_Adapter.cpp:103
  19. #13 0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  20. #14 0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  21. #0  0x00007ffff5d10885 in raise () from /lib64/libc.so.6
  22. No symbol table info available.
  23. #1  0x00007ffff5d12065 in abort () from /lib64/libc.so.6
  24. No symbol table info available.
  25. #2  0x00007ffff67f3a7d in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib64/libstdc++.so.6
  26. No symbol table info available.
  27. #3  0x00007ffff67f1c06 in ?? () from /usr/lib64/libstdc++.so.6
  28. No symbol table info available.
  29. #4  0x00007ffff67f1c33 in std::terminate() () from /usr/lib64/libstdc++.so.6
  30. No symbol table info available.
  31. #5  0x00007ffff67f1d2e in __cxa_throw () from /usr/lib64/libstdc++.so.6
  32. No symbol table info available.
  33. #6  0x00007ffff6796dd7 in std::__throw_out_of_range(char const*) () from /usr/lib64/libstdc++.so.6
  34. No symbol table info available.
  35. #7  0x00007ffff67d2163 in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::substr(unsigned long, unsigned long) const () from /usr/lib64/libstdc++.so.6
  36. No symbol table info available.
  37. #8  0x0000000000be5821 in IRCClient::Handle_IRC (this=0x7ffff3068c00, sData=":CIA-5!~CIA@Rizon-DD651720.atheme.org PRIVMSG #WoWIsraelGM ") at /home/wow/git/trinitycore/src/server/game/TriniChat/IRCIO.cpp:215
  38.         p = 58
  39.         FROM = "#WoWIsraelGM"
  40.         CHAT = ""
  41.         p2 = 45
  42.         szUser = "CIA-5"
  43.         p1 = 37
  44.         USR = "CIA-5!~CIA@Rizon-DD651720.atheme.org"
  45.         CMD = "privmsg"
  46. #9  0x0000000000be1f7f in IRCClient::SockRecv (this=0x7ffff3068c00) at /home/wow/git/trinitycore/src/server/game/TriniChat/IRCSock.cpp:162
  47.         reply = ":CIA-5!~CIA@Rizon-DD651720.atheme.org PRIVMSG #WoWIsraelGM "
  48.         iss = <incomplete type>
  49.         szBuffer = ":CIA-5!~CIA@Rizon-DD651720.atheme.org PRIVMSG #WoWIsraelGM :\002TrinityCore:\017 \003\060\063Machiavelli\017 \003\060\067master\017 * r\002d1e4eb0\017 \003\061\060\017/ (3 files in 3 dirs)\002:\017 \r\n:CIA-5!~CIA@Rizon-DD651720.atheme.org PRIVMSG #WoWIsra"...
  50.         nBytesRecv = <value optimized out>
  51. #10 0x0000000000bdfad7 in IRCClient::run (this=0x7fffbb5de600) at /home/wow/git/trinitycore/src/server/game/TriniChat/IRCClient.cpp:80
  52.         cCount = 0
  53. #11 0x0000000000da1cda in ACE_Based::Thread::ThreadTask (param=0x7fffbb5de600) at /home/wow/git/trinitycore/src/server/shared/Threading/Threading.cpp:183
  54.         _task = 0x7fffbb5de600
  55. #12 0x00007ffff76d3cf5 in ACE_OS_Thread_Adapter::invoke (this=<value optimized out>) at ../../ace/OS_Thread_Adapter.cpp:103
  56.         hook = <value optimized out>
  57.         func = 0xda1cd0 <ACE_Based::Thread::ThreadTask(void*)>
  58.         arg = 0x7fffbb5de600
  59.         cancel_flags = <value optimized out>
  60.         status = 0x0
  61. #13 0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  62. No symbol table info available.
  63. #14 0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  64. No symbol table info available.
  65.   22 Thread 0x7fffabdfe700 (LWP 24473)  0x00007ffff5dc3f23 in epoll_wait () from /lib64/libc.so.6
  66.   21 Thread 0x7fffac7ff700 (LWP 24472)  0x00007ffff5dc3f23 in epoll_wait () from /lib64/libc.so.6
  67.   20 Thread 0x7fffad7ff700 (LWP 24471)  0x00007ffff608dccd in nanosleep () from /lib64/libpthread.so.0
  68. * 19 Thread 0x7fffae7ff700 (LWP 24470)  0x00007ffff5d10885 in raise () from /lib64/libc.so.6
  69.   18 Thread 0x7fffb57ff700 (LWP 24469)  0x00007ffff5dc3f23 in epoll_wait () from /lib64/libc.so.6
  70.   17 Thread 0x7fffb67ff700 (LWP 24468)  0x00007ffff5dbc513 in select () from /lib64/libc.so.6
  71.   16 Thread 0x7fffb77ff700 (LWP 24467)  0x00007ffff608dccd in nanosleep () from /lib64/libpthread.so.0
  72.   15 Thread 0x7fffc0fff700 (LWP 24451)  0x00007ffff608a3dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  73.   14 Thread 0x7fffc1fff700 (LWP 24450)  0x00007ffff608a3dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  74.   13 Thread 0x7fffc2fff700 (LWP 24449)  0x00007ffff608a3dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  75.   12 Thread 0x7fffc3fff700 (LWP 24448)  0x00007ffff608a3dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  76.   11 Thread 0x7fffc51fe700 (LWP 24446)  0x00007ffff608a3dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  77.   10 Thread 0x7fffc5fff700 (LWP 24445)  0x00007ffff608a3dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  78.   9 Thread 0x7fffec3ff700 (LWP 24374)  0x00007ffff608a3dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  79.   8 Thread 0x7fffed3ff700 (LWP 24371)  0x00007ffff608a3dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  80.   7 Thread 0x7fffee7ff700 (LWP 24366)  0x00007ffff608d4ed in read () from /lib64/libpthread.so.0
  81.   6 Thread 0x7fffefbff700 (LWP 24364)  0x00007ffff608d4ed in read () from /lib64/libpthread.so.0
  82.   5 Thread 0x7ffff0fff700 (LWP 24362)  0x00007ffff608d4ed in read () from /lib64/libpthread.so.0
  83.   4 Thread 0x7ffff1fff700 (LWP 24358)  0x00007ffff608a3dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  84.   3 Thread 0x7ffff2fff700 (LWP 24356)  0x00007ffff608a3dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  85.   1 Thread 0x7ffff7fe47e0 (LWP 24352)  0x00007ffff608704d in pthread_join () from /lib64/libpthread.so.0
  86. rax            0x0  0
  87. rbx            0x18f3c90    26164368
  88. rcx            0xffffffffffffffff   -1
  89. rdx            0x6  6
  90. rsi            0x5f96   24470
  91. rdi            0x5f20   24352
  92. rbp            0x7fffad80e1d8   0x7fffad80e1d8
  93. rsp            0x7fffae7fdf98   0x7fffae7fdf98
  94. r8             0xa  10
  95. r9             0x7fffae7ff700   140736121009920
  96. r10            0x8  8
  97. r11            0x202    514
  98. r12            0x7fffad8101c0   140736104300992
  99. r13            0x7fffae7fe1f0   140736121004528
  100. r14            0x7fffae7fec90   140736121007248
  101. r15            0x7ffff3068c00   140737270680576
  102. rip            0x7ffff5d10885   0x7ffff5d10885 <raise+53>
  103. eflags         0x202    [ IF ]
  104. cs             0x33 51
  105. ss             0x2b 43
  106. ds             0x0  0
  107. es             0x0  0
  108. fs             0x0  0
  109. gs             0x0  0
  110.  
  111. Thread 22 (Thread 0x7fffabdfe700 (LWP 24473)):
  112. #0  0x00007ffff5dc3f23 in epoll_wait () from /lib64/libc.so.6
  113. No symbol table info available.
  114. #1  0x00007ffff76a5e34 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffb89ab180, max_wait_time=<value optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:960
  115.         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 = 3337}}
  116.         this_timeout = <value optimized out>
  117.         timeout = 3
  118.         nfds = <value optimized out>
  119. #2  0x00007ffff76a664c in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffb89ab180, max_wait_time=0x7fffabdfdd00, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1033
  120.         result = <value optimized out>
  121. #3  0x00007ffff76a6816 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffb89ab180, max_wait_time=0x7fffabdfdd00) at ../../ace/Dev_Poll_Reactor.cpp:1015
  122.         countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffabdfdd00, 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 = 1330787558, tv_usec = 679937}}, stopped_ = false}
  123.         guard = {token_ = @0x7fffb89ab1f8, owner_ = 1}
  124.         result = <value optimized out>
  125. #4  0x00007ffff76f19dd in ACE_Reactor::run_reactor_event_loop (this=0x7fffb7b907c0, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  126.         result = <value optimized out>
  127. #5  0x0000000000b55a78 in ReactorRunnable::svc (this=0x7fffb8984540) at /home/wow/git/trinitycore/src/server/game/Server/WorldSocketMgr.cpp:170
  128.         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 = 3337}}
  129.         i = <value optimized out>
  130.         t = <value optimized out>
  131. #6  0x00007ffff7711b77 in ACE_Task_Base::svc_run (args=0x7fffb8984540) at ../../ace/Task.cpp:271
  132.         t = 0x7fffb8984540
  133.         svc_status = <value optimized out>
  134.         status = <value optimized out>
  135.         thr_mgr_ptr = <value optimized out>
  136. #7  0x00007ffff7713165 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  137.         hook = <value optimized out>
  138.         func = 0x7ffff7711b40 <ACE_Task_Base::svc_run(void*)>
  139.         arg = 0x7fffb8984540
  140.         cancel_flags = <value optimized out>
  141.         status = 0x0
  142. #8  0x00007ffff77131e1 in ACE_Thread_Adapter::invoke (this=0x7fffb88a79e0) at ../../ace/Thread_Adapter.cpp:96
  143.         exit_hook_instance = 0x7fffaa40a020
  144.         exit_hook_maybe = {instance_ = 0x0}
  145.         exit_hook_ptr = <value optimized out>
  146.         exit_hook = <value optimized out>
  147. #9  0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  148. No symbol table info available.
  149. #10 0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  150. No symbol table info available.
  151.  
  152. Thread 21 (Thread 0x7fffac7ff700 (LWP 24472)):
  153. #0  0x00007ffff5dc3f23 in epoll_wait () from /lib64/libc.so.6
  154. No symbol table info available.
  155. #1  0x00007ffff76a5e34 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffbbe66e80, max_wait_time=<value optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:960
  156.         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}}
  157.         this_timeout = <value optimized out>
  158.         timeout = 10
  159.         nfds = <value optimized out>
  160. #2  0x00007ffff76a664c in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffbbe66e80, max_wait_time=0x7fffac7fed00, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1033
  161.         result = <value optimized out>
  162. #3  0x00007ffff76a6816 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffbbe66e80, max_wait_time=0x7fffac7fed00) at ../../ace/Dev_Poll_Reactor.cpp:1015
  163.         countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffac7fed00, 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 = 1330787558, tv_usec = 677669}}, stopped_ = false}
  164.         guard = {token_ = @0x7fffbbe66ef8, owner_ = 1}
  165.         result = <value optimized out>
  166. #4  0x00007ffff76f19dd in ACE_Reactor::run_reactor_event_loop (this=0x7fffb7b90780, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  167.         result = <value optimized out>
  168. #5  0x0000000000b55a78 in ReactorRunnable::svc (this=0x7fffb8984408) at /home/wow/git/trinitycore/src/server/game/Server/WorldSocketMgr.cpp:170
  169.         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}}
  170.         i = <value optimized out>
  171.         t = <value optimized out>
  172. #6  0x00007ffff7711b77 in ACE_Task_Base::svc_run (args=0x7fffb8984408) at ../../ace/Task.cpp:271
  173.         t = 0x7fffb8984408
  174.         svc_status = <value optimized out>
  175.         status = <value optimized out>
  176.         thr_mgr_ptr = <value optimized out>
  177. #7  0x00007ffff7713165 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  178.         hook = <value optimized out>
  179.         func = 0x7ffff7711b40 <ACE_Task_Base::svc_run(void*)>
  180.         arg = 0x7fffb8984408
  181.         cancel_flags = <value optimized out>
  182.         status = 0x0
  183. #8  0x00007ffff77131e1 in ACE_Thread_Adapter::invoke (this=0x7fffb88a7970) at ../../ace/Thread_Adapter.cpp:96
  184.         exit_hook_instance = 0x7fffaac0a020
  185.         exit_hook_maybe = {instance_ = 0x0}
  186.         exit_hook_ptr = <value optimized out>
  187.         exit_hook = <value optimized out>
  188. #9  0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  189. No symbol table info available.
  190. #10 0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  191. No symbol table info available.
  192.  
  193. Thread 20 (Thread 0x7fffad7ff700 (LWP 24471)):
  194. #0  0x00007ffff608dccd in nanosleep () from /lib64/libpthread.so.0
  195. No symbol table info available.
  196. #1  0x0000000000da19c9 in sleep (msecs=<value optimized out>) at /usr/local/include/ace/OS_NS_unistd.inl:951
  197.         rqtp = {tv_sec = 1, tv_nsec = 0}
  198. #2  ACE_Based::Thread::Sleep (msecs=<value optimized out>) at /home/wow/git/trinitycore/src/server/shared/Threading/Threading.cpp:231
  199. No locals.
  200. #3  0x0000000000848799 in FreezeDetectorRunnable::run (this=0x7fffb7b92160) at /home/wow/git/trinitycore/src/server/worldserver/Master.cpp:94
  201.         curtime = <value optimized out>
  202.         __FUNCTION__ = "run"
  203. #4  0x0000000000da1cda in ACE_Based::Thread::ThreadTask (param=0x7fffb7b92160) at /home/wow/git/trinitycore/src/server/shared/Threading/Threading.cpp:183
  204.         _task = 0x7fffb7b92160
  205. #5  0x00007ffff76d3cf5 in ACE_OS_Thread_Adapter::invoke (this=<value optimized out>) at ../../ace/OS_Thread_Adapter.cpp:103
  206.         hook = <value optimized out>
  207.         func = 0xda1cd0 <ACE_Based::Thread::ThreadTask(void*)>
  208.         arg = 0x7fffb7b92160
  209.         cancel_flags = <value optimized out>
  210.         status = 0x0
  211. #6  0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  212. No symbol table info available.
  213. #7  0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  214. No symbol table info available.
  215.  
  216. Thread 19 (Thread 0x7fffae7ff700 (LWP 24470)):
  217. #0  0x00007ffff5d10885 in raise () from /lib64/libc.so.6
  218. No symbol table info available.
  219. #1  0x00007ffff5d12065 in abort () from /lib64/libc.so.6
  220. No symbol table info available.
  221. #2  0x00007ffff67f3a7d in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib64/libstdc++.so.6
  222. No symbol table info available.
  223. #3  0x00007ffff67f1c06 in ?? () from /usr/lib64/libstdc++.so.6
  224. No symbol table info available.
  225. #4  0x00007ffff67f1c33 in std::terminate() () from /usr/lib64/libstdc++.so.6
  226. No symbol table info available.
  227. #5  0x00007ffff67f1d2e in __cxa_throw () from /usr/lib64/libstdc++.so.6
  228. No symbol table info available.
  229. #6  0x00007ffff6796dd7 in std::__throw_out_of_range(char const*) () from /usr/lib64/libstdc++.so.6
  230. No symbol table info available.
  231. #7  0x00007ffff67d2163 in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::substr(unsigned long, unsigned long) const () from /usr/lib64/libstdc++.so.6
  232. No symbol table info available.
  233. #8  0x0000000000be5821 in IRCClient::Handle_IRC (this=0x7ffff3068c00, sData=":CIA-5!~CIA@Rizon-DD651720.atheme.org PRIVMSG #WoWIsraelGM ") at /home/wow/git/trinitycore/src/server/game/TriniChat/IRCIO.cpp:215
  234.         p = 58
  235.         FROM = "#WoWIsraelGM"
  236.         CHAT = ""
  237.         p2 = 45
  238.         szUser = "CIA-5"
  239.         p1 = 37
  240.         USR = "CIA-5!~CIA@Rizon-DD651720.atheme.org"
  241.         CMD = "privmsg"
  242. #9  0x0000000000be1f7f in IRCClient::SockRecv (this=0x7ffff3068c00) at /home/wow/git/trinitycore/src/server/game/TriniChat/IRCSock.cpp:162
  243.         reply = ":CIA-5!~CIA@Rizon-DD651720.atheme.org PRIVMSG #WoWIsraelGM "
  244.         iss = <incomplete type>
  245.         szBuffer = ":CIA-5!~CIA@Rizon-DD651720.atheme.org PRIVMSG #WoWIsraelGM :\002TrinityCore:\017 \003\060\063Machiavelli\017 \003\060\067master\017 * r\002d1e4eb0\017 \003\061\060\017/ (3 files in 3 dirs)\002:\017 \r\n:CIA-5!~CIA@Rizon-DD651720.atheme.org PRIVMSG #WoWIsra"...
  246.         nBytesRecv = <value optimized out>
  247. #10 0x0000000000bdfad7 in IRCClient::run (this=0x7fffbb5de600) at /home/wow/git/trinitycore/src/server/game/TriniChat/IRCClient.cpp:80
  248.         cCount = 0
  249. #11 0x0000000000da1cda in ACE_Based::Thread::ThreadTask (param=0x7fffbb5de600) at /home/wow/git/trinitycore/src/server/shared/Threading/Threading.cpp:183
  250.         _task = 0x7fffbb5de600
  251. #12 0x00007ffff76d3cf5 in ACE_OS_Thread_Adapter::invoke (this=<value optimized out>) at ../../ace/OS_Thread_Adapter.cpp:103
  252.         hook = <value optimized out>
  253.         func = 0xda1cd0 <ACE_Based::Thread::ThreadTask(void*)>
  254.         arg = 0x7fffbb5de600
  255.         cancel_flags = <value optimized out>
  256.         status = 0x0
  257. #13 0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  258. No symbol table info available.
  259. #14 0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  260. No symbol table info available.
  261.  
  262. Thread 18 (Thread 0x7fffb57ff700 (LWP 24469)):
  263. #0  0x00007ffff5dc3f23 in epoll_wait () from /lib64/libc.so.6
  264. No symbol table info available.
  265. #1  0x00007ffff76a5e34 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffbbe66d00, max_wait_time=<value optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:960
  266.         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 = 100000}}
  267.         this_timeout = <value optimized out>
  268.         timeout = 100
  269.         nfds = <value optimized out>
  270. #2  0x00007ffff76a664c in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffbbe66d00, max_wait_time=0x7fffb57fed20, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1033
  271.         result = <value optimized out>
  272. #3  0x00007ffff76a6816 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffbbe66d00, max_wait_time=0x7fffb57fed20) at ../../ace/Dev_Poll_Reactor.cpp:1015
  273.         countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffb57fed20, 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 = 1330787558, tv_usec = 632388}}, stopped_ = false}
  274.         guard = {token_ = @0x7fffbbe66d78, owner_ = 1}
  275.         result = <value optimized out>
  276. #4  0x00007ffff76f19dd in ACE_Reactor::run_reactor_event_loop (this=0x7fffb7b90720, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  277.         result = <value optimized out>
  278. #5  0x0000000000840631 in RARunnable::run (this=0x7fffb7b906e0) at /home/wow/git/trinitycore/src/server/worldserver/RemoteAccess/RARunnable.cpp:81
  279.         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 = 100000}}
  280.         acceptor = {<ACE_Service_Object> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0x12cf950, reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {value_ = 1}, <No data fields>}, priority_ = 0, reactor_ = 0x7fffb7b90720, reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {_vptr.Policy = 0x7ffff7965690}, value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <ACE_Shared_Object> = {_vptr.ACE_Shared_Object = 0x12cfa70}, <No data fields>}, peer_acceptor_ = {<ACE_SOCK> = {<ACE_IPC_SAP> = {handle_ = 35, static pid_ = 24352}, <No data fields>}, <No data fields>}, peer_acceptor_addr_ = {<ACE_Addr> = {_vptr.ACE_Addr = 0x7ffff7965830, static sap_any = {_vptr.ACE_Addr = 0x7ffff79618d0, static sap_any = <same as static member of an already seen type>, addr_type_ = -1, addr_size_ = -1}, addr_type_ = 2, addr_size_ = 16}, inet_addr_ = {in4_ = {sin_family = 2, sin_port = 29453, sin_addr = {s_addr = 4203527619}, sin_zero = "\000\000\000\000\000\000\000"}}}, flags_ = 0, use_select_ = 1, reuse_addr_ = 1}
  281.         raport = 3443
  282.         stringip = "195.189.140.250"
  283.         listen_addr = {<ACE_Addr> = {_vptr.ACE_Addr = 0x7ffff7965830, static sap_any = {_vptr.ACE_Addr = 0x7ffff79618d0, static sap_any = <same as static member of an already seen type>, addr_type_ = -1, addr_size_ = -1}, addr_type_ = 2, addr_size_ = 16}, inet_addr_ = {in4_ = {sin_family = 2, sin_port = 29453, sin_addr = {s_addr = 4203527619}, sin_zero = "\000\000\000\000\000\000\000"}}}
  284. #6  0x0000000000da1cda in ACE_Based::Thread::ThreadTask (param=0x7fffb7b906e0) at /home/wow/git/trinitycore/src/server/shared/Threading/Threading.cpp:183
  285.         _task = 0x7fffb7b906e0
  286. #7  0x00007ffff76d3cf5 in ACE_OS_Thread_Adapter::invoke (this=<value optimized out>) at ../../ace/OS_Thread_Adapter.cpp:103
  287.         hook = <value optimized out>
  288.         func = 0xda1cd0 <ACE_Based::Thread::ThreadTask(void*)>
  289.         arg = 0x7fffb7b906e0
  290.         cancel_flags = <value optimized out>
  291.         status = 0x0
  292. #8  0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  293. No symbol table info available.
  294. #9  0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  295. No symbol table info available.
  296.  
  297. Thread 17 (Thread 0x7fffb67ff700 (LWP 24468)):
  298. #0  0x00007ffff5dbc513 in select () from /lib64/libc.so.6
  299. No symbol table info available.
  300. #1  0x00007ffff79a13b0 in ?? () from /lib64/libreadline.so.6
  301. No symbol table info available.
  302. #2  0x00007ffff79a1632 in rl_read_key () from /lib64/libreadline.so.6
  303. No symbol table info available.
  304. #3  0x00007ffff798d50f in readline_internal_char () from /lib64/libreadline.so.6
  305. No symbol table info available.
  306. #4  0x00007ffff798da55 in readline () from /lib64/libreadline.so.6
  307. No symbol table info available.
  308. #5  0x00000000008389dd in CliRunnable::run (this=<value optimized out>) at /home/wow/git/trinitycore/src/server/worldserver/CommandLine/CliRunnable.cpp:603
  309.         command_str = <value optimized out>
  310. #6  0x0000000000da1cda in ACE_Based::Thread::ThreadTask (param=0x7fffb8895ef0) at /home/wow/git/trinitycore/src/server/shared/Threading/Threading.cpp:183
  311.         _task = 0x7fffb8895ef0
  312. #7  0x00007ffff76d3cf5 in ACE_OS_Thread_Adapter::invoke (this=<value optimized out>) at ../../ace/OS_Thread_Adapter.cpp:103
  313.         hook = <value optimized out>
  314.         func = 0xda1cd0 <ACE_Based::Thread::ThreadTask(void*)>
  315.         arg = 0x7fffb8895ef0
  316.         cancel_flags = <value optimized out>
  317.         status = 0x0
  318. #8  0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  319. No symbol table info available.
  320. #9  0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  321. No symbol table info available.
  322.  
  323. Thread 16 (Thread 0x7fffb77ff700 (LWP 24467)):
  324. #0  0x00007ffff608dccd in nanosleep () from /lib64/libpthread.so.0
  325. No symbol table info available.
  326. #1  0x0000000000da19c9 in sleep (msecs=<value optimized out>) at /usr/local/include/ace/OS_NS_unistd.inl:951
  327.         rqtp = {tv_sec = 0, tv_nsec = 49000000}
  328. #2  ACE_Based::Thread::Sleep (msecs=<value optimized out>) at /home/wow/git/trinitycore/src/server/shared/Threading/Threading.cpp:231
  329. No locals.
  330. #3  0x0000000000841deb in WorldRunnable::run (this=<value optimized out>) at /home/wow/git/trinitycore/src/server/worldserver/WorldThread/WorldRunnable.cpp:69
  331.         diff = 51
  332.         realCurrTime = <value optimized out>
  333.         realPrevTime = <value optimized out>
  334.         prevSleepTime = 49
  335. #4  0x0000000000da1cda in ACE_Based::Thread::ThreadTask (param=0x7fffb8895ed0) at /home/wow/git/trinitycore/src/server/shared/Threading/Threading.cpp:183
  336.         _task = 0x7fffb8895ed0
  337. #5  0x00007ffff76d3cf5 in ACE_OS_Thread_Adapter::invoke (this=<value optimized out>) at ../../ace/OS_Thread_Adapter.cpp:103
  338.         hook = <value optimized out>
  339.         func = 0xda1cd0 <ACE_Based::Thread::ThreadTask(void*)>
  340.         arg = 0x7fffb8895ed0
  341.         cancel_flags = <value optimized out>
  342.         status = 0x0
  343. #6  0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  344. No symbol table info available.
  345. #7  0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  346. No symbol table info available.
  347.  
  348. Thread 15 (Thread 0x7fffc0fff700 (LWP 24451)):
  349. #0  0x00007ffff608a3dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  350. No symbol table info available.
  351. #1  0x00007ffff7694b45 in cond_timedwait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/OS_NS_Thread.inl:358
  352.         result = 0
  353.         ts = {tv_sec = 140734531522840, tv_nsec = 11487307}
  354. #2  ACE_Condition_Thread_Mutex::wait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  355. No locals.
  356. #3  0x000000000083e5cb in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffe3133000, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  357.         result = 0
  358. #4  0x000000000083f5e7 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffe3133000, first_item=@0x7fffc0ffed18, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  359.         ace_mon = {lock_ = 0x7fffe3133050, owner_ = 0}
  360. #5  0x00007ffff767e292 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=<value optimized out>) at ../../ace/Activation_Queue.cpp:89
  361.         mb = 0x0
  362. #6  0x0000000000da2bb5 in DelayExecutor::svc (this=0x7fffee9eec70) at /home/wow/git/trinitycore/src/server/shared/Threading/DelayExecutor.cpp:47
  363.         rq = <value optimized out>
  364. #7  0x00007ffff7711b77 in ACE_Task_Base::svc_run (args=0x7fffee9eec70) at ../../ace/Task.cpp:271
  365.         t = 0x7fffee9eec70
  366.         svc_status = <value optimized out>
  367.         status = <value optimized out>
  368.         thr_mgr_ptr = <value optimized out>
  369. #8  0x00007ffff7713165 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  370.         hook = <value optimized out>
  371.         func = 0x7ffff7711b40 <ACE_Task_Base::svc_run(void*)>
  372.         arg = 0x7fffee9eec70
  373.         cancel_flags = <value optimized out>
  374.         status = 0x0
  375. #9  0x00007ffff77131e1 in ACE_Thread_Adapter::invoke (this=0x7fffd09c0630) at ../../ace/Thread_Adapter.cpp:96
  376.         exit_hook_instance = 0x7fffbf80a020
  377.         exit_hook_maybe = {instance_ = 0x0}
  378.         exit_hook_ptr = <value optimized out>
  379.         exit_hook = <value optimized out>
  380. #10 0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  381. No symbol table info available.
  382. #11 0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  383. No symbol table info available.
  384.  
  385. Thread 14 (Thread 0x7fffc1fff700 (LWP 24450)):
  386. #0  0x00007ffff608a3dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  387. No symbol table info available.
  388. #1  0x00007ffff7694b45 in cond_timedwait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/OS_NS_Thread.inl:358
  389.         result = 0
  390.         ts = {tv_sec = 101, tv_nsec = 140735446954264}
  391. #2  ACE_Condition_Thread_Mutex::wait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  392. No locals.
  393. #3  0x000000000083e5cb in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffe3133000, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  394.         result = 0
  395. #4  0x000000000083f5e7 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffe3133000, first_item=@0x7fffc1ffed18, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  396.         ace_mon = {lock_ = 0x7fffe3133050, owner_ = 0}
  397. #5  0x00007ffff767e292 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=<value optimized out>) at ../../ace/Activation_Queue.cpp:89
  398.         mb = 0x0
  399. #6  0x0000000000da2bb5 in DelayExecutor::svc (this=0x7fffee9eec70) at /home/wow/git/trinitycore/src/server/shared/Threading/DelayExecutor.cpp:47
  400.         rq = <value optimized out>
  401. #7  0x00007ffff7711b77 in ACE_Task_Base::svc_run (args=0x7fffee9eec70) at ../../ace/Task.cpp:271
  402.         t = 0x7fffee9eec70
  403.         svc_status = <value optimized out>
  404.         status = <value optimized out>
  405.         thr_mgr_ptr = <value optimized out>
  406. #8  0x00007ffff7713165 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  407.         hook = <value optimized out>
  408.         func = 0x7ffff7711b40 <ACE_Task_Base::svc_run(void*)>
  409.         arg = 0x7fffee9eec70
  410.         cancel_flags = <value optimized out>
  411.         status = 0x0
  412. #9  0x00007ffff77131e1 in ACE_Thread_Adapter::invoke (this=0x7fffd09c06a0) at ../../ace/Thread_Adapter.cpp:96
  413.         exit_hook_instance = 0x7fffc000a020
  414.         exit_hook_maybe = {instance_ = 0x0}
  415.         exit_hook_ptr = <value optimized out>
  416.         exit_hook = <value optimized out>
  417. #10 0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  418. No symbol table info available.
  419. #11 0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  420. No symbol table info available.
  421.  
  422. Thread 13 (Thread 0x7fffc2fff700 (LWP 24449)):
  423. #0  0x00007ffff608a3dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  424. No symbol table info available.
  425. #1  0x00007ffff7694b45 in cond_timedwait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/OS_NS_Thread.inl:358
  426.         result = 0
  427.         ts = {tv_sec = 101, tv_nsec = 140736880881944}
  428. #2  ACE_Condition_Thread_Mutex::wait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  429. No locals.
  430. #3  0x000000000083e5cb in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffe3133000, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  431.         result = 0
  432. #4  0x000000000083f5e7 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffe3133000, first_item=@0x7fffc2ffed18, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  433.         ace_mon = {lock_ = 0x7fffe3133050, owner_ = 0}
  434. #5  0x00007ffff767e292 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=<value optimized out>) at ../../ace/Activation_Queue.cpp:89
  435.         mb = 0x0
  436. #6  0x0000000000da2bb5 in DelayExecutor::svc (this=0x7fffee9eec70) at /home/wow/git/trinitycore/src/server/shared/Threading/DelayExecutor.cpp:47
  437.         rq = <value optimized out>
  438. #7  0x00007ffff7711b77 in ACE_Task_Base::svc_run (args=0x7fffee9eec70) at ../../ace/Task.cpp:271
  439.         t = 0x7fffee9eec70
  440.         svc_status = <value optimized out>
  441.         status = <value optimized out>
  442.         thr_mgr_ptr = <value optimized out>
  443. #8  0x00007ffff7713165 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  444.         hook = <value optimized out>
  445.         func = 0x7ffff7711b40 <ACE_Task_Base::svc_run(void*)>
  446.         arg = 0x7fffee9eec70
  447.         cancel_flags = <value optimized out>
  448.         status = 0x0
  449. #9  0x00007ffff77131e1 in ACE_Thread_Adapter::invoke (this=0x7fffd09c0630) at ../../ace/Thread_Adapter.cpp:96
  450.         exit_hook_instance = 0x7fffc100a020
  451.         exit_hook_maybe = {instance_ = 0x0}
  452.         exit_hook_ptr = <value optimized out>
  453.         exit_hook = <value optimized out>
  454. #10 0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  455. No symbol table info available.
  456. #11 0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  457. No symbol table info available.
  458.  
  459. Thread 12 (Thread 0x7fffc3fff700 (LWP 24448)):
  460. #0  0x00007ffff608a3dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  461. No symbol table info available.
  462. #1  0x00007ffff7694b45 in cond_timedwait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/OS_NS_Thread.inl:358
  463.         result = 0
  464.         ts = {tv_sec = 140734649667864, tv_nsec = 11487307}
  465. #2  ACE_Condition_Thread_Mutex::wait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  466. No locals.
  467. #3  0x000000000083e5cb in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffe3133000, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  468.         result = 0
  469. #4  0x000000000083f5e7 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffe3133000, first_item=@0x7fffc3ffed18, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  470.         ace_mon = {lock_ = 0x7fffe3133050, owner_ = 0}
  471. #5  0x00007ffff767e292 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=<value optimized out>) at ../../ace/Activation_Queue.cpp:89
  472.         mb = 0x0
  473. #6  0x0000000000da2bb5 in DelayExecutor::svc (this=0x7fffee9eec70) at /home/wow/git/trinitycore/src/server/shared/Threading/DelayExecutor.cpp:47
  474.         rq = <value optimized out>
  475. #7  0x00007ffff7711b77 in ACE_Task_Base::svc_run (args=0x7fffee9eec70) at ../../ace/Task.cpp:271
  476.         t = 0x7fffee9eec70
  477.         svc_status = <value optimized out>
  478.         status = <value optimized out>
  479.         thr_mgr_ptr = <value optimized out>
  480. #8  0x00007ffff7713165 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  481.         hook = <value optimized out>
  482.         func = 0x7ffff7711b40 <ACE_Task_Base::svc_run(void*)>
  483.         arg = 0x7fffee9eec70
  484.         cancel_flags = <value optimized out>
  485.         status = 0x0
  486. #9  0x00007ffff77131e1 in ACE_Thread_Adapter::invoke (this=0x7fffd09c06a0) at ../../ace/Thread_Adapter.cpp:96
  487.         exit_hook_instance = 0x7fffc200a020
  488.         exit_hook_maybe = {instance_ = 0x0}
  489.         exit_hook_ptr = <value optimized out>
  490.         exit_hook = <value optimized out>
  491. #10 0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  492. No symbol table info available.
  493. #11 0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  494. No symbol table info available.
  495.  
  496. Thread 11 (Thread 0x7fffc51fe700 (LWP 24446)):
  497. #0  0x00007ffff608a3dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  498. No symbol table info available.
  499. #1  0x00007ffff7694b45 in cond_timedwait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/OS_NS_Thread.inl:358
  500.         result = 0
  501.         ts = {tv_sec = 101, tv_nsec = 140736835891480}
  502. #2  ACE_Condition_Thread_Mutex::wait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  503. No locals.
  504. #3  0x000000000083e5cb in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffe3133000, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  505.         result = 0
  506. #4  0x000000000083f5e7 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffe3133000, first_item=@0x7fffc51fdd18, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  507.         ace_mon = {lock_ = 0x7fffe3133050, owner_ = 0}
  508. #5  0x00007ffff767e292 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=<value optimized out>) at ../../ace/Activation_Queue.cpp:89
  509.         mb = 0x0
  510. #6  0x0000000000da2bb5 in DelayExecutor::svc (this=0x7fffee9eec70) at /home/wow/git/trinitycore/src/server/shared/Threading/DelayExecutor.cpp:47
  511.         rq = <value optimized out>
  512. #7  0x00007ffff7711b77 in ACE_Task_Base::svc_run (args=0x7fffee9eec70) at ../../ace/Task.cpp:271
  513.         t = 0x7fffee9eec70
  514.         svc_status = <value optimized out>
  515.         status = <value optimized out>
  516.         thr_mgr_ptr = <value optimized out>
  517. #8  0x00007ffff7713165 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  518.         hook = <value optimized out>
  519.         func = 0x7ffff7711b40 <ACE_Task_Base::svc_run(void*)>
  520.         arg = 0x7fffee9eec70
  521.         cancel_flags = <value optimized out>
  522.         status = 0x0
  523. #9  0x00007ffff77131e1 in ACE_Thread_Adapter::invoke (this=0x7fffd09c0630) at ../../ace/Thread_Adapter.cpp:96
  524.         exit_hook_instance = 0x7fffc300a020
  525.         exit_hook_maybe = {instance_ = 0x0}
  526.         exit_hook_ptr = <value optimized out>
  527.         exit_hook = <value optimized out>
  528. #10 0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  529. No symbol table info available.
  530. #11 0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  531. No symbol table info available.
  532.  
  533. Thread 10 (Thread 0x7fffc5fff700 (LWP 24445)):
  534. #0  0x00007ffff608a3dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  535. No symbol table info available.
  536. #1  0x00007ffff7694b45 in cond_timedwait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/OS_NS_Thread.inl:358
  537.         result = 0
  538.         ts = {tv_sec = 140735306989848, tv_nsec = 11487307}
  539. #2  ACE_Condition_Thread_Mutex::wait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  540. No locals.
  541. #3  0x000000000083e5cb in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffe3133000, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  542.         result = 0
  543. #4  0x000000000083f5e7 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffe3133000, first_item=@0x7fffc5ffed18, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  544.         ace_mon = {lock_ = 0x7fffe3133050, owner_ = 0}
  545. #5  0x00007ffff767e292 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=<value optimized out>) at ../../ace/Activation_Queue.cpp:89
  546.         mb = 0x0
  547. #6  0x0000000000da2bb5 in DelayExecutor::svc (this=0x7fffee9eec70) at /home/wow/git/trinitycore/src/server/shared/Threading/DelayExecutor.cpp:47
  548.         rq = <value optimized out>
  549. #7  0x00007ffff7711b77 in ACE_Task_Base::svc_run (args=0x7fffee9eec70) at ../../ace/Task.cpp:271
  550.         t = 0x7fffee9eec70
  551.         svc_status = <value optimized out>
  552.         status = <value optimized out>
  553.         thr_mgr_ptr = <value optimized out>
  554. #8  0x00007ffff7713165 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  555.         hook = <value optimized out>
  556.         func = 0x7ffff7711b40 <ACE_Task_Base::svc_run(void*)>
  557.         arg = 0x7fffee9eec70
  558.         cancel_flags = <value optimized out>
  559.         status = 0x0
  560. #9  0x00007ffff77131e1 in ACE_Thread_Adapter::invoke (this=0x7fffd09c05c0) at ../../ace/Thread_Adapter.cpp:96
  561.         exit_hook_instance = 0x7fffc400a020
  562.         exit_hook_maybe = {instance_ = 0x0}
  563.         exit_hook_ptr = <value optimized out>
  564.         exit_hook = <value optimized out>
  565. #10 0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  566. No symbol table info available.
  567. #11 0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  568. No symbol table info available.
  569.  
  570. Thread 9 (Thread 0x7fffec3ff700 (LWP 24374)):
  571. #0  0x00007ffff608a3dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  572. No symbol table info available.
  573. #1  0x00007ffff7694b45 in cond_timedwait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/OS_NS_Thread.inl:358
  574.         result = 0
  575.         ts = {tv_sec = 140737278667464, tv_nsec = 140737278667768}
  576. #2  ACE_Condition_Thread_Mutex::wait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  577. No locals.
  578. #3  0x000000000083e5cb in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff300e500, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  579.         result = 0
  580. #4  0x000000000083f5e7 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff300e500, first_item=@0x7fffec3fed18, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  581.         ace_mon = {lock_ = 0x7ffff300e550, owner_ = 0}
  582. #5  0x00007ffff767e292 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=<value optimized out>) at ../../ace/Activation_Queue.cpp:89
  583.         mb = 0x0
  584. #6  0x0000000000d9c860 in DatabaseWorker::svc (this=0x7fffed47b800) at /home/wow/git/trinitycore/src/server/shared/Database/DatabaseWorker.cpp:40
  585.         request = <value optimized out>
  586. #7  0x00007ffff7711b77 in ACE_Task_Base::svc_run (args=0x7fffed47b800) at ../../ace/Task.cpp:271
  587.         t = 0x7fffed47b800
  588.         svc_status = <value optimized out>
  589.         status = <value optimized out>
  590.         thr_mgr_ptr = <value optimized out>
  591. #8  0x00007ffff7713165 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  592.         hook = <value optimized out>
  593.         func = 0x7ffff7711b40 <ACE_Task_Base::svc_run(void*)>
  594.         arg = 0x7fffed47b800
  595.         cancel_flags = <value optimized out>
  596.         status = 0x0
  597. #9  0x00007ffff77131e1 in ACE_Thread_Adapter::invoke (this=0x7fffed4c0cc0) at ../../ace/Thread_Adapter.cpp:96
  598.         exit_hook_instance = 0x7fffeb40a020
  599.         exit_hook_maybe = {instance_ = 0x0}
  600.         exit_hook_ptr = <value optimized out>
  601.         exit_hook = <value optimized out>
  602. #10 0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  603. No symbol table info available.
  604. #11 0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  605. No symbol table info available.
  606.  
  607. Thread 8 (Thread 0x7fffed3ff700 (LWP 24371)):
  608. #0  0x00007ffff608a3dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  609. No symbol table info available.
  610. #1  0x00007ffff7694b45 in cond_timedwait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/OS_NS_Thread.inl:358
  611.         result = 0
  612.         ts = {tv_sec = 0, tv_nsec = 11265645}
  613. #2  ACE_Condition_Thread_Mutex::wait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  614. No locals.
  615. #3  0x000000000083e5cb in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff300e400, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  616.         result = 0
  617. #4  0x000000000083f5e7 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff300e400, first_item=@0x7fffed3fed18, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  618.         ace_mon = {lock_ = 0x7ffff300e450, owner_ = 0}
  619. #5  0x00007ffff767e292 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=<value optimized out>) at ../../ace/Activation_Queue.cpp:89
  620.         mb = 0x0
  621. #6  0x0000000000d9c860 in DatabaseWorker::svc (this=0x7fffed47b140) at /home/wow/git/trinitycore/src/server/shared/Database/DatabaseWorker.cpp:40
  622.         request = <value optimized out>
  623. #7  0x00007ffff7711b77 in ACE_Task_Base::svc_run (args=0x7fffed47b140) at ../../ace/Task.cpp:271
  624.         t = 0x7fffed47b140
  625.         svc_status = <value optimized out>
  626.         status = <value optimized out>
  627.         thr_mgr_ptr = <value optimized out>
  628. #8  0x00007ffff7713165 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  629.         hook = <value optimized out>
  630.         func = 0x7ffff7711b40 <ACE_Task_Base::svc_run(void*)>
  631.         arg = 0x7fffed47b140
  632.         cancel_flags = <value optimized out>
  633.         status = 0x0
  634. #9  0x00007ffff77131e1 in ACE_Thread_Adapter::invoke (this=0x7fffed4c0630) at ../../ace/Thread_Adapter.cpp:96
  635.         exit_hook_instance = 0x7fffec40a020
  636.         exit_hook_maybe = {instance_ = 0x0}
  637.         exit_hook_ptr = <value optimized out>
  638.         exit_hook = <value optimized out>
  639. #10 0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  640. No symbol table info available.
  641. #11 0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  642. No symbol table info available.
  643.  
  644. Thread 7 (Thread 0x7fffee7ff700 (LWP 24366)):
  645. #0  0x00007ffff608d4ed in read () from /lib64/libpthread.so.0
  646. No symbol table info available.
  647. #1  0x00007ffff729ba99 in vio_read_buff () from /usr/lib64/mysql/libmysqlclient_r.so.16
  648. No symbol table info available.
  649. #2  0x00007ffff729cbff in ?? () from /usr/lib64/mysql/libmysqlclient_r.so.16
  650. No symbol table info available.
  651. #3  0x00007ffff729d005 in my_net_read () from /usr/lib64/mysql/libmysqlclient_r.so.16
  652. No symbol table info available.
  653. #4  0x00007ffff729763a in cli_safe_read () from /usr/lib64/mysql/libmysqlclient_r.so.16
  654. No symbol table info available.
  655. #5  0x00007ffff7297db9 in ?? () from /usr/lib64/mysql/libmysqlclient_r.so.16
  656. No symbol table info available.
  657. #6  0x00007ffff72961cc in mysql_real_query () from /usr/lib64/mysql/libmysqlclient_r.so.16
  658. No symbol table info available.
  659. #7  0x0000000000d98ecc in MySQLConnection::Execute (this=0x7ffff3016c40, sql=0x7fff485ade00 "REPLACE INTO players_reports_status (guid,average,total_reports,speed_reports,fly_reports,jump_reports,waterwalk_reports,teleportplane_reports,climb_reports,creation_time) VALUES (243424,0.000000,0,0,"...) at /home/wow/git/trinitycore/src/server/shared/Database/MySQLConnection.cpp:170
  660.         _s = 0
  661. #8  0x0000000000d9ad6d in BasicStatementTask::Execute (this=0x7fff511b6f70) at /home/wow/git/trinitycore/src/server/shared/Database/AdhocStatement.cpp:55
  662. No locals.
  663. #9  0x000000000084bcfa in SQLOperation::call (this=<value optimized out>) at /home/wow/git/trinitycore/src/server/shared/Database/SQLOperation.h:65
  664. No locals.
  665. #10 0x0000000000d9c849 in DatabaseWorker::svc (this=0x7ffff3016d00) at /home/wow/git/trinitycore/src/server/shared/Database/DatabaseWorker.cpp:45
  666.         request = 0x7fff511b6f70
  667. #11 0x00007ffff7711b77 in ACE_Task_Base::svc_run (args=0x7ffff3016d00) at ../../ace/Task.cpp:271
  668.         t = 0x7ffff3016d00
  669.         svc_status = <value optimized out>
  670.         status = <value optimized out>
  671.         thr_mgr_ptr = <value optimized out>
  672. #12 0x00007ffff7713165 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  673.         hook = <value optimized out>
  674.         func = 0x7ffff7711b40 <ACE_Task_Base::svc_run(void*)>
  675.         arg = 0x7ffff3016d00
  676.         cancel_flags = <value optimized out>
  677.         status = 0x0
  678. #13 0x00007ffff77131e1 in ACE_Thread_Adapter::invoke (this=0x7fffefe0eba0) at ../../ace/Thread_Adapter.cpp:96
  679.         exit_hook_instance = 0x7fffed80a020
  680.         exit_hook_maybe = {instance_ = 0x0}
  681.         exit_hook_ptr = <value optimized out>
  682.         exit_hook = <value optimized out>
  683. #14 0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  684. No symbol table info available.
  685. #15 0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  686. No symbol table info available.
  687.  
  688. Thread 6 (Thread 0x7fffefbff700 (LWP 24364)):
  689. #0  0x00007ffff608d4ed in read () from /lib64/libpthread.so.0
  690. No symbol table info available.
  691. #1  0x00007ffff729ba99 in vio_read_buff () from /usr/lib64/mysql/libmysqlclient_r.so.16
  692. No symbol table info available.
  693. #2  0x00007ffff729cbff in ?? () from /usr/lib64/mysql/libmysqlclient_r.so.16
  694. No symbol table info available.
  695. #3  0x00007ffff729d005 in my_net_read () from /usr/lib64/mysql/libmysqlclient_r.so.16
  696. No symbol table info available.
  697. #4  0x00007ffff729763a in cli_safe_read () from /usr/lib64/mysql/libmysqlclient_r.so.16
  698. No symbol table info available.
  699. #5  0x00007ffff7297db9 in ?? () from /usr/lib64/mysql/libmysqlclient_r.so.16
  700. No symbol table info available.
  701. #6  0x00007ffff72961cc in mysql_real_query () from /usr/lib64/mysql/libmysqlclient_r.so.16
  702. No symbol table info available.
  703. #7  0x0000000000d98ecc in MySQLConnection::Execute (this=0x7ffff3015b00, sql=0x1368135 "COMMIT") at /home/wow/git/trinitycore/src/server/shared/Database/MySQLConnection.cpp:170
  704.         _s = 0
  705. #8  0x0000000000d9a3c5 in CommitTransaction (this=0x7ffff3015b00, transaction=<value optimized out>) at /home/wow/git/trinitycore/src/server/shared/Database/MySQLConnection.cpp:377
  706. No locals.
  707. #9  MySQLConnection::ExecuteTransaction (this=0x7ffff3015b00, transaction=<value optimized out>) at /home/wow/git/trinitycore/src/server/shared/Database/MySQLConnection.cpp:426
  708.         queries = std::list = {
  709.           [0] = {element = {stmt = 0x7fff251a26d0, query = 0x7fff251a26d0 "\240!\363\357\377\177"}, type = SQL_ELEMENT_PREPARED},
  710.           [1] = {element = {stmt = 0x7fff251a2b50, query = 0x7fff251a2b50 "\020\032\363\357\377\177"}, type = SQL_ELEMENT_PREPARED},
  711.           [2] = {element = {stmt = 0x7fff251a3610, query = 0x7fff251a3610 "\300\031\363\357\377\177"}, type = SQL_ELEMENT_PREPARED},
  712.           [3] = {element = {stmt = 0x7fff251cc5e0, query = 0x7fff251cc5e0 "\360&\327\357\377\177"}, type = SQL_ELEMENT_PREPARED},
  713.           [4] = {element = {stmt = 0x7fff251cc2b0, query = 0x7fff251cc2b0 "\340'\327\357\377\177"}, type = SQL_ELEMENT_PREPARED},
  714.           [5] = {element = {stmt = 0x7fff2598d140, query = 0x7fff2598d140 "DELETE FROM character_spell_cooldown WHERE guid = '53305'"}, type = SQL_ELEMENT_RAW},
  715.           [6] = {element = {stmt = 0x7fff59df0d80, query = 0x7fff59df0d80 "INSERT INTO character_spell_cooldown (guid, spell, item, time) VALUES (53305,556,0,1330788251),(53305,20608,0,1330787855),(53305,21169,0,1330787855),(53305,50977,0,1330788251),(53305,53822,0,133078825"...}, type = SQL_ELEMENT_RAW},
  716.           [7] = {element = {stmt = 0x7fff25967d30, query = 0x7fff25967d30 ""}, type = SQL_ELEMENT_PREPARED},
  717.           [8] = {element = {stmt = 0x7fff25992dc0, query = 0x7fff25992dc0 "P\021\363\357\377\177"}, type = SQL_ELEMENT_PREPARED},
  718.           [9] = {element = {stmt = 0x7fff259afdf0, query = 0x7fff259afdf0 "P\021\363\357\377\177"}, type = SQL_ELEMENT_PREPARED},
  719.           [10] = {element = {stmt = 0x7fff259afbb0, query = 0x7fff259afbb0 "P\021\363\357\377\177"}, type = SQL_ELEMENT_PREPARED},
  720.           [11] = {element = {stmt = 0x7fff259af160, query = 0x7fff259af160 "DELETE FROM character_glyphs WHERE guid='53305'"}, type = SQL_ELEMENT_RAW},
  721.           [12] = {element = {stmt = 0x7fff347ff040, query = 0x7fff347ff040 "INSERT INTO character_glyphs VALUES('53305', '0', '226', '612', '475', '752', '473', '219')"}, type = SQL_ELEMENT_RAW},
  722.           [13] = {element = {stmt = 0x7fff347ff2e0, query = 0x7fff347ff2e0 "INSERT INTO character_glyphs VALUES('53305', '1', '753', '476', '473', '214', '475', '754')"}, type = SQL_ELEMENT_RAW}
  723.         }
  724.         itr = {element = {stmt = , query = "\nk\377\377\f\376\377\377"}, type = 4294967295}
  725.         __FUNCTION__ = "ExecuteTransaction"
  726. #10 0x0000000000d9a7f9 in TransactionTask::Execute (this=0x7fff259b0a90) at /home/wow/git/trinitycore/src/server/shared/Database/Transaction.cpp:77
  727. No locals.
  728. #11 0x000000000084bcfa in SQLOperation::call (this=<value optimized out>) at /home/wow/git/trinitycore/src/server/shared/Database/SQLOperation.h:65
  729. No locals.
  730. #12 0x0000000000d9c849 in DatabaseWorker::svc (this=0x7ffff3015bc0) at /home/wow/git/trinitycore/src/server/shared/Database/DatabaseWorker.cpp:45
  731.         request = 0x7fff259b0a90
  732. #13 0x00007ffff7711b77 in ACE_Task_Base::svc_run (args=0x7ffff3015bc0) at ../../ace/Task.cpp:271
  733.         t = 0x7ffff3015bc0
  734.         svc_status = <value optimized out>
  735.         status = <value optimized out>
  736.         thr_mgr_ptr = <value optimized out>
  737. #14 0x00007ffff7713165 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  738.         hook = <value optimized out>
  739.         func = 0x7ffff7711b40 <ACE_Task_Base::svc_run(void*)>
  740.         arg = 0x7ffff3015bc0
  741.         cancel_flags = <value optimized out>
  742.         status = 0x0
  743. #15 0x00007ffff77131e1 in ACE_Thread_Adapter::invoke (this=0x7fffefc9b860) at ../../ace/Thread_Adapter.cpp:96
  744.         exit_hook_instance = 0x7fffeec0a020
  745.         exit_hook_maybe = {instance_ = 0x0}
  746.         exit_hook_ptr = <value optimized out>
  747.         exit_hook = <value optimized out>
  748. #16 0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  749. No symbol table info available.
  750. #17 0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  751. No symbol table info available.
  752.  
  753. Thread 5 (Thread 0x7ffff0fff700 (LWP 24362)):
  754. #0  0x00007ffff608d4ed in read () from /lib64/libpthread.so.0
  755. No symbol table info available.
  756. #1  0x00007ffff729ba99 in vio_read_buff () from /usr/lib64/mysql/libmysqlclient_r.so.16
  757. No symbol table info available.
  758. #2  0x00007ffff729cbff in ?? () from /usr/lib64/mysql/libmysqlclient_r.so.16
  759. No symbol table info available.
  760. #3  0x00007ffff729d005 in my_net_read () from /usr/lib64/mysql/libmysqlclient_r.so.16
  761. No symbol table info available.
  762. #4  0x00007ffff729763a in cli_safe_read () from /usr/lib64/mysql/libmysqlclient_r.so.16
  763. No symbol table info available.
  764. #5  0x00007ffff7297db9 in ?? () from /usr/lib64/mysql/libmysqlclient_r.so.16
  765. No symbol table info available.
  766. #6  0x00007ffff72961cc in mysql_real_query () from /usr/lib64/mysql/libmysqlclient_r.so.16
  767. No symbol table info available.
  768. #7  0x0000000000d98ecc in MySQLConnection::Execute (this=0x7ffff30149c0, sql=0x1368135 "COMMIT") at /home/wow/git/trinitycore/src/server/shared/Database/MySQLConnection.cpp:170
  769.         _s = 0
  770. #8  0x0000000000d9a3c5 in CommitTransaction (this=0x7ffff30149c0, transaction=<value optimized out>) at /home/wow/git/trinitycore/src/server/shared/Database/MySQLConnection.cpp:377
  771. No locals.
  772. #9  MySQLConnection::ExecuteTransaction (this=0x7ffff30149c0, transaction=<value optimized out>) at /home/wow/git/trinitycore/src/server/shared/Database/MySQLConnection.cpp:426
  773.         queries = std::list = {
  774.           [0] = {element = {stmt = 0x7fff28dcc490, query = 0x7fff28dcc490 "\300\371\307\357\377\177"}, type = SQL_ELEMENT_PREPARED},
  775.           [1] = {element = {stmt = 0x7fff3bdbff10, query = 0x7fff3bdbff10 "\220\362\307\357\377\177"}, type = SQL_ELEMENT_PREPARED},
  776.           [2] = {element = {stmt = 0x7fff51164130, query = 0x7fff51164130 "@\362\307\357\377\177"}, type = SQL_ELEMENT_PREPARED},
  777.           [3] = {element = {stmt = 0x7fff25daf400, query = 0x7fff25daf400 "REPLACE INTO character_queststatus (guid, quest, status, explored, timer, mobcount1, mobcount2, mobcount3, mobcount4, itemcount1, itemcount2, itemcount3, itemcount4, playercount) VALUES ('243424', '60"...}, type = SQL_ELEMENT_RAW},
  778.           [4] = {element = {stmt = 0x7fff25f8ef40, query = 0x7fff25f8ef40 "DELETE FROM character_spell_cooldown WHERE guid = '243424'"}, type = SQL_ELEMENT_RAW},
  779.           [5] = {element = {stmt = 0x7fff25e5f100, query = 0x7fff25e5f100 "INSERT INTO character_spell_cooldown (guid, spell, item, time) VALUES (243424,740,0,1330787812),(243424,4312,0,1330787812),(243424,8918,0,1330787812),(243424,9862,0,1330787812),(243424,9863,0,13307878"...}, type = SQL_ELEMENT_RAW},
  780.           [6] = {element = {stmt = 0x7fff51171f40, query = 0x7fff51171f40 " \271=\363\377\177"}, type = SQL_ELEMENT_PREPARED},
  781.           [7] = {element = {stmt = 0x7fff5119e760, query = 0x7fff5119e760 "p\271=\363\377\177"}, type = SQL_ELEMENT_PREPARED},
  782.           [8] = {element = {stmt = 0x7fff5119ed90, query = 0x7fff5119ed90 "p\271=\363\377\177"}, type = SQL_ELEMENT_PREPARED},
  783.           [9] = {element = {stmt = 0x7fff5119ef70, query = 0x7fff5119ef70 "p\271=\363\377\177"}, type = SQL_ELEMENT_PREPARED},
  784.           [10] = {element = {stmt = 0x7fff511a4040, query = 0x7fff511a4040 "p\271=\363\377\177"}, type = SQL_ELEMENT_PREPARED},
  785.           [11] = {element = {stmt = 0x7fff511a4400, query = 0x7fff511a4400 "p\271=\363\377\177"}, type = SQL_ELEMENT_PREPARED},
  786.           [12] = {element = {stmt = 0x7fff25f8e700, query = 0x7fff25f8e700 "DELETE FROM character_glyphs WHERE guid='243424'"}, type = SQL_ELEMENT_RAW},
  787.           [13] = {element = {stmt = 0x7fff25dca520, query = 0x7fff25dca520 "INSERT INTO character_glyphs VALUES('243424', '0', '172', '0', '0', '0', '0', '0')"}, type = SQL_ELEMENT_RAW}
  788.         }
  789.         itr = {element = {stmt = , query = "HM\235\201\377\177"}, type = SQL_ELEMENT_RAW}
  790.         __FUNCTION__ = "ExecuteTransaction"
  791. #10 0x0000000000d9a7f9 in TransactionTask::Execute (this=0x7fff511b6850) at /home/wow/git/trinitycore/src/server/shared/Database/Transaction.cpp:77
  792. No locals.
  793. #11 0x000000000084bcfa in SQLOperation::call (this=<value optimized out>) at /home/wow/git/trinitycore/src/server/shared/Database/SQLOperation.h:65
  794. No locals.
  795. #12 0x0000000000d9c849 in DatabaseWorker::svc (this=0x7ffff3014a80) at /home/wow/git/trinitycore/src/server/shared/Database/DatabaseWorker.cpp:45
  796.         request = 0x7fff511b6850
  797. #13 0x00007ffff7711b77 in ACE_Task_Base::svc_run (args=0x7ffff3014a80) at ../../ace/Task.cpp:271
  798.         t = 0x7ffff3014a80
  799.         svc_status = <value optimized out>
  800.         status = <value optimized out>
  801.         thr_mgr_ptr = <value optimized out>
  802. #14 0x00007ffff7713165 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  803.         hook = <value optimized out>
  804.         func = 0x7ffff7711b40 <ACE_Task_Base::svc_run(void*)>
  805.         arg = 0x7ffff3014a80
  806.         cancel_flags = <value optimized out>
  807.         status = 0x0
  808. #15 0x00007ffff77131e1 in ACE_Thread_Adapter::invoke (this=0x7ffff300c4a0) at ../../ace/Thread_Adapter.cpp:96
  809.         exit_hook_instance = 0x7ffff000a020
  810.         exit_hook_maybe = {instance_ = 0x0}
  811.         exit_hook_ptr = <value optimized out>
  812.         exit_hook = <value optimized out>
  813. #16 0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  814. No symbol table info available.
  815. #17 0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  816. No symbol table info available.
  817.  
  818. Thread 4 (Thread 0x7ffff1fff700 (LWP 24358)):
  819. #0  0x00007ffff608a3dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  820. No symbol table info available.
  821. #1  0x00007ffff7694b45 in cond_timedwait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/OS_NS_Thread.inl:358
  822.         result = 0
  823.         ts = {tv_sec = 140736104284416, tv_nsec = 140736104280064}
  824. #2  ACE_Condition_Thread_Mutex::wait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  825. No locals.
  826. #3  0x000000000083e5cb in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff300e200, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  827.         result = 0
  828. #4  0x000000000083f5e7 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff300e200, first_item=@0x7ffff1ffed18, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  829.         ace_mon = {lock_ = 0x7ffff300e250, owner_ = 0}
  830. #5  0x00007ffff767e292 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=<value optimized out>) at ../../ace/Activation_Queue.cpp:89
  831.         mb = 0x0
  832. #6  0x0000000000d9c860 in DatabaseWorker::svc (this=0x7ffff3014780) at /home/wow/git/trinitycore/src/server/shared/Database/DatabaseWorker.cpp:40
  833.         request = <value optimized out>
  834. #7  0x00007ffff7711b77 in ACE_Task_Base::svc_run (args=0x7ffff3014780) at ../../ace/Task.cpp:271
  835.         t = 0x7ffff3014780
  836.         svc_status = <value optimized out>
  837.         status = <value optimized out>
  838.         thr_mgr_ptr = <value optimized out>
  839. #8  0x00007ffff7713165 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  840.         hook = <value optimized out>
  841.         func = 0x7ffff7711b40 <ACE_Task_Base::svc_run(void*)>
  842.         arg = 0x7ffff3014780
  843.         cancel_flags = <value optimized out>
  844.         status = 0x0
  845. #9  0x00007ffff77131e1 in ACE_Thread_Adapter::invoke (this=0x7ffff300b940) at ../../ace/Thread_Adapter.cpp:96
  846.         exit_hook_instance = 0x7ffff100a020
  847.         exit_hook_maybe = {instance_ = 0x0}
  848.         exit_hook_ptr = <value optimized out>
  849.         exit_hook = <value optimized out>
  850. #10 0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  851. No symbol table info available.
  852. #11 0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  853. No symbol table info available.
  854.  
  855. Thread 3 (Thread 0x7ffff2fff700 (LWP 24356)):
  856. #0  0x00007ffff608a3dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  857. No symbol table info available.
  858. #1  0x00007ffff7694b45 in cond_timedwait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/OS_NS_Thread.inl:358
  859.         result = 0
  860.         ts = {tv_sec = 140737270309504, tv_nsec = 140737270309456}
  861. #2  ACE_Condition_Thread_Mutex::wait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  862. No locals.
  863. #3  0x000000000083e5cb in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff300e200, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  864.         result = 0
  865. #4  0x000000000083f5e7 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff300e200, first_item=@0x7ffff2ffed18, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  866.         ace_mon = {lock_ = 0x7ffff300e250, owner_ = 0}
  867. #5  0x00007ffff767e292 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=<value optimized out>) at ../../ace/Activation_Queue.cpp:89
  868.         mb = 0x0
  869. #6  0x0000000000d9c860 in DatabaseWorker::svc (this=0x7ffff3014600) at /home/wow/git/trinitycore/src/server/shared/Database/DatabaseWorker.cpp:40
  870.         request = <value optimized out>
  871. #7  0x00007ffff7711b77 in ACE_Task_Base::svc_run (args=0x7ffff3014600) at ../../ace/Task.cpp:271
  872.         t = 0x7ffff3014600
  873.         svc_status = <value optimized out>
  874.         status = <value optimized out>
  875.         thr_mgr_ptr = <value optimized out>
  876. #8  0x00007ffff7713165 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  877.         hook = <value optimized out>
  878.         func = 0x7ffff7711b40 <ACE_Task_Base::svc_run(void*)>
  879.         arg = 0x7ffff3014600
  880.         cancel_flags = <value optimized out>
  881.         status = 0x0
  882. #9  0x00007ffff77131e1 in ACE_Thread_Adapter::invoke (this=0x7ffff300b320) at ../../ace/Thread_Adapter.cpp:96
  883.         exit_hook_instance = 0x7ffff340b020
  884.         exit_hook_maybe = {instance_ = 0x0}
  885.         exit_hook_ptr = <value optimized out>
  886.         exit_hook = <value optimized out>
  887. #10 0x00007ffff60867f1 in start_thread () from /lib64/libpthread.so.0
  888. No symbol table info available.
  889. #11 0x00007ffff5dc392d in clone () from /lib64/libc.so.6
  890. No symbol table info available.
  891.  
  892. Thread 1 (Thread 0x7ffff7fe47e0 (LWP 24352)):
  893. #0  0x00007ffff608704d in pthread_join () from /lib64/libpthread.so.0
  894. No symbol table info available.
  895. #1  0x00007ffff77156ac in thr_join (this=<value optimized out>, task=<value optimized out>) at ../../ace/OS_NS_Thread.inl:2784
  896.         result = <value optimized out>
  897. #2  join (this=<value optimized out>, task=<value optimized out>) at ../../ace/Thread.inl:137
  898. No locals.
  899. #3  ACE_Thread_Manager::wait_task (this=<value optimized out>, task=<value optimized out>) at ../../ace/Thread_Manager.cpp:1795
  900.         i = <value optimized out>
  901.         copy_count = 1
  902.         copy_table = 0x7fffbad7bc08
  903.         result = 0
  904. #4  0x0000000000b53e80 in Wait (this=0x7fffb7b93508) at /home/wow/git/trinitycore/src/server/game/Server/WorldSocketMgr.cpp:103
  905. No locals.
  906. #5  WorldSocketMgr::Wait (this=0x7fffb7b93508) at /home/wow/git/trinitycore/src/server/game/Server/WorldSocketMgr.cpp:315
  907.         i = <value optimized out>
  908. #6  0x0000000000847dba in Master::Run (this=0x7ffff3006218) at /home/wow/git/trinitycore/src/server/worldserver/Master.cpp:289
  909.         seed1 = {_bn = 0x7ffff30121e0, _array = 0x0}
  910.         Handler = {_vptr.ACE_Sig_Handler = 0x18f3cf0, static sig_pending_ = 0, static signal_handlers_ = {0x0, 0x0, 0x7fffffffe0d0, 0x0 <repeats 12 times>, 0x7fffffffe0a0, 0x0 <repeats 49 times>}}
  911.         world_thread = {m_iThreadId = 140736272004864, m_hThreadHandle = 140736272004864, m_task = 0x7fffb8895ed0, static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>}, _vptr.ACE_TSS = 0x1368ef0, 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}}}
  912.         rar_thread = {m_iThreadId = 140736238450432, m_hThreadHandle = 140736238450432, m_task = 0x7fffb7b906e0, static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>}, _vptr.ACE_TSS = 0x1368ef0, 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}}}
  913.         SignalTERM = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0x12d1110, 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 = 0x7ffff7965690}, value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  914.         soap_thread = 0x0
  915.         bind_ip = "195.189.140.250"
  916.         pidfile = ""
  917.         SignalINT = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0x12d1110, 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 = 0x7ffff7965690}, value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  918.         cliThread = 0x7fffb7b906c0
  919.         wsport = 8085
  920. #7  0x00007ffff5cfccdd in __libc_start_main () from /lib64/libc.so.6
  921. No symbol table info available.
  922. #8  0x0000000000838359 in _start ()
  923. No symbol table info available.
  924. A debugging session is active.
  925.  
  926.     Inferior 1 [process 24352] will be killed.
  927.  
  928. Quit anyway? (y or n) [answered Y; input not from terminal]
Add Comment
Please, Sign In to add comment