Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 34.43 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. [Switching to Thread 0x7fffe2135910 (LWP 29344)]
  3. 0x0000000000a5819e in TargetedMovementGenerator<Creature>::MovementInform(Creature&) ()
  4. #0  0x0000000000a5819e in TargetedMovementGenerator<Creature>::MovementInform(Creature&) ()
  5. #1  0x0000000000a59f27 in TargetedMovementGenerator<Creature>::Update(Creature&, unsigned int const&) ()
  6. #2  0x0000000000a5aa97 in MotionMaster::UpdateMotion(unsigned int) ()
  7. #3  0x00000000009152f7 in Creature::Update(unsigned int) ()
  8. #4  0x0000000000a554a0 in void Map::Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >(Cell const&, TypeContainerVisitor<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >&) ()
  9. #5  0x0000000000a55ab2 in void Cell::Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >(CoordPair<512u> const&, TypeContainerVisitor<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >&, Map&) const ()
  10. #6  0x0000000000a498bd in Map::Update(unsigned int const&) ()
  11. #7  0x0000000000a49c99 in InstanceMap::Update(unsigned int const&) ()
  12. #8  0x0000000000a57191 in MapInstanced::Update(unsigned int const&) ()
  13. #9  0x0000000000a3dc82 in MapUpdateRequest::call() ()
  14. #10 0x0000000000c6f8c1 in DelayExecutor::svc() ()
  15. #11 0x00007ffff76f6577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  16.     at ../../ace/Task.cpp:275
  17. #12 0x00007ffff76f7901 in ACE_Thread_Adapter::invoke (this=0x7ffff085c7a0)
  18.     at ../../ace/Thread_Adapter.cpp:98
  19. #13 0x00007ffff6356a04 in start_thread () from /lib/libpthread.so.0
  20. #14 0x00007ffff60bfd4d in clone () from /lib/libc.so.6
  21. #15 0x0000000000000000 in ?? ()
  22. #0  0x0000000000a5819e in TargetedMovementGenerator<Creature>::MovementInform(Creature&) ()
  23. No symbol table info available.
  24. #1  0x0000000000a59f27 in TargetedMovementGenerator<Creature>::Update(Creature&, unsigned int const&) ()
  25. No symbol table info available.
  26. #2  0x0000000000a5aa97 in MotionMaster::UpdateMotion(unsigned int) ()
  27. No symbol table info available.
  28. #3  0x00000000009152f7 in Creature::Update(unsigned int) ()
  29. No symbol table info available.
  30. #4  0x0000000000a554a0 in void Map::Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >(Cell const&, TypeContainerVisitor<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >&) ()
  31. No symbol table info available.
  32. #5  0x0000000000a55ab2 in void Cell::Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >(CoordPair<512u> const&, TypeContainerVisitor<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >&, Map&) const ()
  33. No symbol table info available.
  34. #6  0x0000000000a498bd in Map::Update(unsigned int const&) ()
  35. No symbol table info available.
  36. #7  0x0000000000a49c99 in InstanceMap::Update(unsigned int const&) ()
  37. No symbol table info available.
  38. #8  0x0000000000a57191 in MapInstanced::Update(unsigned int const&) ()
  39. No symbol table info available.
  40. #9  0x0000000000a3dc82 in MapUpdateRequest::call() ()
  41. No symbol table info available.
  42. #10 0x0000000000c6f8c1 in DelayExecutor::svc() ()
  43. No symbol table info available.
  44. #11 0x00007ffff76f6577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  45.     at ../../ace/Task.cpp:275
  46.         t = 0x7ffff085d5b8
  47.         svc_status = <value optimized out>
  48. #12 0x00007ffff76f7901 in ACE_Thread_Adapter::invoke (this=0x7ffff085c7a0)
  49.     at ../../ace/Thread_Adapter.cpp:98
  50.         exit_hook_instance = <value optimized out>
  51.         exit_hook_maybe = {instance_ = 0x0}
  52.         exit_hook_ptr = <value optimized out>
  53. #13 0x00007ffff6356a04 in start_thread () from /lib/libpthread.so.0
  54. No symbol table info available.
  55. #14 0x00007ffff60bfd4d in clone () from /lib/libc.so.6
  56. No symbol table info available.
  57. #15 0x0000000000000000 in ?? ()
  58. No symbol table info available.
  59.   18 Thread 0x7fffd77fe910 (LWP 29352)  0x00007ffff60c0388 in epoll_wait ()
  60.    from /lib/libc.so.6
  61.   17 Thread 0x7fffd7fff910 (LWP 29351)  0x00007ffff60c0388 in epoll_wait ()
  62.    from /lib/libc.so.6
  63.   16 Thread 0x7fffdc974910 (LWP 29350)  0x00007ffff635e8f1 in nanosleep ()
  64.    from /lib/libpthread.so.0
  65.   15 Thread 0x7fffdd175910 (LWP 29349)  0x00007ffff635e8f1 in nanosleep ()
  66.    from /lib/libpthread.so.0
  67.   14 Thread 0x7fffdd976910 (LWP 29348)  0x00007ffff60b8932 in select ()
  68.    from /lib/libc.so.6
  69.   13 Thread 0x7fffde177910 (LWP 29347)  0x00007ffff635b5a9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  70.   12 Thread 0x7fffe1133910 (LWP 29346)  0x0000000000b4acd9 in Aura::UpdateOwner(unsigned int, WorldObject*) ()
  71.   11 Thread 0x7fffe1934910 (LWP 29345)  0x000000000090ae4b in Creature::GetScriptId() const ()
  72. * 10 Thread 0x7fffe2135910 (LWP 29344)  0x0000000000a5819e in TargetedMovementGenerator<Creature>::MovementInform(Creature&) ()
  73.   9 Thread 0x7fffe2936910 (LWP 29343)  0x00007ffff60cecae in ?? ()
  74.    from /lib/libc.so.6
  75.   8 Thread 0x7fffee7fc910 (LWP 29342)  0x00007ffff635b5a9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  76.   7 Thread 0x7fffeeffd910 (LWP 29341)  0x00007ffff635b5a9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  77.   6 Thread 0x7fffef7fe910 (LWP 29340)  0x00007ffff635b5a9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  78.   5 Thread 0x7fffeffff910 (LWP 29339)  0x00007ffff635b5a9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  79.   4 Thread 0x7ffff49eb910 (LWP 29338)  0x00007ffff635e0cb in read ()
  80.    from /lib/libpthread.so.0
  81.   3 Thread 0x7ffff53f9910 (LWP 29337)  0x00007ffff635b5a9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  82.   1 Thread 0x7ffff7feb710 (LWP 29333)  0x00007ffff6357cfd in pthread_join ()
  83.    from /lib/libpthread.so.0
  84.  
  85. Thread 18 (Thread 0x7fffd77fe910 (LWP 29352)):
  86. #0  0x00007ffff60c0388 in epoll_wait () from /lib/libc.so.6
  87. No symbol table info available.
  88. #1  0x00007ffff7677124 in ACE_Dev_Poll_Reactor::work_pending_i (
  89.     this=0x7fffd843ec10, max_wait_time=<value optimized out>)
  90.     at ../../ace/Dev_Poll_Reactor.cpp:991
  91.         timer_buf = {static zero = {
  92.             static zero = <same as static member of an already seen type>,
  93.             static max_time = {
  94.               static zero = <same as static member of an already seen type>,
  95.               static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {tv_sec = 0,
  96.               tv_usec = 0}},
  97.           static max_time = <same as static member of an already seen type>,
  98.           tv_ = {tv_sec = 0, tv_usec = 1402}}
  99.         this_timeout = <value optimized out>
  100.         timeout = 1
  101.         nfds = <value optimized out>
  102. #2  0x00007ffff767914c in ACE_Dev_Poll_Reactor::handle_events_i (
  103.     this=0x7fffd843ec10, max_wait_time=0x7fffd77fe050, guard=...)
  104.     at ../../ace/Dev_Poll_Reactor.cpp:1064
  105.         result = <value optimized out>
  106. #3  0x00007ffff767930e in ACE_Dev_Poll_Reactor::handle_events (
  107.     this=0x7fffd843ec10, max_wait_time=0x7fffd77fe050)
  108.     at ../../ace/Dev_Poll_Reactor.cpp:1046
  109.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  110.           max_wait_time_ = 0x7fffd77fe050, start_time_ = {static zero = {
  111.               static zero = <same as static member of an already seen type>,
  112.               static max_time = {
  113.                 static zero = <same as static member of an already seen type>,
  114.                 static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {tv_sec = 0,
  115.                 tv_usec = 0}},
  116.             static max_time = <same as static member of an already seen type>,
  117.             tv_ = {tv_sec = 1288364510, tv_usec = 845607}}, stopped_ = false}
  118.         guard = {token_ = @0x7fffd843ec90, owner_ = 1}
  119.         result = -1
  120. #4  0x00007ffff76d12bd in ACE_Reactor::run_reactor_event_loop (
  121.     this=0x7fffd8445350, tv=..., eh=0) at ../../ace/Reactor.cpp:271
  122.         result = 1
  123. #5  0x0000000000b17ced in ReactorRunnable::svc() ()
  124. No symbol table info available.
  125. #6  0x00007ffff76f6577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  126.     at ../../ace/Task.cpp:275
  127.         t = 0x7ffff0b51940
  128.         svc_status = <value optimized out>
  129. #7  0x00007ffff76f7901 in ACE_Thread_Adapter::invoke (this=0x7fffd8445670)
  130.     at ../../ace/Thread_Adapter.cpp:98
  131.         exit_hook_instance = <value optimized out>
  132.         exit_hook_maybe = {instance_ = 0x0}
  133.         exit_hook_ptr = <value optimized out>
  134. #8  0x00007ffff6356a04 in start_thread () from /lib/libpthread.so.0
  135. No symbol table info available.
  136. #9  0x00007ffff60bfd4d in clone () from /lib/libc.so.6
  137. No symbol table info available.
  138. #10 0x0000000000000000 in ?? ()
  139. No symbol table info available.
  140.  
  141. Thread 17 (Thread 0x7fffd7fff910 (LWP 29351)):
  142. #0  0x00007ffff60c0388 in epoll_wait () from /lib/libc.so.6
  143. No symbol table info available.
  144. #1  0x00007ffff7677124 in ACE_Dev_Poll_Reactor::work_pending_i (
  145.     this=0x7ffff0b51a80, max_wait_time=<value optimized out>)
  146.     at ../../ace/Dev_Poll_Reactor.cpp:991
  147.         timer_buf = {static zero = {
  148.             static zero = <same as static member of an already seen type>,
  149.             static max_time = {
  150.               static zero = <same as static member of an already seen type>,
  151.               static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {tv_sec = 0,
  152.               tv_usec = 0}},
  153.           static max_time = <same as static member of an already seen type>,
  154.           tv_ = {tv_sec = 0, tv_usec = 10000}}
  155.         this_timeout = <value optimized out>
  156.         timeout = 10
  157.         nfds = <value optimized out>
  158. #2  0x00007ffff767914c in ACE_Dev_Poll_Reactor::handle_events_i (
  159.     this=0x7ffff0b51a80, max_wait_time=0x7fffd7fff050, guard=...)
  160.     at ../../ace/Dev_Poll_Reactor.cpp:1064
  161.         result = <value optimized out>
  162. #3  0x00007ffff767930e in ACE_Dev_Poll_Reactor::handle_events (
  163.     this=0x7ffff0b51a80, max_wait_time=0x7fffd7fff050)
  164.     at ../../ace/Dev_Poll_Reactor.cpp:1046
  165.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  166.           max_wait_time_ = 0x7fffd7fff050, start_time_ = {static zero = {
  167.               static zero = <same as static member of an already seen type>,
  168.               static max_time = {
  169.                 static zero = <same as static member of an already seen type>,
  170.                 static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {tv_sec = 0,
  171.                 tv_usec = 0}},
  172.             static max_time = <same as static member of an already seen type>,
  173.             tv_ = {tv_sec = 1288364510, tv_usec = 844404}}, stopped_ = false}
  174.         guard = {token_ = @0x7ffff0b51b00, owner_ = 1}
  175.         result = -1
  176. #4  0x00007ffff76d12bd in ACE_Reactor::run_reactor_event_loop (
  177.     this=0x7ffff09267c0, tv=..., eh=0) at ../../ace/Reactor.cpp:271
  178.         result = -256567288
  179. #5  0x0000000000b17ced in ReactorRunnable::svc() ()
  180. No symbol table info available.
  181. #6  0x00007ffff76f6577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  182.     at ../../ace/Task.cpp:275
  183.         t = 0x7ffff0b51808
  184.         svc_status = <value optimized out>
  185. #7  0x00007ffff76f7901 in ACE_Thread_Adapter::invoke (this=0x7fffd8445420)
  186.     at ../../ace/Thread_Adapter.cpp:98
  187.         exit_hook_instance = <value optimized out>
  188.         exit_hook_maybe = {instance_ = 0x0}
  189.         exit_hook_ptr = <value optimized out>
  190. #8  0x00007ffff6356a04 in start_thread () from /lib/libpthread.so.0
  191. No symbol table info available.
  192. #9  0x00007ffff60bfd4d in clone () from /lib/libc.so.6
  193. No symbol table info available.
  194. #10 0x0000000000000000 in ?? ()
  195. No symbol table info available.
  196.  
  197. Thread 16 (Thread 0x7fffdc974910 (LWP 29350)):
  198. #0  0x00007ffff635e8f1 in nanosleep () from /lib/libpthread.so.0
  199. No symbol table info available.
  200. #1  0x0000000000c6e426 in ACE_Based::Thread::Sleep(unsigned long) ()
  201. No symbol table info available.
  202. #2  0x0000000000713602 in FreezeDetectorRunnable::run() ()
  203. No symbol table info available.
  204. #3  0x0000000000c6e6ea in ACE_Based::Thread::ThreadTask(void*) ()
  205. No symbol table info available.
  206. #4  0x00007ffff6356a04 in start_thread () from /lib/libpthread.so.0
  207. No symbol table info available.
  208. #5  0x00007ffff60bfd4d in clone () from /lib/libc.so.6
  209. No symbol table info available.
  210. #6  0x0000000000000000 in ?? ()
  211. No symbol table info available.
  212.  
  213. Thread 15 (Thread 0x7fffdd175910 (LWP 29349)):
  214. #0  0x00007ffff635e8f1 in nanosleep () from /lib/libpthread.so.0
  215. No symbol table info available.
  216. #1  0x0000000000c6e426 in ACE_Based::Thread::Sleep(unsigned long) ()
  217. No symbol table info available.
  218. #2  0x0000000000714a88 in RARunnable::run() ()
  219. No symbol table info available.
  220. #3  0x0000000000c6e6ea in ACE_Based::Thread::ThreadTask(void*) ()
  221. No symbol table info available.
  222. #4  0x00007ffff6356a04 in start_thread () from /lib/libpthread.so.0
  223. No symbol table info available.
  224. #5  0x00007ffff60bfd4d in clone () from /lib/libc.so.6
  225. No symbol table info available.
  226. #6  0x0000000000000000 in ?? ()
  227. No symbol table info available.
  228.  
  229. Thread 14 (Thread 0x7fffdd976910 (LWP 29348)):
  230. #0  0x00007ffff60b8932 in select () from /lib/libc.so.6
  231. No symbol table info available.
  232. #1  0x00007ffff7984499 in ?? () from /lib/libreadline.so.5
  233. No symbol table info available.
  234. #2  0x00007ffff79846ee in rl_read_key () from /lib/libreadline.so.5
  235. No symbol table info available.
  236. #3  0x00007ffff797167f in readline_internal_char () from /lib/libreadline.so.5
  237. No symbol table info available.
  238. #4  0x00007ffff7971b45 in readline () from /lib/libreadline.so.5
  239. No symbol table info available.
  240. #5  0x0000000000708dce in CliRunnable::run() ()
  241. No symbol table info available.
  242. #6  0x0000000000c6e6ea in ACE_Based::Thread::ThreadTask(void*) ()
  243. No symbol table info available.
  244. #7  0x00007ffff6356a04 in start_thread () from /lib/libpthread.so.0
  245. No symbol table info available.
  246. #8  0x00007ffff60bfd4d in clone () from /lib/libc.so.6
  247. No symbol table info available.
  248. #9  0x0000000000000000 in ?? ()
  249. No symbol table info available.
  250.  
  251. Thread 13 (Thread 0x7fffde177910 (LWP 29347)):
  252. #0  0x00007ffff635b5a9 in pthread_cond_wait@@GLIBC_2.3.2 ()
  253.    from /lib/libpthread.so.0
  254. No symbol table info available.
  255. #1  0x00007ffff7665daa in cond_wait (this=0x7ffff085d6bc)
  256.     at ../../ace/OS_NS_Thread.inl:329
  257.         result = <value optimized out>
  258. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff085d6bc)
  259.     at ../../ace/Condition_Thread_Mutex.cpp:90
  260. No locals.
  261. #3  0x0000000000a3d5e0 in MapUpdater::wait() ()
  262. No symbol table info available.
  263. #4  0x0000000000a3b772 in MapManager::Update(unsigned int) ()
  264. No symbol table info available.
  265. #5  0x0000000000bbea79 in World::Update(unsigned int) ()
  266. No symbol table info available.
  267. #6  0x0000000000710dc4 in WorldRunnable::run() ()
  268. No symbol table info available.
  269. #7  0x0000000000c6e6ea in ACE_Based::Thread::ThreadTask(void*) ()
  270. No symbol table info available.
  271. #8  0x00007ffff6356a04 in start_thread () from /lib/libpthread.so.0
  272. No symbol table info available.
  273. #9  0x00007ffff60bfd4d in clone () from /lib/libc.so.6
  274. No symbol table info available.
  275. #10 0x0000000000000000 in ?? ()
  276. No symbol table info available.
  277.  
  278. Thread 12 (Thread 0x7fffe1133910 (LWP 29346)):
  279. #0  0x0000000000b4acd9 in Aura::UpdateOwner(unsigned int, WorldObject*) ()
  280. No symbol table info available.
  281. #1  0x0000000000965fae in Unit::_UpdateSpells(unsigned int) ()
  282. No symbol table info available.
  283. #2  0x000000000096624a in Unit::Update(unsigned int) ()
  284. No symbol table info available.
  285. #3  0x00000000008f0fce in Player::Update(unsigned int) ()
  286. No symbol table info available.
  287. #4  0x0000000000a49560 in Map::Update(unsigned int const&) ()
  288. No symbol table info available.
  289. #5  0x0000000000a3dc82 in MapUpdateRequest::call() ()
  290. No symbol table info available.
  291. #6  0x0000000000c6f8c1 in DelayExecutor::svc() ()
  292. No symbol table info available.
  293. #7  0x00007ffff76f6577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  294.     at ../../ace/Task.cpp:275
  295.         t = 0x7ffff085d5b8
  296.         svc_status = <value optimized out>
  297. #8  0x00007ffff76f7901 in ACE_Thread_Adapter::invoke (this=0x7ffff085df50)
  298.     at ../../ace/Thread_Adapter.cpp:98
  299.         exit_hook_instance = <value optimized out>
  300.         exit_hook_maybe = {instance_ = 0x0}
  301.         exit_hook_ptr = <value optimized out>
  302. #9  0x00007ffff6356a04 in start_thread () from /lib/libpthread.so.0
  303. No symbol table info available.
  304. #10 0x00007ffff60bfd4d in clone () from /lib/libc.so.6
  305. No symbol table info available.
  306. #11 0x0000000000000000 in ?? ()
  307. No symbol table info available.
  308.  
  309. Thread 11 (Thread 0x7fffe1934910 (LWP 29345)):
  310. #0  0x000000000090ae4b in Creature::GetScriptId() const ()
  311. No symbol table info available.
  312. #1  0x0000000000a820e8 in ScriptMgr::OnCreatureUpdate(Creature*, unsigned int)
  313.     ()
  314. No symbol table info available.
  315. #2  0x0000000000a55326 in void Map::Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >(Cell const&, TypeContainerVisitor<Trinity::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >&) ()
  316. No symbol table info available.
  317. #3  0x0000000000a56096 in void Cell::Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >(CoordPair<512u> const&, TypeContainerVisitor<Trinity::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >&, Map&) const ()
  318. No symbol table info available.
  319. #4  0x0000000000a498a0 in Map::Update(unsigned int const&) ()
  320. No symbol table info available.
  321. #5  0x0000000000a3dc82 in MapUpdateRequest::call() ()
  322. No symbol table info available.
  323. #6  0x0000000000c6f8c1 in DelayExecutor::svc() ()
  324. No symbol table info available.
  325. #7  0x00007ffff76f6577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  326.     at ../../ace/Task.cpp:275
  327.         t = 0x7ffff085d5b8
  328.         svc_status = <value optimized out>
  329. #8  0x00007ffff76f7901 in ACE_Thread_Adapter::invoke (this=0x7ffff085dd70)
  330.     at ../../ace/Thread_Adapter.cpp:98
  331.         exit_hook_instance = <value optimized out>
  332.         exit_hook_maybe = {instance_ = 0x0}
  333.         exit_hook_ptr = <value optimized out>
  334. #9  0x00007ffff6356a04 in start_thread () from /lib/libpthread.so.0
  335. No symbol table info available.
  336. #10 0x00007ffff60bfd4d in clone () from /lib/libc.so.6
  337. No symbol table info available.
  338. #11 0x0000000000000000 in ?? ()
  339. No symbol table info available.
  340.  
  341. Thread 10 (Thread 0x7fffe2135910 (LWP 29344)):
  342. #0  0x0000000000a5819e in TargetedMovementGenerator<Creature>::MovementInform(Creature&) ()
  343. No symbol table info available.
  344. #1  0x0000000000a59f27 in TargetedMovementGenerator<Creature>::Update(Creature&, unsigned int const&) ()
  345. No symbol table info available.
  346. #2  0x0000000000a5aa97 in MotionMaster::UpdateMotion(unsigned int) ()
  347. No symbol table info available.
  348. #3  0x00000000009152f7 in Creature::Update(unsigned int) ()
  349. No symbol table info available.
  350. #4  0x0000000000a554a0 in void Map::Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >(Cell const&, TypeContainerVisitor<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >&) ()
  351. No symbol table info available.
  352. #5  0x0000000000a55ab2 in void Cell::Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >(CoordPair<512u> const&, TypeContainerVisitor<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >&, Map&) const ()
  353. No symbol table info available.
  354. #6  0x0000000000a498bd in Map::Update(unsigned int const&) ()
  355. No symbol table info available.
  356. #7  0x0000000000a49c99 in InstanceMap::Update(unsigned int const&) ()
  357. No symbol table info available.
  358. #8  0x0000000000a57191 in MapInstanced::Update(unsigned int const&) ()
  359. No symbol table info available.
  360. #9  0x0000000000a3dc82 in MapUpdateRequest::call() ()
  361. No symbol table info available.
  362. #10 0x0000000000c6f8c1 in DelayExecutor::svc() ()
  363. No symbol table info available.
  364. #11 0x00007ffff76f6577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  365.     at ../../ace/Task.cpp:275
  366.         t = 0x7ffff085d5b8
  367.         svc_status = <value optimized out>
  368. #12 0x00007ffff76f7901 in ACE_Thread_Adapter::invoke (this=0x7ffff085c7a0)
  369.     at ../../ace/Thread_Adapter.cpp:98
  370.         exit_hook_instance = <value optimized out>
  371.         exit_hook_maybe = {instance_ = 0x0}
  372.         exit_hook_ptr = <value optimized out>
  373. #13 0x00007ffff6356a04 in start_thread () from /lib/libpthread.so.0
  374. No symbol table info available.
  375. #14 0x00007ffff60bfd4d in clone () from /lib/libc.so.6
  376. No symbol table info available.
  377. #15 0x0000000000000000 in ?? ()
  378. No symbol table info available.
  379.  
  380. Thread 9 (Thread 0x7fffe2936910 (LWP 29343)):
  381. #0  0x00007ffff60cecae in ?? () from /lib/libc.so.6
  382. No symbol table info available.
  383. #1  0x00007ffff605d031 in ?? () from /lib/libc.so.6
  384. No symbol table info available.
  385. #2  0x00007ffff605ac61 in free () from /lib/libc.so.6
  386. No symbol table info available.
  387. #3  0x0000000000c700c3 in EventProcessor::Update(unsigned int) ()
  388. No symbol table info available.
  389. #4  0x0000000000966229 in Unit::Update(unsigned int) ()
  390. No symbol table info available.
  391. #5  0x00000000008f0fce in Player::Update(unsigned int) ()
  392. No symbol table info available.
  393. #6  0x0000000000a49560 in Map::Update(unsigned int const&) ()
  394. No symbol table info available.
  395. #7  0x0000000000a57191 in MapInstanced::Update(unsigned int const&) ()
  396. No symbol table info available.
  397. #8  0x0000000000a3dc82 in MapUpdateRequest::call() ()
  398. No symbol table info available.
  399. #9  0x0000000000c6f8c1 in DelayExecutor::svc() ()
  400. No symbol table info available.
  401. #10 0x00007ffff76f6577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  402.     at ../../ace/Task.cpp:275
  403.         t = 0x7ffff085d5b8
  404.         svc_status = <value optimized out>
  405. #11 0x00007ffff76f7901 in ACE_Thread_Adapter::invoke (this=0x7ffff085da60)
  406.     at ../../ace/Thread_Adapter.cpp:98
  407.         exit_hook_instance = <value optimized out>
  408.         exit_hook_maybe = {instance_ = 0x0}
  409.         exit_hook_ptr = <value optimized out>
  410. #12 0x00007ffff6356a04 in start_thread () from /lib/libpthread.so.0
  411. No symbol table info available.
  412. #13 0x00007ffff60bfd4d in clone () from /lib/libc.so.6
  413. No symbol table info available.
  414. #14 0x0000000000000000 in ?? ()
  415. No symbol table info available.
  416.  
  417. Thread 8 (Thread 0x7fffee7fc910 (LWP 29342)):
  418. #0  0x00007ffff635b5a9 in pthread_cond_wait@@GLIBC_2.3.2 ()
  419.    from /lib/libpthread.so.0
  420. No symbol table info available.
  421. #1  0x00007ffff7665e55 in cond_timedwait (this=0x156e924, mutex=...,
  422.     abstime=0xf15) at ../../ace/OS_NS_Thread.inl:362
  423.         result = <value optimized out>
  424.         ts = {tv_sec = 0, tv_nsec = 140736683048992}
  425. #2  ACE_Condition_Thread_Mutex::wait (this=0x156e924, mutex=..., abstime=0xf15)
  426.     at ../../ace/Condition_Thread_Mutex.cpp:100
  427. No locals.
  428. #3  0x000000000070f04b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond(ACE_Guard<ACE_Thread_Mutex>&, ACE_Time_Value*) ()
  429. No symbol table info available.
  430. #4  0x000000000070fdf9 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  431. No symbol table info available.
  432. #5  0x00007ffff764cfd2 in ACE_Activation_Queue::dequeue (
  433.     this=<value optimized out>, tv=0xf15) at ../../ace/Activation_Queue.cpp:91
  434.         mb = 0x0
  435. #6  0x0000000000c67180 in DatabaseWorker::svc() ()
  436. No symbol table info available.
  437. #7  0x00007ffff76f6577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  438.     at ../../ace/Task.cpp:275
  439.         t = 0x7ffff0739be0
  440.         svc_status = <value optimized out>
  441. #8  0x00007ffff76f7901 in ACE_Thread_Adapter::invoke (this=0x7ffff0739d00)
  442.     at ../../ace/Thread_Adapter.cpp:98
  443.         exit_hook_instance = <value optimized out>
  444.         exit_hook_maybe = {instance_ = 0x0}
  445.         exit_hook_ptr = <value optimized out>
  446. #9  0x00007ffff6356a04 in start_thread () from /lib/libpthread.so.0
  447. No symbol table info available.
  448. #10 0x00007ffff60bfd4d in clone () from /lib/libc.so.6
  449. No symbol table info available.
  450. #11 0x0000000000000000 in ?? ()
  451. No symbol table info available.
  452.  
  453. Thread 7 (Thread 0x7fffeeffd910 (LWP 29341)):
  454. #0  0x00007ffff635b5a9 in pthread_cond_wait@@GLIBC_2.3.2 ()
  455.    from /lib/libpthread.so.0
  456. No symbol table info available.
  457. #1  0x00007ffff7665e55 in cond_timedwait (this=0x156e7e4, mutex=...,
  458.     abstime=0xda56) at ../../ace/OS_NS_Thread.inl:362
  459.         result = <value optimized out>
  460.         ts = {tv_sec = 140737203132688, tv_nsec = 140737344352182}
  461. #2  ACE_Condition_Thread_Mutex::wait (this=0x156e7e4, mutex=...,
  462.     abstime=0xda56) at ../../ace/Condition_Thread_Mutex.cpp:100
  463. No locals.
  464. #3  0x000000000070f04b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond(ACE_Guard<ACE_Thread_Mutex>&, ACE_Time_Value*) ()
  465. No symbol table info available.
  466. #4  0x000000000070fdf9 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  467. No symbol table info available.
  468. #5  0x00007ffff764cfd2 in ACE_Activation_Queue::dequeue (
  469.     this=<value optimized out>, tv=0xda56) at ../../ace/Activation_Queue.cpp:91
  470.         mb = 0x0
  471. #6  0x0000000000c67180 in DatabaseWorker::svc() ()
  472. No symbol table info available.
  473. #7  0x00007ffff76f6577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  474.     at ../../ace/Task.cpp:275
  475.         t = 0x7ffff0212680
  476.         svc_status = <value optimized out>
  477. #8  0x00007ffff76f7901 in ACE_Thread_Adapter::invoke (this=0x7ffff02127a0)
  478.     at ../../ace/Thread_Adapter.cpp:98
  479.         exit_hook_instance = <value optimized out>
  480.         exit_hook_maybe = {instance_ = 0x0}
  481.         exit_hook_ptr = <value optimized out>
  482. #9  0x00007ffff6356a04 in start_thread () from /lib/libpthread.so.0
  483. No symbol table info available.
  484. #10 0x00007ffff60bfd4d in clone () from /lib/libc.so.6
  485. No symbol table info available.
  486. #11 0x0000000000000000 in ?? ()
  487. No symbol table info available.
  488.  
  489. Thread 6 (Thread 0x7fffef7fe910 (LWP 29340)):
  490. #0  0x00007ffff635b5a9 in pthread_cond_wait@@GLIBC_2.3.2 ()
  491.    from /lib/libpthread.so.0
  492. No symbol table info available.
  493. #1  0x00007ffff7665e55 in cond_timedwait (this=0x156e7e4, mutex=...,
  494.     abstime=0xda59) at ../../ace/OS_NS_Thread.inl:362
  495.         result = <value optimized out>
  496.         ts = {tv_sec = 140737221011888, tv_nsec = 140737221111744}
  497. #2  ACE_Condition_Thread_Mutex::wait (this=0x156e7e4, mutex=...,
  498.     abstime=0xda59) at ../../ace/Condition_Thread_Mutex.cpp:100
  499. No locals.
  500. #3  0x000000000070f04b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond(ACE_Guard<ACE_Thread_Mutex>&, ACE_Time_Value*) ()
  501. No symbol table info available.
  502. #4  0x000000000070fdf9 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  503. No symbol table info available.
  504. #5  0x00007ffff764cfd2 in ACE_Activation_Queue::dequeue (
  505.     this=<value optimized out>, tv=0xda59) at ../../ace/Activation_Queue.cpp:91
  506.         mb = 0x0
  507. #6  0x0000000000c67180 in DatabaseWorker::svc() ()
  508. No symbol table info available.
  509. #7  0x00007ffff76f6577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  510.     at ../../ace/Task.cpp:275
  511.         t = 0x7ffff010a6f0
  512.         svc_status = <value optimized out>
  513. #8  0x00007ffff76f7901 in ACE_Thread_Adapter::invoke (this=0x7ffff010a810)
  514.     at ../../ace/Thread_Adapter.cpp:98
  515.         exit_hook_instance = <value optimized out>
  516.         exit_hook_maybe = {instance_ = 0x0}
  517.         exit_hook_ptr = <value optimized out>
  518. #9  0x00007ffff6356a04 in start_thread () from /lib/libpthread.so.0
  519. No symbol table info available.
  520. #10 0x00007ffff60bfd4d in clone () from /lib/libc.so.6
  521. No symbol table info available.
  522. #11 0x0000000000000000 in ?? ()
  523. No symbol table info available.
  524.  
  525. Thread 5 (Thread 0x7fffeffff910 (LWP 29339)):
  526. #0  0x00007ffff635b5a9 in pthread_cond_wait@@GLIBC_2.3.2 ()
  527.    from /lib/libpthread.so.0
  528. No symbol table info available.
  529. #1  0x00007ffff7665e55 in cond_timedwait (this=0x156e7e4, mutex=...,
  530.     abstime=0xda5a) at ../../ace/OS_NS_Thread.inl:362
  531.         result = <value optimized out>
  532.         ts = {tv_sec = 140737219918096, tv_nsec = 140737344352182}
  533. #2  ACE_Condition_Thread_Mutex::wait (this=0x156e7e4, mutex=...,
  534.     abstime=0xda5a) at ../../ace/Condition_Thread_Mutex.cpp:100
  535. No locals.
  536. #3  0x000000000070f04b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond(ACE_Guard<ACE_Thread_Mutex>&, ACE_Time_Value*) ()
  537. No symbol table info available.
  538. #4  0x000000000070fdf9 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  539. No symbol table info available.
  540. #5  0x00007ffff764cfd2 in ACE_Activation_Queue::dequeue (
  541.     this=<value optimized out>, tv=0xda5a) at ../../ace/Activation_Queue.cpp:91
  542.         mb = 0x0
  543. #6  0x0000000000c67180 in DatabaseWorker::svc() ()
  544. No symbol table info available.
  545. #7  0x00007ffff76f6577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  546.     at ../../ace/Task.cpp:275
  547.         t = 0x16cbb20
  548.         svc_status = <value optimized out>
  549. #8  0x00007ffff76f7901 in ACE_Thread_Adapter::invoke (this=0x16cbc40)
  550.     at ../../ace/Thread_Adapter.cpp:98
  551.         exit_hook_instance = <value optimized out>
  552.         exit_hook_maybe = {instance_ = 0x0}
  553.         exit_hook_ptr = <value optimized out>
  554. #9  0x00007ffff6356a04 in start_thread () from /lib/libpthread.so.0
  555. No symbol table info available.
  556. #10 0x00007ffff60bfd4d in clone () from /lib/libc.so.6
  557. No symbol table info available.
  558. #11 0x0000000000000000 in ?? ()
  559. No symbol table info available.
  560.  
  561. Thread 4 (Thread 0x7ffff49eb910 (LWP 29338)):
  562. #0  0x00007ffff635e0cb in read () from /lib/libpthread.so.0
  563. No symbol table info available.
  564. #1  0x00007ffff72043d9 in vio_read_buff () from /usr/lib/libmysqlclient_r.so.16
  565. No symbol table info available.
  566. #2  0x00007ffff720553f in ?? () from /usr/lib/libmysqlclient_r.so.16
  567. No symbol table info available.
  568. #3  0x00007ffff7205945 in my_net_read () from /usr/lib/libmysqlclient_r.so.16
  569. No symbol table info available.
  570. #4  0x00007ffff71ffe8a in cli_safe_read () from /usr/lib/libmysqlclient_r.so.16
  571. No symbol table info available.
  572. #5  0x00007ffff7200669 in ?? () from /usr/lib/libmysqlclient_r.so.16
  573. No symbol table info available.
  574. #6  0x00007ffff71fe9fc in mysql_real_query ()
  575.    from /usr/lib/libmysqlclient_r.so.16
  576. No symbol table info available.
  577. #7  0x0000000000c5eae4 in MySQLConnection::Execute(char const*) ()
  578. No symbol table info available.
  579. #8  0x0000000000c64cbe in TransactionTask::Execute() ()
  580. No symbol table info available.
  581. #9  0x000000000071a37a in SQLOperation::call() ()
  582. No symbol table info available.
  583. #10 0x0000000000c67169 in DatabaseWorker::svc() ()
  584. No symbol table info available.
  585. #11 0x00007ffff76f6577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  586.     at ../../ace/Task.cpp:275
  587.         t = 0x15c3c90
  588.         svc_status = <value optimized out>
  589. #12 0x00007ffff76f7901 in ACE_Thread_Adapter::invoke (this=0x15c3df0)
  590.     at ../../ace/Thread_Adapter.cpp:98
  591.         exit_hook_instance = <value optimized out>
  592.         exit_hook_maybe = {instance_ = 0x0}
  593.         exit_hook_ptr = <value optimized out>
  594. #13 0x00007ffff6356a04 in start_thread () from /lib/libpthread.so.0
  595. No symbol table info available.
  596. #14 0x00007ffff60bfd4d in clone () from /lib/libc.so.6
  597. No symbol table info available.
  598. #15 0x0000000000000000 in ?? ()
  599. No symbol table info available.
  600.  
  601. Thread 3 (Thread 0x7ffff53f9910 (LWP 29337)):
  602. #0  0x00007ffff635b5a9 in pthread_cond_wait@@GLIBC_2.3.2 ()
  603.    from /lib/libpthread.so.0
  604. No symbol table info available.
  605. #1  0x00007ffff7665e55 in cond_timedwait (this=0x156d244, mutex=...,
  606.     abstime=0x1f29) at ../../ace/OS_NS_Thread.inl:362
  607.         result = <value optimized out>
  608.         ts = {tv_sec = 1, tv_nsec = 1}
  609. #2  ACE_Condition_Thread_Mutex::wait (this=0x156d244, mutex=...,
  610.     abstime=0x1f29) at ../../ace/Condition_Thread_Mutex.cpp:100
  611. No locals.
  612. #3  0x000000000070f04b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond(ACE_Guard<ACE_Thread_Mutex>&, ACE_Time_Value*) ()
  613. No symbol table info available.
  614. #4  0x000000000070fdf9 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  615. No symbol table info available.
  616. #5  0x00007ffff764cfd2 in ACE_Activation_Queue::dequeue (
  617.     this=<value optimized out>, tv=0x1f29) at ../../ace/Activation_Queue.cpp:91
  618.         mb = 0x0
  619. #6  0x0000000000c67180 in DatabaseWorker::svc() ()
  620. No symbol table info available.
  621. #7  0x00007ffff76f6577 in ACE_Task_Base::svc_run (args=<value optimized out>)
  622.     at ../../ace/Task.cpp:275
  623.         t = 0x158b7c0
  624.         svc_status = <value optimized out>
  625. #8  0x00007ffff76f7901 in ACE_Thread_Adapter::invoke (this=0x158ba90)
  626.     at ../../ace/Thread_Adapter.cpp:98
  627.         exit_hook_instance = <value optimized out>
  628.         exit_hook_maybe = {instance_ = 0x0}
  629.         exit_hook_ptr = <value optimized out>
  630. #9  0x00007ffff6356a04 in start_thread () from /lib/libpthread.so.0
  631. No symbol table info available.
  632. #10 0x00007ffff60bfd4d in clone () from /lib/libc.so.6
  633. No symbol table info available.
  634. #11 0x0000000000000000 in ?? ()
  635. No symbol table info available.
  636.  
  637. Thread 1 (Thread 0x7ffff7feb710 (LWP 29333)):
  638. #0  0x00007ffff6357cfd in pthread_join () from /lib/libpthread.so.0
  639. No symbol table info available.
  640. #1  0x00007ffff76f9ddc in thr_join (this=<value optimized out>,
  641.     task=<value optimized out>) at ../../ace/OS_NS_Thread.inl:2798
  642.         result = 22591624
  643. #2  ACE_Thread::join (this=<value optimized out>, task=<value optimized out>)
  644.     at ../../ace/Thread.inl:137
  645. No locals.
  646. #3  ACE_Thread_Manager::wait_task (this=<value optimized out>,
  647.     task=<value optimized out>) at ../../ace/Thread_Manager.cpp:1797
  648.         i = 0
  649.         copy_count = 1
  650.         copy_table = 0x7fffd8449c18
  651.         result = <value optimized out>
  652. #4  0x0000000000b1612f in WorldSocketMgr::Wait() ()
  653. No symbol table info available.
  654. #5  0x00000000007128fc in Master::Run() ()
  655. No symbol table info available.
  656. #6  0x00000000007156e1 in main ()
  657. No symbol table info available.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement