Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 28th, 2012  |  syntax: None  |  size: 34.31 KB  |  hits: 38  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Transaction contains 0 queries. Not executing.
  2. Warning: Transaction only holds 1 query, consider removing Transaction context in code.
  3. Warning: Transaction only holds 1 query, consider removing Transaction context in code.
  4. Warning: Transaction only holds 1 query, consider removing Transaction context in code.
  5. [New Thread 0x7ffff4bff700 (LWP 30240)]
  6. [New Thread 0x7ffff3bff700 (LWP 30241)]
  7. [New Thread 0x7ffff27ff700 (LWP 30242)]
  8. [New Thread 0x7ffff0fff700 (LWP 30243)]
  9. [New Thread 0x7fffd1bff700 (LWP 30246)]
  10. [New Thread 0x7fffc8fff700 (LWP 30247)]
  11. [New Thread 0x7fffc87fe700 (LWP 30248)]
  12. [New Thread 0x7fffc73ff700 (LWP 30249)]
  13. [New Thread 0x7fffc663f700 (LWP 30250)]
  14. [Thread 0x7fffc73ff700 (LWP 30249) exited]
  15. [New Thread 0x7fffc53ff700 (LWP 30251)]
  16. [New Thread 0x7fffc47fe700 (LWP 30252)]
  17.  
  18. Program received signal SIGSEGV, Segmentation fault.
  19. [Switching to Thread 0x7ffff3bff700 (LWP 30241)]
  20. 0x00007ffff742ce78 in ?? () from /usr/lib/libmysqlclient_r.so.16
  21.  
  22. CRASH ON Sat Apr 28 13:45:45 CEST 2012
  23.         Using the running image of child Thread 0x7ffff3bff700 (LWP 30241).
  24. Program stopped at 0x7ffff742ce78.
  25. It stopped with signal SIGSEGV, Segmentation fault.
  26. Type "info stack" or "info registers" for more information.
  27.  
  28. BACKTRACE
  29.  
  30. #0  0x00007ffff742ce78 in ?? () from /usr/lib/libmysqlclient_r.so.16
  31. #1  0x00007ffff7431b6b in cli_stmt_execute () from /usr/lib/libmysqlclient_r.so.16
  32. #2  0x00007ffff7432e4d in mysql_stmt_execute () from /usr/lib/libmysqlclient_r.so.16
  33. #3  0x0000000000d72110 in MySQLConnection::Execute (this=0x7ffff4c09c00, stmt=0x7fff81025610) at /home/core/new/TrinityCore/src/server/shared/Database/MySQLConnection.cpp:220
  34. #4  0x0000000000d72910 in MySQLConnection::ExecuteTransaction (this=0x7ffff4c09c00, transaction=<optimized out>) at /home/core/new/TrinityCore/src/server/shared/Database/MySQLConnection.cpp:394
  35. #5  0x0000000000d7a411 in TransactionTask::Execute (this=0x7fff8d8fba30) at /home/core/new/TrinityCore/src/server/shared/Database/Transaction.cpp:77
  36. #6  0x000000000080b77a in SQLOperation::call (this=<optimized out>) at /home/core/new/TrinityCore/src/server/shared/Database/SQLOperation.h:65
  37. #7  0x0000000000d7ac59 in DatabaseWorker::svc (this=0x7ffff4c09cc0) at /home/core/new/TrinityCore/src/server/shared/Database/DatabaseWorker.cpp:45
  38. #8  0x00007ffff79330d7 in ACE_Task_Base::svc_run (args=0x7ffff4c09cc0) at ../../ace/Task.cpp:271
  39. #9  0x00007ffff7934535 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  40. #10 0x00007ffff79345f4 in ACE_Thread_Adapter::invoke (this=0x7ffff4c15510) at ../../ace/Thread_Adapter.cpp:96
  41. #11 0x00007ffff6464efc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  42. #12 0x00007ffff619f59d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  43. #13 0x0000000000000000 in ?? ()
  44.  
  45. BACKTRACE FULL
  46.  
  47. #0  0x00007ffff742ce78 in ?? () from /usr/lib/libmysqlclient_r.so.16
  48. No symbol table info available.
  49. #1  0x00007ffff7431b6b in cli_stmt_execute () from /usr/lib/libmysqlclient_r.so.16
  50. No symbol table info available.
  51. #2  0x00007ffff7432e4d in mysql_stmt_execute () from /usr/lib/libmysqlclient_r.so.16
  52. No symbol table info available.
  53. #3  0x0000000000d72110 in MySQLConnection::Execute (this=0x7ffff4c09c00, stmt=0x7fff81025610) at /home/core/new/TrinityCore/src/server/shared/Database/MySQLConnection.cpp:220
  54.         m_mStmt = 0x7ffff28a27e0
  55.         msql_STMT = 0x7ffff28f5000
  56.         msql_BIND = 0x7ffff4f78400
  57.         _s = 0
  58.         index = 381
  59.         __FUNCTION__ = "Execute"
  60. #4  0x0000000000d72910 in MySQLConnection::ExecuteTransaction (this=0x7ffff4c09c00, transaction=<optimized out>) at /home/core/new/TrinityCore/src/server/shared/Database/MySQLConnection.cpp:394
  61.         stmt = 0x7fff81025610
  62.         queries = @0x7fff8bb4f1e0
  63.         itr = {_M_node = 0x7fff8e9331c0}
  64.         __FUNCTION__ = "ExecuteTransaction"
  65. #5  0x0000000000d7a411 in TransactionTask::Execute (this=0x7fff8d8fba30) at /home/core/new/TrinityCore/src/server/shared/Database/Transaction.cpp:77
  66. No locals.
  67. #6  0x000000000080b77a in SQLOperation::call (this=<optimized out>) at /home/core/new/TrinityCore/src/server/shared/Database/SQLOperation.h:65
  68. No locals.
  69. #7  0x0000000000d7ac59 in DatabaseWorker::svc (this=0x7ffff4c09cc0) at /home/core/new/TrinityCore/src/server/shared/Database/DatabaseWorker.cpp:45
  70.         request = 0x7fff8d8fba30
  71. #8  0x00007ffff79330d7 in ACE_Task_Base::svc_run (args=0x7ffff4c09cc0) at ../../ace/Task.cpp:271
  72.         t = 0x7ffff4c09cc0
  73.         svc_status = <optimized out>
  74.         status = <optimized out>
  75.         thr_mgr_ptr = <optimized out>
  76. #9  0x00007ffff7934535 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  77.         hook = <optimized out>
  78.         func = 0x7ffff79330a0 <ACE_Task_Base::svc_run(void*)>
  79.         arg = 0x7ffff4c09cc0
  80.         cancel_flags = <optimized out>
  81.         status = 0x0
  82. #10 0x00007ffff79345f4 in ACE_Thread_Adapter::invoke (this=0x7ffff4c15510) at ../../ace/Thread_Adapter.cpp:96
  83.         exit_hook_instance = 0x7ffff2c0a020
  84.         exit_hook_maybe = {instance_ = 0x0}
  85.         exit_hook_ptr = <optimized out>
  86.         exit_hook = <optimized out>
  87. #11 0x00007ffff6464efc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  88. No symbol table info available.
  89. #12 0x00007ffff619f59d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  90. No symbol table info available.
  91. #13 0x0000000000000000 in ?? ()
  92. No symbol table info available.
  93.  
  94. THREADS
  95.  
  96.   Id   Target Id         Frame
  97.   13   Thread 0x7fffc47fe700 (LWP 30252) "worldserver" 0x00007ffff619fbf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  98.   12   Thread 0x7fffc53ff700 (LWP 30251) "worldserver" 0x00007ffff619fbf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  99.   11   Thread 0x7fffc663f700 (LWP 30250) "worldserver" 0x00007ffff646c8dd in nanosleep () from /lib/x86_64-linux-gnu/libpthread.so.0
  100.   9    Thread 0x7fffc87fe700 (LWP 30248) "worldserver" 0x00007ffff6198613 in select () from /lib/x86_64-linux-gnu/libc.so.6
  101.   8    Thread 0x7fffc8fff700 (LWP 30247) "worldserver" 0x00007ffff646c8dd in nanosleep () from /lib/x86_64-linux-gnu/libpthread.so.0
  102.   7    Thread 0x7fffd1bff700 (LWP 30246) "worldserver" 0x00007ffff646904c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  103.   6    Thread 0x7ffff0fff700 (LWP 30243) "worldserver" 0x00007ffff646904c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  104.   5    Thread 0x7ffff27ff700 (LWP 30242) "worldserver" 0x00007ffff646904c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  105. * 4    Thread 0x7ffff3bff700 (LWP 30241) "worldserver" 0x00007ffff742ce78 in ?? () from /usr/lib/libmysqlclient_r.so.16
  106.   3    Thread 0x7ffff4bff700 (LWP 30240) "worldserver" 0x00007ffff646904c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  107.   1    Thread 0x7ffff7feb740 (LWP 30236) "worldserver" 0x00007ffff64661f8 in pthread_join () from /lib/x86_64-linux-gnu/libpthread.so.0
  108.  
  109. Thread 13 (Thread 0x7fffc47fe700 (LWP 30252)):
  110. #0  0x00007ffff619fbf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  111. No symbol table info available.
  112. #1  0x00007ffff78c7b3d in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffccbbdb00, max_wait_time=<optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:960
  113.         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 = 6604}}
  114.         this_timeout = <optimized out>
  115.         timeout = 6
  116.         nfds = <optimized out>
  117. #2  0x00007ffff78c94fc in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffccbbdb00, max_wait_time=0x7fffc47fdde0, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1033
  118.         result = <optimized out>
  119. #3  0x00007ffff78c9661 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffccbbdb00, max_wait_time=0x7fffc47fdde0) at ../../ace/Dev_Poll_Reactor.cpp:1015
  120.         countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffc47fdde0, 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 = 1335613545, tv_usec = 104258}}, stopped_ = false}
  121.         guard = {token_ = @0x7fffccbbdb78, owner_ = 1}
  122.         result = 0
  123. #4  0x00007ffff791432d in ACE_Reactor::run_reactor_event_loop (this=0x7fffc908a840, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  124.         result = <optimized out>
  125. #5  0x0000000000b36997 in ReactorRunnable::svc (this=0x7fffcb648f40) at /home/core/new/TrinityCore/src/server/game/Server/WorldSocketMgr.cpp:170
  126.         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 = 6604}}
  127.         i = <optimized out>
  128.         t = <optimized out>
  129. #6  0x00007ffff79330d7 in ACE_Task_Base::svc_run (args=0x7fffcb648f40) at ../../ace/Task.cpp:271
  130.         t = 0x7fffcb648f40
  131.         svc_status = <optimized out>
  132.         status = <optimized out>
  133.         thr_mgr_ptr = <optimized out>
  134. #7  0x00007ffff7934535 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  135.         hook = <optimized out>
  136.         func = 0x7ffff79330a0 <ACE_Task_Base::svc_run(void*)>
  137.         arg = 0x7fffcb648f40
  138.         cancel_flags = <optimized out>
  139.         status = 0x0
  140. #8  0x00007ffff79345f4 in ACE_Thread_Adapter::invoke (this=0x7fffcb573200) at ../../ace/Thread_Adapter.cpp:96
  141.         exit_hook_instance = 0x7fffc300a020
  142.         exit_hook_maybe = {instance_ = 0x0}
  143.         exit_hook_ptr = <optimized out>
  144.         exit_hook = <optimized out>
  145. #9  0x00007ffff6464efc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  146. No symbol table info available.
  147. #10 0x00007ffff619f59d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  148. No symbol table info available.
  149. #11 0x0000000000000000 in ?? ()
  150. No symbol table info available.
  151.  
  152. Thread 12 (Thread 0x7fffc53ff700 (LWP 30251)):
  153. #0  0x00007ffff619fbf3 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  154. No symbol table info available.
  155. #1  0x00007ffff78c7b3d in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffccbbd980, max_wait_time=<optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:960
  156.         timer_buf = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 10000}}
  157.         this_timeout = <optimized out>
  158.         timeout = 10
  159.         nfds = <optimized out>
  160. #2  0x00007ffff78c94fc in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffccbbd980, max_wait_time=0x7fffc53fede0, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1033
  161.         result = <optimized out>
  162. #3  0x00007ffff78c9661 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffccbbd980, max_wait_time=0x7fffc53fede0) at ../../ace/Dev_Poll_Reactor.cpp:1015
  163.         countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffc53fede0, 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 = 1335613545, tv_usec = 101696}}, stopped_ = false}
  164.         guard = {token_ = @0x7fffccbbd9f8, owner_ = 1}
  165.         result = 0
  166. #4  0x00007ffff791432d in ACE_Reactor::run_reactor_event_loop (this=0x7fffc908a800, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  167.         result = <optimized out>
  168. #5  0x0000000000b36997 in ReactorRunnable::svc (this=0x7fffcb648e08) at /home/core/new/TrinityCore/src/server/game/Server/WorldSocketMgr.cpp:170
  169.         interval = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 10000}}
  170.         i = <optimized out>
  171.         t = <optimized out>
  172. #6  0x00007ffff79330d7 in ACE_Task_Base::svc_run (args=0x7fffcb648e08) at ../../ace/Task.cpp:271
  173.         t = 0x7fffcb648e08
  174.         svc_status = <optimized out>
  175.         status = <optimized out>
  176.         thr_mgr_ptr = <optimized out>
  177. #7  0x00007ffff7934535 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  178.         hook = <optimized out>
  179.         func = 0x7ffff79330a0 <ACE_Task_Base::svc_run(void*)>
  180.         arg = 0x7fffcb648e08
  181.         cancel_flags = <optimized out>
  182.         status = 0x0
  183. #8  0x00007ffff79345f4 in ACE_Thread_Adapter::invoke (this=0x7fffcb573190) at ../../ace/Thread_Adapter.cpp:96
  184.         exit_hook_instance = 0x7fffc380a020
  185.         exit_hook_maybe = {instance_ = 0x0}
  186.         exit_hook_ptr = <optimized out>
  187.         exit_hook = <optimized out>
  188. #9  0x00007ffff6464efc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  189. No symbol table info available.
  190. #10 0x00007ffff619f59d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  191. No symbol table info available.
  192. #11 0x0000000000000000 in ?? ()
  193. No symbol table info available.
  194.  
  195. Thread 11 (Thread 0x7fffc663f700 (LWP 30250)):
  196. #0  0x00007ffff646c8dd in nanosleep () from /lib/x86_64-linux-gnu/libpthread.so.0
  197. No symbol table info available.
  198. #1  0x0000000000d80728 in sleep (tv=...) at /usr/local/include/ace/OS_NS_unistd.inl:951
  199.         rqtp = {tv_sec = 1, tv_nsec = 0}
  200. #2  ACE_Based::Thread::Sleep (msecs=<optimized out>) at /home/core/new/TrinityCore/src/server/shared/Threading/Threading.cpp:231
  201. No locals.
  202. #3  0x0000000000802d40 in FreezeDetectorRunnable::run (this=0x7fffc9088e80) at /home/core/new/TrinityCore/src/server/worldserver/Master.cpp:94
  203.         curtime = 1
  204. #4  0x0000000000d8024a in ACE_Based::Thread::ThreadTask (param=0x7fffc9088e80) at /home/core/new/TrinityCore/src/server/shared/Threading/Threading.cpp:183
  205.         _task = 0x7fffc9088e80
  206. #5  0x00007ffff78f6525 in ACE_OS_Thread_Adapter::invoke (this=<optimized out>) at ../../ace/OS_Thread_Adapter.cpp:103
  207.         hook = <optimized out>
  208.         func = 0xd80240 <ACE_Based::Thread::ThreadTask(void*)>
  209.         arg = 0x7fffc9088e80
  210.         cancel_flags = <optimized out>
  211.         status = 0x0
  212. #6  0x00007ffff6464efc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  213. No symbol table info available.
  214. #7  0x00007ffff619f59d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  215. No symbol table info available.
  216. #8  0x0000000000000000 in ?? ()
  217. No symbol table info available.
  218.  
  219. Thread 9 (Thread 0x7fffc87fe700 (LWP 30248)):
  220. #0  0x00007ffff6198613 in select () from /lib/x86_64-linux-gnu/libc.so.6
  221. No symbol table info available.
  222. #1  0x00007ffff7bc1f05 in ?? () from /lib/libreadline.so.6
  223. No symbol table info available.
  224. #2  0x00007ffff7bc2145 in rl_read_key () from /lib/libreadline.so.6
  225. No symbol table info available.
  226. #3  0x00007ffff7bad0b1 in readline_internal_char () from /lib/libreadline.so.6
  227. No symbol table info available.
  228. #4  0x00007ffff7bad5f5 in readline () from /lib/libreadline.so.6
  229. No symbol table info available.
  230. #5  0x00000000007f25b5 in CliRunnable::run (this=<optimized out>) at /home/core/new/TrinityCore/src/server/worldserver/CommandLine/CliRunnable.cpp:614
  231.         command_str = <optimized out>
  232. #6  0x0000000000d8024a in ACE_Based::Thread::ThreadTask (param=0x7fffcb56e510) at /home/core/new/TrinityCore/src/server/shared/Threading/Threading.cpp:183
  233.         _task = 0x7fffcb56e510
  234. #7  0x00007ffff78f6525 in ACE_OS_Thread_Adapter::invoke (this=<optimized out>) at ../../ace/OS_Thread_Adapter.cpp:103
  235.         hook = <optimized out>
  236.         func = 0xd80240 <ACE_Based::Thread::ThreadTask(void*)>
  237.         arg = 0x7fffcb56e510
  238.         cancel_flags = <optimized out>
  239.         status = 0x0
  240. #8  0x00007ffff6464efc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  241. No symbol table info available.
  242. #9  0x00007ffff619f59d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  243. No symbol table info available.
  244. #10 0x0000000000000000 in ?? ()
  245. No symbol table info available.
  246.  
  247. Thread 8 (Thread 0x7fffc8fff700 (LWP 30247)):
  248. #0  0x00007ffff646c8dd in nanosleep () from /lib/x86_64-linux-gnu/libpthread.so.0
  249. No symbol table info available.
  250. #1  0x0000000000d80728 in sleep (tv=...) at /usr/local/include/ace/OS_NS_unistd.inl:951
  251.         rqtp = {tv_sec = 0, tv_nsec = 8000000}
  252. #2  ACE_Based::Thread::Sleep (msecs=<optimized out>) at /home/core/new/TrinityCore/src/server/shared/Threading/Threading.cpp:231
  253. No locals.
  254. #3  0x00000000007ff95e in WorldRunnable::run (this=<optimized out>) at /home/core/new/TrinityCore/src/server/worldserver/WorldThread/WorldRunnable.cpp:70
  255.         diff = 42
  256.         realCurrTime = <optimized out>
  257.         realPrevTime = <optimized out>
  258.         prevSleepTime = 8
  259. #4  0x0000000000d8024a in ACE_Based::Thread::ThreadTask (param=0x7fffcb56e4f0) at /home/core/new/TrinityCore/src/server/shared/Threading/Threading.cpp:183
  260.         _task = 0x7fffcb56e4f0
  261. #5  0x00007ffff78f6525 in ACE_OS_Thread_Adapter::invoke (this=<optimized out>) at ../../ace/OS_Thread_Adapter.cpp:103
  262.         hook = <optimized out>
  263.         func = 0xd80240 <ACE_Based::Thread::ThreadTask(void*)>
  264.         arg = 0x7fffcb56e4f0
  265.         cancel_flags = <optimized out>
  266.         status = 0x0
  267. #6  0x00007ffff6464efc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  268. No symbol table info available.
  269. #7  0x00007ffff619f59d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  270. No symbol table info available.
  271. #8  0x0000000000000000 in ?? ()
  272. No symbol table info available.
  273.  
  274. Thread 7 (Thread 0x7fffd1bff700 (LWP 30246)):
  275. #0  0x00007ffff646904c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  276. No symbol table info available.
  277. #1  0x00007ffff78b7945 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  278.         result = 0
  279.         ts = {tv_sec = 140736712407488, tv_nsec = 11299969}
  280. #2  ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  281. No locals.
  282. #3  0x00000000007fd8bb in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7fffea6a0e00, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  283.         result = 0
  284. #4  0x00000000007fdc3f in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7fffea6a0e00, first_item=@0x7fffd1bfede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  285.         ace_mon = {lock_ = 0x7fffea6a0e50, owner_ = 0}
  286. #5  0x00007ffff78a1d42 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  287.         mb = 0x0
  288. #6  0x0000000000d81125 in DelayExecutor::svc (this=0x7fffea52c240) at /home/core/new/TrinityCore/src/server/shared/Threading/DelayExecutor.cpp:47
  289.         rq = <optimized out>
  290. #7  0x00007ffff79330d7 in ACE_Task_Base::svc_run (args=0x7fffea52c240) at ../../ace/Task.cpp:271
  291.         t = 0x7fffea52c240
  292.         svc_status = <optimized out>
  293.         status = <optimized out>
  294.         thr_mgr_ptr = <optimized out>
  295. #8  0x00007ffff7934535 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  296.         hook = <optimized out>
  297.         func = 0x7ffff79330a0 <ACE_Task_Base::svc_run(void*)>
  298.         arg = 0x7fffea52c240
  299.         cancel_flags = <optimized out>
  300.         status = 0x0
  301. #9  0x00007ffff79345f4 in ACE_Thread_Adapter::invoke (this=0x7fffdac71390) at ../../ace/Thread_Adapter.cpp:96
  302.         exit_hook_instance = 0x7fffd0c0a020
  303.         exit_hook_maybe = {instance_ = 0x0}
  304.         exit_hook_ptr = <optimized out>
  305.         exit_hook = <optimized out>
  306. #10 0x00007ffff6464efc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  307. No symbol table info available.
  308. #11 0x00007ffff619f59d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  309. No symbol table info available.
  310. #12 0x0000000000000000 in ?? ()
  311. No symbol table info available.
  312.  
  313. Thread 6 (Thread 0x7ffff0fff700 (LWP 30243)):
  314. #0  0x00007ffff646904c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  315. No symbol table info available.
  316. #1  0x00007ffff78b7945 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  317.         result = 0
  318.         ts = {tv_sec = 140736466446352, tv_nsec = 0}
  319. #2  ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  320. No locals.
  321. #3  0x00000000007fd8bb in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff4c17400, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  322.         result = 0
  323. #4  0x00000000007fdc3f in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff4c17400, first_item=@0x7ffff0ffede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  324.         ace_mon = {lock_ = 0x7ffff4c17450, owner_ = 0}
  325. #5  0x00007ffff78a1d42 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  326.         mb = 0x0
  327. #6  0x0000000000d7ac70 in DatabaseWorker::svc (this=0x7ffff17d75c0) at /home/core/new/TrinityCore/src/server/shared/Database/DatabaseWorker.cpp:40
  328.         request = <optimized out>
  329. #7  0x00007ffff79330d7 in ACE_Task_Base::svc_run (args=0x7ffff17d75c0) at ../../ace/Task.cpp:271
  330.         t = 0x7ffff17d75c0
  331.         svc_status = <optimized out>
  332.         status = <optimized out>
  333.         thr_mgr_ptr = <optimized out>
  334. #8  0x00007ffff7934535 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  335.         hook = <optimized out>
  336.         func = 0x7ffff79330a0 <ACE_Task_Base::svc_run(void*)>
  337.         arg = 0x7ffff17d75c0
  338.         cancel_flags = <optimized out>
  339.         status = 0x0
  340. #9  0x00007ffff79345f4 in ACE_Thread_Adapter::invoke (this=0x7ffff10096d0) at ../../ace/Thread_Adapter.cpp:96
  341.         exit_hook_instance = 0x7ffff000a020
  342.         exit_hook_maybe = {instance_ = 0x0}
  343.         exit_hook_ptr = <optimized out>
  344.         exit_hook = <optimized out>
  345. #10 0x00007ffff6464efc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  346. No symbol table info available.
  347. #11 0x00007ffff619f59d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  348. No symbol table info available.
  349. #12 0x0000000000000000 in ?? ()
  350. No symbol table info available.
  351.  
  352. Thread 5 (Thread 0x7ffff27ff700 (LWP 30242)):
  353. #0  0x00007ffff646904c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  354. No symbol table info available.
  355. #1  0x00007ffff78b7945 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  356.         result = 0
  357.         ts = {tv_sec = 140737299658496, tv_nsec = 140737308025408}
  358. #2  ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  359. No locals.
  360. #3  0x00000000007fd8bb in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff4c17300, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  361.         result = 0
  362. #4  0x00000000007fdc3f in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff4c17300, first_item=@0x7ffff27fede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  363.         ace_mon = {lock_ = 0x7ffff4c17350, owner_ = 0}
  364. #5  0x00007ffff78a1d42 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  365.         mb = 0x0
  366. #6  0x0000000000d7ac70 in DatabaseWorker::svc (this=0x7ffff4c0b700) at /home/core/new/TrinityCore/src/server/shared/Database/DatabaseWorker.cpp:40
  367.         request = <optimized out>
  368. #7  0x00007ffff79330d7 in ACE_Task_Base::svc_run (args=0x7ffff4c0b700) at ../../ace/Task.cpp:271
  369.         t = 0x7ffff4c0b700
  370.         svc_status = <optimized out>
  371.         status = <optimized out>
  372.         thr_mgr_ptr = <optimized out>
  373. #8  0x00007ffff7934535 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  374.         hook = <optimized out>
  375.         func = 0x7ffff79330a0 <ACE_Task_Base::svc_run(void*)>
  376.         arg = 0x7ffff4c0b700
  377.         cancel_flags = <optimized out>
  378.         status = 0x0
  379. #9  0x00007ffff79345f4 in ACE_Thread_Adapter::invoke (this=0x7ffff2850dd0) at ../../ace/Thread_Adapter.cpp:96
  380.         exit_hook_instance = 0x7ffff180a020
  381.         exit_hook_maybe = {instance_ = 0x0}
  382.         exit_hook_ptr = <optimized out>
  383.         exit_hook = <optimized out>
  384. #10 0x00007ffff6464efc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  385. No symbol table info available.
  386. #11 0x00007ffff619f59d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  387. No symbol table info available.
  388. #12 0x0000000000000000 in ?? ()
  389. No symbol table info available.
  390.  
  391. Thread 4 (Thread 0x7ffff3bff700 (LWP 30241)):
  392. #0  0x00007ffff742ce78 in ?? () from /usr/lib/libmysqlclient_r.so.16
  393. No symbol table info available.
  394. #1  0x00007ffff7431b6b in cli_stmt_execute () from /usr/lib/libmysqlclient_r.so.16
  395. No symbol table info available.
  396. #2  0x00007ffff7432e4d in mysql_stmt_execute () from /usr/lib/libmysqlclient_r.so.16
  397. No symbol table info available.
  398. #3  0x0000000000d72110 in MySQLConnection::Execute (this=0x7ffff4c09c00, stmt=0x7fff81025610) at /home/core/new/TrinityCore/src/server/shared/Database/MySQLConnection.cpp:220
  399.         m_mStmt = 0x7ffff28a27e0
  400.         msql_STMT = 0x7ffff28f5000
  401.         msql_BIND = 0x7ffff4f78400
  402.         _s = 0
  403.         index = 381
  404.         __FUNCTION__ = "Execute"
  405. #4  0x0000000000d72910 in MySQLConnection::ExecuteTransaction (this=0x7ffff4c09c00, transaction=<optimized out>) at /home/core/new/TrinityCore/src/server/shared/Database/MySQLConnection.cpp:394
  406.         stmt = 0x7fff81025610
  407.         queries = @0x7fff8bb4f1e0
  408.         itr = {_M_node = 0x7fff8e9331c0}
  409.         __FUNCTION__ = "ExecuteTransaction"
  410. #5  0x0000000000d7a411 in TransactionTask::Execute (this=0x7fff8d8fba30) at /home/core/new/TrinityCore/src/server/shared/Database/Transaction.cpp:77
  411. No locals.
  412. #6  0x000000000080b77a in SQLOperation::call (this=<optimized out>) at /home/core/new/TrinityCore/src/server/shared/Database/SQLOperation.h:65
  413. No locals.
  414. #7  0x0000000000d7ac59 in DatabaseWorker::svc (this=0x7ffff4c09cc0) at /home/core/new/TrinityCore/src/server/shared/Database/DatabaseWorker.cpp:45
  415.         request = 0x7fff8d8fba30
  416. #8  0x00007ffff79330d7 in ACE_Task_Base::svc_run (args=0x7ffff4c09cc0) at ../../ace/Task.cpp:271
  417.         t = 0x7ffff4c09cc0
  418.         svc_status = <optimized out>
  419.         status = <optimized out>
  420.         thr_mgr_ptr = <optimized out>
  421. #9  0x00007ffff7934535 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  422.         hook = <optimized out>
  423.         func = 0x7ffff79330a0 <ACE_Task_Base::svc_run(void*)>
  424.         arg = 0x7ffff4c09cc0
  425.         cancel_flags = <optimized out>
  426.         status = 0x0
  427. #10 0x00007ffff79345f4 in ACE_Thread_Adapter::invoke (this=0x7ffff4c15510) at ../../ace/Thread_Adapter.cpp:96
  428.         exit_hook_instance = 0x7ffff2c0a020
  429.         exit_hook_maybe = {instance_ = 0x0}
  430.         exit_hook_ptr = <optimized out>
  431.         exit_hook = <optimized out>
  432. #11 0x00007ffff6464efc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  433. No symbol table info available.
  434. #12 0x00007ffff619f59d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  435. No symbol table info available.
  436. #13 0x0000000000000000 in ?? ()
  437. No symbol table info available.
  438.  
  439. Thread 3 (Thread 0x7ffff4bff700 (LWP 30240)):
  440. #0  0x00007ffff646904c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  441. No symbol table info available.
  442. #1  0x00007ffff78b7945 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=<optimized out>) at ../../ace/OS_NS_Thread.inl:362
  443.         result = 0
  444.         ts = {tv_sec = 140737299650048, tv_nsec = 140737308025408}
  445. #2  ACE_Condition_Thread_Mutex::wait (this=<optimized out>, mutex=<optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  446. No locals.
  447. #3  0x00000000007fd8bb in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff4c17200, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  448.         result = 0
  449. #4  0x00000000007fdc3f in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff4c17200, first_item=@0x7ffff4bfede8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  450.         ace_mon = {lock_ = 0x7ffff4c17250, owner_ = 0}
  451. #5  0x00007ffff78a1d42 in ACE_Activation_Queue::dequeue (this=<optimized out>, tv=<optimized out>) at ../../ace/Activation_Queue.cpp:89
  452.         mb = 0x0
  453. #6  0x0000000000d7ac70 in DatabaseWorker::svc (this=0x7ffff4c09600) at /home/core/new/TrinityCore/src/server/shared/Database/DatabaseWorker.cpp:40
  454.         request = <optimized out>
  455. #7  0x00007ffff79330d7 in ACE_Task_Base::svc_run (args=0x7ffff4c09600) at ../../ace/Task.cpp:271
  456.         t = 0x7ffff4c09600
  457.         svc_status = <optimized out>
  458.         status = <optimized out>
  459.         thr_mgr_ptr = <optimized out>
  460. #8  0x00007ffff7934535 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at ../../ace/Thread_Adapter.cpp:161
  461.         hook = <optimized out>
  462.         func = 0x7ffff79330a0 <ACE_Task_Base::svc_run(void*)>
  463.         arg = 0x7ffff4c09600
  464.         cancel_flags = <optimized out>
  465.         status = 0x0
  466. #9  0x00007ffff79345f4 in ACE_Thread_Adapter::invoke (this=0x7ffff4c142b0) at ../../ace/Thread_Adapter.cpp:96
  467.         exit_hook_instance = 0x7ffff500b020
  468.         exit_hook_maybe = {instance_ = 0x0}
  469.         exit_hook_ptr = <optimized out>
  470.         exit_hook = <optimized out>
  471. #10 0x00007ffff6464efc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  472. No symbol table info available.
  473. #11 0x00007ffff619f59d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  474. No symbol table info available.
  475. #12 0x0000000000000000 in ?? ()
  476. No symbol table info available.
  477.  
  478. Thread 1 (Thread 0x7ffff7feb740 (LWP 30236)):
  479. #0  0x00007ffff64661f8 in pthread_join () from /lib/x86_64-linux-gnu/libpthread.so.0
  480. No symbol table info available.
  481. #1  0x0000000000d803c6 in thr_join (status=0x7fffffffdef8, thr_handle=<optimized out>) at /usr/local/include/ace/OS_NS_Thread.inl:2788
  482.         result = <optimized out>
  483. #2  join (status=0x7fffffffdef8, wait_for=<optimized out>) at /usr/local/include/ace/Thread.inl:137
  484. No locals.
  485. #3  ACE_Based::Thread::wait (this=0x7fffffffdf80) at /home/core/new/TrinityCore/src/server/shared/Threading/Threading.cpp:147
  486.         _value = 0xffffffffffffffff
  487. #4  0x000000000080503c in Master::Run (this=<optimized out>) at /home/core/new/TrinityCore/src/server/worldserver/Master.cpp:276
  488.         seed1 = {_bn = 0x7ffff4c10220, _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}}
  489.         SignalINT = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0x136d610, 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 = 0x7ffff7b87430}, value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  490.         SignalTERM = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0x136d610, 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 = 0x7ffff7b87430}, value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  491.         Handler = {_vptr.ACE_Sig_Handler = 0x1a788b0, static sig_pending_ = 0, static signal_handlers_ = {0x0, 0x0, 0x7fffffffdf20, 0x0 <repeats 12 times>, 0x7fffffffdf50, 0x0 <repeats 49 times>}}
  492.         world_thread = {m_iThreadId = 140736565606144, m_hThreadHandle = 140736565606144, m_task = 0x7fffcb56e4f0, static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>}, _vptr.ACE_TSS = 0x14ce8b0, 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}}}
  493.         rar_thread = {m_iThreadId = 140736536246016, m_hThreadHandle = 140736536246016, m_task = 0x7fffc908a740, static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>}, _vptr.ACE_TSS = 0x14ce8b0, 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}}}
  494.         cliThread = 0x7fffc908a720
  495.         soap_thread = 0x0
  496.         bind_ip = {static npos = <optimized out>, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7fffc908a7d8 "0.0.0.0"}}
  497.         pidfile = {static npos = <optimized out>, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7ffff4c114d8 "world.pid"}}
  498.         wsport = 8086
  499. #5  0x00007ffff60dd30d in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
  500. No symbol table info available.
  501. #6  0x00000000007f1401 in _start ()
  502. No symbol table info available.