Advertisement
Guest User

Untitled

a guest
Apr 12th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 24.90 KB | None | 0 0
  1. GDB.log:
  2.  
  3. warning: Currently logging to gdb.txt.  Turn the logging off and on to make the new setting effective.
  4. Currently logging to "gdb.txt".
  5. Logs will overwrite the log file.
  6. Output is being logged and displayed.
  7. [Thread debugging using libthread_db enabled]
  8. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  9. [New Thread 0x7ffff4bff700 (LWP 30691)]
  10. [Thread 0x7ffff4bff700 (LWP 30691) exited]
  11. [New Thread 0x7ffff4bff700 (LWP 30692)]
  12. [New Thread 0x7ffff3bff700 (LWP 30693)]
  13. [New Thread 0x7ffff23ff700 (LWP 30694)]
  14. [New Thread 0x7fffb8fff700 (LWP 30711)]
  15. [New Thread 0x7fffb3fff700 (LWP 30712)]
  16. [New Thread 0x7fffb37fe700 (LWP 30713)]
  17. [New Thread 0x7fffb23ff700 (LWP 30714)]
  18. [New Thread 0x7fffb1bfe700 (LWP 30715)]
  19. [New Thread 0x7fffb07ff700 (LWP 30716)]
  20. [Thread 0x7fffb23ff700 (LWP 30714) exited]
  21. [New Thread 0x7fffafffe700 (LWP 30717)]
  22.  
  23. Program received signal SIGSEGV, Segmentation fault.
  24. [Switching to Thread 0x7fffb8fff700 (LWP 30711)]
  25. 0x0000000001257d7c in Position::GetPosition (this=0x145, x=@0x7fffb8ffeb64: 6367.07373, y=@0x7fffb8ffeb60: 1134.1571, z=@0x7fffb8ffeb5c: 0, o=@0x7fffb8ffeb58: 2.1608305) at /home/make/source/Core/src/server/game/Entities/Object/Object.h:332
  26. warning: Source file is more recent than executable.
  27. 332         { x = m_positionX; y = m_positionY; z = m_positionZ; o = m_orientation; }
  28.     Using the running image of child Thread 0x7fffb8fff700 (LWP 30711).
  29. Program stopped at 0x1257d7c.
  30. It stopped with signal SIGSEGV, Segmentation fault.
  31. Type "info stack" or "info registers" for more information.
  32. #0  0x0000000001257d7c in Position::GetPosition (this=0x145, x=@0x7fffb8ffeb64: 6367.07373, y=@0x7fffb8ffeb60: 1134.1571, z=@0x7fffb8ffeb5c: 0, o=@0x7fffb8ffeb58: 2.1608305) at /home/make/source/Core/src/server/game/Entities/Object/Object.h:332
  33. #1  0x00000000012ea611 in Transport::TeleportTransport (this=0x7fffd375df00, newMapid=1, x=6367.07373, y=1134.1571, z=0, o=2.1608305) at /home/make/source/Core/src/server/game/Entities/Transport/Transport.cpp:576
  34. #2  0x00000000012e8646 in Transport::Update (this=0x7fffd375df00, diff=327) at /home/make/source/Core/src/server/game/Entities/Transport/Transport.cpp:188
  35. #3  0x000000000151fca1 in Map::Update (this=0x7fffdb74c000, t_diff=327) at /home/make/source/Core/src/server/game/Maps/Map.cpp:678
  36. #4  0x000000000154fbba in MapUpdateRequest::call (this=0x7fff47fdabb0) at /home/make/source/Core/src/server/game/Maps/MapUpdater.cpp:54
  37. #5  0x00000000018b7357 in DelayExecutor::svc (this=0x7ffff4c558c8) at /home/make/source/Core/src/server/shared/Threading/DelayExecutor.cpp:50
  38. #6  0x00007ffff74e3847 in ACE_Task_Base::svc_run(void*) () from /usr/lib/libACE-6.0.1.so
  39. #7  0x00007ffff74e4be2 in ACE_Thread_Adapter::invoke_i() () from /usr/lib/libACE-6.0.1.so
  40. #8  0x00007ffff74e4c61 in ACE_Thread_Adapter::invoke() () from /usr/lib/libACE-6.0.1.so
  41. #9  0x00007ffff63f4b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  42. #10 0x00007ffff59a370d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  43. #11 0x0000000000000000 in ?? ()
  44. #0  0x0000000001257d7c in Position::GetPosition (this=0x145, x=@0x7fffb8ffeb64: 6367.07373, y=@0x7fffb8ffeb60: 1134.1571, z=@0x7fffb8ffeb5c: 0, o=@0x7fffb8ffeb58: 2.1608305) at /home/make/source/Core/src/server/game/Entities/Object/Object.h:332
  45. No locals.
  46. #1  0x00000000012ea611 in Transport::TeleportTransport (this=0x7fffd375df00, newMapid=1, x=6367.07373, y=1134.1571, z=0, o=2.1608305) at /home/make/source/Core/src/server/game/Entities/Transport/Transport.cpp:576
  47.         obj = 0x5
  48.         destX = 6367.07373
  49.         destY = 1134.1571
  50.         destO = 2.1608305
  51.         destZ = 0
  52.         itr = {_M_node = 0x7fff7b1c9f40}
  53.         newMap = 0x7fffdaf91000
  54.         oldMap = 0x7fffdb74c000
  55. #2  0x00000000012e8646 in Transport::Update (this=0x7fffd375df00, diff=327) at /home/make/source/Core/src/server/game/Entities/Transport/Transport.cpp:188
  56.         positionUpdateDelay = 200
  57.         timer = 131261
  58. #3  0x000000000151fca1 in Map::Update (this=0x7fffdb74c000, t_diff=327) at /home/make/source/Core/src/server/game/Maps/Map.cpp:678
  59.         obj = 0x7fffd375df00
  60.         updater = {i_timeDiff = 327}
  61.         grid_object_update = {i_visitor = @0x7fffb8ffed20}
  62.         world_object_update = {i_visitor = @0x7fffb8ffed20}
  63. #4  0x000000000154fbba in MapUpdateRequest::call (this=0x7fff47fdabb0) at /home/make/source/Core/src/server/game/Maps/MapUpdater.cpp:54
  64. No locals.
  65. #5  0x00000000018b7357 in DelayExecutor::svc (this=0x7ffff4c558c8) at /home/make/source/Core/src/server/shared/Threading/DelayExecutor.cpp:50
  66.         rq = 0x7fff47fdabb0
  67. #6  0x00007ffff74e3847 in ACE_Task_Base::svc_run(void*) () from /usr/lib/libACE-6.0.1.so
  68. No symbol table info available.
  69. #7  0x00007ffff74e4be2 in ACE_Thread_Adapter::invoke_i() () from /usr/lib/libACE-6.0.1.so
  70. No symbol table info available.
  71. #8  0x00007ffff74e4c61 in ACE_Thread_Adapter::invoke() () from /usr/lib/libACE-6.0.1.so
  72. No symbol table info available.
  73. #9  0x00007ffff63f4b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  74. No symbol table info available.
  75. #10 0x00007ffff59a370d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  76. No symbol table info available.
  77. #11 0x0000000000000000 in ?? ()
  78. No symbol table info available.
  79.   Id   Target Id         Frame
  80.   12   Thread 0x7fffafffe700 (LWP 30717) "worldserver.deb" 0x00007ffff59a3d63 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  81.   11   Thread 0x7fffb07ff700 (LWP 30716) "worldserver.deb" 0x00007ffff59a3d63 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  82.   10   Thread 0x7fffb1bfe700 (LWP 30715) "worldserver.deb" 0x00007ffff63fc8ad in nanosleep () from /lib/x86_64-linux-gnu/libpthread.so.0
  83.   8    Thread 0x7fffb37fe700 (LWP 30713) "worldserver.deb" 0x00007ffff599d203 in select () from /lib/x86_64-linux-gnu/libc.so.6
  84.   7    Thread 0x7fffb3fff700 (LWP 30712) "worldserver.deb" 0x00007ffff63f92d4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  85. * 6    Thread 0x7fffb8fff700 (LWP 30711) "worldserver.deb" 0x0000000001257d7c in Position::GetPosition (this=0x145, x=@0x7fffb8ffeb64: 6367.07373, y=@0x7fffb8ffeb60: 1134.1571, z=@0x7fffb8ffeb5c: 0, o=@0x7fffb8ffeb58: 2.1608305) at /home/make/source/Core/src/server/game/Entities/Object/Object.h:332
  86.   5    Thread 0x7ffff23ff700 (LWP 30694) "worldserver.deb" 0x00007ffff63f92d4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  87.   4    Thread 0x7ffff3bff700 (LWP 30693) "worldserver.deb" 0x00007ffff63f92d4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  88.   3    Thread 0x7ffff4bff700 (LWP 30692) "worldserver.deb" 0x00007ffff63f92d4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  89.   1    Thread 0x7ffff7feb740 (LWP 30688) "worldserver.deb" 0x00007ffff63f5e75 in pthread_join () from /lib/x86_64-linux-gnu/libpthread.so.0
  90.  
  91. Thread 12 (Thread 0x7fffafffe700 (LWP 30717)):
  92. #0  0x00007ffff59a3d63 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  93. No symbol table info available.
  94. #1  0x00007ffff748e1e4 in ACE_Dev_Poll_Reactor::work_pending_i(ACE_Time_Value*) () from /usr/lib/libACE-6.0.1.so
  95. No symbol table info available.
  96. #2  0x00007ffff748e24c in ACE_Dev_Poll_Reactor::handle_events_i(ACE_Time_Value*, ACE_Dev_Poll_Reactor::Token_Guard&) () from /usr/lib/libACE-6.0.1.so
  97. No symbol table info available.
  98. #3  0x00007ffff748e40e in ACE_Dev_Poll_Reactor::handle_events(ACE_Time_Value*) () from /usr/lib/libACE-6.0.1.so
  99. No symbol table info available.
  100. #4  0x00007ffff74cfe5d in ACE_Reactor::run_reactor_event_loop(ACE_Time_Value&, int (*)(ACE_Reactor*)) () from /usr/lib/libACE-6.0.1.so
  101. No symbol table info available.
  102. #5  0x00000000015ed6c2 in ReactorRunnable::svc (this=0x7fffd377a0c0) at /home/make/source/Core/src/server/game/Server/WorldSocketMgr.cpp:170
  103.         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 = 9223372036854775807, tv_usec = 999999}}, 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 = 4659}}
  104.         i = {_M_node = 0x7fffd377a170}
  105.         t = {_M_node = 0x7fff7b245280}
  106. #6  0x00007ffff74e3847 in ACE_Task_Base::svc_run(void*) () from /usr/lib/libACE-6.0.1.so
  107. No symbol table info available.
  108. #7  0x00007ffff74e4be2 in ACE_Thread_Adapter::invoke_i() () from /usr/lib/libACE-6.0.1.so
  109. No symbol table info available.
  110. #8  0x00007ffff74e4c61 in ACE_Thread_Adapter::invoke() () from /usr/lib/libACE-6.0.1.so
  111. No symbol table info available.
  112. #9  0x00007ffff63f4b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  113. No symbol table info available.
  114. #10 0x00007ffff59a370d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  115. No symbol table info available.
  116. #11 0x0000000000000000 in ?? ()
  117. No symbol table info available.
  118.  
  119. Thread 11 (Thread 0x7fffb07ff700 (LWP 30716)):
  120. #0  0x00007ffff59a3d63 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  121. No symbol table info available.
  122. #1  0x00007ffff748e1e4 in ACE_Dev_Poll_Reactor::work_pending_i(ACE_Time_Value*) () from /usr/lib/libACE-6.0.1.so
  123. No symbol table info available.
  124. #2  0x00007ffff748e24c in ACE_Dev_Poll_Reactor::handle_events_i(ACE_Time_Value*, ACE_Dev_Poll_Reactor::Token_Guard&) () from /usr/lib/libACE-6.0.1.so
  125. No symbol table info available.
  126. #3  0x00007ffff748e40e in ACE_Dev_Poll_Reactor::handle_events(ACE_Time_Value*) () from /usr/lib/libACE-6.0.1.so
  127. No symbol table info available.
  128. #4  0x00007ffff74cfe5d in ACE_Reactor::run_reactor_event_loop(ACE_Time_Value&, int (*)(ACE_Reactor*)) () from /usr/lib/libACE-6.0.1.so
  129. No symbol table info available.
  130. #5  0x00000000015ed6c2 in ReactorRunnable::svc (this=0x7fffd3779f88) at /home/make/source/Core/src/server/game/Server/WorldSocketMgr.cpp:170
  131.         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 = 9223372036854775807, tv_usec = 999999}}, 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}}
  132.         i = {_M_node = 0x7fffd377a038}
  133.         t = {_M_node = 0x0}
  134. #6  0x00007ffff74e3847 in ACE_Task_Base::svc_run(void*) () from /usr/lib/libACE-6.0.1.so
  135. No symbol table info available.
  136. #7  0x00007ffff74e4be2 in ACE_Thread_Adapter::invoke_i() () from /usr/lib/libACE-6.0.1.so
  137. No symbol table info available.
  138. #8  0x00007ffff74e4c61 in ACE_Thread_Adapter::invoke() () from /usr/lib/libACE-6.0.1.so
  139. No symbol table info available.
  140. #9  0x00007ffff63f4b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  141. No symbol table info available.
  142. #10 0x00007ffff59a370d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  143. No symbol table info available.
  144. #11 0x0000000000000000 in ?? ()
  145. No symbol table info available.
  146.  
  147. Thread 10 (Thread 0x7fffb1bfe700 (LWP 30715)):
  148. #0  0x00007ffff63fc8ad in nanosleep () from /lib/x86_64-linux-gnu/libpthread.so.0
  149. No symbol table info available.
  150. #1  0x00000000015f4e5f in ACE_OS::sleep (tv=...) at /usr/include/ace/OS_NS_unistd.inl:951
  151.         rqtp = {tv_sec = 1, tv_nsec = 0}
  152. #2  0x00000000018b629f in ACE_Based::Thread::Sleep (msecs=1000) at /home/make/source/Core/src/server/shared/Threading/Threading.cpp:234
  153. No locals.
  154. #3  0x000000000114e878 in FreezeDetectorRunnable::run (this=0x7fffcf53e460) at /home/make/source/Core/src/server/worldserver/Master.cpp:108
  155.         curtime = 44458061
  156.         worldLoopCounter = 602440
  157.         __FUNCTION__ = "run"
  158. #4  0x00000000018b613f in ACE_Based::Thread::ThreadTask (param=0x7fffcf53e460) at /home/make/source/Core/src/server/shared/Threading/Threading.cpp:186
  159.         _task = 0x7fffcf53e460
  160. #5  0x00007ffff74b5c92 in ACE_OS_Thread_Adapter::invoke() () from /usr/lib/libACE-6.0.1.so
  161. No symbol table info available.
  162. #6  0x00007ffff63f4b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  163. No symbol table info available.
  164. #7  0x00007ffff59a370d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  165. No symbol table info available.
  166. #8  0x0000000000000000 in ?? ()
  167. No symbol table info available.
  168.  
  169. Thread 8 (Thread 0x7fffb37fe700 (LWP 30713)):
  170. #0  0x00007ffff599d203 in select () from /lib/x86_64-linux-gnu/libc.so.6
  171. No symbol table info available.
  172. #1  0x00007ffff7776c35 in ?? () from /lib/x86_64-linux-gnu/libreadline.so.6
  173. No symbol table info available.
  174. #2  0x00007ffff7776e75 in rl_read_key () from /lib/x86_64-linux-gnu/libreadline.so.6
  175. No symbol table info available.
  176. #3  0x00007ffff7761da1 in readline_internal_char () from /lib/x86_64-linux-gnu/libreadline.so.6
  177. No symbol table info available.
  178. #4  0x00007ffff77622e5 in readline () from /lib/x86_64-linux-gnu/libreadline.so.6
  179. No symbol table info available.
  180. #5  0x000000000113bd91 in CliRunnable::run (this=0x7fffd3768530) at /home/make/source/Core/src/server/worldserver/CommandLine/CliRunnable.cpp:161
  181.         command_str = 0x0
  182. #6  0x00000000018b613f in ACE_Based::Thread::ThreadTask (param=0x7fffd3768530) at /home/make/source/Core/src/server/shared/Threading/Threading.cpp:186
  183.         _task = 0x7fffd3768530
  184. #7  0x00007ffff74b5c92 in ACE_OS_Thread_Adapter::invoke() () from /usr/lib/libACE-6.0.1.so
  185. No symbol table info available.
  186. #8  0x00007ffff63f4b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  187. No symbol table info available.
  188. #9  0x00007ffff59a370d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  189. No symbol table info available.
  190. #10 0x0000000000000000 in ?? ()
  191. No symbol table info available.
  192.  
  193. Thread 7 (Thread 0x7fffb3fff700 (LWP 30712)):
  194. #0  0x00007ffff63f92d4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  195. No symbol table info available.
  196. #1  0x00007ffff747c41a in ACE_Condition_Thread_Mutex::wait() () from /usr/lib/libACE-6.0.1.so
  197. No symbol table info available.
  198. #2  0x000000000154f765 in MapUpdater::wait (this=0x7ffff4c558c0) at /home/make/source/Core/src/server/game/Maps/MapUpdater.cpp:85
  199.         TRINITY_GUARD_OBJECT = {lock_ = 0x7ffff4c55998, owner_ = 0}
  200.         __FUNCTION__ = "wait"
  201. #3  0x000000000154a3c9 in MapManager::Update (this=0x7ffff4c55808, diff=327) at /home/make/source/Core/src/server/game/Maps/MapManager.cpp:254
  202.         iter = {<std::__detail::_Node_iterator_base<std::pair<unsigned int const, Map*>, false>> = {_M_cur = 0x0}, <No data fields>}
  203. #4  0x00000000016d8e93 in World::Update (this=0x7ffff262ea08, diff=327) at /home/make/source/Core/src/server/game/World/World.cpp:2124
  204. No locals.
  205. #5  0x0000000001148edf in WorldRunnable::run (this=0x7fffd3768620) at /home/make/source/Core/src/server/worldserver/WorldThread/WorldRunnable.cpp:60
  206.         diff = 327
  207.         realCurrTime = 44458407
  208.         realPrevTime = 44458080
  209.         prevSleepTime = 0
  210. #6  0x00000000018b613f in ACE_Based::Thread::ThreadTask (param=0x7fffd3768620) at /home/make/source/Core/src/server/shared/Threading/Threading.cpp:186
  211.         _task = 0x7fffd3768620
  212. #7  0x00007ffff74b5c92 in ACE_OS_Thread_Adapter::invoke() () from /usr/lib/libACE-6.0.1.so
  213. No symbol table info available.
  214. #8  0x00007ffff63f4b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  215. No symbol table info available.
  216. #9  0x00007ffff59a370d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  217. No symbol table info available.
  218. #10 0x0000000000000000 in ?? ()
  219. No symbol table info available.
  220.  
  221. Thread 6 (Thread 0x7fffb8fff700 (LWP 30711)):
  222. #0  0x0000000001257d7c in Position::GetPosition (this=0x145, x=@0x7fffb8ffeb64: 6367.07373, y=@0x7fffb8ffeb60: 1134.1571, z=@0x7fffb8ffeb5c: 0, o=@0x7fffb8ffeb58: 2.1608305) at /home/make/source/Core/src/server/game/Entities/Object/Object.h:332
  223. No locals.
  224. #1  0x00000000012ea611 in Transport::TeleportTransport (this=0x7fffd375df00, newMapid=1, x=6367.07373, y=1134.1571, z=0, o=2.1608305) at /home/make/source/Core/src/server/game/Entities/Transport/Transport.cpp:576
  225.         obj = 0x5
  226.         destX = 6367.07373
  227.         destY = 1134.1571
  228.         destO = 2.1608305
  229.         destZ = 0
  230.         itr = {_M_node = 0x7fff7b1c9f40}
  231.         newMap = 0x7fffdaf91000
  232.         oldMap = 0x7fffdb74c000
  233. #2  0x00000000012e8646 in Transport::Update (this=0x7fffd375df00, diff=327) at /home/make/source/Core/src/server/game/Entities/Transport/Transport.cpp:188
  234.         positionUpdateDelay = 200
  235.         timer = 131261
  236. #3  0x000000000151fca1 in Map::Update (this=0x7fffdb74c000, t_diff=327) at /home/make/source/Core/src/server/game/Maps/Map.cpp:678
  237.         obj = 0x7fffd375df00
  238.         updater = {i_timeDiff = 327}
  239.         grid_object_update = {i_visitor = @0x7fffb8ffed20}
  240.         world_object_update = {i_visitor = @0x7fffb8ffed20}
  241. #4  0x000000000154fbba in MapUpdateRequest::call (this=0x7fff47fdabb0) at /home/make/source/Core/src/server/game/Maps/MapUpdater.cpp:54
  242. No locals.
  243. #5  0x00000000018b7357 in DelayExecutor::svc (this=0x7ffff4c558c8) at /home/make/source/Core/src/server/shared/Threading/DelayExecutor.cpp:50
  244.         rq = 0x7fff47fdabb0
  245. #6  0x00007ffff74e3847 in ACE_Task_Base::svc_run(void*) () from /usr/lib/libACE-6.0.1.so
  246. No symbol table info available.
  247. #7  0x00007ffff74e4be2 in ACE_Thread_Adapter::invoke_i() () from /usr/lib/libACE-6.0.1.so
  248. No symbol table info available.
  249. #8  0x00007ffff74e4c61 in ACE_Thread_Adapter::invoke() () from /usr/lib/libACE-6.0.1.so
  250. No symbol table info available.
  251. #9  0x00007ffff63f4b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  252. No symbol table info available.
  253. #10 0x00007ffff59a370d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  254. No symbol table info available.
  255. #11 0x0000000000000000 in ?? ()
  256. No symbol table info available.
  257.  
  258. Thread 5 (Thread 0x7ffff23ff700 (LWP 30694)):
  259. #0  0x00007ffff63f92d4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  260. No symbol table info available.
  261. #1  0x00007ffff747c4c5 in ACE_Condition_Thread_Mutex::wait(ACE_Thread_Mutex&, ACE_Time_Value const*) () from /usr/lib/libACE-6.0.1.so
  262. No symbol table info available.
  263. #2  0x00007ffff7464d9b in ?? () from /usr/lib/libACE-6.0.1.so
  264. No symbol table info available.
  265. #3  0x00007ffff7466157 in ?? () from /usr/lib/libACE-6.0.1.so
  266. No symbol table info available.
  267. #4  0x00007ffff74647d2 in ACE_Activation_Queue::dequeue(ACE_Time_Value*) () from /usr/lib/libACE-6.0.1.so
  268. No symbol table info available.
  269. #5  0x00000000018a609d in DatabaseWorker::svc (this=0x7ffff24e28e0) at /home/make/source/Core/src/server/shared/Database/DatabaseWorker.cpp:40
  270.         request = 0x7fff4cedadc0
  271. #6  0x00007ffff74e3847 in ACE_Task_Base::svc_run(void*) () from /usr/lib/libACE-6.0.1.so
  272. No symbol table info available.
  273. #7  0x00007ffff74e4be2 in ACE_Thread_Adapter::invoke_i() () from /usr/lib/libACE-6.0.1.so
  274. No symbol table info available.
  275. #8  0x00007ffff74e4c61 in ACE_Thread_Adapter::invoke() () from /usr/lib/libACE-6.0.1.so
  276. No symbol table info available.
  277. #9  0x00007ffff63f4b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  278. No symbol table info available.
  279. #10 0x00007ffff59a370d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  280. No symbol table info available.
  281. #11 0x0000000000000000 in ?? ()
  282. No symbol table info available.
  283.  
  284. Thread 4 (Thread 0x7ffff3bff700 (LWP 30693)):
  285. #0  0x00007ffff63f92d4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  286. No symbol table info available.
  287. #1  0x00007ffff747c4c5 in ACE_Condition_Thread_Mutex::wait(ACE_Thread_Mutex&, ACE_Time_Value const*) () from /usr/lib/libACE-6.0.1.so
  288. No symbol table info available.
  289. #2  0x00007ffff7464d9b in ?? () from /usr/lib/libACE-6.0.1.so
  290. No symbol table info available.
  291. #3  0x00007ffff7466157 in ?? () from /usr/lib/libACE-6.0.1.so
  292. No symbol table info available.
  293. #4  0x00007ffff74647d2 in ACE_Activation_Queue::dequeue(ACE_Time_Value*) () from /usr/lib/libACE-6.0.1.so
  294. No symbol table info available.
  295. #5  0x00000000018a609d in DatabaseWorker::svc (this=0x7ffff4c40840) at /home/make/source/Core/src/server/shared/Database/DatabaseWorker.cpp:40
  296.         request = 0x7fff47fb8610
  297. #6  0x00007ffff74e3847 in ACE_Task_Base::svc_run(void*) () from /usr/lib/libACE-6.0.1.so
  298. No symbol table info available.
  299. #7  0x00007ffff74e4be2 in ACE_Thread_Adapter::invoke_i() () from /usr/lib/libACE-6.0.1.so
  300. No symbol table info available.
  301. #8  0x00007ffff74e4c61 in ACE_Thread_Adapter::invoke() () from /usr/lib/libACE-6.0.1.so
  302. No symbol table info available.
  303. #9  0x00007ffff63f4b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  304. No symbol table info available.
  305. #10 0x00007ffff59a370d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  306. No symbol table info available.
  307. #11 0x0000000000000000 in ?? ()
  308. No symbol table info available.
  309.  
  310. Thread 3 (Thread 0x7ffff4bff700 (LWP 30692)):
  311. #0  0x00007ffff63f92d4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
  312. No symbol table info available.
  313. #1  0x00007ffff747c4c5 in ACE_Condition_Thread_Mutex::wait(ACE_Thread_Mutex&, ACE_Time_Value const*) () from /usr/lib/libACE-6.0.1.so
  314. No symbol table info available.
  315. #2  0x00007ffff7464d9b in ?? () from /usr/lib/libACE-6.0.1.so
  316. No symbol table info available.
  317. #3  0x00007ffff7466157 in ?? () from /usr/lib/libACE-6.0.1.so
  318. No symbol table info available.
  319. #4  0x00007ffff74647d2 in ACE_Activation_Queue::dequeue(ACE_Time_Value*) () from /usr/lib/libACE-6.0.1.so
  320. No symbol table info available.
  321. #5  0x00000000018a609d in DatabaseWorker::svc (this=0x7ffff4c402a0) at /home/make/source/Core/src/server/shared/Database/DatabaseWorker.cpp:40
  322.         request = 0x7fff70f5e380
  323. #6  0x00007ffff74e3847 in ACE_Task_Base::svc_run(void*) () from /usr/lib/libACE-6.0.1.so
  324. No symbol table info available.
  325. #7  0x00007ffff74e4be2 in ACE_Thread_Adapter::invoke_i() () from /usr/lib/libACE-6.0.1.so
  326. No symbol table info available.
  327. #8  0x00007ffff74e4c61 in ACE_Thread_Adapter::invoke() () from /usr/lib/libACE-6.0.1.so
  328. No symbol table info available.
  329. #9  0x00007ffff63f4b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  330. No symbol table info available.
  331. #10 0x00007ffff59a370d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  332. No symbol table info available.
  333. #11 0x0000000000000000 in ?? ()
  334. No symbol table info available.
  335.  
  336. Thread 1 (Thread 0x7ffff7feb740 (LWP 30688)):
  337. #0  0x00007ffff63f5e75 in pthread_join () from /lib/x86_64-linux-gnu/libpthread.so.0
  338. No symbol table info available.
  339. #1  0x00000000018b63c0 in ACE_OS::thr_join (thr_handle=140736213284608, status=0x7fffffffdd20) at /usr/include/ace/OS_NS_Thread.inl:2788
  340.         result = 32767
  341. #2  0x00000000018b6653 in ACE_Thread::join (wait_for=140736213284608, status=0x7fffffffdd20) at /usr/include/ace/Thread.inl:137
  342. No locals.
  343. #3  0x00000000018b6038 in ACE_Based::Thread::wait (this=0x7fffffffde80) at /home/make/source/Core/src/server/shared/Threading/Threading.cpp:150
  344.         _value = 0xffffffffffffffff
  345.         _res = 32767
  346. #4  0x000000000114c383 in Master::Run (this=0x7ffff4c17218) at /home/make/source/Core/src/server/worldserver/Master.cpp:308
  347.         seed1 = {_bn = 0x7ffff4c18800}
  348.         soapThread = 0x0
  349.         signalTERM = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {<No data fields>}, <No data fields>}, <No data fields>}
  350.         affinity = 0
  351.         highPriority = false
  352.         worldPort = 8085
  353.         pidFile = {static npos = <optimized out>, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7ffff63db4b8 ""}}
  354.         signalINT = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {<No data fields>}, <No data fields>}, <No data fields>}
  355.         handle = <incomplete type>
  356.         worldThread = {m_iThreadId = 140736213284608, m_hThreadHandle = 140736213284608, m_task = 0x7fffd3768620, static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>}, _vptr.ACE_TSS = 0x200b610, 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}}}
  357.         cliThread = 0x7fffcf53e3e0
  358.         rarThread = {m_iThreadId = 140736183924480, m_hThreadHandle = 140736183924480, m_task = 0x7fffcf53e400, static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>}, _vptr.ACE_TSS = 0x200b610, 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}}}
  359.         bindIp = {static npos = <optimized out>, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7fffd3440928 "87.242.79.81"}}
  360. #5  0x00000000011536f1 in main (argc=1, argv=0x7fffffffe378) at /home/make/source/Core/src/server/worldserver/Main.cpp:142
  361.         cfg_file = 0x1f4ca30 "/home/make/trinity/etc/worldserver.conf"
  362.         c = 1
  363.         ret = 0
  364.  
  365. END bugtracker system.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement