Guest User

Untitled

a guest
Jul 17th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 106.40 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. [Switching to Thread 0x7ffff13ff700 (LWP 567)]
  3. store_param_int32 (net=0x7ffff4c2c800, param=0x7ffff0258688) at /home/buildbot/buildbot/build/libmysql/libmysql.c:1910
  4. in /home/buildbot/buildbot/build/libmysql/libmysql.c
  5.  
  6. BACKTRACE
  7.  
  8. #0 store_param_int32 (net=0x7ffff4c2c800, param=0x7ffff0258688) at /home/buildbot/buildbot/build/libmysql/libmysql.c:1910
  9. #1 0x00007ffff72ad031 in store_param (param=<optimized out>, stmt=<optimized out>) at /home/buildbot/buildbot/build/libmysql/libmysql.c:2059
  10. #2 cli_stmt_execute (stmt=0x7ffff0214c00) at /home/buildbot/buildbot/build/libmysql/libmysql.c:2166
  11. #3 0x00007ffff72ac3ac in mysql_stmt_execute (stmt=0x7ffff0214c00) at /home/buildbot/buildbot/build/libmysql/libmysql.c:2557
  12. #4 0x0000000000d49630 in MySQLConnection::Execute (this=0x7ffff4c16d00, stmt=0x7ffec0cd33a0) at /home/scourge/dev/src/server/shared/Database/MySQLConnection.cpp:220
  13. #5 0x0000000000d49e40 in MySQLConnection::ExecuteTransaction (this=0x7ffff4c16d00, transaction=<optimized out>) at /home/scourge/dev/src/server/shared/Database/MySQLConnection.cpp:394
  14. #6 0x0000000000d46cf1 in TransactionTask::Execute (this=0x7ffec0cd3d00) at /home/scourge/dev/src/server/shared/Database/Transaction.cpp:77
  15. #7 0x00000000007ff50a in SQLOperation::call (this=<optimized out>) at /home/scourge/dev/src/server/shared/Database/SQLOperation.h:65
  16. #8 0x0000000000d4b7b9 in DatabaseWorker::svc (this=0x7ffff4c16dc0) at /home/scourge/dev/src/server/shared/Database/DatabaseWorker.cpp:45
  17. #9 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7ffff4c16dc0) at ../../ace/Task.cpp:271
  18. #10 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  19. #11 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7ffff1652f60) at ../../ace/Thread_Adapter.cpp:96
  20. #12 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  21. #13 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  22. #14 0x0000000000000000 in ?? ()
  23.  
  24. BACKTRACE FULL
  25.  
  26. #0 store_param_int32 (net=0x7ffff4c2c800, param=0x7ffff0258688) at /home/buildbot/buildbot/build/libmysql/libmysql.c:1910
  27. value = 0
  28. #1 0x00007ffff72ad031 in store_param (param=<optimized out>, stmt=<optimized out>) at /home/buildbot/buildbot/build/libmysql/libmysql.c:2059
  29. No locals.
  30. #2 cli_stmt_execute (stmt=0x7ffff0214c00) at /home/buildbot/buildbot/build/libmysql/libmysql.c:2166
  31. net = <optimized out>
  32. param = 0x7ffff0258688
  33. param_end = 0x7ffff02586f8
  34. param_data = <optimized out>
  35. length = <optimized out>
  36. mysql = 0x7ffff4c2c800
  37. null_count = <optimized out>
  38. #3 0x00007ffff72ac3ac in mysql_stmt_execute (stmt=0x7ffff0214c00) at /home/buildbot/buildbot/build/libmysql/libmysql.c:2557
  39. mysql = 0x7ffff4c2c800
  40. #4 0x0000000000d49630 in MySQLConnection::Execute (this=0x7ffff4c16d00, stmt=0x7ffec0cd33a0) at /home/scourge/dev/src/server/shared/Database/MySQLConnection.cpp:220
  41. m_mStmt = 0x7ffff02801f0
  42. msql_STMT = 0x7ffff0214c00
  43. msql_BIND = 0x7ffff00a9f00
  44. _s = 0
  45. index = 382
  46. __FUNCTION__ = "Execute"
  47. #5 0x0000000000d49e40 in MySQLConnection::ExecuteTransaction (this=0x7ffff4c16d00, transaction=<optimized out>) at /home/scourge/dev/src/server/shared/Database/MySQLConnection.cpp:394
  48. stmt = 0x7ffec0cd33a0
  49. queries = @0x7ffebb6f19e0
  50. itr = {_M_node = 0x7ffec27fdac0}
  51. __FUNCTION__ = "ExecuteTransaction"
  52. #6 0x0000000000d46cf1 in TransactionTask::Execute (this=0x7ffec0cd3d00) at /home/scourge/dev/src/server/shared/Database/Transaction.cpp:77
  53. No locals.
  54. #7 0x00000000007ff50a in SQLOperation::call (this=<optimized out>) at /home/scourge/dev/src/server/shared/Database/SQLOperation.h:65
  55. No locals.
  56. #8 0x0000000000d4b7b9 in DatabaseWorker::svc (this=0x7ffff4c16dc0) at /home/scourge/dev/src/server/shared/Database/DatabaseWorker.cpp:45
  57. request = 0x7ffec0cd3d00
  58. #9 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7ffff4c16dc0) at ../../ace/Task.cpp:271
  59. t = 0x7ffff4c16dc0
  60. svc_status = <optimized out>
  61. status = <optimized out>
  62. thr_mgr_ptr = <optimized out>
  63. #10 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  64. hook = <optimized out>
  65. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  66. arg = 0x7ffff4c16dc0
  67. cancel_flags = <optimized out>
  68. status = 0x0
  69. #11 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7ffff1652f60) at ../../ace/Thread_Adapter.cpp:96
  70. exit_hook_instance = 0x7ffff040a020
  71. exit_hook_maybe = {instance_ = 0x0}
  72. exit_hook_ptr = <optimized out>
  73. exit_hook = <optimized out>
  74. #12 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  75. No symbol table info available.
  76. #13 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  77. No symbol table info available.
  78. #14 0x0000000000000000 in ?? ()
  79. No symbol table info available.
  80.  
  81. THREADS
  82.  
  83. Id Target Id Frame
  84. 37 Thread 0x7fffa23ff700 (LWP 641) "worldserver" 0x00007ffff6036bf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  85. 36 Thread 0x7fffa33ff700 (LWP 640) "worldserver" 0x00007ffff6036bf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  86. 35 Thread 0x7fffa43ff700 (LWP 639) "worldserver" 0x00007ffff6036bf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  87. 34 Thread 0x7fffa53ff700 (LWP 638) "worldserver" 0x00007ffff6036bf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  88. 33 Thread 0x7fffa63ff700 (LWP 637) "worldserver" 0x00007ffff630367c in send () from /lib/x86_64-linux-gnu/libpthread.so.0
  89. 32 Thread 0x7fffa73ff700 (LWP 636) "worldserver" 0x00007ffff6036bf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  90. 31 Thread 0x7fffa83ff700 (LWP 635) "worldserver" 0x00007ffff6036bf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  91. 30 Thread 0x7fffa93ff700 (LWP 634) "worldserver" 0x00007ffff6036bf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  92. 29 Thread 0x7fffaa3ff700 (LWP 633) "worldserver" 0x00007ffff6036bf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  93. 28 Thread 0x7fffab3fe700 (LWP 632) "worldserver" 0x00007ffff6036bf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  94. 27 Thread 0x7fffabbff700 (LWP 631) "worldserver" 0x00007ffff6036bf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  95. 26 Thread 0x7fffadaf5700 (LWP 630) "worldserver" 0x00007ffff63038dd in nanosleep () from /lib/x86_64-linux-gnu/libpthread.so.0
  96. 24 Thread 0x7fffb03fe700 (LWP 627) "worldserver" 0x00007ffff602f613 in select () from /lib/x86_64-linux-gnu/libc.so.6
  97. 23 Thread 0x7fffb0bff700 (LWP 626) "worldserver" 0x00007ffff63038dd in nanosleep () from /lib/x86_64-linux-gnu/libpthread.so.0
  98. 22 Thread 0x7fffbafff700 (LWP 625) "worldserver" 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  99. 21 Thread 0x7fffbbfff700 (LWP 624) "worldserver" 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  100. 20 Thread 0x7fffbcfff700 (LWP 623) "worldserver" 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  101. 19 Thread 0x7fffbdfff700 (LWP 622) "worldserver" 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  102. 18 Thread 0x7fffbefff700 (LWP 621) "worldserver" 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  103. 17 Thread 0x7fffbffff700 (LWP 620) "worldserver" 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  104. 16 Thread 0x7fffc0fff700 (LWP 619) "worldserver" 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  105. 15 Thread 0x7fffc1fff700 (LWP 618) "worldserver" 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  106. 14 Thread 0x7fffc2fff700 (LWP 617) "worldserver" 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  107. 13 Thread 0x7fffc3fff700 (LWP 616) "worldserver" 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  108. 12 Thread 0x7fffc4ffe700 (LWP 615) "worldserver" 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  109. 11 Thread 0x7fffc57ff700 (LWP 614) "worldserver" 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  110. 10 Thread 0x7fffebfff700 (LWP 574) "worldserver" 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  111. 9 Thread 0x7fffecfff700 (LWP 573) "worldserver" 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  112. 8 Thread 0x7fffeebff700 (LWP 569) "worldserver" 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  113. 7 Thread 0x7fffeffff700 (LWP 568) "worldserver" 0x00007ffff63030dd in read () from /lib/x86_64-linux-gnu/libpthread.so.0
  114. * 6 Thread 0x7ffff13ff700 (LWP 567) "worldserver" store_param_int32 (net=0x7ffff4c2c800, param=0x7ffff0258688) at /home/buildbot/buildbot/build/libmysql/libmysql.c:1910
  115. 5 Thread 0x7ffff27ff700 (LWP 566) "worldserver" 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  116. 4 Thread 0x7ffff37ff700 (LWP 565) "worldserver" 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  117. 3 Thread 0x7ffff4bff700 (LWP 564) "worldserver" 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  118. 1 Thread 0x7ffff7fe4740 (LWP 560) "worldserver" 0x00007ffff62fd1f8 in pthread_join () from /lib/x86_64-linux-gnu/libpthread.so.0
  119.  
  120. THREADS BACKTRACE
  121.  
  122.  
  123. Thread 37 (Thread 0x7fffa23ff700 (LWP 641)):
  124. #0 0x00007ffff6036bf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  125. No symbol table info available.
  126. #1 0x00007ffff78c50a5 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffb4491400, max_wait_time=<optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:960
  127. 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 = 9999}}
  128. this_timeout = <optimized out>
  129. timeout = 9
  130. nfds = <optimized out>
  131. #2 0x00007ffff78c773c in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffb4491400, max_wait_time=0x7fffa23fede0, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1033
  132. result = <optimized out>
  133. #3 0x00007ffff78c7900 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffb4491400, max_wait_time=0x7fffa23fede0) at ../../ace/Dev_Poll_Reactor.cpp:1015
  134. countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffa23fede0, 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 = 1333030934, tv_usec = 754898}}, stopped_ = false}
  135. guard = {token_ = @0x7fffb4491478, owner_ = 1}
  136. result = <optimized out>
  137. #4 0x00007ffff7912ffd in ACE_Reactor::run_reactor_event_loop (this=0x7fffb0d6e4e0, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  138. result = <optimized out>
  139. #5 0x0000000000b15247 in ReactorRunnable::svc (this=0x7fffb75cd638) at /home/scourge/dev/src/server/game/Server/WorldSocketMgr.cpp:170
  140. 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 = 9999}}
  141. i = <optimized out>
  142. t = <optimized out>
  143. #6 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffb75cd638) at ../../ace/Task.cpp:271
  144. t = 0x7fffb75cd638
  145. svc_status = <optimized out>
  146. status = <optimized out>
  147. thr_mgr_ptr = <optimized out>
  148. #7 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  149. hook = <optimized out>
  150. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  151. arg = 0x7fffb75cd638
  152. cancel_flags = <optimized out>
  153. status = 0x0
  154. #8 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffb2e52550) at ../../ace/Thread_Adapter.cpp:96
  155. exit_hook_instance = 0x7fffa0c0a020
  156. exit_hook_maybe = {instance_ = 0x0}
  157. exit_hook_ptr = <optimized out>
  158. exit_hook = <optimized out>
  159. #9 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  160. No symbol table info available.
  161. #10 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  162. No symbol table info available.
  163. #11 0x0000000000000000 in ?? ()
  164. No symbol table info available.
  165.  
  166. Thread 36 (Thread 0x7fffa33ff700 (LWP 640)):
  167. #0 0x00007ffff6036bf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  168. No symbol table info available.
  169. #1 0x00007ffff78c50a5 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffb4491280, max_wait_time=<optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:960
  170. 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 = 9999}}
  171. this_timeout = <optimized out>
  172. timeout = 9
  173. nfds = <optimized out>
  174. #2 0x00007ffff78c773c in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffb4491280, max_wait_time=0x7fffa33fede0, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1033
  175. result = <optimized out>
  176. #3 0x00007ffff78c7900 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffb4491280, max_wait_time=0x7fffa33fede0) at ../../ace/Dev_Poll_Reactor.cpp:1015
  177. countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffa33fede0, 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 = 1333030934, tv_usec = 747084}}, stopped_ = false}
  178. guard = {token_ = @0x7fffb44912f8, owner_ = 1}
  179. result = <optimized out>
  180. #4 0x00007ffff7912ffd in ACE_Reactor::run_reactor_event_loop (this=0x7fffb0d6e4a0, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  181. result = <optimized out>
  182. #5 0x0000000000b15247 in ReactorRunnable::svc (this=0x7fffb75cd500) at /home/scourge/dev/src/server/game/Server/WorldSocketMgr.cpp:170
  183. 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 = 9999}}
  184. i = <optimized out>
  185. t = <optimized out>
  186. #6 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffb75cd500) at ../../ace/Task.cpp:271
  187. t = 0x7fffb75cd500
  188. svc_status = <optimized out>
  189. status = <optimized out>
  190. thr_mgr_ptr = <optimized out>
  191. #7 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  192. hook = <optimized out>
  193. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  194. arg = 0x7fffb75cd500
  195. cancel_flags = <optimized out>
  196. status = 0x0
  197. #8 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffb2e525c0) at ../../ace/Thread_Adapter.cpp:96
  198. exit_hook_instance = 0x7fffa140a020
  199. exit_hook_maybe = {instance_ = 0x0}
  200. exit_hook_ptr = <optimized out>
  201. exit_hook = <optimized out>
  202. #9 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  203. No symbol table info available.
  204. #10 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  205. No symbol table info available.
  206. #11 0x0000000000000000 in ?? ()
  207. No symbol table info available.
  208.  
  209. Thread 35 (Thread 0x7fffa43ff700 (LWP 639)):
  210. #0 0x00007ffff6036bf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  211. No symbol table info available.
  212. #1 0x00007ffff78c50a5 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffb4491100, max_wait_time=<optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:960
  213. 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}}
  214. this_timeout = <optimized out>
  215. timeout = 10
  216. nfds = <optimized out>
  217. #2 0x00007ffff78c773c in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffb4491100, max_wait_time=0x7fffa43fede0, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1033
  218. result = <optimized out>
  219. #3 0x00007ffff78c7900 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffb4491100, max_wait_time=0x7fffa43fede0) at ../../ace/Dev_Poll_Reactor.cpp:1015
  220. countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffa43fede0, 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 = 1333030934, tv_usec = 751508}}, stopped_ = false}
  221. guard = {token_ = @0x7fffb4491178, owner_ = 1}
  222. result = <optimized out>
  223. #4 0x00007ffff7912ffd in ACE_Reactor::run_reactor_event_loop (this=0x7fffb0d6e460, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  224. result = <optimized out>
  225. #5 0x0000000000b15247 in ReactorRunnable::svc (this=0x7fffb75cd3c8) at /home/scourge/dev/src/server/game/Server/WorldSocketMgr.cpp:170
  226. 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}}
  227. i = <optimized out>
  228. t = <optimized out>
  229. #6 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffb75cd3c8) at ../../ace/Task.cpp:271
  230. t = 0x7fffb75cd3c8
  231. svc_status = <optimized out>
  232. status = <optimized out>
  233. thr_mgr_ptr = <optimized out>
  234. #7 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  235. hook = <optimized out>
  236. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  237. arg = 0x7fffb75cd3c8
  238. cancel_flags = <optimized out>
  239. status = 0x0
  240. #8 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffb2e52550) at ../../ace/Thread_Adapter.cpp:96
  241. exit_hook_instance = 0x7fffa240a020
  242. exit_hook_maybe = {instance_ = 0x0}
  243. exit_hook_ptr = <optimized out>
  244. exit_hook = <optimized out>
  245. #9 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  246. No symbol table info available.
  247. #10 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  248. No symbol table info available.
  249. #11 0x0000000000000000 in ?? ()
  250. No symbol table info available.
  251.  
  252. Thread 34 (Thread 0x7fffa53ff700 (LWP 638)):
  253. #0 0x00007ffff6036bf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  254. No symbol table info available.
  255. #1 0x00007ffff78c50a5 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffb4490f80, max_wait_time=<optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:960
  256. 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 = 5395}}
  257. this_timeout = <optimized out>
  258. timeout = 5
  259. nfds = <optimized out>
  260. #2 0x00007ffff78c773c in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffb4490f80, max_wait_time=0x7fffa53fede0, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1033
  261. result = <optimized out>
  262. #3 0x00007ffff78c7900 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffb4490f80, max_wait_time=0x7fffa53fede0) at ../../ace/Dev_Poll_Reactor.cpp:1015
  263. countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffa53fede0, 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 = 1333030934, tv_usec = 753034}}, stopped_ = false}
  264. guard = {token_ = @0x7fffb4490ff8, owner_ = 1}
  265. result = <optimized out>
  266. #4 0x00007ffff7912ffd in ACE_Reactor::run_reactor_event_loop (this=0x7fffb0d6e420, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  267. result = <optimized out>
  268. #5 0x0000000000b15247 in ReactorRunnable::svc (this=0x7fffb75cd290) at /home/scourge/dev/src/server/game/Server/WorldSocketMgr.cpp:170
  269. 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 = 5395}}
  270. i = <optimized out>
  271. t = <optimized out>
  272. #6 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffb75cd290) at ../../ace/Task.cpp:271
  273. t = 0x7fffb75cd290
  274. svc_status = <optimized out>
  275. status = <optimized out>
  276. thr_mgr_ptr = <optimized out>
  277. #7 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  278. hook = <optimized out>
  279. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  280. arg = 0x7fffb75cd290
  281. cancel_flags = <optimized out>
  282. status = 0x0
  283. #8 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffb2e525c0) at ../../ace/Thread_Adapter.cpp:96
  284. exit_hook_instance = 0x7fffa340a020
  285. exit_hook_maybe = {instance_ = 0x0}
  286. exit_hook_ptr = <optimized out>
  287. exit_hook = <optimized out>
  288. #9 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  289. No symbol table info available.
  290. #10 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  291. No symbol table info available.
  292. #11 0x0000000000000000 in ?? ()
  293. No symbol table info available.
  294.  
  295. Thread 33 (Thread 0x7fffa63ff700 (LWP 637)):
  296. #0 0x00007ffff630367c in send () from /lib/x86_64-linux-gnu/libpthread.so.0
  297. No symbol table info available.
  298. #1 0x00007ffff789c9c5 in send (flags=<optimized out>, len=<optimized out>, buf=<optimized out>, handle=<optimized out>) at ../../ace/OS_NS_sys_socket.inl:580
  299. ace_result_ = <optimized out>
  300. #2 ACE::send (handle=613, buf=0x7fffa0786000, n=42, flags=<optimized out>, timeout=<optimized out>) at ../../ace/ACE.cpp:1210
  301. No locals.
  302. #3 0x0000000000ce5fd3 in send (timeout=0x0, flags=16384, len=42, buf=<optimized out>, this=0x7fffa04a3cb0) at /usr/local/include/ace/SOCK_IO.inl:84
  303. No locals.
  304. #4 WorldSocket::handle_output (this=0x7fffa04a3c00) at /home/scourge/dev/src/server/game/Server/WorldSocket.cpp:350
  305. Guard = {lock_ = 0x7fffa04a3f20, owner_ = 0}
  306. send_len = 42
  307. n = <optimized out>
  308. #5 0x0000000000ce5b3c in Update (this=<optimized out>) at /home/scourge/dev/src/server/game/Server/WorldSocket.cpp:477
  309. ret = <optimized out>
  310. #6 WorldSocket::Update (this=0x7fffa04a3c00) at /home/scourge/dev/src/server/game/Server/WorldSocket.cpp:467
  311. No locals.
  312. #7 0x0000000000b15269 in ReactorRunnable::svc (this=0x7fffb75cd158) at /home/scourge/dev/src/server/game/Server/WorldSocketMgr.cpp:177
  313. 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 = 0}}
  314. i = {_M_node = 0x7fffa4474070}
  315. t = <optimized out>
  316. #8 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffb75cd158) at ../../ace/Task.cpp:271
  317. t = 0x7fffb75cd158
  318. svc_status = <optimized out>
  319. status = <optimized out>
  320. thr_mgr_ptr = <optimized out>
  321. #9 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  322. hook = <optimized out>
  323. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  324. arg = 0x7fffb75cd158
  325. cancel_flags = <optimized out>
  326. status = 0x0
  327. #10 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffb2e52550) at ../../ace/Thread_Adapter.cpp:96
  328. exit_hook_instance = 0x7fffa440a020
  329. exit_hook_maybe = {instance_ = 0x0}
  330. exit_hook_ptr = <optimized out>
  331. exit_hook = <optimized out>
  332. #11 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  333. No symbol table info available.
  334. #12 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  335. No symbol table info available.
  336. #13 0x0000000000000000 in ?? ()
  337. No symbol table info available.
  338.  
  339. Thread 32 (Thread 0x7fffa73ff700 (LWP 636)):
  340. #0 0x00007ffff6036bf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  341. No symbol table info available.
  342. #1 0x00007ffff78c50a5 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffb4490c80, max_wait_time=<optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:960
  343. 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 = 9999}}
  344. this_timeout = <optimized out>
  345. timeout = 9
  346. nfds = <optimized out>
  347. #2 0x00007ffff78c773c in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffb4490c80, max_wait_time=0x7fffa73fede0, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1033
  348. result = <optimized out>
  349. #3 0x00007ffff78c7900 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffb4490c80, max_wait_time=0x7fffa73fede0) at ../../ace/Dev_Poll_Reactor.cpp:1015
  350. countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffa73fede0, 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 = 1333030934, tv_usec = 750934}}, stopped_ = false}
  351. guard = {token_ = @0x7fffb4490cf8, owner_ = 1}
  352. result = <optimized out>
  353. #4 0x00007ffff7912ffd in ACE_Reactor::run_reactor_event_loop (this=0x7fffb0d6e3a0, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  354. result = <optimized out>
  355. #5 0x0000000000b15247 in ReactorRunnable::svc (this=0x7fffb75cd020) at /home/scourge/dev/src/server/game/Server/WorldSocketMgr.cpp:170
  356. 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 = 9999}}
  357. i = <optimized out>
  358. t = <optimized out>
  359. #6 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffb75cd020) at ../../ace/Task.cpp:271
  360. t = 0x7fffb75cd020
  361. svc_status = <optimized out>
  362. status = <optimized out>
  363. thr_mgr_ptr = <optimized out>
  364. #7 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  365. hook = <optimized out>
  366. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  367. arg = 0x7fffb75cd020
  368. cancel_flags = <optimized out>
  369. status = 0x0
  370. #8 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffb2e525c0) at ../../ace/Thread_Adapter.cpp:96
  371. exit_hook_instance = 0x7fffa540a020
  372. exit_hook_maybe = {instance_ = 0x0}
  373. exit_hook_ptr = <optimized out>
  374. exit_hook = <optimized out>
  375. #9 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  376. No symbol table info available.
  377. #10 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  378. No symbol table info available.
  379. #11 0x0000000000000000 in ?? ()
  380. No symbol table info available.
  381.  
  382. Thread 31 (Thread 0x7fffa83ff700 (LWP 635)):
  383. #0 0x00007ffff6036bf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  384. No symbol table info available.
  385. #1 0x00007ffff78c50a5 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffb4490b00, max_wait_time=<optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:960
  386. 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 = 8273}}
  387. this_timeout = <optimized out>
  388. timeout = 8
  389. nfds = <optimized out>
  390. #2 0x00007ffff78c773c in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffb4490b00, max_wait_time=0x7fffa83fede0, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1033
  391. result = <optimized out>
  392. #3 0x00007ffff78c7900 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffb4490b00, max_wait_time=0x7fffa83fede0) at ../../ace/Dev_Poll_Reactor.cpp:1015
  393. countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffa83fede0, 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 = 1333030934, tv_usec = 750588}}, stopped_ = false}
  394. guard = {token_ = @0x7fffb4490b78, owner_ = 1}
  395. result = <optimized out>
  396. #4 0x00007ffff7912ffd in ACE_Reactor::run_reactor_event_loop (this=0x7fffb0d6e360, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  397. result = <optimized out>
  398. #5 0x0000000000b15247 in ReactorRunnable::svc (this=0x7fffb75ccee8) at /home/scourge/dev/src/server/game/Server/WorldSocketMgr.cpp:170
  399. 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 = 8273}}
  400. i = <optimized out>
  401. t = <optimized out>
  402. #6 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffb75ccee8) at ../../ace/Task.cpp:271
  403. t = 0x7fffb75ccee8
  404. svc_status = <optimized out>
  405. status = <optimized out>
  406. thr_mgr_ptr = <optimized out>
  407. #7 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  408. hook = <optimized out>
  409. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  410. arg = 0x7fffb75ccee8
  411. cancel_flags = <optimized out>
  412. status = 0x0
  413. #8 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffb2e52550) at ../../ace/Thread_Adapter.cpp:96
  414. exit_hook_instance = 0x7fffa640a020
  415. exit_hook_maybe = {instance_ = 0x0}
  416. exit_hook_ptr = <optimized out>
  417. exit_hook = <optimized out>
  418. #9 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  419. No symbol table info available.
  420. #10 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  421. No symbol table info available.
  422. #11 0x0000000000000000 in ?? ()
  423. No symbol table info available.
  424.  
  425. Thread 30 (Thread 0x7fffa93ff700 (LWP 634)):
  426. #0 0x00007ffff6036bf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  427. No symbol table info available.
  428. #1 0x00007ffff78c50a5 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffb4490980, max_wait_time=<optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:960
  429. 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 = 8549}}
  430. this_timeout = <optimized out>
  431. timeout = 8
  432. nfds = <optimized out>
  433. #2 0x00007ffff78c773c in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffb4490980, max_wait_time=0x7fffa93fede0, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1033
  434. result = <optimized out>
  435. #3 0x00007ffff78c7900 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffb4490980, max_wait_time=0x7fffa93fede0) at ../../ace/Dev_Poll_Reactor.cpp:1015
  436. countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffa93fede0, 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 = 1333030934, tv_usec = 750013}}, stopped_ = false}
  437. guard = {token_ = @0x7fffb44909f8, owner_ = 1}
  438. result = <optimized out>
  439. #4 0x00007ffff7912ffd in ACE_Reactor::run_reactor_event_loop (this=0x7fffb0d6e320, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  440. result = <optimized out>
  441. #5 0x0000000000b15247 in ReactorRunnable::svc (this=0x7fffb75ccdb0) at /home/scourge/dev/src/server/game/Server/WorldSocketMgr.cpp:170
  442. 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 = 8549}}
  443. i = <optimized out>
  444. t = <optimized out>
  445. #6 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffb75ccdb0) at ../../ace/Task.cpp:271
  446. t = 0x7fffb75ccdb0
  447. svc_status = <optimized out>
  448. status = <optimized out>
  449. thr_mgr_ptr = <optimized out>
  450. #7 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  451. hook = <optimized out>
  452. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  453. arg = 0x7fffb75ccdb0
  454. cancel_flags = <optimized out>
  455. status = 0x0
  456. #8 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffb2e525c0) at ../../ace/Thread_Adapter.cpp:96
  457. exit_hook_instance = 0x7fffa740a020
  458. exit_hook_maybe = {instance_ = 0x0}
  459. exit_hook_ptr = <optimized out>
  460. exit_hook = <optimized out>
  461. #9 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  462. No symbol table info available.
  463. #10 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  464. No symbol table info available.
  465. #11 0x0000000000000000 in ?? ()
  466. No symbol table info available.
  467.  
  468. Thread 29 (Thread 0x7fffaa3ff700 (LWP 633)):
  469. #0 0x00007ffff6036bf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  470. No symbol table info available.
  471. #1 0x00007ffff78c50a5 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffb4490800, max_wait_time=<optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:960
  472. 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}}
  473. this_timeout = <optimized out>
  474. timeout = 10
  475. nfds = <optimized out>
  476. #2 0x00007ffff78c773c in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffb4490800, max_wait_time=0x7fffaa3fede0, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1033
  477. result = <optimized out>
  478. #3 0x00007ffff78c7900 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffb4490800, max_wait_time=0x7fffaa3fede0) at ../../ace/Dev_Poll_Reactor.cpp:1015
  479. countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffaa3fede0, 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 = 1333030934, tv_usec = 754472}}, stopped_ = false}
  480. guard = {token_ = @0x7fffb4490878, owner_ = 1}
  481. result = <optimized out>
  482. #4 0x00007ffff7912ffd in ACE_Reactor::run_reactor_event_loop (this=0x7fffb0d6e2e0, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  483. result = <optimized out>
  484. #5 0x0000000000b15247 in ReactorRunnable::svc (this=0x7fffb75ccc78) at /home/scourge/dev/src/server/game/Server/WorldSocketMgr.cpp:170
  485. 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}}
  486. i = <optimized out>
  487. t = <optimized out>
  488. #6 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffb75ccc78) at ../../ace/Task.cpp:271
  489. t = 0x7fffb75ccc78
  490. svc_status = <optimized out>
  491. status = <optimized out>
  492. thr_mgr_ptr = <optimized out>
  493. #7 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  494. hook = <optimized out>
  495. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  496. arg = 0x7fffb75ccc78
  497. cancel_flags = <optimized out>
  498. status = 0x0
  499. #8 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffb2e52550) at ../../ace/Thread_Adapter.cpp:96
  500. exit_hook_instance = 0x7fffa840a020
  501. exit_hook_maybe = {instance_ = 0x0}
  502. exit_hook_ptr = <optimized out>
  503. exit_hook = <optimized out>
  504. #9 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  505. No symbol table info available.
  506. #10 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  507. No symbol table info available.
  508. #11 0x0000000000000000 in ?? ()
  509. No symbol table info available.
  510.  
  511. Thread 28 (Thread 0x7fffab3fe700 (LWP 632)):
  512. #0 0x00007ffff6036bf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  513. No symbol table info available.
  514. #1 0x00007ffff78c50a5 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffb4490680, max_wait_time=<optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:960
  515. 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 = 9999}}
  516. this_timeout = <optimized out>
  517. timeout = 9
  518. nfds = <optimized out>
  519. #2 0x00007ffff78c773c in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffb4490680, max_wait_time=0x7fffab3fdde0, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1033
  520. result = <optimized out>
  521. #3 0x00007ffff78c7900 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffb4490680, max_wait_time=0x7fffab3fdde0) at ../../ace/Dev_Poll_Reactor.cpp:1015
  522. countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffab3fdde0, 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 = 1333030934, tv_usec = 754705}}, stopped_ = false}
  523. guard = {token_ = @0x7fffb44906f8, owner_ = 1}
  524. result = <optimized out>
  525. #4 0x00007ffff7912ffd in ACE_Reactor::run_reactor_event_loop (this=0x7fffb0d6e2a0, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  526. result = <optimized out>
  527. #5 0x0000000000b15247 in ReactorRunnable::svc (this=0x7fffb75ccb40) at /home/scourge/dev/src/server/game/Server/WorldSocketMgr.cpp:170
  528. 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 = 9999}}
  529. i = <optimized out>
  530. t = <optimized out>
  531. #6 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffb75ccb40) at ../../ace/Task.cpp:271
  532. t = 0x7fffb75ccb40
  533. svc_status = <optimized out>
  534. status = <optimized out>
  535. thr_mgr_ptr = <optimized out>
  536. #7 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  537. hook = <optimized out>
  538. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  539. arg = 0x7fffb75ccb40
  540. cancel_flags = <optimized out>
  541. status = 0x0
  542. #8 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffb2e525c0) at ../../ace/Thread_Adapter.cpp:96
  543. exit_hook_instance = 0x7fffa940a020
  544. exit_hook_maybe = {instance_ = 0x0}
  545. exit_hook_ptr = <optimized out>
  546. exit_hook = <optimized out>
  547. #9 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  548. No symbol table info available.
  549. #10 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  550. No symbol table info available.
  551. #11 0x0000000000000000 in ?? ()
  552. No symbol table info available.
  553.  
  554. Thread 27 (Thread 0x7fffabbff700 (LWP 631)):
  555. #0 0x00007ffff6036bf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  556. No symbol table info available.
  557. #1 0x00007ffff78c50a5 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffb4490500, max_wait_time=<optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:960
  558. 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}}
  559. this_timeout = <optimized out>
  560. timeout = 10
  561. nfds = <optimized out>
  562. #2 0x00007ffff78c773c in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffb4490500, max_wait_time=0x7fffabbfede0, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1033
  563. result = <optimized out>
  564. #3 0x00007ffff78c7900 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffb4490500, max_wait_time=0x7fffabbfede0) at ../../ace/Dev_Poll_Reactor.cpp:1015
  565. countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffabbfede0, 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 = 1333030934, tv_usec = 747119}}, stopped_ = false}
  566. guard = {token_ = @0x7fffb4490578, owner_ = 1}
  567. result = <optimized out>
  568. #4 0x00007ffff7912ffd in ACE_Reactor::run_reactor_event_loop (this=0x7fffb0d6e260, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  569. result = <optimized out>
  570. #5 0x0000000000b15247 in ReactorRunnable::svc (this=0x7fffb75cca08) at /home/scourge/dev/src/server/game/Server/WorldSocketMgr.cpp:170
  571. 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}}
  572. i = <optimized out>
  573. t = <optimized out>
  574. #6 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffb75cca08) at ../../ace/Task.cpp:271
  575. t = 0x7fffb75cca08
  576. svc_status = <optimized out>
  577. status = <optimized out>
  578. thr_mgr_ptr = <optimized out>
  579. #7 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  580. hook = <optimized out>
  581. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  582. arg = 0x7fffb75cca08
  583. cancel_flags = <optimized out>
  584. status = 0x0
  585. #8 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffb2e52550) at ../../ace/Thread_Adapter.cpp:96
  586. exit_hook_instance = 0x7fffaa40a020
  587. exit_hook_maybe = {instance_ = 0x0}
  588. exit_hook_ptr = <optimized out>
  589. exit_hook = <optimized out>
  590. #9 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  591. No symbol table info available.
  592. #10 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  593. No symbol table info available.
  594. #11 0x0000000000000000 in ?? ()
  595. No symbol table info available.
  596.  
  597. Thread 26 (Thread 0x7fffadaf5700 (LWP 630)):
  598. #0 0x00007ffff63038dd in nanosleep () from /lib/x86_64-linux-gnu/libpthread.so.0
  599. No symbol table info available.
  600. #1 0x0000000000d51838 in sleep (tv=...) at /usr/local/include/ace/OS_NS_unistd.inl:951
  601. rqtp = {tv_sec = 1, tv_nsec = 0}
  602. #2 ACE_Based::Thread::Sleep (msecs=<optimized out>) at /home/scourge/dev/src/server/shared/Threading/Threading.cpp:231
  603. No locals.
  604. #3 0x00000000007f75e2 in FreezeDetectorRunnable::run (this=0x7fffb0d6d790) at /home/scourge/dev/src/server/worldserver/Master.cpp:94
  605. curtime = 1
  606. #4 0x0000000000d5153a in ACE_Based::Thread::ThreadTask (param=0x7fffb0d6d790) at /home/scourge/dev/src/server/shared/Threading/Threading.cpp:183
  607. _task = 0x7fffb0d6d790
  608. #5 0x00007ffff78f4f75 in ACE_OS_Thread_Adapter::invoke (this=<optimized out>) at ../../ace/OS_Thread_Adapter.cpp:103
  609. hook = <optimized out>
  610. func = 0xd51530 <ACE_Based::Thread::ThreadTask(void*)>
  611. arg = 0x7fffb0d6d790
  612. cancel_flags = <optimized out>
  613. status = 0x0
  614. #6 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  615. No symbol table info available.
  616. #7 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  617. No symbol table info available.
  618. #8 0x0000000000000000 in ?? ()
  619. No symbol table info available.
  620.  
  621. Thread 24 (Thread 0x7fffb03fe700 (LWP 627)):
  622. #0 0x00007ffff602f613 in select () from /lib/x86_64-linux-gnu/libc.so.6
  623. No symbol table info available.
  624. #1 0x00007ffff7bc1f05 in ?? () from /lib/libreadline.so.6
  625. No symbol table info available.
  626. #2 0x00007ffff7bc2145 in rl_read_key () from /lib/libreadline.so.6
  627. No symbol table info available.
  628. #3 0x00007ffff7bad0b1 in readline_internal_char () from /lib/libreadline.so.6
  629. No symbol table info available.
  630. #4 0x00007ffff7bad5f5 in readline () from /lib/libreadline.so.6
  631. No symbol table info available.
  632. #5 0x00000000007e8957 in CliRunnable::run (this=<optimized out>) at /home/scourge/dev/src/server/worldserver/CommandLine/CliRunnable.cpp:609
  633. command_str = <optimized out>
  634. #6 0x0000000000d5153a in ACE_Based::Thread::ThreadTask (param=0x7fffb2d2ea90) at /home/scourge/dev/src/server/shared/Threading/Threading.cpp:183
  635. _task = 0x7fffb2d2ea90
  636. #7 0x00007ffff78f4f75 in ACE_OS_Thread_Adapter::invoke (this=<optimized out>) at ../../ace/OS_Thread_Adapter.cpp:103
  637. hook = <optimized out>
  638. func = 0xd51530 <ACE_Based::Thread::ThreadTask(void*)>
  639. arg = 0x7fffb2d2ea90
  640. cancel_flags = <optimized out>
  641. status = 0x0
  642. #8 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  643. No symbol table info available.
  644. #9 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  645. No symbol table info available.
  646. #10 0x0000000000000000 in ?? ()
  647. No symbol table info available.
  648.  
  649. Thread 23 (Thread 0x7fffb0bff700 (LWP 626)):
  650. #0 0x00007ffff63038dd in nanosleep () from /lib/x86_64-linux-gnu/libpthread.so.0
  651. No symbol table info available.
  652. #1 0x0000000000d51838 in sleep (tv=...) at /usr/local/include/ace/OS_NS_unistd.inl:951
  653. rqtp = {tv_sec = 0, tv_nsec = 5000000}
  654. #2 ACE_Based::Thread::Sleep (msecs=<optimized out>) at /home/scourge/dev/src/server/shared/Threading/Threading.cpp:231
  655. No locals.
  656. #3 0x00000000007f423b in WorldRunnable::run (this=<optimized out>) at /home/scourge/dev/src/server/worldserver/WorldThread/WorldRunnable.cpp:70
  657. diff = 45
  658. realCurrTime = <optimized out>
  659. realPrevTime = <optimized out>
  660. prevSleepTime = 5
  661. #4 0x0000000000d5153a in ACE_Based::Thread::ThreadTask (param=0x7fffb2d2ea60) at /home/scourge/dev/src/server/shared/Threading/Threading.cpp:183
  662. _task = 0x7fffb2d2ea60
  663. #5 0x00007ffff78f4f75 in ACE_OS_Thread_Adapter::invoke (this=<optimized out>) at ../../ace/OS_Thread_Adapter.cpp:103
  664. hook = <optimized out>
  665. func = 0xd51530 <ACE_Based::Thread::ThreadTask(void*)>
  666. arg = 0x7fffb2d2ea60
  667. cancel_flags = <optimized out>
  668. status = 0x0
  669. #6 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  670. No symbol table info available.
  671. #7 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  672. No symbol table info available.
  673. #8 0x0000000000000000 in ?? ()
  674. No symbol table info available.
  675.  
  676. Thread 22 (Thread 0x7fffbafff700 (LWP 625)):
  677. #0 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  678. No symbol table info available.
  679. #1 0x00007ffff78b5a65 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  680. result = 0
  681. ts = {tv_sec = 140736831377688, tv_nsec = 140736831377408}
  682. #2 ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  683. No locals.
  684. #3 0x00000000007f122b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffe3fa9400, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  685. result = 0
  686. #4 0x00000000007f2003 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffe3fa9400, first_item=@0x7fffbaffede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  687. ace_mon = {lock_ = 0x7fffe3fa9450, owner_ = 0}
  688. #5 0x00007ffff789f312 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  689. mb = 0x0
  690. #6 0x0000000000d50e25 in DelayExecutor::svc (this=0x7fffed3ab840) at /home/scourge/dev/src/server/shared/Threading/DelayExecutor.cpp:47
  691. rq = <optimized out>
  692. #7 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffed3ab840) at ../../ace/Task.cpp:271
  693. t = 0x7fffed3ab840
  694. svc_status = <optimized out>
  695. status = <optimized out>
  696. thr_mgr_ptr = <optimized out>
  697. #8 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  698. hook = <optimized out>
  699. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  700. arg = 0x7fffed3ab840
  701. cancel_flags = <optimized out>
  702. status = 0x0
  703. #9 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffcfcacba0) at ../../ace/Thread_Adapter.cpp:96
  704. exit_hook_instance = 0x7fffb9c0a020
  705. exit_hook_maybe = {instance_ = 0x0}
  706. exit_hook_ptr = <optimized out>
  707. exit_hook = <optimized out>
  708. #10 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  709. No symbol table info available.
  710. #11 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  711. No symbol table info available.
  712. #12 0x0000000000000000 in ?? ()
  713. No symbol table info available.
  714.  
  715. Thread 21 (Thread 0x7fffbbfff700 (LWP 624)):
  716. #0 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  717. No symbol table info available.
  718. #1 0x00007ffff78b5a65 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  719. result = 0
  720. ts = {tv_sec = 140736347503040, tv_nsec = 11264881}
  721. #2 ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  722. No locals.
  723. #3 0x00000000007f122b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffe3fa9400, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  724. result = 0
  725. #4 0x00000000007f2003 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffe3fa9400, first_item=@0x7fffbbffede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  726. ace_mon = {lock_ = 0x7fffe3fa9450, owner_ = 0}
  727. #5 0x00007ffff789f312 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  728. mb = 0x0
  729. #6 0x0000000000d50e25 in DelayExecutor::svc (this=0x7fffed3ab840) at /home/scourge/dev/src/server/shared/Threading/DelayExecutor.cpp:47
  730. rq = <optimized out>
  731. #7 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffed3ab840) at ../../ace/Task.cpp:271
  732. t = 0x7fffed3ab840
  733. svc_status = <optimized out>
  734. status = <optimized out>
  735. thr_mgr_ptr = <optimized out>
  736. #8 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  737. hook = <optimized out>
  738. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  739. arg = 0x7fffed3ab840
  740. cancel_flags = <optimized out>
  741. status = 0x0
  742. #9 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffcfcacb30) at ../../ace/Thread_Adapter.cpp:96
  743. exit_hook_instance = 0x7fffba00a020
  744. exit_hook_maybe = {instance_ = 0x0}
  745. exit_hook_ptr = <optimized out>
  746. exit_hook = <optimized out>
  747. #10 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  748. No symbol table info available.
  749. #11 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  750. No symbol table info available.
  751. #12 0x0000000000000000 in ?? ()
  752. No symbol table info available.
  753.  
  754. Thread 20 (Thread 0x7fffbcfff700 (LWP 623)):
  755. #0 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  756. No symbol table info available.
  757. #1 0x00007ffff78b5a65 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  758. result = 0
  759. ts = {tv_sec = 140736364280256, tv_nsec = 11264881}
  760. #2 ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  761. No locals.
  762. #3 0x00000000007f122b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffe3fa9400, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  763. result = 0
  764. #4 0x00000000007f2003 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffe3fa9400, first_item=@0x7fffbcffede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  765. ace_mon = {lock_ = 0x7fffe3fa9450, owner_ = 0}
  766. #5 0x00007ffff789f312 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  767. mb = 0x0
  768. #6 0x0000000000d50e25 in DelayExecutor::svc (this=0x7fffed3ab840) at /home/scourge/dev/src/server/shared/Threading/DelayExecutor.cpp:47
  769. rq = <optimized out>
  770. #7 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffed3ab840) at ../../ace/Task.cpp:271
  771. t = 0x7fffed3ab840
  772. svc_status = <optimized out>
  773. status = <optimized out>
  774. thr_mgr_ptr = <optimized out>
  775. #8 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  776. hook = <optimized out>
  777. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  778. arg = 0x7fffed3ab840
  779. cancel_flags = <optimized out>
  780. status = 0x0
  781. #9 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffcfcacba0) at ../../ace/Thread_Adapter.cpp:96
  782. exit_hook_instance = 0x7fffbb00a020
  783. exit_hook_maybe = {instance_ = 0x0}
  784. exit_hook_ptr = <optimized out>
  785. exit_hook = <optimized out>
  786. #10 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  787. No symbol table info available.
  788. #11 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  789. No symbol table info available.
  790. #12 0x0000000000000000 in ?? ()
  791. No symbol table info available.
  792.  
  793. Thread 19 (Thread 0x7fffbdfff700 (LWP 622)):
  794. #0 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  795. No symbol table info available.
  796. #1 0x00007ffff78b5a65 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  797. result = 0
  798. ts = {tv_sec = 140736381057472, tv_nsec = 11264881}
  799. #2 ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  800. No locals.
  801. #3 0x00000000007f122b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffe3fa9400, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  802. result = 0
  803. #4 0x00000000007f2003 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffe3fa9400, first_item=@0x7fffbdffede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  804. ace_mon = {lock_ = 0x7fffe3fa9450, owner_ = 0}
  805. #5 0x00007ffff789f312 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  806. mb = 0x0
  807. #6 0x0000000000d50e25 in DelayExecutor::svc (this=0x7fffed3ab840) at /home/scourge/dev/src/server/shared/Threading/DelayExecutor.cpp:47
  808. rq = <optimized out>
  809. #7 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffed3ab840) at ../../ace/Task.cpp:271
  810. t = 0x7fffed3ab840
  811. svc_status = <optimized out>
  812. status = <optimized out>
  813. thr_mgr_ptr = <optimized out>
  814. #8 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  815. hook = <optimized out>
  816. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  817. arg = 0x7fffed3ab840
  818. cancel_flags = <optimized out>
  819. status = 0x0
  820. #9 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffcfcacb30) at ../../ace/Thread_Adapter.cpp:96
  821. exit_hook_instance = 0x7fffbc00a020
  822. exit_hook_maybe = {instance_ = 0x0}
  823. exit_hook_ptr = <optimized out>
  824. exit_hook = <optimized out>
  825. #10 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  826. No symbol table info available.
  827. #11 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  828. No symbol table info available.
  829. #12 0x0000000000000000 in ?? ()
  830. No symbol table info available.
  831.  
  832. Thread 18 (Thread 0x7fffbefff700 (LWP 621)):
  833. #0 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  834. No symbol table info available.
  835. #1 0x00007ffff78b5a65 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  836. result = 0
  837. ts = {tv_sec = 140736736616728, tv_nsec = 140736736616448}
  838. #2 ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  839. No locals.
  840. #3 0x00000000007f122b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffe3fa9400, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  841. result = 0
  842. #4 0x00000000007f2003 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffe3fa9400, first_item=@0x7fffbeffede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  843. ace_mon = {lock_ = 0x7fffe3fa9450, owner_ = 0}
  844. #5 0x00007ffff789f312 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  845. mb = 0x0
  846. #6 0x0000000000d50e25 in DelayExecutor::svc (this=0x7fffed3ab840) at /home/scourge/dev/src/server/shared/Threading/DelayExecutor.cpp:47
  847. rq = <optimized out>
  848. #7 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffed3ab840) at ../../ace/Task.cpp:271
  849. t = 0x7fffed3ab840
  850. svc_status = <optimized out>
  851. status = <optimized out>
  852. thr_mgr_ptr = <optimized out>
  853. #8 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  854. hook = <optimized out>
  855. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  856. arg = 0x7fffed3ab840
  857. cancel_flags = <optimized out>
  858. status = 0x0
  859. #9 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffcfcacba0) at ../../ace/Thread_Adapter.cpp:96
  860. exit_hook_instance = 0x7fffbd00a020
  861. exit_hook_maybe = {instance_ = 0x0}
  862. exit_hook_ptr = <optimized out>
  863. exit_hook = <optimized out>
  864. #10 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  865. No symbol table info available.
  866. #11 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  867. No symbol table info available.
  868. #12 0x0000000000000000 in ?? ()
  869. No symbol table info available.
  870.  
  871. Thread 17 (Thread 0x7fffbffff700 (LWP 620)):
  872. #0 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  873. No symbol table info available.
  874. #1 0x00007ffff78b5a65 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  875. result = 0
  876. ts = {tv_sec = 140736414611904, tv_nsec = 11264881}
  877. #2 ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  878. No locals.
  879. #3 0x00000000007f122b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffe3fa9400, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  880. result = 0
  881. #4 0x00000000007f2003 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffe3fa9400, first_item=@0x7fffbfffede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  882. ace_mon = {lock_ = 0x7fffe3fa9450, owner_ = 0}
  883. #5 0x00007ffff789f312 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  884. mb = 0x0
  885. #6 0x0000000000d50e25 in DelayExecutor::svc (this=0x7fffed3ab840) at /home/scourge/dev/src/server/shared/Threading/DelayExecutor.cpp:47
  886. rq = <optimized out>
  887. #7 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffed3ab840) at ../../ace/Task.cpp:271
  888. t = 0x7fffed3ab840
  889. svc_status = <optimized out>
  890. status = <optimized out>
  891. thr_mgr_ptr = <optimized out>
  892. #8 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  893. hook = <optimized out>
  894. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  895. arg = 0x7fffed3ab840
  896. cancel_flags = <optimized out>
  897. status = 0x0
  898. #9 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffcfcacb30) at ../../ace/Thread_Adapter.cpp:96
  899. exit_hook_instance = 0x7fffbe00a020
  900. exit_hook_maybe = {instance_ = 0x0}
  901. exit_hook_ptr = <optimized out>
  902. exit_hook = <optimized out>
  903. #10 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  904. No symbol table info available.
  905. #11 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  906. No symbol table info available.
  907. #12 0x0000000000000000 in ?? ()
  908. No symbol table info available.
  909.  
  910. Thread 16 (Thread 0x7fffc0fff700 (LWP 619)):
  911. #0 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  912. No symbol table info available.
  913. #1 0x00007ffff78b5a65 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  914. result = 0
  915. ts = {tv_sec = 140736431389120, tv_nsec = 11264881}
  916. #2 ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  917. No locals.
  918. #3 0x00000000007f122b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffe3fa9400, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  919. result = 0
  920. #4 0x00000000007f2003 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffe3fa9400, first_item=@0x7fffc0ffede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  921. ace_mon = {lock_ = 0x7fffe3fa9450, owner_ = 0}
  922. #5 0x00007ffff789f312 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  923. mb = 0x0
  924. #6 0x0000000000d50e25 in DelayExecutor::svc (this=0x7fffed3ab840) at /home/scourge/dev/src/server/shared/Threading/DelayExecutor.cpp:47
  925. rq = <optimized out>
  926. #7 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffed3ab840) at ../../ace/Task.cpp:271
  927. t = 0x7fffed3ab840
  928. svc_status = <optimized out>
  929. status = <optimized out>
  930. thr_mgr_ptr = <optimized out>
  931. #8 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  932. hook = <optimized out>
  933. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  934. arg = 0x7fffed3ab840
  935. cancel_flags = <optimized out>
  936. status = 0x0
  937. #9 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffcfcacba0) at ../../ace/Thread_Adapter.cpp:96
  938. exit_hook_instance = 0x7fffbf00a020
  939. exit_hook_maybe = {instance_ = 0x0}
  940. exit_hook_ptr = <optimized out>
  941. exit_hook = <optimized out>
  942. #10 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  943. No symbol table info available.
  944. #11 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  945. No symbol table info available.
  946. #12 0x0000000000000000 in ?? ()
  947. No symbol table info available.
  948.  
  949. Thread 15 (Thread 0x7fffc1fff700 (LWP 618)):
  950. #0 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  951. No symbol table info available.
  952. #1 0x00007ffff78b5a65 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  953. result = 0
  954. ts = {tv_sec = 140736448166336, tv_nsec = 11264881}
  955. #2 ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  956. No locals.
  957. #3 0x00000000007f122b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffe3fa9400, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  958. result = 0
  959. #4 0x00000000007f2003 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffe3fa9400, first_item=@0x7fffc1ffede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  960. ace_mon = {lock_ = 0x7fffe3fa9450, owner_ = 0}
  961. #5 0x00007ffff789f312 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  962. mb = 0x0
  963. #6 0x0000000000d50e25 in DelayExecutor::svc (this=0x7fffed3ab840) at /home/scourge/dev/src/server/shared/Threading/DelayExecutor.cpp:47
  964. rq = <optimized out>
  965. #7 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffed3ab840) at ../../ace/Task.cpp:271
  966. t = 0x7fffed3ab840
  967. svc_status = <optimized out>
  968. status = <optimized out>
  969. thr_mgr_ptr = <optimized out>
  970. #8 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  971. hook = <optimized out>
  972. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  973. arg = 0x7fffed3ab840
  974. cancel_flags = <optimized out>
  975. status = 0x0
  976. #9 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffcfcacb30) at ../../ace/Thread_Adapter.cpp:96
  977. exit_hook_instance = 0x7fffc000a020
  978. exit_hook_maybe = {instance_ = 0x0}
  979. exit_hook_ptr = <optimized out>
  980. exit_hook = <optimized out>
  981. #10 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  982. No symbol table info available.
  983. #11 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  984. No symbol table info available.
  985. #12 0x0000000000000000 in ?? ()
  986. No symbol table info available.
  987.  
  988. Thread 14 (Thread 0x7fffc2fff700 (LWP 617)):
  989. #0 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  990. No symbol table info available.
  991. #1 0x00007ffff78b5a65 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  992. result = 0
  993. ts = {tv_sec = 140736464940400, tv_nsec = 19733048}
  994. #2 ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  995. No locals.
  996. #3 0x00000000007f122b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffe3fa9400, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  997. result = 0
  998. #4 0x00000000007f2003 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffe3fa9400, first_item=@0x7fffc2ffede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  999. ace_mon = {lock_ = 0x7fffe3fa9450, owner_ = 0}
  1000. #5 0x00007ffff789f312 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  1001. mb = 0x0
  1002. #6 0x0000000000d50e25 in DelayExecutor::svc (this=0x7fffed3ab840) at /home/scourge/dev/src/server/shared/Threading/DelayExecutor.cpp:47
  1003. rq = <optimized out>
  1004. #7 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffed3ab840) at ../../ace/Task.cpp:271
  1005. t = 0x7fffed3ab840
  1006. svc_status = <optimized out>
  1007. status = <optimized out>
  1008. thr_mgr_ptr = <optimized out>
  1009. #8 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  1010. hook = <optimized out>
  1011. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  1012. arg = 0x7fffed3ab840
  1013. cancel_flags = <optimized out>
  1014. status = 0x0
  1015. #9 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffcfcacba0) at ../../ace/Thread_Adapter.cpp:96
  1016. exit_hook_instance = 0x7fffc100a020
  1017. exit_hook_maybe = {instance_ = 0x0}
  1018. exit_hook_ptr = <optimized out>
  1019. exit_hook = <optimized out>
  1020. #10 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  1021. No symbol table info available.
  1022. #11 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  1023. No symbol table info available.
  1024. #12 0x0000000000000000 in ?? ()
  1025. No symbol table info available.
  1026.  
  1027. Thread 13 (Thread 0x7fffc3fff700 (LWP 616)):
  1028. #0 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  1029. No symbol table info available.
  1030. #1 0x00007ffff78b5a65 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1031. result = 0
  1032. ts = {tv_sec = 140736825864472, tv_nsec = 140736825864192}
  1033. #2 ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  1034. No locals.
  1035. #3 0x00000000007f122b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffe3fa9400, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  1036. result = 0
  1037. #4 0x00000000007f2003 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffe3fa9400, first_item=@0x7fffc3ffede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  1038. ace_mon = {lock_ = 0x7fffe3fa9450, owner_ = 0}
  1039. #5 0x00007ffff789f312 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  1040. mb = 0x0
  1041. #6 0x0000000000d50e25 in DelayExecutor::svc (this=0x7fffed3ab840) at /home/scourge/dev/src/server/shared/Threading/DelayExecutor.cpp:47
  1042. rq = <optimized out>
  1043. #7 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffed3ab840) at ../../ace/Task.cpp:271
  1044. t = 0x7fffed3ab840
  1045. svc_status = <optimized out>
  1046. status = <optimized out>
  1047. thr_mgr_ptr = <optimized out>
  1048. #8 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  1049. hook = <optimized out>
  1050. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  1051. arg = 0x7fffed3ab840
  1052. cancel_flags = <optimized out>
  1053. status = 0x0
  1054. #9 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffcfcacb30) at ../../ace/Thread_Adapter.cpp:96
  1055. exit_hook_instance = 0x7fffc200a020
  1056. exit_hook_maybe = {instance_ = 0x0}
  1057. exit_hook_ptr = <optimized out>
  1058. exit_hook = <optimized out>
  1059. #10 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  1060. No symbol table info available.
  1061. #11 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  1062. No symbol table info available.
  1063. #12 0x0000000000000000 in ?? ()
  1064. No symbol table info available.
  1065.  
  1066. Thread 12 (Thread 0x7fffc4ffe700 (LWP 615)):
  1067. #0 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  1068. No symbol table info available.
  1069. #1 0x00007ffff78b5a65 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1070. result = 0
  1071. ts = {tv_sec = 140736736719128, tv_nsec = 140736736718848}
  1072. #2 ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  1073. No locals.
  1074. #3 0x00000000007f122b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffe3fa9400, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  1075. result = 0
  1076. #4 0x00000000007f2003 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffe3fa9400, first_item=@0x7fffc4ffdde8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  1077. ace_mon = {lock_ = 0x7fffe3fa9450, owner_ = 0}
  1078. #5 0x00007ffff789f312 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  1079. mb = 0x0
  1080. #6 0x0000000000d50e25 in DelayExecutor::svc (this=0x7fffed3ab840) at /home/scourge/dev/src/server/shared/Threading/DelayExecutor.cpp:47
  1081. rq = <optimized out>
  1082. #7 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffed3ab840) at ../../ace/Task.cpp:271
  1083. t = 0x7fffed3ab840
  1084. svc_status = <optimized out>
  1085. status = <optimized out>
  1086. thr_mgr_ptr = <optimized out>
  1087. #8 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  1088. hook = <optimized out>
  1089. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  1090. arg = 0x7fffed3ab840
  1091. cancel_flags = <optimized out>
  1092. status = 0x0
  1093. #9 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffcfcacba0) at ../../ace/Thread_Adapter.cpp:96
  1094. exit_hook_instance = 0x7fffc300a020
  1095. exit_hook_maybe = {instance_ = 0x0}
  1096. exit_hook_ptr = <optimized out>
  1097. exit_hook = <optimized out>
  1098. #10 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  1099. No symbol table info available.
  1100. #11 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  1101. No symbol table info available.
  1102. #12 0x0000000000000000 in ?? ()
  1103. No symbol table info available.
  1104.  
  1105. Thread 11 (Thread 0x7fffc57ff700 (LWP 614)):
  1106. #0 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  1107. No symbol table info available.
  1108. #1 0x00007ffff78b5a65 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1109. result = 0
  1110. ts = {tv_sec = 140736506886592, tv_nsec = 11264881}
  1111. #2 ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  1112. No locals.
  1113. #3 0x00000000007f122b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffe3fa9400, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  1114. result = 0
  1115. #4 0x00000000007f2003 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffe3fa9400, first_item=@0x7fffc57fede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  1116. ace_mon = {lock_ = 0x7fffe3fa9450, owner_ = 0}
  1117. #5 0x00007ffff789f312 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  1118. mb = 0x0
  1119. #6 0x0000000000d50e25 in DelayExecutor::svc (this=0x7fffed3ab840) at /home/scourge/dev/src/server/shared/Threading/DelayExecutor.cpp:47
  1120. rq = <optimized out>
  1121. #7 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffed3ab840) at ../../ace/Task.cpp:271
  1122. t = 0x7fffed3ab840
  1123. svc_status = <optimized out>
  1124. status = <optimized out>
  1125. thr_mgr_ptr = <optimized out>
  1126. #8 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  1127. hook = <optimized out>
  1128. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  1129. arg = 0x7fffed3ab840
  1130. cancel_flags = <optimized out>
  1131. status = 0x0
  1132. #9 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffcfcacb30) at ../../ace/Thread_Adapter.cpp:96
  1133. exit_hook_instance = 0x7fffc400a020
  1134. exit_hook_maybe = {instance_ = 0x0}
  1135. exit_hook_ptr = <optimized out>
  1136. exit_hook = <optimized out>
  1137. #10 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  1138. No symbol table info available.
  1139. #11 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  1140. No symbol table info available.
  1141. #12 0x0000000000000000 in ?? ()
  1142. No symbol table info available.
  1143.  
  1144. Thread 10 (Thread 0x7fffebfff700 (LWP 574)):
  1145. #0 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  1146. No symbol table info available.
  1147. #1 0x00007ffff78b5a65 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1148. result = 0
  1149. ts = {tv_sec = 140737176538560, tv_nsec = 140737308088384}
  1150. #2 ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  1151. No locals.
  1152. #3 0x00000000007f122b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff4c0d400, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  1153. result = 0
  1154. #4 0x00000000007f2003 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff4c0d400, first_item=@0x7fffebffede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  1155. ace_mon = {lock_ = 0x7ffff4c0d450, owner_ = 0}
  1156. #5 0x00007ffff789f312 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  1157. mb = 0x0
  1158. #6 0x0000000000d4b7d0 in DatabaseWorker::svc (this=0x7fffed6a0dc0) at /home/scourge/dev/src/server/shared/Database/DatabaseWorker.cpp:40
  1159. request = <optimized out>
  1160. #7 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffed6a0dc0) at ../../ace/Task.cpp:271
  1161. t = 0x7fffed6a0dc0
  1162. svc_status = <optimized out>
  1163. status = <optimized out>
  1164. thr_mgr_ptr = <optimized out>
  1165. #8 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  1166. hook = <optimized out>
  1167. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  1168. arg = 0x7fffed6a0dc0
  1169. cancel_flags = <optimized out>
  1170. status = 0x0
  1171. #9 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffed0d68d0) at ../../ace/Thread_Adapter.cpp:96
  1172. exit_hook_instance = 0x7fffeb00a020
  1173. exit_hook_maybe = {instance_ = 0x0}
  1174. exit_hook_ptr = <optimized out>
  1175. exit_hook = <optimized out>
  1176. #10 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  1177. No symbol table info available.
  1178. #11 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  1179. No symbol table info available.
  1180. #12 0x0000000000000000 in ?? ()
  1181. No symbol table info available.
  1182.  
  1183. Thread 9 (Thread 0x7fffecfff700 (LWP 573)):
  1184. #0 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  1185. No symbol table info available.
  1186. #1 0x00007ffff78b5a65 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1187. result = 0
  1188. ts = {tv_sec = 140737349451888, tv_nsec = 0}
  1189. #2 ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  1190. No locals.
  1191. #3 0x00000000007f122b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff4c0d400, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  1192. result = 0
  1193. #4 0x00000000007f2003 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff4c0d400, first_item=@0x7fffecffede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  1194. ace_mon = {lock_ = 0x7ffff4c0d450, owner_ = 0}
  1195. #5 0x00007ffff789f312 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  1196. mb = 0x0
  1197. #6 0x0000000000d4b7d0 in DatabaseWorker::svc (this=0x7fffed6a0580) at /home/scourge/dev/src/server/shared/Database/DatabaseWorker.cpp:40
  1198. request = <optimized out>
  1199. #7 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7fffed6a0580) at ../../ace/Task.cpp:271
  1200. t = 0x7fffed6a0580
  1201. svc_status = <optimized out>
  1202. status = <optimized out>
  1203. thr_mgr_ptr = <optimized out>
  1204. #8 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  1205. hook = <optimized out>
  1206. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  1207. arg = 0x7fffed6a0580
  1208. cancel_flags = <optimized out>
  1209. status = 0x0
  1210. #9 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffed0d6470) at ../../ace/Thread_Adapter.cpp:96
  1211. exit_hook_instance = 0x7fffec00a020
  1212. exit_hook_maybe = {instance_ = 0x0}
  1213. exit_hook_ptr = <optimized out>
  1214. exit_hook = <optimized out>
  1215. #10 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  1216. No symbol table info available.
  1217. #11 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  1218. No symbol table info available.
  1219. #12 0x0000000000000000 in ?? ()
  1220. No symbol table info available.
  1221.  
  1222. Thread 8 (Thread 0x7fffeebff700 (LWP 569)):
  1223. #0 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  1224. No symbol table info available.
  1225. #1 0x00007ffff78b5a65 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1226. result = 0
  1227. ts = {tv_sec = 140737223545792, tv_nsec = 140737308037056}
  1228. #2 ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  1229. No locals.
  1230. #3 0x00000000007f122b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff4c0d300, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  1231. result = 0
  1232. #4 0x00000000007f2003 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff4c0d300, first_item=@0x7fffeebfede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  1233. ace_mon = {lock_ = 0x7ffff4c0d350, owner_ = 0}
  1234. #5 0x00007ffff789f312 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  1235. mb = 0x0
  1236. #6 0x0000000000d4b7d0 in DatabaseWorker::svc (this=0x7ffff03753c0) at /home/scourge/dev/src/server/shared/Database/DatabaseWorker.cpp:40
  1237. request = <optimized out>
  1238. #7 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7ffff03753c0) at ../../ace/Task.cpp:271
  1239. t = 0x7ffff03753c0
  1240. svc_status = <optimized out>
  1241. status = <optimized out>
  1242. thr_mgr_ptr = <optimized out>
  1243. #8 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  1244. hook = <optimized out>
  1245. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  1246. arg = 0x7ffff03753c0
  1247. cancel_flags = <optimized out>
  1248. status = 0x0
  1249. #9 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7fffeef6d240) at ../../ace/Thread_Adapter.cpp:96
  1250. exit_hook_instance = 0x7fffedc0a020
  1251. exit_hook_maybe = {instance_ = 0x0}
  1252. exit_hook_ptr = <optimized out>
  1253. exit_hook = <optimized out>
  1254. #10 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  1255. No symbol table info available.
  1256. #11 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  1257. No symbol table info available.
  1258. #12 0x0000000000000000 in ?? ()
  1259. No symbol table info available.
  1260.  
  1261. Thread 7 (Thread 0x7fffeffff700 (LWP 568)):
  1262. #0 0x00007ffff63030dd in read () from /lib/x86_64-linux-gnu/libpthread.so.0
  1263. No symbol table info available.
  1264. #1 0x00007ffff72cf8b8 in vio_read (vio=0x7ffff4c7c600, buf=0x7ffff035f000 "\a", size=16384) at /home/buildbot/buildbot/build/vio/viosocket.c:67
  1265. r = 18446744073709551612
  1266. #2 0x00007ffff72cf92e in vio_read_buff (vio=0x15, buf=0x7ffff0363000 "$", size=4) at /home/buildbot/buildbot/build/vio/viosocket.c:107
  1267. rc = <optimized out>
  1268. #3 0x00007ffff72b9c14 in my_real_read (net=0x7ffff4c2dc00, complen=0x7fffefffda50) at /home/buildbot/buildbot/build/sql/net_serv.cc:840
  1269. pos = 0x7ffff0363000 "$"
  1270. length = <optimized out>
  1271. i = 0
  1272. len = 18446744073709551615
  1273. remain = 16384
  1274. #4 0x00007ffff72b9e2f in my_net_read (net=0x15) at /home/buildbot/buildbot/build/sql/net_serv.cc:1026
  1275. len = <optimized out>
  1276. complen = <optimized out>
  1277. #5 0x00007ffff72ae54e in cli_safe_read (mysql=0x7ffff4c2dc00) at /home/buildbot/buildbot/build/sql-common/client.c:740
  1278. net = 0x15
  1279. len = 0
  1280. #6 0x00007ffff72b0ac7 in cli_read_query_result (mysql=0x15) at /home/buildbot/buildbot/build/sql-common/client.c:3859
  1281. pos = 0x1a <Address 0x1a out of bounds>
  1282. field_count = <optimized out>
  1283. fields = <optimized out>
  1284. length = <optimized out>
  1285. #7 0x00007ffff72ad191 in execute (length=<optimized out>, packet=<optimized out>, stmt=<optimized out>) at /home/buildbot/buildbot/build/libmysql/libmysql.c:2084
  1286. No locals.
  1287. #8 cli_stmt_execute (stmt=0x7fffeedabc00) at /home/buildbot/buildbot/build/libmysql/libmysql.c:2176
  1288. net = <optimized out>
  1289. param = <optimized out>
  1290. param_end = 0x7fffeede09d8
  1291. param_data = <optimized out>
  1292. length = 26
  1293. mysql = 0x7ffff4c2dc00
  1294. null_count = <optimized out>
  1295. #9 0x00007ffff72ac3ac in mysql_stmt_execute (stmt=0x7fffeedabc00) at /home/buildbot/buildbot/build/libmysql/libmysql.c:2557
  1296. mysql = 0x7ffff4c2dc00
  1297. #10 0x0000000000d49630 in MySQLConnection::Execute (this=0x7ffff1739800, stmt=0x7ffec0cced30) at /home/scourge/dev/src/server/shared/Database/MySQLConnection.cpp:220
  1298. m_mStmt = 0x7fffeee3e2e0
  1299. msql_STMT = 0x7fffeedabc00
  1300. msql_BIND = 0x7ffff0342bc0
  1301. _s = 0
  1302. index = 294
  1303. __FUNCTION__ = "Execute"
  1304. #11 0x0000000000d2f8f5 in PreparedStatementTask::Execute (this=0x7ffec0cd0730) at /home/scourge/dev/src/server/shared/Database/PreparedStatement.cpp:422
  1305. No locals.
  1306. #12 0x00000000007ff50a in SQLOperation::call (this=<optimized out>) at /home/scourge/dev/src/server/shared/Database/SQLOperation.h:65
  1307. No locals.
  1308. #13 0x0000000000d4b7b9 in DatabaseWorker::svc (this=0x7ffff17398c0) at /home/scourge/dev/src/server/shared/Database/DatabaseWorker.cpp:45
  1309. request = 0x7ffec0cd0730
  1310. #14 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7ffff17398c0) at ../../ace/Task.cpp:271
  1311. t = 0x7ffff17398c0
  1312. svc_status = <optimized out>
  1313. status = <optimized out>
  1314. thr_mgr_ptr = <optimized out>
  1315. #15 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  1316. hook = <optimized out>
  1317. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  1318. arg = 0x7ffff17398c0
  1319. cancel_flags = <optimized out>
  1320. status = 0x0
  1321. #16 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7ffff01d9890) at ../../ace/Thread_Adapter.cpp:96
  1322. exit_hook_instance = 0x7fffef00a020
  1323. exit_hook_maybe = {instance_ = 0x0}
  1324. exit_hook_ptr = <optimized out>
  1325. exit_hook = <optimized out>
  1326. #17 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  1327. No symbol table info available.
  1328. #18 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  1329. No symbol table info available.
  1330. #19 0x0000000000000000 in ?? ()
  1331. No symbol table info available.
  1332.  
  1333. Thread 6 (Thread 0x7ffff13ff700 (LWP 567)):
  1334. #0 store_param_int32 (net=0x7ffff4c2c800, param=0x7ffff0258688) at /home/buildbot/buildbot/build/libmysql/libmysql.c:1910
  1335. value = 0
  1336. #1 0x00007ffff72ad031 in store_param (param=<optimized out>, stmt=<optimized out>) at /home/buildbot/buildbot/build/libmysql/libmysql.c:2059
  1337. No locals.
  1338. #2 cli_stmt_execute (stmt=0x7ffff0214c00) at /home/buildbot/buildbot/build/libmysql/libmysql.c:2166
  1339. net = <optimized out>
  1340. param = 0x7ffff0258688
  1341. param_end = 0x7ffff02586f8
  1342. param_data = <optimized out>
  1343. length = <optimized out>
  1344. mysql = 0x7ffff4c2c800
  1345. null_count = <optimized out>
  1346. #3 0x00007ffff72ac3ac in mysql_stmt_execute (stmt=0x7ffff0214c00) at /home/buildbot/buildbot/build/libmysql/libmysql.c:2557
  1347. mysql = 0x7ffff4c2c800
  1348. #4 0x0000000000d49630 in MySQLConnection::Execute (this=0x7ffff4c16d00, stmt=0x7ffec0cd33a0) at /home/scourge/dev/src/server/shared/Database/MySQLConnection.cpp:220
  1349. m_mStmt = 0x7ffff02801f0
  1350. msql_STMT = 0x7ffff0214c00
  1351. msql_BIND = 0x7ffff00a9f00
  1352. _s = 0
  1353. index = 382
  1354. __FUNCTION__ = "Execute"
  1355. #5 0x0000000000d49e40 in MySQLConnection::ExecuteTransaction (this=0x7ffff4c16d00, transaction=<optimized out>) at /home/scourge/dev/src/server/shared/Database/MySQLConnection.cpp:394
  1356. stmt = 0x7ffec0cd33a0
  1357. queries = @0x7ffebb6f19e0
  1358. itr = {_M_node = 0x7ffec27fdac0}
  1359. __FUNCTION__ = "ExecuteTransaction"
  1360. #6 0x0000000000d46cf1 in TransactionTask::Execute (this=0x7ffec0cd3d00) at /home/scourge/dev/src/server/shared/Database/Transaction.cpp:77
  1361. No locals.
  1362. #7 0x00000000007ff50a in SQLOperation::call (this=<optimized out>) at /home/scourge/dev/src/server/shared/Database/SQLOperation.h:65
  1363. No locals.
  1364. #8 0x0000000000d4b7b9 in DatabaseWorker::svc (this=0x7ffff4c16dc0) at /home/scourge/dev/src/server/shared/Database/DatabaseWorker.cpp:45
  1365. request = 0x7ffec0cd3d00
  1366. #9 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7ffff4c16dc0) at ../../ace/Task.cpp:271
  1367. t = 0x7ffff4c16dc0
  1368. svc_status = <optimized out>
  1369. status = <optimized out>
  1370. thr_mgr_ptr = <optimized out>
  1371. #10 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  1372. hook = <optimized out>
  1373. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  1374. arg = 0x7ffff4c16dc0
  1375. cancel_flags = <optimized out>
  1376. status = 0x0
  1377. #11 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7ffff1652f60) at ../../ace/Thread_Adapter.cpp:96
  1378. exit_hook_instance = 0x7ffff040a020
  1379. exit_hook_maybe = {instance_ = 0x0}
  1380. exit_hook_ptr = <optimized out>
  1381. exit_hook = <optimized out>
  1382. #12 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  1383. No symbol table info available.
  1384. #13 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  1385. No symbol table info available.
  1386. #14 0x0000000000000000 in ?? ()
  1387. No symbol table info available.
  1388.  
  1389. Thread 5 (Thread 0x7ffff27ff700 (LWP 566)):
  1390. #0 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  1391. No symbol table info available.
  1392. #1 0x00007ffff78b5a65 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1393. result = 0
  1394. ts = {tv_sec = 140737299698560, tv_nsec = 140737308037056}
  1395. #2 ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  1396. No locals.
  1397. #3 0x00000000007f122b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff4c0d300, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  1398. result = 0
  1399. #4 0x00000000007f2003 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff4c0d300, first_item=@0x7ffff27fede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  1400. ace_mon = {lock_ = 0x7ffff4c0d350, owner_ = 0}
  1401. #5 0x00007ffff789f312 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  1402. mb = 0x0
  1403. #6 0x0000000000d4b7d0 in DatabaseWorker::svc (this=0x7ffff4c15380) at /home/scourge/dev/src/server/shared/Database/DatabaseWorker.cpp:40
  1404. request = <optimized out>
  1405. #7 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7ffff4c15380) at ../../ace/Task.cpp:271
  1406. t = 0x7ffff4c15380
  1407. svc_status = <optimized out>
  1408. status = <optimized out>
  1409. thr_mgr_ptr = <optimized out>
  1410. #8 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  1411. hook = <optimized out>
  1412. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  1413. arg = 0x7ffff4c15380
  1414. cancel_flags = <optimized out>
  1415. status = 0x0
  1416. #9 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7ffff4e8e630) at ../../ace/Thread_Adapter.cpp:96
  1417. exit_hook_instance = 0x7ffff180a020
  1418. exit_hook_maybe = {instance_ = 0x0}
  1419. exit_hook_ptr = <optimized out>
  1420. exit_hook = <optimized out>
  1421. #10 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  1422. No symbol table info available.
  1423. #11 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  1424. No symbol table info available.
  1425. #12 0x0000000000000000 in ?? ()
  1426. No symbol table info available.
  1427.  
  1428. Thread 4 (Thread 0x7ffff37ff700 (LWP 565)):
  1429. #0 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  1430. No symbol table info available.
  1431. #1 0x00007ffff78b5a65 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1432. result = 0
  1433. ts = {tv_sec = 140737299696064, tv_nsec = 140737308070336}
  1434. #2 ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  1435. No locals.
  1436. #3 0x00000000007f122b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff4c0d200, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  1437. result = 0
  1438. #4 0x00000000007f2003 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff4c0d200, first_item=@0x7ffff37fede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  1439. ace_mon = {lock_ = 0x7ffff4c0d250, owner_ = 0}
  1440. #5 0x00007ffff789f312 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  1441. mb = 0x0
  1442. #6 0x0000000000d4b7d0 in DatabaseWorker::svc (this=0x7ffff4c149c0) at /home/scourge/dev/src/server/shared/Database/DatabaseWorker.cpp:40
  1443. request = <optimized out>
  1444. #7 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7ffff4c149c0) at ../../ace/Task.cpp:271
  1445. t = 0x7ffff4c149c0
  1446. svc_status = <optimized out>
  1447. status = <optimized out>
  1448. thr_mgr_ptr = <optimized out>
  1449. #8 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  1450. hook = <optimized out>
  1451. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  1452. arg = 0x7ffff4c149c0
  1453. cancel_flags = <optimized out>
  1454. status = 0x0
  1455. #9 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7ffff4c0aa20) at ../../ace/Thread_Adapter.cpp:96
  1456. exit_hook_instance = 0x7ffff280a020
  1457. exit_hook_maybe = {instance_ = 0x0}
  1458. exit_hook_ptr = <optimized out>
  1459. exit_hook = <optimized out>
  1460. #10 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  1461. No symbol table info available.
  1462. #11 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  1463. No symbol table info available.
  1464. #12 0x0000000000000000 in ?? ()
  1465. No symbol table info available.
  1466.  
  1467. Thread 3 (Thread 0x7ffff4bff700 (LWP 564)):
  1468. #0 0x00007ffff630004c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  1469. No symbol table info available.
  1470. #1 0x00007ffff78b5a65 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1471. result = 0
  1472. ts = {tv_sec = 140732669100032, tv_nsec = 19733048}
  1473. #2 ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  1474. No locals.
  1475. #3 0x00000000007f122b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff4c0d200, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  1476. result = 0
  1477. #4 0x00000000007f2003 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff4c0d200, first_item=@0x7ffff4bfede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  1478. ace_mon = {lock_ = 0x7ffff4c0d250, owner_ = 0}
  1479. #5 0x00007ffff789f312 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  1480. mb = 0x0
  1481. #6 0x0000000000d4b7d0 in DatabaseWorker::svc (this=0x7ffff4c14600) at /home/scourge/dev/src/server/shared/Database/DatabaseWorker.cpp:40
  1482. request = <optimized out>
  1483. #7 0x00007ffff7932bb7 in ACE_Task_Base::svc_run (args=0x7ffff4c14600) at ../../ace/Task.cpp:271
  1484. t = 0x7ffff4c14600
  1485. svc_status = <optimized out>
  1486. status = <optimized out>
  1487. thr_mgr_ptr = <optimized out>
  1488. #8 0x00007ffff7934025 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  1489. hook = <optimized out>
  1490. func = 0x7ffff7932b80 <ACE_Task_Base::svc_run(void*)>
  1491. arg = 0x7ffff4c14600
  1492. cancel_flags = <optimized out>
  1493. status = 0x0
  1494. #9 0x00007ffff7934134 in ACE_Thread_Adapter::invoke (this=0x7ffff4c0a2b0) at ../../ace/Thread_Adapter.cpp:96
  1495. exit_hook_instance = 0x7ffff380b020
  1496. exit_hook_maybe = {instance_ = 0x0}
  1497. exit_hook_ptr = <optimized out>
  1498. exit_hook = <optimized out>
  1499. #10 0x00007ffff62fbefc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  1500. No symbol table info available.
  1501. #11 0x00007ffff603659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  1502. No symbol table info available.
  1503. #12 0x0000000000000000 in ?? ()
  1504. No symbol table info available.
  1505.  
  1506. Thread 1 (Thread 0x7ffff7fe4740 (LWP 560)):
  1507. #0 0x00007ffff62fd1f8 in pthread_join () from /lib/x86_64-linux-gnu/libpthread.so.0
  1508. No symbol table info available.
  1509. #1 0x0000000000d516b6 in thr_join (status=0x7fffffffe098, thr_handle=<optimized out>) at /usr/local/include/ace/OS_NS_Thread.inl:2788
  1510. result = <optimized out>
  1511. #2 join (status=0x7fffffffe098, wait_for=<optimized out>) at /usr/local/include/ace/Thread.inl:137
  1512. No locals.
  1513. #3 ACE_Based::Thread::wait (this=0x7fffffffe120) at /home/scourge/dev/src/server/shared/Threading/Threading.cpp:147
  1514. _value = 0xffffffffffffffff
  1515. #4 0x00000000007f990c in Master::Run (this=<optimized out>) at /home/scourge/dev/src/server/worldserver/Master.cpp:276
  1516. seed1 = {_bn = 0x7ffff4c12240, _array = 0x0, _lock = {process_lock_ = 0x0, lockname_ = 0x0, 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}}
  1517. SignalINT = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0x12df790, 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 = 0x7ffff7b874d0}, value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  1518. SignalTERM = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0x12df790, 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 = 0x7ffff7b874d0}, value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  1519. Handler = {_vptr.ACE_Sig_Handler = 0x18bb7b0, static sig_pending_ = 0, static signal_handlers_ = {0x0, 0x0, 0x7fffffffe0c0, 0x0 <repeats 12 times>, 0x7fffffffe0f0, 0x0 <repeats 49 times>}}
  1520. world_thread = {m_iThreadId = 140736158758656, m_hThreadHandle = 140736158758656, m_task = 0x7fffb2d2ea60, static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>}, _vptr.ACE_TSS = 0x136cd50, 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}}}
  1521. rar_thread = {m_iThreadId = 140736129398528, m_hThreadHandle = 140736129398528, m_task = 0x7fffb0d6e1a0, static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>}, _vptr.ACE_TSS = 0x136cd50, 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}}}
  1522. cliThread = 0x7fffb0d6e180
  1523. soap_thread = 0x0
  1524. bind_ip = {static npos = <optimized out>, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7fffb0d6e238 "0.0.0.0"}}
  1525. pidfile = {static npos = <optimized out>, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x18bb3b8 ""}}
  1526. wsport = 9586
  1527. #5 0x00007ffff5f7430d in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
  1528. No symbol table info available.
  1529. #6 0x00000000007e7791 in _start ()
  1530. No symbol table info available.
Add Comment
Please, Sign In to add comment