Advertisement
Guest User

Untitled

a guest
Jun 8th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 45.05 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. [Switching to Thread 0x7f17cc9e6950 (LWP 30357)]
  3. SpellAuraHolder::RemoveAura (this=0x3dfc7e45d672925a, index=97)
  4.     at ../../../src/game/SpellAuras.cpp:7739
  5. 7739        m_auras[index] = NULL;
  6. #0  SpellAuraHolder::RemoveAura (this=0x3dfc7e45d672925a, index=97)
  7.    at ../../../src/game/SpellAuras.cpp:7739
  8. #1  0x0000000000782ee8 in Unit::RemoveAura (this=0x7f17a12f2190,
  9.    Aur=0x7f179c881e80, mode=AURA_REMOVE_BY_STACK)
  10.     at ../../../src/game/Unit.cpp:4620
  11. #2  0x000000000078555d in Unit::RemoveSpellAuraHolder (this=0x7f17a12f2190,
  12.    holder=0x7f17a37686f0, mode=AURA_REMOVE_BY_STACK)
  13.     at ../../../src/game/Unit.cpp:4561
  14. #3  0x000000000078d4ba in Unit::AddSpellAuraHolder (this=0x7f17a12f2190,
  15.    holder=0x435ab60) at ../../../src/game/Unit.cpp:3920
  16. #4  0x000000000072731f in Spell::DoSpellHitOnUnit (this=0x435a8f0,
  17.    unit=0x7f17a12f2190, effectMask=3) at ../../../src/game/Spell.cpp:1253
  18. #5  0x0000000000727a3b in Spell::DoAllEffectOnTarget (this=0x435a8f0,
  19.    target=0x435aaf0) at ../../../src/game/Spell.cpp:993
  20. #6  0x0000000000735304 in Spell::handle_immediate (this=0x435a8f0)
  21.    at ../../../src/game/Spell.cpp:3032
  22. #7  0x00000000007347c4 in Spell::cast (this=0x435a8f0,
  23.    skipCheck=<value optimized out>) at ../../../src/game/Spell.cpp:3005
  24. #8  0x0000000000788c61 in Unit::CastCustomSpell (this=0x7f17a3c8e2e0,
  25.    Victim=0x7f17a3c8e2e0, spellInfo=<value optimized out>, bp0=0x2b,
  26.     bp1=0x7f17cc9e3a14, bp2=0x0, triggered=<value optimized out>,
  27.     castItem=0x0, triggeredByAura=0x7f17a3c92460, originalCaster={m_guid = 0})
  28.     at ../../../src/game/Unit.cpp:1138
  29. #9  0x0000000000788f8f in Unit::CastCustomSpell (this=0x3dfc7e45d672925a,
  30.    Victim=0x61, spellId=<value optimized out>, bp0=0x61, bp1=0x7f17a37686f0,
  31.     bp2=0xbf, triggered=true, castItem=0x0, triggeredByAura=0x0,
  32.     originalCaster={m_guid = 0}) at ../../../src/game/Unit.cpp:1104
  33. #10 0x000000000079efe5 in Unit::HandleProcTriggerSpellAuraProc (
  34.    this=0x7f17a3c8e2e0, pVictim=0x7f17a38f0ef0, damage=<value optimized out>,
  35.     triggeredByAura=0x0, procSpell=<value optimized out>, procFlags=4,
  36.     procEx=2, cooldown=0) at ../../../src/game/UnitAuraProcHandler.cpp:3399
  37. #11 0x000000000078854f in Unit::ProcDamageAndSpellFor (this=0x7f17a3c8e2e0,
  38.    isVictim=<value optimized out>, pTarget=0x7f17a38f0ef0, procFlag=4,
  39.     procExtra=2, attType=BASE_ATTACK, procSpell=0x0, damage=276)
  40.     at ../../../src/game/Unit.cpp:9530
  41. #12 0x0000000000788b25 in Unit::ProcDamageAndSpell (this=0x3dfc7e45d672925a,
  42.    pVictim=0x7f17a38f0ef0, procAttacker=<value optimized out>,
  43.     procVictim=1048584, procExtra=2, amount=276, attType=BASE_ATTACK,
  44.     procSpell=0x0) at ../../../src/game/Unit.cpp:5012
  45. #13 0x0000000000798e5f in Unit::AttackerStateUpdate (this=0x7f17a3c8e2e0,
  46.    pVictim=0x7f17a38f0ef0, attType=BASE_ATTACK, extra=false)
  47.     at ../../../src/game/Unit.cpp:2400
  48. #14 0x0000000000819fa1 in PetAI::UpdateAI (this=0x7f17a3932a00, diff=149)
  49.    at ../../../src/game/PetAI.cpp:172
  50. #15 0x000000000054e06c in Creature::Update (this=0x7f17a3c8e2e0, diff=149)
  51.    at ../../../src/game/Creature.cpp:530
  52. #16 0x000000000069485b in Pet::Update (this=0x7f17a3c8e2e0, diff=149)
  53.    at ../../../src/game/Pet.cpp:564
  54. #17 0x00000000006279f6 in VisitorHelper<MaNGOS::ObjectUpdater, Creature> (
  55.    v=@0x7f17cc9e5fa0, c=<value optimized out>)
  56.     at ../../../src/game/GridNotifiersImpl.h:44
  57. #18 0x000000000062616a in Map::Update (this=0x7f17b7ce02a0,
  58.    t_diff=@0x7f17cc9e5ffc)
  59.     at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:57
  60. #19 0x000000000063132f in MapManager::Update (this=0x7f17b7ce00a0,
  61.    diff=<value optimized out>) at ../../../src/game/MapManager.cpp:250
  62. #20 0x00000000007b45d4 in World::Update (this=0x7f17d400da40, diff=50)
  63.    at ../../../src/game/World.cpp:1455
  64. #21 0x00000000004ffa00 in WorldRunnable::run (this=<value optimized out>)
  65.    at ../../../src/mangosd/WorldRunnable.cpp:60
  66. #22 0x000000000086129c in ACE_Based::Thread::ThreadTask (
  67.    param=0x3dfc7e45d672925a) at ../../../src/shared/Threading.cpp:187
  68. #23 0x00007f17da6be3a0 in start_thread () from /lib64/libpthread.so.0
  69. #24 0x00007f17d9f8fbdd in clone () from /lib64/libc.so.6
  70.  17 Thread 0x7f17a67fc950 (LWP 30367)  0x00007f17d9f901a8 in epoll_wait ()
  71.    from /lib64/libc.so.6
  72.   16 Thread 0x7f17a6ffd950 (LWP 30366)  0x00007f17d9f901a8 in epoll_wait ()
  73.    from /lib64/libc.so.6
  74.   15 Thread 0x7f17a77fe950 (LWP 30365)  0x00007f17d9f901a8 in epoll_wait ()
  75.    from /lib64/libc.so.6
  76.   14 Thread 0x7f17a7fff950 (LWP 30364)  0x00007f17da6c2199 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  77.   13 Thread 0x7f17b0bd5950 (LWP 30363)  0x00007f17da6c2199 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  78.   12 Thread 0x7f17b13d6950 (LWP 30362)  0x00007f17da6c2199 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  79.   11 Thread 0x7f17b1bd7950 (LWP 30361)  0x00007f17da6c2199 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  80.   10 Thread 0x7f17b23d8950 (LWP 30360)  0x00007f17da6c2199 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  81.   9 Thread 0x7f17b2bd9950 (LWP 30359)  0x00007f17da6c5691 in nanosleep ()
  82.    from /lib64/libpthread.so.0
  83.   8 Thread 0x7f17b33da950 (LWP 30358)  0x00007f17d9f88482 in select ()
  84.    from /lib64/libc.so.6
  85. * 7 Thread 0x7f17cc9e6950 (LWP 30357)  SpellAuraHolder::RemoveAura (
  86.     this=0x3dfc7e45d672925a, index=97) at ../../../src/game/SpellAuras.cpp:7739
  87.   5 Thread 0x7f17d8c9b950 (LWP 30326)  0x00007f17da6c5691 in nanosleep ()
  88.    from /lib64/libpthread.so.0
  89.   4 Thread 0x7f17d949c950 (LWP 30325)  0x00007f17da6c5691 in nanosleep ()
  90.    from /lib64/libpthread.so.0
  91.   3 Thread 0x7f17d9eaa950 (LWP 30324)  0x00007f17da6c5691 in nanosleep ()
  92.    from /lib64/libpthread.so.0
  93.   1 Thread 0x7f17dd0cf700 (LWP 30320)  0x00007f17da6bec05 in pthread_join ()
  94.    from /lib64/libpthread.so.0
  95.  
  96. Thread 17 (Thread 0x7f17a67fc950 (LWP 30367)):
  97. #0  0x00007f17d9f901a8 in epoll_wait () from /lib64/libc.so.6
  98. No symbol table info available.
  99. #1  0x00007f17dcbe7d20 in ACE_Dev_Poll_Reactor::work_pending_i (
  100.    this=0x7f17bd43a980, max_wait_time=0x7f17a67fc060)
  101.     at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:975
  102.     timer_buf = {static zero = {
  103.     static zero = <same as static member of an already seen type>,
  104.     static max_time = {
  105.       static zero = <same as static member of an already seen type>,
  106.       static max_time = <same as static member of an already seen type>,
  107.       tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  108.       tv_sec = 0, tv_usec = 0}},
  109.   static max_time = <same as static member of an already seen type>, tv_ = {
  110.     tv_sec = 0, tv_usec = 9999}}
  111.     this_timeout = <value optimized out>
  112.     nfds = <value optimized out>
  113. #2  0x00007f17dcbeab7b in ACE_Dev_Poll_Reactor::handle_events_i (
  114.    this=0x7f17bd43a980, max_wait_time=0x7f17a67fc060, guard=@0x7f17a67fbfc0)
  115.     at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:1052
  116.     result = -1
  117. #3  0x00007f17dcbeafc6 in ACE_Dev_Poll_Reactor::handle_events (
  118.    this=0x7f17bd43a980, max_wait_time=0x7f17a67fc060)
  119.     at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:1033
  120.     countdown = {max_wait_time_ = 0x7f17a67fc060, start_time_ = {
  121.     static zero = {
  122.       static zero = <same as static member of an already seen type>,
  123.       static max_time = {
  124.         static zero = <same as static member of an already seen type>,
  125.         static max_time = <same as static member of an already seen type>,
  126.         tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  127.         tv_sec = 0, tv_usec = 0}},
  128.     static max_time = <same as static member of an already seen type>, tv_ = {
  129.       tv_sec = 1280876819, tv_usec = 559531}}, stopped_ = false}
  130.     guard = {token_ = @0x7f17bd43a9b8, owner_ = 1}
  131.     result = -1
  132. #4  0x00007f17dcc40aae in ACE_Reactor::run_reactor_event_loop (
  133.    this=0x7f17a8890320, tv=@0x7f17a67fc060, eh=<value optimized out>)
  134.     at ../../../../dep/ACE_wrappers/ace/Reactor.cpp:271
  135.     result = -4
  136. #5  0x00000000007c1f58 in ReactorRunnable::svc (this=0x7f17bd3f1dd8)
  137.    at ../../../src/game/WorldSocketMgr.cpp:167
  138.     interval = {static zero = {
  139.     static zero = <same as static member of an already seen type>,
  140.     static max_time = {
  141.       static zero = <same as static member of an already seen type>,
  142.       static max_time = <same as static member of an already seen type>,
  143.       tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  144.       tv_sec = 0, tv_usec = 0}},
  145.   static max_time = <same as static member of an already seen type>, tv_ = {
  146.     tv_sec = 0, tv_usec = 9999}}
  147. #6  0x00007f17dcc647e7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  148.    at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  149.     t = (ACE_Task_Base *) 0x7f17bd3f1dd8
  150.     svc_status = <value optimized out>
  151. #7  0x00007f17dcc65e35 in ACE_Thread_Adapter::invoke (this=0x7f17bd45f430)
  152.    at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  153.     exit_hook_instance = (ACE_Thread_Exit *) 0x1916270
  154.     exit_hook_maybe = {instance_ = 0x0}
  155.     exit_hook_ptr = (ACE_Thread_Exit *) 0x1916270
  156. #8  0x00007f17da6be3a0 in start_thread () from /lib64/libpthread.so.0
  157. No symbol table info available.
  158. #9  0x00007f17d9f8fbdd in clone () from /lib64/libc.so.6
  159. No symbol table info available.
  160.  
  161. Thread 16 (Thread 0x7f17a6ffd950 (LWP 30366)):
  162. #0  0x00007f17d9f901a8 in epoll_wait () from /lib64/libc.so.6
  163. No symbol table info available.
  164. #1  0x00007f17dcbe7d20 in ACE_Dev_Poll_Reactor::work_pending_i (
  165.    this=0x7f17bd416450, max_wait_time=0x7f17a6ffd060)
  166.     at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:975
  167.     timer_buf = {static zero = {
  168.     static zero = <same as static member of an already seen type>,
  169.     static max_time = {
  170.       static zero = <same as static member of an already seen type>,
  171.       static max_time = <same as static member of an already seen type>,
  172.       tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  173.       tv_sec = 0, tv_usec = 0}},
  174.   static max_time = <same as static member of an already seen type>, tv_ = {
  175.     tv_sec = 0, tv_usec = 10000}}
  176.     this_timeout = <value optimized out>
  177.     nfds = <value optimized out>
  178. #2  0x00007f17dcbeab7b in ACE_Dev_Poll_Reactor::handle_events_i (
  179.    this=0x7f17bd416450, max_wait_time=0x7f17a6ffd060, guard=@0x7f17a6ffcfc0)
  180.     at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:1052
  181.     result = -1
  182. #3  0x00007f17dcbeafc6 in ACE_Dev_Poll_Reactor::handle_events (
  183.    this=0x7f17bd416450, max_wait_time=0x7f17a6ffd060)
  184.     at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:1033
  185.     countdown = {max_wait_time_ = 0x7f17a6ffd060, start_time_ = {
  186.     static zero = {
  187.       static zero = <same as static member of an already seen type>,
  188.       static max_time = {
  189.         static zero = <same as static member of an already seen type>,
  190.         static max_time = <same as static member of an already seen type>,
  191.         tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  192.         tv_sec = 0, tv_usec = 0}},
  193.     static max_time = <same as static member of an already seen type>, tv_ = {
  194.       tv_sec = 1280876819, tv_usec = 567321}}, stopped_ = false}
  195.     guard = {token_ = @0x7f17bd416488, owner_ = 1}
  196.     result = -1
  197. #4  0x00007f17dcc40aae in ACE_Reactor::run_reactor_event_loop (
  198.    this=0x7f17a8889f60, tv=@0x7f17a6ffd060, eh=<value optimized out>)
  199.     at ../../../../dep/ACE_wrappers/ace/Reactor.cpp:271
  200.     result = -4
  201. #5  0x00000000007c1f58 in ReactorRunnable::svc (this=0x7f17bd3f1ca0)
  202.    at ../../../src/game/WorldSocketMgr.cpp:167
  203.     interval = {static zero = {
  204.     static zero = <same as static member of an already seen type>,
  205.     static max_time = {
  206.       static zero = <same as static member of an already seen type>,
  207.       static max_time = <same as static member of an already seen type>,
  208.       tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  209.       tv_sec = 0, tv_usec = 0}},
  210.   static max_time = <same as static member of an already seen type>, tv_ = {
  211.     tv_sec = 0, tv_usec = 10000}}
  212. #6  0x00007f17dcc647e7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  213.    at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  214.     t = (ACE_Task_Base *) 0x7f17bd3f1ca0
  215.     svc_status = <value optimized out>
  216. #7  0x00007f17dcc65e35 in ACE_Thread_Adapter::invoke (this=0x7f17bd45eff0)
  217.    at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  218.     exit_hook_instance = (ACE_Thread_Exit *) 0x1919db0
  219.     exit_hook_maybe = {instance_ = 0x0}
  220.     exit_hook_ptr = (ACE_Thread_Exit *) 0x1919db0
  221. #8  0x00007f17da6be3a0 in start_thread () from /lib64/libpthread.so.0
  222. No symbol table info available.
  223. #9  0x00007f17d9f8fbdd in clone () from /lib64/libc.so.6
  224. No symbol table info available.
  225.  
  226. Thread 15 (Thread 0x7f17a77fe950 (LWP 30365)):
  227. #0  0x00007f17d9f901a8 in epoll_wait () from /lib64/libc.so.6
  228. No symbol table info available.
  229. #1  0x00007f17dcbe7d20 in ACE_Dev_Poll_Reactor::work_pending_i (
  230.    this=0x7f17bd3f1f20, max_wait_time=0x7f17a77fe060)
  231.     at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:975
  232.     timer_buf = {static zero = {
  233.     static zero = <same as static member of an already seen type>,
  234.     static max_time = {
  235.       static zero = <same as static member of an already seen type>,
  236.       static max_time = <same as static member of an already seen type>,
  237.       tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  238.       tv_sec = 0, tv_usec = 0}},
  239.   static max_time = <same as static member of an already seen type>, tv_ = {
  240.     tv_sec = 0, tv_usec = 10000}}
  241.     this_timeout = <value optimized out>
  242.     nfds = <value optimized out>
  243. #2  0x00007f17dcbeab7b in ACE_Dev_Poll_Reactor::handle_events_i (
  244.    this=0x7f17bd3f1f20, max_wait_time=0x7f17a77fe060, guard=@0x7f17a77fdfc0)
  245.     at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:1052
  246.     result = -1
  247. #3  0x00007f17dcbeafc6 in ACE_Dev_Poll_Reactor::handle_events (
  248.    this=0x7f17bd3f1f20, max_wait_time=0x7f17a77fe060)
  249.     at ../../../../dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp:1033
  250.     countdown = {max_wait_time_ = 0x7f17a77fe060, start_time_ = {
  251.     static zero = {
  252.       static zero = <same as static member of an already seen type>,
  253.       static max_time = {
  254.         static zero = <same as static member of an already seen type>,
  255.         static max_time = <same as static member of an already seen type>,
  256.         tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  257.         tv_sec = 0, tv_usec = 0}},
  258.     static max_time = <same as static member of an already seen type>, tv_ = {
  259.       tv_sec = 1280876819, tv_usec = 561280}}, stopped_ = false}
  260.     guard = {token_ = @0x7f17bd3f1f58, owner_ = 1}
  261.     result = -1
  262. #4  0x00007f17dcc40aae in ACE_Reactor::run_reactor_event_loop (
  263.    this=0x7f17adca02c0, tv=@0x7f17a77fe060, eh=<value optimized out>)
  264.     at ../../../../dep/ACE_wrappers/ace/Reactor.cpp:271
  265.     result = -4
  266. #5  0x00000000007c1f58 in ReactorRunnable::svc (this=0x7f17bd3f1b68)
  267.    at ../../../src/game/WorldSocketMgr.cpp:167
  268.     interval = {static zero = {
  269.     static zero = <same as static member of an already seen type>,
  270.     static max_time = {
  271.       static zero = <same as static member of an already seen type>,
  272.       static max_time = <same as static member of an already seen type>,
  273.       tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  274.       tv_sec = 0, tv_usec = 0}},
  275.   static max_time = <same as static member of an already seen type>, tv_ = {
  276.     tv_sec = 0, tv_usec = 10000}}
  277. #6  0x00007f17dcc647e7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  278.    at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  279.     t = (ACE_Task_Base *) 0x7f17bd3f1b68
  280.     svc_status = <value optimized out>
  281. #7  0x00007f17dcc65e35 in ACE_Thread_Adapter::invoke (this=0x7f17bd45eff0)
  282.    at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  283.     exit_hook_instance = (ACE_Thread_Exit *) 0x191c7f0
  284.     exit_hook_maybe = {instance_ = 0x0}
  285.     exit_hook_ptr = (ACE_Thread_Exit *) 0x191c7f0
  286. #8  0x00007f17da6be3a0 in start_thread () from /lib64/libpthread.so.0
  287. No symbol table info available.
  288. #9  0x00007f17d9f8fbdd in clone () from /lib64/libc.so.6
  289. No symbol table info available.
  290.  
  291. Thread 14 (Thread 0x7f17a7fff950 (LWP 30364)):
  292. #0  0x00007f17da6c2199 in pthread_cond_wait@@GLIBC_2.3.2 ()
  293.   from /lib64/libpthread.so.0
  294. No symbol table info available.
  295. #1  0x00007f17dcbd7f3d in ACE_Condition_Thread_Mutex::wait (this=0x1421254,
  296.    mutex=@0x80, abstime=<value optimized out>)
  297.     at ../../../../dep/ACE_wrappers/ace/OS_NS_Thread.inl:357
  298. No locals.
  299. #2  0x00000000004fdd6c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  300.    (this=0x14211d0, timeout=0x0)
  301.     at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1739
  302.     result = <value optimized out>
  303. #3  0x00000000004ff2b9 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  304.    this=0x14211d0, first_item=@0x7f17a7fff0a0, timeout=0x0)
  305.     at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1909
  306.     ace_mon = {lock_ = 0x1421220, owner_ = 0}
  307. #4  0x00000000004fd8d0 in SOAPWorkingThread::svc (this=0x7f17b33d9ff0)
  308.    at ../../../dep/ACE_wrappers/ace/Task_T.inl:22
  309.     mb = (class ACE_Message_Block *) 0x0
  310. #5  0x00007f17dcc647e7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  311.    at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  312.     t = (ACE_Task_Base *) 0x7f17b33d9ff0
  313.     svc_status = <value optimized out>
  314. #6  0x00007f17dcc65e35 in ACE_Thread_Adapter::invoke (this=0x142c150)
  315.    at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  316.     exit_hook_instance = (ACE_Thread_Exit *) 0x191e990
  317.     exit_hook_maybe = {instance_ = 0x0}
  318.     exit_hook_ptr = (ACE_Thread_Exit *) 0x191e990
  319. #7  0x00007f17da6be3a0 in start_thread () from /lib64/libpthread.so.0
  320. No symbol table info available.
  321. #8  0x00007f17d9f8fbdd in clone () from /lib64/libc.so.6
  322. No symbol table info available.
  323.  
  324. Thread 13 (Thread 0x7f17b0bd5950 (LWP 30363)):
  325. #0  0x00007f17da6c2199 in pthread_cond_wait@@GLIBC_2.3.2 ()
  326.   from /lib64/libpthread.so.0
  327. No symbol table info available.
  328. #1  0x00007f17dcbd7f3d in ACE_Condition_Thread_Mutex::wait (this=0x1421254,
  329.    mutex=@0x80, abstime=<value optimized out>)
  330.     at ../../../../dep/ACE_wrappers/ace/OS_NS_Thread.inl:357
  331. No locals.
  332. #2  0x00000000004fdd6c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  333.    (this=0x14211d0, timeout=0x0)
  334.     at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1739
  335.     result = <value optimized out>
  336. #3  0x00000000004ff2b9 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  337.    this=0x14211d0, first_item=@0x7f17b0bd50a0, timeout=0x0)
  338.     at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1909
  339.     ace_mon = {lock_ = 0x1421220, owner_ = 0}
  340. #4  0x00000000004fd8d0 in SOAPWorkingThread::svc (this=0x7f17b33d9ff0)
  341.    at ../../../dep/ACE_wrappers/ace/Task_T.inl:22
  342.     mb = (class ACE_Message_Block *) 0x0
  343. #5  0x00007f17dcc647e7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  344.    at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  345.     t = (ACE_Task_Base *) 0x7f17b33d9ff0
  346.     svc_status = <value optimized out>
  347. #6  0x00007f17dcc65e35 in ACE_Thread_Adapter::invoke (this=0x1429e70)
  348.    at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  349.     exit_hook_instance = (ACE_Thread_Exit *) 0x1924dc0
  350.     exit_hook_maybe = {instance_ = 0x0}
  351.     exit_hook_ptr = (ACE_Thread_Exit *) 0x1924dc0
  352. #7  0x00007f17da6be3a0 in start_thread () from /lib64/libpthread.so.0
  353. No symbol table info available.
  354. #8  0x00007f17d9f8fbdd in clone () from /lib64/libc.so.6
  355. No symbol table info available.
  356.  
  357. Thread 12 (Thread 0x7f17b13d6950 (LWP 30362)):
  358. #0  0x00007f17da6c2199 in pthread_cond_wait@@GLIBC_2.3.2 ()
  359.   from /lib64/libpthread.so.0
  360. No symbol table info available.
  361. #1  0x00007f17dcbd7f3d in ACE_Condition_Thread_Mutex::wait (this=0x1421254,
  362.    mutex=@0x80, abstime=<value optimized out>)
  363.     at ../../../../dep/ACE_wrappers/ace/OS_NS_Thread.inl:357
  364. No locals.
  365. #2  0x00000000004fdd6c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  366.    (this=0x14211d0, timeout=0x0)
  367.     at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1739
  368.     result = <value optimized out>
  369. #3  0x00000000004ff2b9 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  370.    this=0x14211d0, first_item=@0x7f17b13d60a0, timeout=0x0)
  371.     at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1909
  372.     ace_mon = {lock_ = 0x1421220, owner_ = 0}
  373. #4  0x00000000004fd8d0 in SOAPWorkingThread::svc (this=0x7f17b33d9ff0)
  374.    at ../../../dep/ACE_wrappers/ace/Task_T.inl:22
  375.     mb = (class ACE_Message_Block *) 0x0
  376. #5  0x00007f17dcc647e7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  377.    at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  378.     t = (ACE_Task_Base *) 0x7f17b33d9ff0
  379.     svc_status = <value optimized out>
  380. #6  0x00007f17dcc65e35 in ACE_Thread_Adapter::invoke (this=0x1427b90)
  381.    at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  382.     exit_hook_instance = (ACE_Thread_Exit *) 0x1927ec0
  383.     exit_hook_maybe = {instance_ = 0x0}
  384.     exit_hook_ptr = (ACE_Thread_Exit *) 0x1927ec0
  385. #7  0x00007f17da6be3a0 in start_thread () from /lib64/libpthread.so.0
  386. No symbol table info available.
  387. #8  0x00007f17d9f8fbdd in clone () from /lib64/libc.so.6
  388. No symbol table info available.
  389.  
  390. Thread 11 (Thread 0x7f17b1bd7950 (LWP 30361)):
  391. #0  0x00007f17da6c2199 in pthread_cond_wait@@GLIBC_2.3.2 ()
  392.   from /lib64/libpthread.so.0
  393. No symbol table info available.
  394. #1  0x00007f17dcbd7f3d in ACE_Condition_Thread_Mutex::wait (this=0x1421254,
  395.    mutex=@0x80, abstime=<value optimized out>)
  396.     at ../../../../dep/ACE_wrappers/ace/OS_NS_Thread.inl:357
  397. No locals.
  398. #2  0x00000000004fdd6c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  399.    (this=0x14211d0, timeout=0x0)
  400.     at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1739
  401.     result = <value optimized out>
  402. #3  0x00000000004ff2b9 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  403.    this=0x14211d0, first_item=@0x7f17b1bd70a0, timeout=0x0)
  404.     at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1909
  405.     ace_mon = {lock_ = 0x1421220, owner_ = 0}
  406. #4  0x00000000004fd8d0 in SOAPWorkingThread::svc (this=0x7f17b33d9ff0)
  407.    at ../../../dep/ACE_wrappers/ace/Task_T.inl:22
  408.     mb = (class ACE_Message_Block *) 0x0
  409. #5  0x00007f17dcc647e7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  410.    at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  411.     t = (ACE_Task_Base *) 0x7f17b33d9ff0
  412.     svc_status = <value optimized out>
  413. #6  0x00007f17dcc65e35 in ACE_Thread_Adapter::invoke (this=0x14258b0)
  414.    at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  415.     exit_hook_instance = (ACE_Thread_Exit *) 0x192a890
  416.     exit_hook_maybe = {instance_ = 0x0}
  417.     exit_hook_ptr = (ACE_Thread_Exit *) 0x192a890
  418. #7  0x00007f17da6be3a0 in start_thread () from /lib64/libpthread.so.0
  419. No symbol table info available.
  420. #8  0x00007f17d9f8fbdd in clone () from /lib64/libc.so.6
  421. No symbol table info available.
  422.  
  423. Thread 10 (Thread 0x7f17b23d8950 (LWP 30360)):
  424. #0  0x00007f17da6c2199 in pthread_cond_wait@@GLIBC_2.3.2 ()
  425.   from /lib64/libpthread.so.0
  426. No symbol table info available.
  427. #1  0x00007f17dcbd7f3d in ACE_Condition_Thread_Mutex::wait (this=0x1421254,
  428.    mutex=@0x80, abstime=<value optimized out>)
  429.     at ../../../../dep/ACE_wrappers/ace/OS_NS_Thread.inl:357
  430. No locals.
  431. #2  0x00000000004fdd6c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  432.    (this=0x14211d0, timeout=0x0)
  433.     at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1739
  434.     result = <value optimized out>
  435. #3  0x00000000004ff2b9 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  436.    this=0x14211d0, first_item=@0x7f17b23d80a0, timeout=0x0)
  437.     at ../../../dep/ACE_wrappers/ace/Message_Queue_T.cpp:1909
  438.     ace_mon = {lock_ = 0x1421220, owner_ = 0}
  439. #4  0x00000000004fd8d0 in SOAPWorkingThread::svc (this=0x7f17b33d9ff0)
  440.    at ../../../dep/ACE_wrappers/ace/Task_T.inl:22
  441.     mb = (class ACE_Message_Block *) 0x0
  442. #5  0x00007f17dcc647e7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  443.    at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
  444.     t = (ACE_Task_Base *) 0x7f17b33d9ff0
  445.     svc_status = <value optimized out>
  446. #6  0x00007f17dcc65e35 in ACE_Thread_Adapter::invoke (this=0x141ef60)
  447.    at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
  448.     exit_hook_instance = (ACE_Thread_Exit *) 0x192c660
  449.     exit_hook_maybe = {instance_ = 0x0}
  450.     exit_hook_ptr = (ACE_Thread_Exit *) 0x192c660
  451. #7  0x00007f17da6be3a0 in start_thread () from /lib64/libpthread.so.0
  452. No symbol table info available.
  453. #8  0x00007f17d9f8fbdd in clone () from /lib64/libc.so.6
  454. No symbol table info available.
  455.  
  456. Thread 9 (Thread 0x7f17b2bd9950 (LWP 30359)):
  457. #0  0x00007f17da6c5691 in nanosleep () from /lib64/libpthread.so.0
  458. No symbol table info available.
  459. #1  0x0000000000860da4 in ACE_Based::Thread::Sleep (
  460.    msecs=<value optimized out>)
  461.     at ../../../dep/ACE_wrappers/ace/OS_NS_unistd.inl:918
  462. No locals.
  463. #2  0x00000000004f9d82 in FreezeDetectorRunnable::run (this=0x7f17bd0613b0)
  464.    at ../../../src/mangosd/Master.cpp:74
  465.     curtime = 2
  466. #3  0x000000000086129c in ACE_Based::Thread::ThreadTask (param=0x7f17b2bd9070)
  467.    at ../../../src/shared/Threading.cpp:187
  468.     _task = (class ACE_Based::Runnable *) 0x7f17bd0613b0
  469. #4  0x00007f17da6be3a0 in start_thread () from /lib64/libpthread.so.0
  470. No symbol table info available.
  471. #5  0x00007f17d9f8fbdd in clone () from /lib64/libc.so.6
  472. No symbol table info available.
  473.  
  474. Thread 8 (Thread 0x7f17b33da950 (LWP 30358)):
  475. #0  0x00007f17d9f88482 in select () from /lib64/libc.so.6
  476. No symbol table info available.
  477. #1  0x00000000008d84a8 in tcp_select (soap=0x7f17b33be7f0, s=22,
  478.    flags=<value optimized out>, timeout=<value optimized out>)
  479.     at ../../../../dep/src/gsoap/stdsoap2.cpp:4418
  480.     r = <value optimized out>
  481.     tv = {tv_sec = 1, tv_usec = 854765}
  482.     fd = {{fds_bits = {4194304, 0 <repeats 15 times>}}, {fds_bits = {
  483.       4194304, 0 <repeats 15 times>}}, {fds_bits = {4194304,
  484.       0 <repeats 15 times>}}}
  485.     rfd = (<anonymous struct> *) 0x7f17b33be590
  486.     sfd = (<anonymous struct> *) 0x7f17b33be610
  487.     efd = (<anonymous struct> *) 0x7f17b33be690
  488. #2  0x00000000008e5663 in soap_accept (soap=0x7f17b33be7f0)
  489.    at ../../../../dep/src/gsoap/stdsoap2.cpp:4486
  490.     r = -514
  491.     err = -514
  492.     n = 16
  493.     len = 65536
  494.     set = 1
  495. #3  0x00000000004fcfc7 in MaNGOSsoapRunnable::run (this=<value optimized out>)
  496.    at ../../../src/mangosd/MaNGOSsoap.cpp:51
  497.     thread_soap = (class soap *) 0x7f17da216a00
  498.     mb = <value optimized out>
  499.     pool = {<ACE_Task<ACE_MT_SYNCH>> = {<ACE_Task_Base> = {<ACE_Service_Object> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0x8eeeb0,
  500.           reference_count_ = {value_ = 1,
  501.             static increment_fn_ = 0x7f17dcbcf1e0 <multi_cpu_increment>,
  502.             static decrement_fn_ = 0x7f17dcbcf1f0 <multi_cpu_decrement>,
  503.             static exchange_fn_ = 0x7f17dcbcf200 <multi_cpu_exchange>,
  504.             static exchange_add_fn_ = 0x7f17dcbcf210 <multi_cpu_exchange_add>}, priority_ = 0, reactor_ = 0x0,
  505.           reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  506.               _vptr.Policy = 0x7f17dcebb430},
  507.             value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <ACE_Shared_Object> = {_vptr.ACE_Shared_Object = 0x8eefb0}, <No data fields>},
  508.       thr_count_ = 5, thr_mgr_ = 0x14212e0, flags_ = 0, grp_id_ = 1, lock_ = {
  509.         lock_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0,
  510.             __kind = 0, __spins = 0, __list = {__prev = 0x0, __next = 0x0}},
  511.           __size = '\0' <repeats 39 times>, __align = 0}, removed_ = false},
  512.       last_thread_id_ = 0}, msg_queue_ = 0x14211d0, delete_msg_queue_ = true,
  513.     mod_ = 0x0, next_ = 0x0}, <No data fields>}
  514.     soap = {_vptr.soap = 0x96fcb0, state = 1, version = 0, mode = 0,
  515.   imode = 2097152, omode = 2097152, float_format = 0x96cd76 "%.9G",
  516.   double_format = 0x96cd7b "%.17lG", dime_id_format = 0x96cd82 "cid:id%d",
  517.   http_version = 0x954a90 "1.1", http_content = 0x0,
  518.   encodingStyle = 0x96f1e0 "", actor = 0x0, lang = 0x96d939 "en",
  519.   recv_timeout = 5, send_timeout = 5, connect_timeout = 0, accept_timeout = 3,
  520.   socket_flags = 0, connect_flags = 0, bind_flags = 0, accept_flags = 0,
  521.   linger_time = 0, namespaces = 0xc00d20, local_namespaces = 0x0, nlist = 0x0,
  522.   blist = 0x0, clist = 0x144ac10, alist = 0x0, iht = {
  523.     0x0 <repeats 1999 times>}, pht = {0x0 <repeats 1024 times>}, pblk = 0x0,
  524.   pidx = 0, header = 0x0, fault = 0x14347f0, idnum = 0, user = 0x0,
  525.   plugins = 0x0, userid = 0x0, passwd = 0x0, fpost = 0x8e27c0 <http_post>,
  526.   fget = 0x8d4e40 <http_get>, fput = 0x8d4e50 <http_405>,
  527.   fdel = 0x8d4e50 <http_405>, fhead = 0x8d4e50 <http_405>, fform = 0,
  528.   fposthdr = 0x8dc6c0 <http_post_header>,
  529.   fresponse = 0x8dd240 <http_response>, fparse = 0x8e62d0 <http_parse>,
  530.   fparsehdr = 0x8e22e0 <http_parse_header>, fheader = 0,
  531.   fresolve = 0x8e6220 <tcp_gethost>, fconnect = 0, fdisconnect = 0,
  532.   fclosesocket = 0x8e54d0 <tcp_closesocket>,
  533.   fshutdownsocket = 0x8e54c0 <tcp_shutdownsocket>,
  534.   fopen = 0x8e59e0 <tcp_connect>, faccept = 0x8e6210 <tcp_accept>,
  535.   fclose = 0x8d3770 <tcp_disconnect>, fsend = 0x8e5180 <fsend>,
  536.   frecv = 0x8e41c0 <frecv>, fpoll = 0x8db520 <soap_poll>, fseterror = 0,
  537.   fignore = 0, fserveloop = 0, fplugin = 0x8dd1e0 <fplugin>, fmalloc = 0,
  538.   fprepareinit = 0, fpreparesend = 0, fpreparerecv = 0, fpreparefinal = 0,
  539.   fdimereadopen = 0, fdimewriteopen = 0, fdimereadclose = 0,
  540.   fdimewriteclose = 0, fdimeread = 0, fdimewrite = 0, fmimereadopen = 0,
  541.   fmimewriteopen = 0, fmimereadclose = 0, fmimewriteclose = 0, fmimeread = 0,
  542.   fmimewrite = 0, master = 22, socket = -1, os = 0x0, is = 0x0, sendfd = 1,
  543.   recvfd = 0, bufidx = 0, buflen = 0, ahead = 0, cdata = 0, body = 0,
  544.   level = 0, count = 0, length = 0, labbuf = 0x0, lablen = 0, labidx = 0,
  545.   buf = '\0' <repeats 65535 times>, msgbuf = '\0' <repeats 1023 times>,
  546.   tmpbuf = '\0' <repeats 1023 times>, tag = '\0' <repeats 1023 times>,
  547.   id = '\0' <repeats 1023 times>, href = '\0' <repeats 1023 times>,
  548.   type = '\0' <repeats 1023 times>, arrayType = '\0' <repeats 1023 times>,
  549.   arraySize = '\0' <repeats 1023 times>,
  550.   arrayOffset = '\0' <repeats 1023 times>, other = 0, position = 0,
  551.   positions = {0 <repeats 16 times>}, root = 0, attributes = 0x0,
  552.   encoding = 0, mustUnderstand = 0, null = 0, ns = 0, part = 9, alloced = 0,
  553.   peeked = 0, chunksize = 0, chunkbuflen = 0,
  554.   endpoint = '\0' <repeats 1023 times>, path = '\0' <repeats 1023 times>,
  555.   host = '\0' <repeats 1023 times>, action = 0x0, authrealm = 0x0,
  556.   prolog = 0x0, ip = 0, port = 0, keep_alive = 0, tcp_keep_alive = 0,
  557.   tcp_keep_idle = 0, tcp_keep_intvl = 0, tcp_keep_cnt = 0,
  558.   max_keep_alive = 100, proxy_http_version = 0x96cd8b "1.0", proxy_host = 0x0,
  559.   proxy_port = 8080, proxy_userid = 0x0, proxy_passwd = 0x0, proxy_from = 0x0,
  560.   status = 0, error = 0, errmode = 0, errnum = 0, dom = 0x0, dime = {
  561.     count = 0, size = 0, chunksize = 0, buflen = 0, flags = 0 '\0', ptr = 0x0,
  562.     id = 0x0, type = 0x0, options = 0x0, list = 0x0, first = 0x0, last = 0x0},
  563.   mime = {boundary = 0x0, start = 0x0, list = 0x0, first = 0x0, last = 0x0},
  564.   xlist = 0x0, logfile = {0x0, 0x0, 0x0}, fdebug = {0x0, 0x0, 0x0}, mht = {
  565.     0x0 <repeats 1024 times>}, c14ninclude = 0x0, c14nexclude = 0x0,
  566.   cookies = 0x0, cookie_domain = 0x0, cookie_path = 0x0, cookie_max = 32,
  567.   ipv6_multicast_if = 0, ipv4_multicast_if = 0x0, ipv4_multicast_ttl = 0,
  568.   peer = {sin_family = 0, sin_port = 0, sin_addr = {s_addr = 0},
  569.     sin_zero = "\000\000\000\000\000\000\000"}, peerlen = 16, fsslauth = 0x0,
  570.   fsslverify = 0x0, bio = 0x0, ssl = 0x0, ctx = 0x0, session = 0x0,
  571.   ssl_flags = 0, keyfile = 0x0, password = 0x0, dhfile = 0x0, cafile = 0x0,
  572.   capath = 0x0, crlfile = 0x0, randfile = 0x0,
  573.   session_host = '\0' <repeats 872 times>, "\037\237\027\177\000\0000\237\027\177\000\000 \237\027\177\000\000Xj!Ú\027\177", '\0' <repeats 42 times>, "p\020\000\000\000\000\000\000\000j!Ú\027\177\000\000\000\000\000\000\000\000\000\0000\020\000\000\000\000\000\000¿\237\027\177\000\000Ð\237\027\177\000\000À\237\027\177\000\000\001\020\000\000\000\000\000\000pj!Úc\000\000\000\000\000\000\000\000\000\000", session_port = 0, c_locale = 0x0,
  574.   d_stream = 0x7f17b33d9fff, z_crc = -1287806960, z_dict = 0x7f17b33da000 "",
  575.   z_dict_len = 4208, zlib_state = 0, zlib_in = 0, zlib_out = 0, z_buf = 0x0,
  576.   z_buflen = 0, z_level = 0, z_ratio_in = 0, z_ratio_out = 5.74111981e-42}
  577.     m = <value optimized out>
  578.     s = -514
  579. #4  0x000000000086129c in ACE_Based::Thread::ThreadTask (param=0x17)
  580.    at ../../../src/shared/Threading.cpp:187
  581.     _task = (class ACE_Based::Runnable *) 0x141ca40
  582. #5  0x00007f17da6be3a0 in start_thread () from /lib64/libpthread.so.0
  583. No symbol table info available.
  584. #6  0x00007f17d9f8fbdd in clone () from /lib64/libc.so.6
  585. No symbol table info available.
  586.  
  587. Thread 7 (Thread 0x7f17cc9e6950 (LWP 30357)):
  588. #0  SpellAuraHolder::RemoveAura (this=0x3dfc7e45d672925a, index=97)
  589.    at ../../../src/game/SpellAuras.cpp:7739
  590. No locals.
  591. #1  0x0000000000782ee8 in Unit::RemoveAura (this=0x7f17a12f2190,
  592.    Aur=0x7f179c881e80, mode=AURA_REMOVE_BY_STACK)
  593.     at ../../../src/game/Unit.cpp:4620
  594. No locals.
  595. #2  0x000000000078555d in Unit::RemoveSpellAuraHolder (this=0x7f17a12f2190,
  596.    holder=0x7f17a37686f0, mode=AURA_REMOVE_BY_STACK)
  597.     at ../../../src/game/Unit.cpp:4561
  598.     aura = (class Aura *) 0x61
  599.     AurSpellInfo = (const SpellEntry *) 0x7f17ce2374bc
  600.     statue = (class Totem *) 0x0
  601.     caster = (Unit *) 0x0
  602. #3  0x000000000078d4ba in Unit::AddSpellAuraHolder (this=0x7f17a12f2190,
  603.    holder=0x435ab60) at ../../../src/game/Unit.cpp:3920
  604.     i = <value optimized out>
  605.     foundHolder = (SpellAuraHolder *) 0x7f17a37686f0
  606.     stop = 97
  607.     aurSpellInfo = (const SpellEntry *) 0x7f17ce2374bc
  608. #4  0x000000000072731f in Spell::DoSpellHitOnUnit (this=0x435a8f0,
  609.    unit=0x7f17a12f2190, effectMask=3) at ../../../src/game/Spell.cpp:1253
  610.     realCaster = (class Unit *) 0x7f17a3c8e2e0
  611. #5  0x0000000000727a3b in Spell::DoAllEffectOnTarget (this=0x435a8f0,
  612.    target=0x435aaf0) at ../../../src/game/Spell.cpp:993
  613.     mask = 97
  614.     unit = (class Unit *) 0x7f17a12f2190
  615.     real_caster = (class Unit *) 0x7f17a3c8e2e0
  616.     caster = (class Unit *) 0x7f17a3c8e2e0
  617.     missInfo = SPELL_MISS_NONE
  618.     procAttacker = 16384
  619.     procVictim = 32768
  620.     procEx = <value optimized out>
  621. #6  0x0000000000735304 in Spell::handle_immediate (this=0x435a8f0)
  622.    at ../../../src/game/Spell.cpp:3032
  623. No locals.
  624. #7  0x00000000007347c4 in Spell::cast (this=0x435a8f0,
  625.    skipCheck=<value optimized out>) at ../../../src/game/Spell.cpp:3005
  626.     castResult = <value optimized out>
  627. #8  0x0000000000788c61 in Unit::CastCustomSpell (this=0x7f17a3c8e2e0,
  628.    Victim=0x7f17a3c8e2e0, spellInfo=<value optimized out>, bp0=0x2b,
  629.     bp1=0x7f17cc9e3a14, bp2=0x0, triggered=<value optimized out>,
  630.     castItem=0x0, triggeredByAura=0x7f17a3c92460, originalCaster={m_guid = 0})
  631.     at ../../../src/game/Unit.cpp:1138
  632.     spell = (Spell *) 0x435a8f0
  633.     targets = {m_srcX = 0, m_srcY = 0, m_srcZ = 0, m_destX = 2894.20386,
  634.   m_destY = 4757.10742, m_destZ = 277.670959, m_strTarget = {
  635.     static npos = 18446744073709551615,
  636.     _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xc0f218 ""}}, m_targetMask = 2,
  637.   m_unitTarget = 0x7f17a3c8e2e0, m_GOTarget = 0x0, m_itemTarget = 0x0,
  638.   m_unitTargetGUID = {m_guid = 17383903810778300417}, m_GOTargetGUID = {
  639.     m_guid = 0}, m_CorpseTargetGUID = {m_guid = 0}, m_itemTargetGUID = {
  640.     m_guid = 0}, m_itemTargetEntry = 0}
  641. #9  0x0000000000788f8f in Unit::CastCustomSpell (this=0x3dfc7e45d672925a,
  642.    Victim=0x61, spellId=<value optimized out>, bp0=0x61, bp1=0x7f17a37686f0,
  643.     bp2=0xbf, triggered=true, castItem=0x0, triggeredByAura=0x0,
  644.     originalCaster={m_guid = 0}) at ../../../src/game/Unit.cpp:1104
  645.     spellInfo = (const SpellEntry *) 0x61
  646. #10 0x000000000079efe5 in Unit::HandleProcTriggerSpellAuraProc (
  647.    this=0x7f17a3c8e2e0, pVictim=0x7f17a38f0ef0, damage=<value optimized out>,
  648.     triggeredByAura=0x0, procSpell=<value optimized out>, procFlags=4,
  649.     procEx=2, cooldown=0) at ../../../src/game/UnitAuraProcHandler.cpp:3399
  650.     auraSpellInfo = (const SpellEntry *) 0x7f17a3787f50
  651.     triggerAmount = 0
  652.     trigger_spell_id = 48090
  653.     target = (class Unit *) 0x7f17a3c8e2e0
  654.     basepoints = {43, 43, 0}
  655.     castItem = (class Item *) 0x0
  656.     triggerEntry = (const SpellEntry *) 0xfffffffe
  657. #11 0x000000000078854f in Unit::ProcDamageAndSpellFor (this=0x7f17a3c8e2e0,
  658.    isVictim=<value optimized out>, pTarget=0x7f17a38f0ef0, procFlag=4,
  659.     procExtra=2, attType=BASE_ATTACK, procSpell=0x0, damage=276)
  660.     at ../../../src/game/Unit.cpp:9530
  661.     triggeredByAura = (class Aura *) 0x7f17a3c92460
  662.     procResult = <value optimized out>
  663.     spellProcEvent = (const SpellProcEventEntry *) 0x7f17c8064808
  664.     procSuccess = true
  665.     anyAuraProc = false
  666.     triggeredByHolder = (SpellAuraHolder *) 0x7f17a3c92400
  667.     cooldown = 0
  668.     removedSpells = {<std::_List_base<unsigned int, std::allocator<unsigned int> >> = {
  669.     _M_impl = {<std::allocator<std::_List_node<unsigned int> >> = {<__gnu_cxx::new_allocator<std::_List_node<unsigned int> >> = {<No data fields>}, <No data fields>}, _M_node = {_M_next = 0x7f17cc9e3ad0,
  670.         _M_prev = 0x7f17cc9e3ad0}}}, <No data fields>}
  671.     procTriggered = {<std::_List_base<ProcTriggeredData, std::allocator<ProcTriggeredData> >> = {
  672.     _M_impl = {<std::allocator<std::_List_node<ProcTriggeredData> >> = {<__gnu_cxx::new_allocator<std::_List_node<ProcTriggeredData> >> = {<No data fields>}, <No data fields>}, _M_node = {_M_next = 0x4f490c0,
  673.         _M_prev = 0x4f4a230}}}, <No data fields>}
  674. #12 0x0000000000788b25 in Unit::ProcDamageAndSpell (this=0x3dfc7e45d672925a,
  675.    pVictim=0x7f17a38f0ef0, procAttacker=<value optimized out>,
  676.     procVictim=1048584, procExtra=2, amount=276, attType=BASE_ATTACK,
  677.     procSpell=0x0) at ../../../src/game/Unit.cpp:5012
  678. No locals.
  679. #13 0x0000000000798e5f in Unit::AttackerStateUpdate (this=0x7f17a3c8e2e0,
  680.    pVictim=0x7f17a38f0ef0, attType=BASE_ATTACK, extra=false)
  681.     at ../../../src/game/Unit.cpp:2400
  682.     extraAttacks = 0
  683.     damageInfo = {attacker = 0x7f17a3c8e2e0, target = 0x7f17a38f0ef0,
  684.   damageSchoolMask = SPELL_SCHOOL_MASK_NORMAL, damage = 276, absorb = 0,
  685.   resist = 0, blocked_amount = 0, HitInfo = 514, TargetState = 1,
  686.   attackType = BASE_ATTACK, procAttacker = 4, procVictim = 1048584,
  687.   procEx = 2, cleanDamage = 81, hitOutCome = MELEE_HIT_CRIT}
  688. #14 0x0000000000819fa1 in PetAI::UpdateAI (this=0x7f17a3932a00, diff=149)
  689.    at ../../../src/game/PetAI.cpp:172
  690.     owner = (class Unit *) 0x7f17a12f2190
  691. #15 0x000000000054e06c in Creature::Update (this=0x7f17a3c8e2e0, diff=149)
  692.    at ../../../src/game/Creature.cpp:530
  693. No locals.
  694. #16 0x000000000069485b in Pet::Update (this=0x7f17a3c8e2e0, diff=149)
  695.    at ../../../src/game/Pet.cpp:564
  696.     __FUNCTION__ = "Update"
  697.     __PRETTY_FUNCTION__ = "virtual void Pet::Update(uint32)"
  698. #17 0x00000000006279f6 in VisitorHelper<MaNGOS::ObjectUpdater, Creature> (
  699.    v=@0x7f17cc9e5fa0, c=<value optimized out>)
  700.     at ../../../src/game/GridNotifiersImpl.h:44
  701. No locals.
  702. #18 0x000000000062616a in Map::Update (this=0x7f17b7ce02a0,
  703.    t_diff=@0x7f17cc9e5ffc)
  704.     at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:57
  705.     cell = {data = {Part = {grid_x = 37, grid_y = 40, cell_x = 3,
  706.       cell_y = 7, nocreate = 1, reserved = 16}, All = 555498021}}
  707.     y = 327
  708.     x = 299
  709.     plr = <value optimized out>
  710.     area = {right_offset = 1, left_offset = 1, upper_offset = 1,
  711.   lower_offset = 2}
  712.     updater = {i_timeDiff = 149}
  713.     grid_object_update = {i_visitor = @0x7f17cc9e5fa0}
  714.     world_object_update = {i_visitor = @0x7f17cc9e5fa0}
  715.     __FUNCTION__ = "Update"
  716.     __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
  717. #19 0x000000000063132f in MapManager::Update (this=0x7f17b7ce00a0,
  718.    diff=<value optimized out>) at ../../../src/game/MapManager.cpp:250
  719. No locals.
  720. #20 0x00000000007b45d4 in World::Update (this=0x7f17d400da40, diff=50)
  721.    at ../../../src/game/World.cpp:1455
  722. No locals.
  723. #21 0x00000000004ffa00 in WorldRunnable::run (this=<value optimized out>)
  724.    at ../../../src/mangosd/WorldRunnable.cpp:60
  725.     diff = 50
  726.     realCurrTime = 976565358
  727.     realPrevTime = <value optimized out>
  728.     prevSleepTime = 49
  729. #22 0x000000000086129c in ACE_Based::Thread::ThreadTask (
  730.    param=0x3dfc7e45d672925a) at ../../../src/shared/Threading.cpp:187
  731.     _task = (class ACE_Based::Runnable *) 0x1107860
  732. #23 0x00007f17da6be3a0 in start_thread () from /lib64/libpthread.so.0
  733. No symbol table info available.
  734. #24 0x00007f17d9f8fbdd in clone () from /lib64/libc.so.6
  735. No symbol table info available.
  736.  
  737. Thread 5 (Thread 0x7f17d8c9b950 (LWP 30326)):
  738. #0  0x00007f17da6c5691 in nanosleep () from /lib64/libpthread.so.0
  739. No symbol table info available.
  740. #1  0x0000000000860da4 in ACE_Based::Thread::Sleep (
  741.    msecs=<value optimized out>)
  742.     at ../../../dep/ACE_wrappers/ace/OS_NS_unistd.inl:918
  743. No locals.
  744. #2  0x000000000085ae81 in SqlDelayThread::run (this=0x7f17d4007220)
  745.    at ../../../../src/shared/Database/SqlDelayThread.cpp:43
  746.     s = (SqlOperation *) 0x7f179c7acab0
  747.     pingEveryLoop = 180000
  748.     loopCounter = 12378
  749. #3  0x000000000086129c in ACE_Based::Thread::ThreadTask (param=0x7f17d8c9b080)
  750.    at ../../../src/shared/Threading.cpp:187
  751.     _task = (class ACE_Based::Runnable *) 0x7f17d4007220
  752. #4  0x00007f17da6be3a0 in start_thread () from /lib64/libpthread.so.0
  753. No symbol table info available.
  754. #5  0x00007f17d9f8fbdd in clone () from /lib64/libc.so.6
  755. No symbol table info available.
  756.  
  757. Thread 4 (Thread 0x7f17d949c950 (LWP 30325)):
  758. #0  0x00007f17da6c5691 in nanosleep () from /lib64/libpthread.so.0
  759. No symbol table info available.
  760. #1  0x0000000000860da4 in ACE_Based::Thread::Sleep (
  761.    msecs=<value optimized out>)
  762.     at ../../../dep/ACE_wrappers/ace/OS_NS_unistd.inl:918
  763. No locals.
  764. #2  0x000000000085ae81 in SqlDelayThread::run (this=0xc52860)
  765.    at ../../../../src/shared/Database/SqlDelayThread.cpp:43
  766.     s = (SqlOperation *) 0x4f5e120
  767.     pingEveryLoop = 180000
  768.     loopCounter = 12308
  769. #3  0x000000000086129c in ACE_Based::Thread::ThreadTask (param=0x7f17d949c080)
  770.    at ../../../src/shared/Threading.cpp:187
  771.     _task = (class ACE_Based::Runnable *) 0xc52860
  772. #4  0x00007f17da6be3a0 in start_thread () from /lib64/libpthread.so.0
  773. No symbol table info available.
  774. #5  0x00007f17d9f8fbdd in clone () from /lib64/libc.so.6
  775. No symbol table info available.
  776.  
  777. Thread 3 (Thread 0x7f17d9eaa950 (LWP 30324)):
  778. #0  0x00007f17da6c5691 in nanosleep () from /lib64/libpthread.so.0
  779. No symbol table info available.
  780. #1  0x0000000000860da4 in ACE_Based::Thread::Sleep (
  781.    msecs=<value optimized out>)
  782.     at ../../../dep/ACE_wrappers/ace/OS_NS_unistd.inl:918
  783. No locals.
  784. #2  0x000000000085ae81 in SqlDelayThread::run (this=0xc40c20)
  785.    at ../../../../src/shared/Database/SqlDelayThread.cpp:43
  786.     s = (SqlOperation *) 0x7f17a3378dc0
  787.     pingEveryLoop = 180000
  788.     loopCounter = 12378
  789. #3  0x000000000086129c in ACE_Based::Thread::ThreadTask (param=0x7f17d9eaa080)
  790.    at ../../../src/shared/Threading.cpp:187
  791.     _task = (class ACE_Based::Runnable *) 0xc40c20
  792. #4  0x00007f17da6be3a0 in start_thread () from /lib64/libpthread.so.0
  793. No symbol table info available.
  794. #5  0x00007f17d9f8fbdd in clone () from /lib64/libc.so.6
  795. No symbol table info available.
  796.  
  797. Thread 1 (Thread 0x7f17dd0cf700 (LWP 30320)):
  798. #0  0x00007f17da6bec05 in pthread_join () from /lib64/libpthread.so.0
  799. No symbol table info available.
  800. #1  0x00007f17dcc6861b in ACE_Thread_Manager::wait_task (this=0x14212e0,
  801.    task=0x7f17bd3f1b68)
  802.     at ../../../../dep/ACE_wrappers/ace/OS_NS_Thread.inl:2794
  803.     i = 0
  804.     copy_count = 1
  805.     result = <value optimized out>
  806. #2  0x00000000007c03bf in WorldSocketMgr::Wait (this=0x7f17bd3f1ab8)
  807.    at ../../../src/game/WorldSocketMgr.cpp:102
  808.     i = 1
  809. #3  0x00000000004f8815 in Master::Run (this=0xc327f0)
  810.    at ../../../src/mangosd/Master.cpp:327
  811.     pidfile = {static npos = 18446744073709551615,
  812.   _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xc0f218 ""}}
  813.     world_thread = {m_iThreadId = 139740193909072,
  814.   m_hThreadHandle = 139740193909072, m_task = 0x1107860,
  815.   static m_ThreadStorage = {_vptr.ACE_TSS = 0x9692b0, keylock_ = {lock_ = {
  816.         __data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0,
  817.           __kind = 0, __spins = 0, __list = {__prev = 0x0, __next = 0x0}},
  818.         __size = '\0' <repeats 39 times>, __align = 0}, removed_ = false},
  819.     once_ = true, key_ = 4}, static m_TpEnum = {m_priority = {0, 0, 0, 0, 0,
  820.       0, 0}}}
  821.     cliThread = (ACE_Based::Thread *) 0x0
  822.     rar_thread = (ACE_Based::Thread *) 0x0
  823.     soap_thread = (ACE_Based::Thread *) 0x192e550
  824.     freeze_thread = (ACE_Based::Thread *) 0x7f17a88a6820
  825.     wsport = <value optimized out>
  826.     bind_ip = {static npos = 18446744073709551615,
  827.   _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7f17c2040688 "0.0.0.0"}}
  828. #4  0x00000000004f7d26 in main (argc=<value optimized out>,
  829.    argv=0x7ffffa2b1908) at ../../../src/mangosd/Main.cpp:179
  830.     cfg_file = 0x8ed5bf "/opt/mangos_conf/mangosd.conf"
  831.     cmd_opts = {argc_ = 1, argv_ = 0x7ffffa2b1908, optind = 1, opterr = 0,
  832.   optarg = 0x0, optstring_ = 0xc26300, long_only_ = 0, has_colon_ = 1,
  833.   last_option_ = 0xc26350, nextchar_ = 0x0, optopt_ = 0, ordering_ = 2,
  834.   nonopt_start_ = 1, nonopt_end_ = 1, long_option_ = 0x0,
  835.   long_opts_ = {<ACE_Array_Base<ACE_Get_Opt::ACE_Get_Opt_Long_Option*>> = {
  836.       max_size_ = 1, cur_size_ = 1, array_ = 0xc263c0,
  837.       allocator_ = 0x7f17dcecd110}, <No data fields>}}
  838.     option = <value optimized out>
  839. 7739        m_auras[index] = NULL;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement