Advertisement
Guest User

Untitled

a guest
Jun 7th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 103.80 KB | None | 0 0
  1. GNU gdb (GDB) 7.0-ubuntu
  2. Copyright (C) 2009 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "x86_64-linux-gnu".
  8. For bug reporting instructions, please see:
  9. ...
  10. Reading symbols from /opt/RC/bin/worldserver...done.
  11. [New Thread 19393]
  12. [New Thread 19392]
  13. [New Thread 19391]
  14. [New Thread 19390]
  15. [New Thread 19389]
  16. [New Thread 19388]
  17. [New Thread 19387]
  18. [New Thread 19386]
  19. [New Thread 19385]
  20. [New Thread 19384]
  21. [New Thread 19383]
  22. [New Thread 19382]
  23. [New Thread 19381]
  24. [New Thread 19380]
  25. [New Thread 19379]
  26. [New Thread 19378]
  27. [New Thread 19377]
  28. [New Thread 19375]
  29. [New Thread 19374]
  30. [New Thread 19373]
  31. [New Thread 19372]
  32. [New Thread 19371]
  33. [New Thread 19369]
  34. Reading symbols from /usr/lib/debug/libreadline.so.5...done.
  35. Loaded symbols for /usr/lib/debug/libreadline.so.5
  36. Reading symbols from /opt/ACE_NEW/lib/libACE-5.7.so...done.
  37. Loaded symbols for /opt/ACE_NEW/lib/libACE-5.7.so
  38. Reading symbols from /usr/lib/libmysqlclient_r.so.15...(no debugging symbols found)...done.
  39. Loaded symbols for /usr/lib/libmysqlclient_r.so.15
  40. Reading symbols from /usr/lib/libssl.so.0.9.8...(no debugging symbols found)...done.
  41. Loaded symbols for /usr/lib/libssl.so.0.9.8
  42. Reading symbols from /lib/libz.so.1...Reading symbols from /usr/lib/debug/lib/libz.so.1.2.3.3...done.
  43. (no debugging symbols found)...done.
  44. Loaded symbols for /lib/libz.so.1
  45. Reading symbols from /usr/lib/libstdc++.so.6...(no debugging symbols found)...done.
  46. Loaded symbols for /usr/lib/libstdc++.so.6
  47. Reading symbols from /lib/libm.so.6...Reading symbols from /usr/lib/debug/lib/libm-2.10.1.so...done.
  48. (no debugging symbols found)...done.
  49. Loaded symbols for /lib/libm.so.6
  50. Reading symbols from /lib/libgcc_s.so.1...Reading symbols from /usr/lib/debug/lib/libgcc_s.so.1...done.
  51. (no debugging symbols found)...done.
  52. Loaded symbols for /lib/libgcc_s.so.1
  53. Reading symbols from /lib/libpthread.so.0...Reading symbols from /usr/lib/debug/lib/libpthread-2.10.1.so...done.
  54. (no debugging symbols found)...done.
  55. Loaded symbols for /lib/libpthread.so.0
  56. Reading symbols from /lib/libc.so.6...Reading symbols from /usr/lib/debug/lib/libc-2.10.1.so...done.
  57. (no debugging symbols found)...done.
  58. Loaded symbols for /lib/libc.so.6
  59. Reading symbols from /lib/libdl.so.2...Reading symbols from /usr/lib/debug/lib/libdl-2.10.1.so...done.
  60. (no debugging symbols found)...done.
  61. Loaded symbols for /lib/libdl.so.2
  62. Reading symbols from /usr/lib/libcrypto.so.0.9.8...(no debugging symbols found)...done.
  63. Loaded symbols for /usr/lib/libcrypto.so.0.9.8
  64. Reading symbols from /usr/lib/libncurses.so.5...(no debugging symbols found)...done.
  65. Loaded symbols for /usr/lib/libncurses.so.5
  66. Reading symbols from /lib/librt.so.1...Reading symbols from /usr/lib/debug/lib/librt-2.10.1.so...done.
  67. (no debugging symbols found)...done.
  68. Loaded symbols for /lib/librt.so.1
  69. Reading symbols from /lib/libcrypt.so.1...Reading symbols from /usr/lib/debug/lib/libcrypt-2.10.1.so...done.
  70. (no debugging symbols found)...done.
  71. Loaded symbols for /lib/libcrypt.so.1
  72. Reading symbols from /lib/libnsl.so.1...Reading symbols from /usr/lib/debug/lib/libnsl-2.10.1.so...done.
  73. (no debugging symbols found)...done.
  74. Loaded symbols for /lib/libnsl.so.1
  75. Reading symbols from /lib64/ld-linux-x86-64.so.2...Reading symbols from /usr/lib/debug/lib/ld-2.10.1.so...done.
  76. (no debugging symbols found)...done.
  77. Loaded symbols for /lib64/ld-linux-x86-64.so.2
  78. Reading symbols from /lib/libnss_files.so.2...Reading symbols from /usr/lib/debug/lib/libnss_files-2.10.1.so...done.
  79. (no debugging symbols found)...done.
  80. Loaded symbols for /lib/libnss_files.so.2
  81. Core was generated by `/opt/RC/bin/worldserver'.
  82. Program terminated with signal 11, Segmentation fault.
  83. #0  CanSpellPierceImmuneAura (pierceSpell=0x7faea621eba8, aura=0x0)
  84.    at /opt/RC_BUILD/src/server/game/Spells/SpellMgr.cpp:3254
  85. 3254    bool CanSpellPierceImmuneAura(SpellEntry const * pierceSpell, SpellEntry const * aura)
  86.  
  87. BACKTRACE
  88.  
  89. #0  CanSpellPierceImmuneAura (pierceSpell=0x7faea621eba8, aura=0x0)
  90.    at /opt/RC_BUILD/src/server/game/Spells/SpellMgr.cpp:3254
  91. #1  0x0000000000758c98 in Unit::IsImmunedToSpell (this=,
  92.    spellInfo=0x7faea621eba8)
  93.    at /opt/RC_BUILD/src/server/game/Entities/Unit/Unit.cpp:11349
  94. #2  0x0000000000790039 in Unit::SpellHitResult (this=0x7fa398652000,
  95.    pVictim=0x7fa39b655000, spell=0x7faea621eba8, CanReflect=true)
  96.    at /opt/RC_BUILD/src/server/game/Entities/Unit/Unit.cpp:2998
  97. #3  0x000000000090ca21 in Spell::AddUnitTarget (this=0x7fa35c66e600,
  98.    pVictim=0x7fa39b655000, effIndex=)
  99.    at /opt/RC_BUILD/src/server/game/Spells/Spell.cpp:930
  100. #4  0x0000000000917aef in Spell::SelectEffectTargets (this=0x7fa35c66e600,
  101.    i=0, cur=6) at /opt/RC_BUILD/src/server/game/Spells/Spell.cpp:2286
  102. #5  0x0000000000919f04 in Spell::SelectSpellTargets (this=0x7fa35c66e600)
  103.    at /opt/RC_BUILD/src/server/game/Spells/Spell.cpp:527
  104. #6  0x000000000091a76e in Spell::cast (this=0x7fa35c66e600, skipCheck=true)
  105.    at /opt/RC_BUILD/src/server/game/Spells/Spell.cpp:3014
  106. #7  0x000000000091d190 in SpellEvent::Execute (this=0x7fa37b450b50,
  107.    e_time=5041913, p_time=8)
  108.    at /opt/RC_BUILD/src/server/game/Spells/Spell.cpp:6700
  109. #8  0x0000000000ad4a43 in EventProcessor::Update (this=0x7fa398652190,
  110.    p_time=54)
  111.    at /opt/RC_BUILD/src/server/shared/Utilities/EventProcessor.cpp:52
  112. #9  0x000000000078a757 in Unit::Update (this=0x7fa398652000, p_time=0)
  113.    at /opt/RC_BUILD/src/server/game/Entities/Unit/Unit.cpp:230
  114. #10 0x000000000073b1ce in Player::Update (this=0x7fa398652000, p_time=54)
  115.    at /opt/RC_BUILD/src/server/game/Entities/Player/Player.cpp:1291
  116. #11 0x0000000000859546 in Map::Update (this=0x7fa35607f000,
  117.    t_diff=)
  118.    at /opt/RC_BUILD/src/server/game/Maps/Map.cpp:591
  119. #12 0x000000000085a839 in InstanceMap::Update (this=0x7faea621eba8,
  120.    t_diff=@0x0) at /opt/RC_BUILD/src/server/game/Maps/Map.cpp:2541
  121. #13 0x0000000000a584f1 in MapInstanced::Update (this=0x7fa46fe82000,
  122.    t=@0x7fa3736295a0)
  123.    at /opt/RC_BUILD/src/server/game/Maps/MapInstanced.cpp:68
  124. #14 0x00000000008687f2 in MapUpdateRequest::call (this=0x7fa373629580)
  125.    at /opt/RC_BUILD/src/server/game/Maps/MapUpdater.cpp:56
  126. #15 0x0000000000acf751 in DelayExecutor::svc (this=0x7fae8c752718)
  127.    at /opt/RC_BUILD/src/server/shared/Threading/DelayExecutor.cpp:52
  128. #16 0x00007fb032e13bc7 in ACE_Task_Base::svc_run (args=)
  129.    at ../../ace/Task.cpp:275
  130. #17 0x00007fb032e14f51 in ACE_Thread_Adapter::invoke (this=0x7fae8c78a3a0)
  131.    at ../../ace/Thread_Adapter.cpp:98
  132. #18 0x00007fb031a85a04 in start_thread (arg=)
  133.    at pthread_create.c:300
  134. #19 0x00007fb0317ef7bd in clone ()
  135.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  136. #20 0x0000000000000000 in ?? ()
  137.  
  138. BACKTRACE FULL
  139.  
  140. #0  CanSpellPierceImmuneAura (pierceSpell=0x7faea621eba8, aura=0x0)
  141.    at /opt/RC_BUILD/src/server/game/Spells/SpellMgr.cpp:3254
  142. No locals.
  143. #1  0x0000000000758c98 in Unit::IsImmunedToSpell (this=,
  144.    spellInfo=0x7faea621eba8)
  145.    at /opt/RC_BUILD/src/server/game/Entities/Unit/Unit.cpp:11349
  146. No locals.
  147. #2  0x0000000000790039 in Unit::SpellHitResult (this=0x7fa398652000,
  148.    pVictim=0x7fa39b655000, spell=0x7faea621eba8, CanReflect=true)
  149.    at /opt/RC_BUILD/src/server/game/Entities/Unit/Unit.cpp:2998
  150. No locals.
  151. #3  0x000000000090ca21 in Spell::AddUnitTarget (this=0x7fa35c66e600,
  152.    pVictim=0x7fa39b655000, effIndex=)
  153.    at /opt/RC_BUILD/src/server/game/Spells/Spell.cpp:930
  154.        immuned =
  155.        targetGUID = 17379391469670624880
  156. #4  0x0000000000917aef in Spell::SelectEffectTargets (this=0x7fa35c66e600,
  157.    i=0, cur=6) at /opt/RC_BUILD/src/server/game/Spells/Spell.cpp:2286
  158.        maxTargets = 0
  159.        pushType = PUSH_NONE
  160.        modOwner =
  161. #5  0x0000000000919f04 in Spell::SelectSpellTargets (this=0x7fa35c66e600)
  162.    at /opt/RC_BUILD/src/server/game/Spells/Spell.cpp:527
  163.        effectTargetType = 1
  164.        targetA =
  165.        targetB =
  166.        i = 0
  167. #6  0x000000000091a76e in Spell::cast (this=0x7fa35c66e600, skipCheck=true)
  168.    at /opt/RC_BUILD/src/server/game/Spells/Spell.cpp:3014
  169. No locals.
  170. #7  0x000000000091d190 in SpellEvent::Execute (this=0x7fa37b450b50,
  171.    e_time=5041913, p_time=8)
  172.    at /opt/RC_BUILD/src/server/game/Spells/Spell.cpp:6700
  173. No locals.
  174. #8  0x0000000000ad4a43 in EventProcessor::Update (this=0x7fa398652190,
  175.    p_time=54)
  176.    at /opt/RC_BUILD/src/server/shared/Utilities/EventProcessor.cpp:52
  177.        Event = 0x7fa37b450b50
  178. #9  0x000000000078a757 in Unit::Update (this=0x7fa398652000, p_time=0)
  179.    at /opt/RC_BUILD/src/server/game/Entities/Unit/Unit.cpp:230
  180. No locals.
  181. #10 0x000000000073b1ce in Player::Update (this=0x7fa398652000, p_time=54)
  182.    at /opt/RC_BUILD/src/server/game/Entities/Player/Player.cpp:1291
  183.        now =
  184.        pet =
  185. #11 0x0000000000859546 in Map::Update (this=0x7fa35607f000,
  186.    t_diff=)
  187.    at /opt/RC_BUILD/src/server/game/Maps/Map.cpp:591
  188.        plr = 0x7faea621eba8
  189.        updater = {
  190.          i_timeDiff = 54
  191.        }
  192.        grid_object_update = {
  193.          i_visitor = @0x7fad807fcfd0
  194.        }
  195.        world_object_update = {
  196.          i_visitor = @0x7fad807fcfd0
  197.        }
  198. #12 0x000000000085a839 in InstanceMap::Update (this=0x7faea621eba8,
  199.    t_diff=@0x0) at /opt/RC_BUILD/src/server/game/Maps/Map.cpp:2541
  200. No locals.
  201. #13 0x0000000000a584f1 in MapInstanced::Update (this=0x7fa46fe82000,
  202.    t=@0x7fa3736295a0)
  203.    at /opt/RC_BUILD/src/server/game/Maps/MapInstanced.cpp:68
  204.        i = {
  205.          , false>> = {
  206.            _M_cur_node = 0x7fa3696a53c0,
  207.            _M_cur_bucket = 0x7faea9500fb8
  208.          }, }
  209. #14 0x00000000008687f2 in MapUpdateRequest::call (this=0x7fa373629580)
  210.    at /opt/RC_BUILD/src/server/game/Maps/MapUpdater.cpp:56
  211. No locals.
  212. #15 0x0000000000acf751 in DelayExecutor::svc (this=0x7fae8c752718)
  213.    at /opt/RC_BUILD/src/server/shared/Threading/DelayExecutor.cpp:52
  214.        rq = 0x7fa373629580
  215. #16 0x00007fb032e13bc7 in ACE_Task_Base::svc_run (args=)
  216.    at ../../ace/Task.cpp:275
  217.        t = 0x7fae8c752718
  218.        svc_status =
  219. #17 0x00007fb032e14f51 in ACE_Thread_Adapter::invoke (this=0x7fae8c78a3a0)
  220.    at ../../ace/Thread_Adapter.cpp:98
  221.        exit_hook_instance =
  222.        exit_hook_maybe = {
  223.          instance_ = 0x0
  224.        }
  225.        exit_hook_ptr =
  226. #18 0x00007fb031a85a04 in start_thread (arg=)
  227.    at pthread_create.c:300
  228.        __res =
  229.        pd = 0x7fad807fd910
  230.        unwind_buf = {
  231.          cancel_jmp_buf =             {{
  232.              jmp_buf =                 {140383161932048,
  233.                8485794428021134375,
  234.                140736201589456,
  235.                0,
  236.                0,
  237.                3,
  238.                -8459842655909555161,
  239.                -8456640513282124761},
  240.              mask_was_saved = 0
  241.            }},
  242.          priv = {
  243.            pad =               {0x0,
  244.              0x0,
  245.              0x0,
  246.              0x0},
  247.            data = {
  248.              prev = 0x0,
  249.              cleanup = 0x0,
  250.              canceltype = 0
  251.            }
  252.          }
  253.        }
  254.        not_first_call =
  255.        robust =
  256. #19 0x00007fb0317ef7bd in clone ()
  257.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  258. No locals.
  259. #20 0x0000000000000000 in ?? ()
  260. No symbol table info available.
  261.  
  262. THREADS
  263.  
  264.  24 Thread 19369  0x00007fb031a86cfd in pthread_join (
  265.    threadid=140353067796752, thread_return=0x0) at pthread_join.c:89
  266.  23 Thread 19371  pthread_cond_wait@@GLIBC_2.3.2 ()
  267.    at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  268.  22 Thread 19372  pthread_cond_wait@@GLIBC_2.3.2 ()
  269.    at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  270.  21 Thread 19373  pthread_cond_wait@@GLIBC_2.3.2 ()
  271.    at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  272.  20 Thread 19374  0x00007fb0321a86db in std::_Rb_tree_increment(std::_Rb_tree_node_base*) () from /usr/lib/libstdc++.so.6
  273.  19 Thread 19375  ServerPktHeader::getHeaderLength (this=0x7fae8b9c2000,
  274.    pct=...) at /opt/RC_BUILD/src/server/game/Server/WorldSocket.cpp:78
  275.  18 Thread 19377  0x000000000084dd8b in Map::EnsureGridCreated (
  276.    this=0x7fae8131c000, p=...)
  277.    at /opt/RC_BUILD/src/server/game/Maps/Map.cpp:334
  278.  17 Thread 19378  0x000000000078a85f in Unit::Update (this=0x7fa3551f6000,
  279.    p_time=54) at /opt/RC_BUILD/src/server/game/Entities/Unit/Unit.cpp:274
  280.  16 Thread 19379  0x00007fb0321a86b7 in std::_Rb_tree_increment(std::_Rb_tree_node_base*) () from /usr/lib/libstdc++.so.6
  281.  15 Thread 19380  pthread_cond_wait@@GLIBC_2.3.2 ()
  282.    at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  283.  14 Thread 19381  0x00007fb031a8d0cb in read () from /lib/libpthread.so.0
  284.  13 Thread 19382  0x00007fb0317e83c2 in select () from /lib/libc.so.6
  285.  12 Thread 19383  0x00007fb0317e83c2 in select () from /lib/libc.so.6
  286.  11 Thread 19384  0x00007fb031a8d8f1 in nanosleep () from /lib/libpthread.so.0
  287.  10 Thread 19385  pthread_cond_wait@@GLIBC_2.3.2 ()
  288.    at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  289.  9 Thread 19386  pthread_cond_wait@@GLIBC_2.3.2 ()
  290.    at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  291.  8 Thread 19387  pthread_cond_wait@@GLIBC_2.3.2 ()
  292.    at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  293.  7 Thread 19388  pthread_cond_wait@@GLIBC_2.3.2 ()
  294.    at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  295.  6 Thread 19389  pthread_cond_wait@@GLIBC_2.3.2 ()
  296.    at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  297.  5 Thread 19390  0x00007fb0317efdf8 in epoll_wait () from /lib/libc.so.6
  298.  4 Thread 19391  0x00007fb0317efdf8 in epoll_wait () from /lib/libc.so.6
  299.  3 Thread 19392  0x00007fb0317efdf8 in epoll_wait () from /lib/libc.so.6
  300.  2 Thread 19393  0x00007fb031a8d5cc in __libc_send (fd=547,
  301.    buf=, n=,
  302.    flags=) at ../sysdeps/unix/sysv/linux/x86_64/send.c:33
  303. * 1 Thread 19376  CanSpellPierceImmuneAura (pierceSpell=0x7faea621eba8,
  304.    aura=0x0) at /opt/RC_BUILD/src/server/game/Spells/SpellMgr.cpp:3254
  305.  
  306. Thread 24 (Thread 19369):
  307. #0  0x00007fb031a86cfd in pthread_join (threadid=140353067796752,
  308.    thread_return=0x0) at pthread_join.c:89
  309.        __ignore =
  310.        _tid = 19390
  311.        _buffer = {
  312.          __routine = 0x7fb031a86bd0 ,
  313.          __arg = 0x7fa67ebfcd38,
  314.          __canceltype = -2132041328,
  315.          __prev = 0x0
  316.        }
  317.        oldtype = 0
  318.        result =
  319. #1  0x00007fb032e1742c in thr_join (this=,
  320.    task=) at ../../ace/OS_NS_Thread.inl:2803
  321.        result = -2132041384
  322. #2  ACE_Thread::join (this=, task=)
  323.    at ../../ace/Thread.inl:137
  324. No locals.
  325. #3  ACE_Thread_Manager::wait_task (this=,
  326.    task=) at ../../ace/Thread_Manager.cpp:1797
  327.        i = 0
  328.        copy_count = 1
  329.        copy_table = 0x7fae808a6008
  330.        result =
  331. #4  0x00000000008d9fcf in ReactorRunnable::Wait (this=0x7fae8c7abbc8)
  332.    at /opt/RC_BUILD/src/server/game/Server/WorldSocketMgr.cpp:103
  333. No locals.
  334. #5  WorldSocketMgr::Wait (this=0x7fae8c7abbc8)
  335.    at /opt/RC_BUILD/src/server/game/Server/WorldSocketMgr.cpp:311
  336.        i = 1
  337. #6  0x000000000060c46c in Master::Run (this=)
  338.    at /opt/RC_BUILD/src/server/worldserver/Master.cpp:352
  339.        seed1 = {
  340.          _bn = 0x7fb03005d0a0,
  341.          _array = 0x0
  342.        }
  343.        SignalINT = {
  344.           = {
  345.             = {
  346.              _vptr.ACE_Event_Handler = 0xedcf30,
  347.              reference_count_ = {
  348.                value_ = 1,
  349.                static increment_fn_ = 0x7fb032d7b130 ,
  350.                static decrement_fn_ = 0x7fb032d7b140 ,
  351.                static exchange_fn_ = 0x7fb032d7b160 ,
  352.                static exchange_add_fn_ = 0x7fb032d7b170
  353.              },
  354.              priority_ = 0,
  355.              reactor_ = 0x0,
  356.              reference_counting_policy_ = {
  357.                 = {
  358.                  _vptr.Policy = 0x7fb033069530
  359.                },
  360.                members of ACE_Event_Handler::Reference_Counting_Policy:
  361.                value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED
  362.              }
  363.            }, }, }
  364.        SignalTERM = {
  365.           = {
  366.             = {
  367.              _vptr.ACE_Event_Handler = 0xedcf30,
  368.              reference_count_ = {
  369.                value_ = 1,
  370.                static increment_fn_ = 0x7fb032d7b130 ,
  371.                static decrement_fn_ = 0x7fb032d7b140 ,
  372.                static exchange_fn_ = 0x7fb032d7b160 ,
  373.                static exchange_add_fn_ = 0x7fb032d7b170
  374.              },
  375.              priority_ = 0,
  376.              reactor_ = 0x0,
  377.              reference_counting_policy_ = {
  378.                 = {
  379.                  _vptr.Policy = 0x7fb033069530
  380.                },
  381.                members of ACE_Event_Handler::Reference_Counting_Policy:
  382.                value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED
  383.              }
  384.            }, }, }
  385.        Handler = {
  386.          _vptr.ACE_Sig_Handler = 0x1313990,
  387.          static sig_pending_ = 0,
  388.          static signal_handlers_ =             {0x0,
  389.            0x0,
  390.            0x7fffb34d86e0,
  391.            0x0 ,
  392.            0x7fffb34d86b0,
  393.            0x0 }
  394.        }
  395.        world_thread = {
  396.          m_iThreadId = 140374571981072,
  397.          m_hThreadHandle = 140374571981072,
  398.          m_task = 0x7fae8baab400,
  399.          static m_ThreadStorage = {
  400.            _vptr.ACE_TSS = 0xf5b270,
  401.            keylock_ = {
  402.              lock_ = {
  403.                __data = {
  404.                  __lock = 0,
  405.                  __count = 0,
  406.                  __owner = 0,
  407.                  __nusers = 0,
  408.                  __kind = 0,
  409.                  __spins = 0,
  410.                  __list = {
  411.                    __prev = 0x0,
  412.                    __next = 0x0
  413.                  }
  414.                },
  415.                __size =                   '\000' ,
  416.                __align = 0
  417.              },
  418.              removed_ = false
  419.            },
  420.            once_ = true,
  421.            key_ = 5
  422.          },
  423.          static m_TpEnum = {
  424.            m_priority =               {0,
  425.              0,
  426.              0,
  427.              0,
  428.              0,
  429.              0,
  430.              0}
  431.          }
  432.        }
  433.        rar_thread = {
  434.          m_iThreadId = 140370277005584,
  435.          m_hThreadHandle = 140370277005584,
  436.          m_task = 0x7fae8c77d8e0,
  437.          static m_ThreadStorage = {
  438.            _vptr.ACE_TSS = 0xf5b270,
  439.            keylock_ = {
  440.              lock_ = {
  441.                __data = {
  442.                  __lock = 0,
  443.                  __count = 0,
  444.                  __owner = 0,
  445.                  __nusers = 0,
  446.                  __kind = 0,
  447.                  __spins = 0,
  448.                  __list = {
  449.                    __prev = 0x0,
  450.                    __next = 0x0
  451.                  }
  452.                },
  453.                __size =                   '\000' ,
  454.                __align = 0
  455.              },
  456.              removed_ = false
  457.            },
  458.            once_ = true,
  459.            key_ = 5
  460.          },
  461.          static m_TpEnum = {
  462.            m_priority =               {0,
  463.              0,
  464.              0,
  465.              0,
  466.              0,
  467.              0,
  468.              0}
  469.          }
  470.        }
  471.        cliThread = 0x7fae8c77d4a0
  472.        soap_thread = 0x7fae8c77d480
  473.        bind_ip = {
  474.          static npos = 18446744073709551615,
  475.          _M_dataplus = {
  476.            > = {
  477.              <__gnu_cxx::new_allocator> = {}, },
  478.            members of std::basic_string, std::allocator >::_Alloc_hider:
  479.            _M_p = 0x7fae8c77d438 "0.0.0.0"
  480.          }
  481.        }
  482.        pidfile = {
  483.          static npos = 18446744073709551615,
  484.          _M_dataplus = {
  485.            > = {
  486.              <__gnu_cxx::new_allocator> = {}, },
  487.            members of std::basic_string, std::allocator >::_Alloc_hider:
  488.            _M_p = 0x13135b8 ""
  489.          }
  490.        }
  491.        wsport = 8085
  492. #7  0x00007fb03172eabd in __libc_start_main (main=,
  493.    argc=, ubp_av=,
  494.    init=, fini=,
  495.    rtld_fini=, stack_end=0x7fffb34d8918)
  496.    at libc-start.c:220
  497.        result =
  498.        unwind_buf = {
  499.          cancel_jmp_buf =             {{
  500.              jmp_buf =                 {0,
  501.                8485794428021134375,
  502.                6303216,
  503.                140736201591072,
  504.                0,
  505.                0,
  506.                -8485626631722871769,
  507.                -8456638635859487705},
  508.              mask_was_saved = 0
  509.            }},
  510.          priv = {
  511.            pad =               {0x0,
  512.              0x0,
  513.              0xeda9d0,
  514.              0x7fffb34d8928},
  515.            data = {
  516.              prev = 0x0,
  517.              cleanup = 0x0,
  518.              canceltype = 15575504
  519.            }
  520.          }
  521.        }
  522.        not_first_call =
  523. #8  0x0000000000602e19 in _start () at ../sysdeps/x86_64/elf/start.S:113
  524. No locals.
  525.  
  526. Thread 23 (Thread 19371):
  527. #0  pthread_cond_wait@@GLIBC_2.3.2 ()
  528.    at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  529. No locals.
  530. #1  0x00007fb032d83ebd in cond_timedwait (this=0x7fb030075f84, mutex=...,
  531.    abstime=0x31817) at ../../ace/OS_NS_Thread.inl:362
  532.        result =
  533.        ts = {
  534.          tv_sec = 18,
  535.          tv_nsec = 140392536310824
  536.        }
  537. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fb030075f84, mutex=...,
  538.    abstime=0x31817) at ../../ace/Condition_Thread_Mutex.cpp:100
  539. No locals.
  540. #3  0x000000000060915b in ACE_Message_Queue::wait_not_empty_cond
  541.    (this=0x7fb030075f00, timeout=0x0)
  542.    at /opt/ACE_NEW/include/ace/Message_Queue_T.cpp:1742
  543.        result =
  544. #4  0x0000000000609f09 in ACE_Message_Queue::dequeue_head (
  545.    this=0x7fb030075f00, first_item=@0x7fb02fbff0a8, timeout=0x0)
  546.    at /opt/ACE_NEW/include/ace/Message_Queue_T.cpp:1910
  547.        ace_mon = {
  548.          lock_ = 0x7fb030075f50,
  549.          owner_ = 0
  550.        }
  551. #5  0x00007fb032d6aed2 in ACE_Activation_Queue::dequeue (
  552.    this=, tv=0x31817)
  553.    at ../../ace/Activation_Queue.cpp:91
  554.        mb = 0x0
  555. #6  0x0000000000af7f92 in SqlDelayThread::run (this=0x7fb03005ff10)
  556.    at /opt/RC_BUILD/src/server/shared/Database/SqlDelayThread.cpp:40
  557. No locals.
  558. #7  0x0000000000ad014a in ACE_Based::Thread::ThreadTask (param=0x7fb030075f84)
  559.    at /opt/RC_BUILD/src/server/shared/Threading/Threading.cpp:183
  560. No locals.
  561. #8  0x00007fb031a85a04 in start_thread (arg=)
  562.    at pthread_create.c:300
  563.        __res =
  564.        pd = 0x7fb02fbff910
  565.        unwind_buf = {
  566.          cancel_jmp_buf =             {{
  567.              jmp_buf =                 {140394692081936,
  568.                8485794428021134375,
  569.                140736201589776,
  570.                0,
  571.                0,
  572.                3,
  573.                -8456697501824560089,
  574.                -8456640513282124761},
  575.              mask_was_saved = 0
  576.            }},
  577.          priv = {
  578.            pad =               {0x0,
  579.              0x0,
  580.              0x0,
  581.              0x0},
  582.            data = {
  583.              prev = 0x0,
  584.              cleanup = 0x0,
  585.              canceltype = 0
  586.            }
  587.          }
  588.        }
  589.        not_first_call =
  590.        robust =
  591. #9  0x00007fb0317ef7bd in clone ()
  592.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  593. No locals.
  594. #10 0x0000000000000000 in ?? ()
  595. No symbol table info available.
  596. Current language:  auto
  597. The current source language is "auto; currently c".
  598.  
  599. Thread 22 (Thread 19372):
  600. #0  pthread_cond_wait@@GLIBC_2.3.2 ()
  601.    at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  602. No locals.
  603. #1  0x00007fb032d83ebd in cond_timedwait (this=0x7fb030075d84, mutex=...,
  604.    abstime=0x30e47) at ../../ace/OS_NS_Thread.inl:362
  605.        result =
  606.        ts = {
  607.          tv_sec = 3,
  608.          tv_nsec = 140394739414881
  609.        }
  610. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fb030075d84, mutex=...,
  611.    abstime=0x30e47) at ../../ace/Condition_Thread_Mutex.cpp:100
  612. No locals.
  613. #3  0x000000000060915b in ACE_Message_Queue::wait_not_empty_cond
  614.    (this=0x7fb030075d00, timeout=0x0)
  615.    at /opt/ACE_NEW/include/ace/Message_Queue_T.cpp:1742
  616.        result =
  617. #4  0x0000000000609f09 in ACE_Message_Queue::dequeue_head (
  618.    this=0x7fb030075d00, first_item=@0x7fafaf3ff0a8, timeout=0x0)
  619.    at /opt/ACE_NEW/include/ace/Message_Queue_T.cpp:1910
  620.        ace_mon = {
  621.          lock_ = 0x7fb030075d50,
  622.          owner_ = 0
  623.        }
  624. #5  0x00007fb032d6aed2 in ACE_Activation_Queue::dequeue (
  625.    this=, tv=0x30e47)
  626.    at ../../ace/Activation_Queue.cpp:91
  627.        mb = 0x0
  628. #6  0x0000000000af7f92 in SqlDelayThread::run (this=0x7fb03005fd30)
  629.    at /opt/RC_BUILD/src/server/shared/Database/SqlDelayThread.cpp:40
  630. No locals.
  631. #7  0x0000000000ad014a in ACE_Based::Thread::ThreadTask (param=0x7fb030075d84)
  632.    at /opt/RC_BUILD/src/server/shared/Threading/Threading.cpp:183
  633. No locals.
  634. #8  0x00007fb031a85a04 in start_thread (arg=)
  635.    at pthread_create.c:300
  636.        __res =
  637.        pd = 0x7fafaf3ff910
  638.        unwind_buf = {
  639.          cancel_jmp_buf =             {{
  640.              jmp_buf =                 {140392536209680,
  641.                8485794428021134375,
  642.                140736201589776,
  643.                0,
  644.                0,
  645.                3,
  646.                -8458666727149906905,
  647.                -8456640513282124761},
  648.              mask_was_saved = 0
  649.            }},
  650.          priv = {
  651.            pad =               {0x0,
  652.              0x0,
  653.              0x0,
  654.              0x0},
  655.            data = {
  656.              prev = 0x0,
  657.              cleanup = 0x0,
  658.              canceltype = 0
  659.            }
  660.          }
  661.        }
  662.        not_first_call =
  663.        robust =
  664. #9  0x00007fb0317ef7bd in clone ()
  665.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  666. No locals.
  667. #10 0x0000000000000000 in ?? ()
  668. No symbol table info available.
  669. Current language:  auto
  670. The current source language is "auto; currently asm".
  671.  
  672. Thread 21 (Thread 19373):
  673. #0  pthread_cond_wait@@GLIBC_2.3.2 ()
  674.    at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  675. No locals.
  676. #1  0x00007fb032d83ebd in cond_timedwait (this=0x7fb030075b84, mutex=...,
  677.    abstime=0x349d) at ../../ace/OS_NS_Thread.inl:362
  678.        result =
  679.        ts = {
  680.          tv_sec = 48,
  681.          tv_nsec = 140394739417003
  682.        }
  683. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fb030075b84, mutex=...,
  684.    abstime=0x349d) at ../../ace/Condition_Thread_Mutex.cpp:100
  685. No locals.
  686. #3  0x000000000060915b in ACE_Message_Queue::wait_not_empty_cond
  687.    (this=0x7fb030075b00, timeout=0x0)
  688.    at /opt/ACE_NEW/include/ace/Message_Queue_T.cpp:1742
  689.        result =
  690. #4  0x0000000000609f09 in ACE_Message_Queue::dequeue_head (
  691.    this=0x7fb030075b00, first_item=@0x7faf2ebff0a8, timeout=0x0)
  692.    at /opt/ACE_NEW/include/ace/Message_Queue_T.cpp:1910
  693.        ace_mon = {
  694.          lock_ = 0x7fb030075b50,
  695.          owner_ = 0
  696.        }
  697. #5  0x00007fb032d6aed2 in ACE_Activation_Queue::dequeue (
  698.    this=, tv=0x349d) at ../../ace/Activation_Queue.cpp:91
  699.        mb = 0x0
  700. #6  0x0000000000af7f92 in SqlDelayThread::run (this=0x7fb03005fb50)
  701.    at /opt/RC_BUILD/src/server/shared/Database/SqlDelayThread.cpp:40
  702. No locals.
  703. #7  0x0000000000ad014a in ACE_Based::Thread::ThreadTask (param=0x7fb030075b84)
  704.    at /opt/RC_BUILD/src/server/shared/Threading/Threading.cpp:183
  705. No locals.
  706. #8  0x00007fb031a85a04 in start_thread (arg=)
  707.    at pthread_create.c:300
  708.        __res =
  709.        pd = 0x7faf2ebff910
  710.        unwind_buf = {
  711.          cancel_jmp_buf =             {{
  712.              jmp_buf =                 {140390380337424,
  713.                8485794428021134375,
  714.                140736201589776,
  715.                0,
  716.                0,
  717.                3,
  718.                -8458388550708079577,
  719.                -8456640513282124761},
  720.              mask_was_saved = 0
  721.            }},
  722.          priv = {
  723.            pad =               {0x0,
  724.              0x0,
  725.              0x0,
  726.              0x0},
  727.            data = {
  728.              prev = 0x0,
  729.              cleanup = 0x0,
  730.              canceltype = 0
  731.            }
  732.          }
  733.        }
  734.        not_first_call =
  735.        robust =
  736. #9  0x00007fb0317ef7bd in clone ()
  737.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  738. No locals.
  739. #10 0x0000000000000000 in ?? ()
  740. No symbol table info available.
  741.  
  742. Thread 20 (Thread 19374):
  743. #0  0x00007fb0321a86db in std::_Rb_tree_increment(std::_Rb_tree_node_base*) ()
  744.   from /usr/lib/libstdc++.so.6
  745. No symbol table info available.
  746. #1  0x000000000078a4c9 in std::_Rb_tree_iterator >::operator++ (this=0x7fa3cf5e8000, time=54)
  747.    at /usr/include/c++/4.4/bits/stl_tree.h:184
  748. No locals.
  749. #2  Unit::_UpdateSpells (this=0x7fa3cf5e8000, time=54)
  750.    at /opt/RC_BUILD/src/server/game/Entities/Unit/Unit.cpp:3336
  751.        i_aura = 0x7fa35c607500
  752. #3  0x000000000078a772 in Unit::Update (this=0x7fa3cf5e8000, p_time=54)
  753.    at /opt/RC_BUILD/src/server/game/Entities/Unit/Unit.cpp:235
  754. No locals.
  755. #4  0x000000000073b1ce in Player::Update (this=0x7fa3cf5e8000, p_time=54)
  756.    at /opt/RC_BUILD/src/server/game/Entities/Player/Player.cpp:1291
  757.        now =
  758.        pet =
  759. #5  0x0000000000859546 in Map::Update (this=0x7fa3505a0000,
  760.    t_diff=)
  761.    at /opt/RC_BUILD/src/server/game/Maps/Map.cpp:591
  762.        plr = 0x7fa37b0d0b20
  763.        updater = {
  764.          i_timeDiff = 54
  765.        }
  766.        grid_object_update = {
  767.          i_visitor = @0x7fae807feff0
  768.        }
  769.        world_object_update = {
  770.          i_visitor = @0x7fae807feff0
  771.        }
  772. #6  0x0000000000a584f1 in MapInstanced::Update (this=0x7fa3d2723000,
  773.    t=@0x7fa378d97420)
  774.    at /opt/RC_BUILD/src/server/game/Maps/MapInstanced.cpp:68
  775.        i = {
  776.          , false>> = {
  777.            _M_cur_node = 0x7fa38af75a40,
  778.            _M_cur_bucket = 0x7fa3d2705330
  779.          }, }
  780. #7  0x00000000008687f2 in MapUpdateRequest::call (this=0x7fa378d97400)
  781.    at /opt/RC_BUILD/src/server/game/Maps/MapUpdater.cpp:56
  782. No locals.
  783. #8  0x0000000000acf751 in DelayExecutor::svc (this=0x7fae8c752718)
  784.    at /opt/RC_BUILD/src/server/shared/Threading/DelayExecutor.cpp:52
  785.        rq = 0x7fa378d97400
  786. #9  0x00007fb032e13bc7 in ACE_Task_Base::svc_run (args=)
  787.    at ../../ace/Task.cpp:275
  788.        t = 0x7fae8c752718
  789.        svc_status =
  790. #10 0x00007fb032e14f51 in ACE_Thread_Adapter::invoke (this=0x7fae8c78a520)
  791.    at ../../ace/Thread_Adapter.cpp:98
  792.        exit_hook_instance =
  793.        exit_hook_maybe = {
  794.          instance_ = 0x0
  795.        }
  796.        exit_hook_ptr =
  797. #11 0x00007fb031a85a04 in start_thread (arg=)
  798.    at pthread_create.c:300
  799.        __res =
  800.        pd = 0x7fae807ff910
  801.        unwind_buf = {
  802.          cancel_jmp_buf =             {{
  803.              jmp_buf =                 {140387456907536,
  804.                8485794428021134375,
  805.                140736201589456,
  806.                0,
  807.                0,
  808.                3,
  809.                -8458153804975549401,
  810.                -8456640513282124761},
  811.              mask_was_saved = 0
  812.            }},
  813.          priv = {
  814.            pad =               {0x0,
  815.              0x0,
  816.              0x0,
  817.              0x0},
  818.            data = {
  819.              prev = 0x0,
  820.              cleanup = 0x0,
  821.              canceltype = 0
  822.            }
  823.          }
  824.        }
  825.        not_first_call =
  826.        robust =
  827. #12 0x00007fb0317ef7bd in clone ()
  828.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  829. No locals.
  830. #13 0x0000000000000000 in ?? ()
  831. No symbol table info available.
  832.  
  833. Thread 19 (Thread 19375):
  834. #0  ServerPktHeader::getHeaderLength (this=0x7fae8b9c2000, pct=...)
  835.    at /opt/RC_BUILD/src/server/game/Server/WorldSocket.cpp:78
  836. No locals.
  837. #1  WorldSocket::SendPacket (this=0x7fae8b9c2000, pct=...)
  838.    at /opt/RC_BUILD/src/server/game/Server/WorldSocket.cpp:192
  839.        Guard = {
  840.          lock_ = 0x7fae8b9c2320,
  841.          owner_ = 0
  842.        }
  843.        header = {
  844.          size = 47,
  845.          header =             "\246\a\273\215E"
  846.        }
  847. #2  0x00000000008ccef2 in WorldSession::SendPacket (this=0x7fa3d22a8800,
  848.    packet=0x7fa3bffca560)
  849.    at /opt/RC_BUILD/src/server/game/Server/WorldSession.cpp:141
  850. No locals.
  851. #3  0x000000000081191b in Trinity::MessageDistDeliverer::SendPacket (
  852.    this=0x7fae007fda40, m=)
  853.    at /opt/RC_BUILD/src/server/game/Grids/Notifiers/GridNotifiers.h:148
  854. No locals.
  855. #4  Trinity::MessageDistDeliverer::Visit (this=0x7fae007fda40,
  856.    m=)
  857.    at /opt/RC_BUILD/src/server/game/Grids/Notifiers/GridNotifiers.cpp:267
  858.        target = 0x7fa3c1f54000
  859. #5  0x00000000006b1aef in VisitorHelper
  860.    (this=0x7fa350764000, cell=,
  861.    visitor=)
  862.    at /opt/RC_BUILD/src/server/shared/Dynamic/TypeContainerVisitor.h:66
  863. No locals.
  864. #6  VisitorHelper > > > (this=0x7fa350764000,
  865.    cell=, visitor=)
  866.    at /opt/RC_BUILD/src/server/shared/Dynamic/TypeContainerVisitor.h:72
  867. No locals.
  868. #7  VisitorHelper > > > > (
  869.    this=0x7fa350764000, cell=,
  870.    visitor=)
  871.    at /opt/RC_BUILD/src/server/shared/Dynamic/TypeContainerVisitor.h:96
  872. No locals.
  873. #8  TypeContainerVisitor > > > > >::Visit (this=0x7fa350764000, cell=,
  874.    visitor=)
  875.    at /opt/RC_BUILD/src/server/shared/Dynamic/TypeContainerVisitor.h:107
  876. No locals.
  877. #9  Visit (this=0x7fa350764000,
  878.    cell=, visitor=)
  879.    at /opt/RC_BUILD/src/server/game/Grids/Grid.h:98
  880. No locals.
  881. #10 Visit > > > > (this=0x7fa350764000,
  882.    cell=, visitor=)
  883.    at /opt/RC_BUILD/src/server/game/Grids/NGrid.h:147
  884. No locals.
  885. #11 Map::Visit > > > > >
  886.    (this=0x7fa350764000, cell=,
  887.    visitor=)
  888.    at /opt/RC_BUILD/src/server/game/Maps/Map.h:647
  889.        x =
  890.        y = 47
  891.        cell_x =
  892.        cell_y =
  893. #12 0x00000000006b2027 in Visit > > > > > (this=, radius=,
  894.    notifier=)
  895.    at /opt/RC_BUILD/src/server/game/Grids/Cells/CellImpl.h:229
  896.        r_zone = {
  897.          data = {
  898.            Part = {
  899.              grid_x = 36,
  900.              grid_y = 34,
  901.              cell_x = 0,
  902.              cell_y = 3,
  903.              nocreate = 1,
  904.              reserved = 0
  905.            },
  906.            All = 17565860
  907.          }
  908.        }
  909.        cell_pair = {
  910.          x_coord = 288,
  911.          y_coord = 275
  912.        }
  913.        area = {
  914.          right_offset = 2,
  915.          left_offset = 2,
  916.          upper_offset = 2,
  917.          lower_offset = 3
  918.        }
  919. #13 Map::VisitWorld (
  920.    this=, radius=,
  921.    notifier=)
  922.    at /opt/RC_BUILD/src/server/game/Maps/Map.h:676
  923.        p = {
  924.          x_coord = 288,
  925.          y_coord = 276
  926.        }
  927.        cell = {
  928.          data = {
  929.            Part = {
  930.              grid_x = 36,
  931.              grid_y = 34,
  932.              cell_x = 0,
  933.              cell_y = 4,
  934.              nocreate = 1,
  935.              reserved = 31
  936.            },
  937.            All = 1058015396
  938.          }
  939.        }
  940.        world_object_notifier = {
  941.          i_visitor = @0x7fae007fda40
  942.        }
  943. #14 WorldObject::VisitNearbyWorldObject (
  944.    this=, radius=,
  945.    notifier=)
  946.    at /opt/RC_BUILD/src/server/game/Entities/Object/Object.h:686
  947. No locals.
  948. #15 0x00000000006a89c0 in WorldObject::SendMessageToSet (this=0x7fa34cc3f000,
  949.    data=0x7fae007fda90)
  950.    at /opt/RC_BUILD/src/server/game/Entities/Object/Object.cpp:1693
  951.        notifier = {
  952.          i_source = 0x7fa34cc3f000,
  953.          i_message = 0x7fae007fda90,
  954.          i_phaseMask = 1,
  955.          i_distSq = 25600,
  956.          team = 0,
  957.          skipped_receiver = 0x0
  958.        }
  959. #16 0x0000000000764357 in Unit::SendPeriodicAuraLog (this=0x7fa34cc3f000,
  960.    pInfo=)
  961.    at /opt/RC_BUILD/src/server/game/Entities/Unit/Unit.cpp:5198
  962.        aura = 0x4
  963.        data = {
  964.           = {
  965.            static DEFAULT_SIZE = ,
  966.            _rpos = 0,
  967.            _wpos = 45,
  968.            _storage = {
  969.               >> = {
  970.                _M_impl = {
  971.                  > = {
  972.                    <__gnu_cxx::new_allocator> = {}, },
  973.                  members of std::_Vector_base >::_Vector_impl:
  974.                  _M_start = 0x7fa3afe3d800 "ߢ5,\242g0\361\a\372\266\006Ä‚ÅŸ",
  975.                  _M_finish = 0x7fa3afe3d82d "",
  976.                  _M_end_of_storage = 0x7fa3afe3d838 "("
  977.                }
  978.              }, }
  979.          },
  980.          members of WorldPacket:
  981.          m_opcode = 590
  982.        }
  983. #17 0x000000000090100b in AuraEffect::PeriodicTick (this=0x7fa37b2b5940,
  984.    target=0x7fa34cc3f000, caster=0x7fa3c1f54000)
  985.    at /opt/RC_BUILD/src/server/game/Spells/Auras/SpellAuraEffects.cpp:1388
  986.        absorb = 0
  987.        resist = 0
  988.        damage = 992
  989.        cleanDamage = {
  990.          absorbed_damage = 0,
  991.          mitigated_damage = 0,
  992.          attackType = BASE_ATTACK,
  993.          hitOutCome = MELEE_HIT_NORMAL
  994.        }
  995.        crit = false
  996.        procVictim = 1572864
  997.        overkill = -401253
  998.        pInfo = {
  999.          auraEff = 0x7fa37b2b5940,
  1000.          damage = 992,
  1001.          overDamage = 0,
  1002.          absorb = 0,
  1003.          resist = 0,
  1004.          multiplier = 0,
  1005.          critical = false
  1006.        }
  1007. #18 0x000000000090237f in AuraEffect::Update (this=0x7fa37b2b5940,
  1008.    diff=, caster=0x7fa3c1f54000)
  1009.    at /opt/RC_BUILD/src/server/game/Spells/Auras/SpellAuraEffects.cpp:1063
  1010.        effectTargets = {
  1011.           >> = {
  1012.            _M_impl = {
  1013.               >> = {
  1014.                <__gnu_cxx::new_allocator >> = {}, },
  1015.              members of std::_List_base >::_List_impl:
  1016.              _M_node = {
  1017.                _M_next = 0x7fa3a3fa02c0,
  1018.                _M_prev = 0x7fa3a3fa02c0
  1019.              }
  1020.            }
  1021.          }, }
  1022. #19 0x00000000008e6267 in Aura::UpdateOwner (this=0x7fa35542b100,
  1023.    diff=, owner=)
  1024.    at /opt/RC_BUILD/src/server/game/Spells/Auras/SpellAuras.cpp:591
  1025.        caster = 0x7fa3c1f54000
  1026.        modSpell = 0x0
  1027.        modOwner = 0x7fa3c1f54000
  1028. #20 0x000000000078a4de in Unit::_UpdateSpells (this=0x7fa34cc3f000, time=54)
  1029.    at /opt/RC_BUILD/src/server/game/Entities/Unit/Unit.cpp:3337
  1030.        i_aura = 0x7fa35542b100
  1031. #21 0x000000000078a772 in Unit::Update (this=0x7fa34cc3f000, p_time=54)
  1032.    at /opt/RC_BUILD/src/server/game/Entities/Unit/Unit.cpp:235
  1033. No locals.
  1034. #22 0x0000000000a26ff1 in Creature::Update (this=0x7fa34cc3f000, diff=54)
  1035.    at /opt/RC_BUILD/src/server/game/Entities/Creature/Creature.cpp:528
  1036.        bIsPolymorphed =
  1037. #23 0x0000000000a3a5a8 in TempSummon::Update (this=0x7fae8b9c2190,
  1038.    diff=3221005664)
  1039.    at /opt/RC_BUILD/src/server/game/Entities/Creature/TemporarySummon.cpp:42
  1040. No locals.
  1041. #24 0x000000000086356a in void Map::Visit > > > > >(Cell const&, TypeContainerVisitor > > > > >&) ()
  1042. No symbol table info available.
  1043. #25 0x0000000000859ce9 in Visit > > > > > (this=0x7fa350764000, t_diff=)
  1044.    at /opt/RC_BUILD/src/server/game/Grids/Cells/CellImpl.h:50
  1045. No locals.
  1046. #26 Map::Update (this=0x7fa350764000, t_diff=)
  1047.    at /opt/RC_BUILD/src/server/game/Maps/Map.cpp:639
  1048.        pair = {
  1049.          x_coord = 288,
  1050.          y_coord = 276
  1051.        }
  1052.        cell = {
  1053.          data = {
  1054.            Part = {
  1055.              grid_x = 36,
  1056.              grid_y = 34,
  1057.              cell_x = 0,
  1058.              cell_y = 4,
  1059.              nocreate = 0,
  1060.              reserved = 16
  1061.            },
  1062.            All = 537921700
  1063.          }
  1064.        }
  1065.        y = 276
  1066.        x = 288
  1067.        plr =
  1068.        updater = {
  1069.          i_timeDiff = 54
  1070.        }
  1071.        grid_object_update = {
  1072.          i_visitor = @0x7fae007fdfd0
  1073.        }
  1074.        world_object_update = {
  1075.          i_visitor = @0x7fae007fdfd0
  1076.        }
  1077. #27 0x000000000085a839 in InstanceMap::Update (this=0x7fae8b9c2190,
  1078.    t_diff=@0x7fa3bffca560) at /opt/RC_BUILD/src/server/game/Maps/Map.cpp:2541
  1079. No locals.
  1080. #28 0x0000000000a584f1 in MapInstanced::Update (this=0x7fa43afdd000,
  1081.    t=@0x7fa35ad54360)
  1082.    at /opt/RC_BUILD/src/server/game/Maps/MapInstanced.cpp:68
  1083.        i = {
  1084.          , false>> = {
  1085.            _M_cur_node = 0x7fa35df75440,
  1086.            _M_cur_bucket = 0x7fa375e34e30
  1087.          }, }
  1088. #29 0x00000000008687f2 in MapUpdateRequest::call (this=0x7fa35ad54340)
  1089.    at /opt/RC_BUILD/src/server/game/Maps/MapUpdater.cpp:56
  1090. No locals.
  1091. #30 0x0000000000acf751 in DelayExecutor::svc (this=0x7fae8c752718)
  1092.    at /opt/RC_BUILD/src/server/shared/Threading/DelayExecutor.cpp:52
  1093.        rq = 0x7fa35ad54340
  1094. #31 0x00007fb032e13bc7 in ACE_Task_Base::svc_run (args=)
  1095.    at ../../ace/Task.cpp:275
  1096.        t = 0x7fae8c752718
  1097.        svc_status =
  1098. #32 0x00007fb032e14f51 in ACE_Thread_Adapter::invoke (this=0x7fae8c78a460)
  1099.    at ../../ace/Thread_Adapter.cpp:98
  1100.        exit_hook_instance =
  1101.        exit_hook_maybe = {
  1102.          instance_ = 0x0
  1103.        }
  1104.        exit_hook_ptr =
  1105. #33 0x00007fb031a85a04 in start_thread (arg=)
  1106.    at pthread_create.c:300
  1107.        __res =
  1108.        pd = 0x7fae007fe910
  1109.        unwind_buf = {
  1110.          cancel_jmp_buf =             {{
  1111.              jmp_buf =                 {140385309419792,
  1112.                8485794428021134375,
  1113.                140736201589456,
  1114.                0,
  1115.                0,
  1116.                3,
  1117.                -8457872330535709657,
  1118.                -8456640513282124761},
  1119.              mask_was_saved = 0
  1120.            }},
  1121.          priv = {
  1122.            pad =               {0x0,
  1123.              0x0,
  1124.              0x0,
  1125.              0x0},
  1126.            data = {
  1127.              prev = 0x0,
  1128.              cleanup = 0x0,
  1129.              canceltype = 0
  1130.            }
  1131.          }
  1132.        }
  1133.        not_first_call =
  1134.        robust =
  1135. #34 0x00007fb0317ef7bd in clone ()
  1136.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  1137. No locals.
  1138. #35 0x0000000000000000 in ?? ()
  1139. No symbol table info available.
  1140.  
  1141. Thread 18 (Thread 19377):
  1142. #0  0x000000000084dd8b in Map::EnsureGridCreated (this=0x7fae8131c000, p=...)
  1143.    at /opt/RC_BUILD/src/server/game/Maps/Map.cpp:334
  1144. No locals.
  1145. #1  0x000000000084f55d in Map::EnsureGridLoaded (this=0x7fae8131c000, cell=...)
  1146.    at /opt/RC_BUILD/src/server/game/Maps/Map.cpp:385
  1147.        grid =
  1148. #2  0x000000000086347c in void Map::Visit > > > > >(Cell const&, TypeContainerVisitor > > > > >&) ()
  1149. No symbol table info available.
  1150. #3  0x0000000000859ce9 in Visit > > > > > (this=0x7fae8131c000, t_diff=)
  1151.    at /opt/RC_BUILD/src/server/game/Grids/Cells/CellImpl.h:50
  1152. No locals.
  1153. #4  Map::Update (this=0x7fae8131c000, t_diff=)
  1154.    at /opt/RC_BUILD/src/server/game/Maps/Map.cpp:639
  1155.        pair = {
  1156.          x_coord = 266,
  1157.          y_coord = 189
  1158.        }
  1159.        cell = {
  1160.          data = {
  1161.            Part = {
  1162.              grid_x = 33,
  1163.              grid_y = 23,
  1164.              cell_x = 2,
  1165.              cell_y = 5,
  1166.              nocreate = 0,
  1167.              reserved = 16
  1168.            },
  1169.            All = 538191329
  1170.          }
  1171.        }
  1172.        y = 189
  1173.        x = 266
  1174.        plr =
  1175.        updater = {
  1176.          i_timeDiff = 54
  1177.        }
  1178.        grid_object_update = {
  1179.          i_visitor = @0x7fad007fc020
  1180.        }
  1181.        world_object_update = {
  1182.          i_visitor = @0x7fad007fc020
  1183.        }
  1184. #5  0x00000000008687f2 in MapUpdateRequest::call (this=0x7fa3545c14f0)
  1185.    at /opt/RC_BUILD/src/server/game/Maps/MapUpdater.cpp:56
  1186. No locals.
  1187. #6  0x0000000000acf751 in DelayExecutor::svc (this=0x7fae8c752718)
  1188.    at /opt/RC_BUILD/src/server/shared/Threading/DelayExecutor.cpp:52
  1189.        rq = 0x7fa3545c14f0
  1190. #7  0x00007fb032e13bc7 in ACE_Task_Base::svc_run (args=)
  1191.    at ../../ace/Task.cpp:275
  1192.        t = 0x7fae8c752718
  1193.        svc_status =
  1194. #8  0x00007fb032e14f51 in ACE_Thread_Adapter::invoke (this=0x7fae8c78a2e0)
  1195.    at ../../ace/Thread_Adapter.cpp:98
  1196.        exit_hook_instance =
  1197.        exit_hook_maybe = {
  1198.          instance_ = 0x0
  1199.        }
  1200.        exit_hook_ptr =
  1201. #9  0x00007fb031a85a04 in start_thread (arg=)
  1202.    at pthread_create.c:300
  1203.        __res =
  1204.        pd = 0x7fad007fc910
  1205.        unwind_buf = {
  1206.          cancel_jmp_buf =             {{
  1207.              jmp_buf =                 {140381014444304,
  1208.                8485794428021134375,
  1209.                140736201589456,
  1210.                0,
  1211.                0,
  1212.                3,
  1213.                -8459561181469715417,
  1214.                -8456640513282124761},
  1215.              mask_was_saved = 0
  1216.            }},
  1217.          priv = {
  1218.            pad =               {0x0,
  1219.              0x0,
  1220.              0x0,
  1221.              0x0},
  1222.            data = {
  1223.              prev = 0x0,
  1224.              cleanup = 0x0,
  1225.              canceltype = 0
  1226.            }
  1227.          }
  1228.        }
  1229.        not_first_call =
  1230.        robust =
  1231. #10 0x00007fb0317ef7bd in clone ()
  1232.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  1233. No locals.
  1234. #11 0x0000000000000000 in ?? ()
  1235. No symbol table info available.
  1236. Current language:  auto
  1237. The current source language is "auto; currently c++".
  1238.  
  1239. Thread 17 (Thread 19378):
  1240. #0  0x000000000078a85f in Unit::Update (this=0x7fa3551f6000, p_time=54)
  1241.    at /opt/RC_BUILD/src/server/game/Entities/Unit/Unit.cpp:274
  1242. No locals.
  1243. #1  0x0000000000a26ff1 in Creature::Update (this=0x7fa3551f6000, diff=54)
  1244.    at /opt/RC_BUILD/src/server/game/Entities/Creature/Creature.cpp:528
  1245.        bIsPolymorphed =
  1246. #2  0x000000000086356a in void Map::Visit > > > > >(Cell const&, TypeContainerVisitor > > > > >&) ()
  1247. No symbol table info available.
  1248. #3  0x0000000000859ce9 in Visit > > > > > (this=0x7fa355719000, t_diff=)
  1249.    at /opt/RC_BUILD/src/server/game/Grids/Cells/CellImpl.h:50
  1250. No locals.
  1251. #4  Map::Update (this=0x7fa355719000, t_diff=)
  1252.    at /opt/RC_BUILD/src/server/game/Maps/Map.cpp:639
  1253.        pair = {
  1254.          x_coord = 266,
  1255.          y_coord = 255
  1256.        }
  1257.        cell = {
  1258.          data = {
  1259.            Part = {
  1260.              grid_x = 33,
  1261.              grid_y = 31,
  1262.              cell_x = 2,
  1263.              cell_y = 7,
  1264.              nocreate = 0,
  1265.              reserved = 16
  1266.            },
  1267.            All = 538716129
  1268.          }
  1269.        }
  1270.        y = 255
  1271.        x = 266
  1272.        plr =
  1273.        updater = {
  1274.          i_timeDiff = 54
  1275.        }
  1276.        grid_object_update = {
  1277.          i_visitor = @0x7fac807fafd0
  1278.        }
  1279.        world_object_update = {
  1280.          i_visitor = @0x7fac807fafd0
  1281.        }
  1282. #5  0x000000000085a839 in InstanceMap::Update (this=0x1ea2, t_diff=@0x20)
  1283.    at /opt/RC_BUILD/src/server/game/Maps/Map.cpp:2541
  1284. No locals.
  1285. #6  0x0000000000a584f1 in MapInstanced::Update (this=0x7fa382d25000,
  1286.    t=@0x7fa37f65ccf0)
  1287.    at /opt/RC_BUILD/src/server/game/Maps/MapInstanced.cpp:68
  1288.        i = {
  1289.          , false>> = {
  1290.            _M_cur_node = 0x7fa3563ff5a0,
  1291.            _M_cur_bucket = 0x7fa3a5e746e0
  1292.          }, }
  1293. #7  0x00000000008687f2 in MapUpdateRequest::call (this=0x7fa37f65ccd0)
  1294.    at /opt/RC_BUILD/src/server/game/Maps/MapUpdater.cpp:56
  1295. No locals.
  1296. #8  0x0000000000acf751 in DelayExecutor::svc (this=0x7fae8c752718)
  1297.    at /opt/RC_BUILD/src/server/shared/Threading/DelayExecutor.cpp:52
  1298.        rq = 0x7fa37f65ccd0
  1299. #9  0x00007fb032e13bc7 in ACE_Task_Base::svc_run (args=)
  1300.    at ../../ace/Task.cpp:275
  1301.        t = 0x7fae8c752718
  1302.        svc_status =
  1303. #10 0x00007fb032e14f51 in ACE_Thread_Adapter::invoke (this=0x7fae8c78a7c0)
  1304.    at ../../ace/Thread_Adapter.cpp:98
  1305.        exit_hook_instance =
  1306.        exit_hook_maybe = {
  1307.          instance_ = 0x0
  1308.        }
  1309.        exit_hook_ptr =
  1310. #11 0x00007fb031a85a04 in start_thread (arg=)
  1311.    at pthread_create.c:300
  1312.        __res =
  1313.        pd = 0x7fac807fb910
  1314.        unwind_buf = {
  1315.          cancel_jmp_buf =             {{
  1316.              jmp_buf =                 {140378866956560,
  1317.                8485794428021134375,
  1318.                140736201589456,
  1319.                0,
  1320.                0,
  1321.                3,
  1322.                -8459279702734908377,
  1323.                -8456640513282124761},
  1324.              mask_was_saved = 0
  1325.            }},
  1326.          priv = {
  1327.            pad =               {0x0,
  1328.              0x0,
  1329.              0x0,
  1330.              0x0},
  1331.            data = {
  1332.              prev = 0x0,
  1333.              cleanup = 0x0,
  1334.              canceltype = 0
  1335.            }
  1336.          }
  1337.        }
  1338.        not_first_call =
  1339.        robust =
  1340. #12 0x00007fb0317ef7bd in clone ()
  1341.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  1342. No locals.
  1343. #13 0x0000000000000000 in ?? ()
  1344. No symbol table info available.
  1345.  
  1346. Thread 16 (Thread 19379):
  1347. #0  0x00007fb0321a86b7 in std::_Rb_tree_increment(std::_Rb_tree_node_base*) ()
  1348.   from /usr/lib/libstdc++.so.6
  1349. No symbol table info available.
  1350. #1  0x000000000078a4c9 in std::_Rb_tree_iterator >::operator++ (this=0x7fa369dbe000, time=54)
  1351.    at /usr/include/c++/4.4/bits/stl_tree.h:184
  1352. No locals.
  1353. #2  Unit::_UpdateSpells (this=0x7fa369dbe000, time=54)
  1354.    at /opt/RC_BUILD/src/server/game/Entities/Unit/Unit.cpp:3336
  1355.        i_aura = 0x7fa3e26d4700
  1356. #3  0x000000000078a772 in Unit::Update (this=0x7fa369dbe000, p_time=54)
  1357.    at /opt/RC_BUILD/src/server/game/Entities/Unit/Unit.cpp:235
  1358. No locals.
  1359. #4  0x000000000073b1ce in Player::Update (this=0x7fa369dbe000, p_time=54)
  1360.    at /opt/RC_BUILD/src/server/game/Entities/Player/Player.cpp:1291
  1361.        now =
  1362.        pet =
  1363. #5  0x0000000000859546 in Map::Update (this=0x7fae81303000,
  1364.    t_diff=)
  1365.    at /opt/RC_BUILD/src/server/game/Maps/Map.cpp:591
  1366.        plr = 0x7fa368069ee0
  1367.        updater = {
  1368.          i_timeDiff = 3
  1369.        }
  1370.        grid_object_update = {
  1371.          i_visitor = @0x1
  1372.        }
  1373.        world_object_update = {
  1374.          i_visitor = @0x7fa3200067e0
  1375.        }
  1376. #6  0x00000000008687f2 in MapUpdateRequest::call (this=0x7fa37b1cb820)
  1377.    at /opt/RC_BUILD/src/server/game/Maps/MapUpdater.cpp:56
  1378. No locals.
  1379. #7  0x0000000000acf751 in DelayExecutor::svc (this=0x7fae8c752718)
  1380.    at /opt/RC_BUILD/src/server/shared/Threading/DelayExecutor.cpp:52
  1381.        rq = 0x7fa37b1cb820
  1382. #8  0x00007fb032e13bc7 in ACE_Task_Base::svc_run (args=)
  1383.    at ../../ace/Task.cpp:275
  1384.        t = 0x7fae8c752718
  1385.        svc_status =
  1386. #9  0x00007fb032e14f51 in ACE_Thread_Adapter::invoke (this=0x7fae8c78a700)
  1387.    at ../../ace/Thread_Adapter.cpp:98
  1388.        exit_hook_instance =
  1389.        exit_hook_maybe = {
  1390.          instance_ = 0x0
  1391.        }
  1392.        exit_hook_ptr =
  1393. #10 0x00007fb031a85a04 in start_thread (arg=)
  1394.    at pthread_create.c:300
  1395.        __res =
  1396.        pd = 0x7fac007fa910
  1397.        unwind_buf = {
  1398.          cancel_jmp_buf =             {{
  1399.              jmp_buf =                 {140376719468816,
  1400.                8485794428021134375,
  1401.                140736201589456,
  1402.                0,
  1403.                0,
  1404.                3,
  1405.                -8458998228295068633,
  1406.                -8456640513282124761},
  1407.              mask_was_saved = 0
  1408.            }},
  1409.          priv = {
  1410.            pad =               {0x0,
  1411.              0x0,
  1412.              0x0,
  1413.              0x0},
  1414.            data = {
  1415.              prev = 0x0,
  1416.              cleanup = 0x0,
  1417.              canceltype = 0
  1418.            }
  1419.          }
  1420.        }
  1421.        not_first_call =
  1422.        robust =
  1423. #11 0x00007fb0317ef7bd in clone ()
  1424.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  1425. No locals.
  1426. #12 0x0000000000000000 in ?? ()
  1427. No symbol table info available.
  1428.  
  1429. Thread 15 (Thread 19380):
  1430. #0  pthread_cond_wait@@GLIBC_2.3.2 ()
  1431.    at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  1432. No locals.
  1433. #1  0x00007fb032d83e1a in cond_wait (this=0x7fae8c7527ec)
  1434.    at ../../ace/OS_NS_Thread.inl:329
  1435.        result =
  1436. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fae8c7527ec)
  1437.    at ../../ace/Condition_Thread_Mutex.cpp:90
  1438. No locals.
  1439. #3  0x0000000000868130 in MapUpdater::wait (this=0x7fae8c752710)
  1440.    at /opt/RC_BUILD/src/server/game/Maps/MapUpdater.cpp:89
  1441.        guard = {
  1442.          lock_ = 0x7fae8c752828,
  1443.          owner_ = 0
  1444.        }
  1445. #4  0x0000000000866302 in MapManager::Update (this=0x7fae8c752608,
  1446.    diff=)
  1447.    at /opt/RC_BUILD/src/server/game/Maps/MapManager.cpp:282
  1448. No locals.
  1449. #5  0x00000000009570b4 in World::Update (this=0x7fb0300bf808, diff=54)
  1450.    at /opt/RC_BUILD/src/server/game/World/World.cpp:1976
  1451.        autobroadcaston = 1
  1452. #6  0x000000000060aedc in WorldRunnable::run (this=)
  1453.    at /opt/RC_BUILD/src/server/worldserver/WorldThread/WorldRunnable.cpp:64
  1454.        diff = 54
  1455.        realCurrTime = 405240661
  1456.        realPrevTime =
  1457.        prevSleepTime = 0
  1458. #7  0x0000000000ad014a in ACE_Based::Thread::ThreadTask (param=0x7fae8c7527ec)
  1459.    at /opt/RC_BUILD/src/server/shared/Threading/Threading.cpp:183
  1460. No locals.
  1461. #8  0x00007fb031a85a04 in start_thread (arg=)
  1462.    at pthread_create.c:300
  1463.        __res =
  1464.        pd = 0x7fab807f9910
  1465.        unwind_buf = {
  1466.          cancel_jmp_buf =             {{
  1467.              jmp_buf =                 {140374571981072,
  1468.                8485794428021134375,
  1469.                140736201590256,
  1470.                0,
  1471.                0,
  1472.                3,
  1473.                -8460968553668914137,
  1474.                -8456640513282124761},
  1475.              mask_was_saved = 0
  1476.            }},
  1477.          priv = {
  1478.            pad =               {0x0,
  1479.              0x0,
  1480.              0x0,
  1481.              0x0},
  1482.            data = {
  1483.              prev = 0x0,
  1484.              cleanup = 0x0,
  1485.              canceltype = 0
  1486.            }
  1487.          }
  1488.        }
  1489.        not_first_call =
  1490.        robust =
  1491. #9  0x00007fb0317ef7bd in clone ()
  1492.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  1493. No locals.
  1494. #10 0x0000000000000000 in ?? ()
  1495. No symbol table info available.
  1496.  
  1497. Thread 14 (Thread 19381):
  1498. #0  0x00007fb031a8d0cb in read () from /lib/libpthread.so.0
  1499. No symbol table info available.
  1500. #1  0x00007fb0330a22ce in read (stream=0x7fb031a796a0)
  1501.    at /usr/include/bits/unistd.h:45
  1502. No locals.
  1503. #2  rl_getc (stream=0x7fb031a796a0) at /build/buildd/readline5-5.2/input.c:472
  1504.        result =
  1505.        c =
  1506. #3  0x00007fb03308f67f in readline_internal_char ()
  1507.    at /build/buildd/readline5-5.2/readline.c:484
  1508.        lastc = -1
  1509.        eof_found = 0
  1510.        c =
  1511.        code =
  1512.        lk = 0
  1513. #4  0x00007fb03308fb45 in readline_internal_charloop (
  1514.    prompt=) at /build/buildd/readline5-5.2/readline.c:545
  1515. No locals.
  1516. #5  readline_internal (prompt=)
  1517.    at /build/buildd/readline5-5.2/readline.c:559
  1518.        eof = -512
  1519. #6  readline (prompt=)
  1520.    at /build/buildd/readline5-5.2/readline.c:321
  1521.        value =
  1522. #7  0x0000000000603386 in CliRunnable::run (this=)
  1523.    at /opt/RC_BUILD/src/server/worldserver/CommandLine/CliRunnable.cpp:720
  1524.        command_str = 0x7fae8baab3e0 "P\257",
  1525. #8  0x0000000000ad014a in ACE_Based::Thread::ThreadTask (param=0x0)
  1526.    at /opt/RC_BUILD/src/server/shared/Threading/Threading.cpp:183
  1527. No locals.
  1528. #9  0x00007fb031a85a04 in start_thread (arg=)
  1529.    at pthread_create.c:300
  1530.        __res =
  1531.        pd = 0x7fab007f8910
  1532.        unwind_buf = {
  1533.          cancel_jmp_buf =             {{
  1534.              jmp_buf =                 {140372424493328,
  1535.                8485794428021134375,
  1536.                140736201590256,
  1537.                0,
  1538.                0,
  1539.                3,
  1540.                -8460687079229074393,
  1541.                -8456640513282124761},
  1542.              mask_was_saved = 0
  1543.            }},
  1544.          priv = {
  1545.            pad =               {0x0,
  1546.              0x0,
  1547.              0x0,
  1548.              0x0},
  1549.            data = {
  1550.              prev = 0x0,
  1551.              cleanup = 0x0,
  1552.              canceltype = 0
  1553.            }
  1554.          }
  1555.        }
  1556.        not_first_call =
  1557.        robust =
  1558. #10 0x00007fb0317ef7bd in clone ()
  1559.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  1560. No locals.
  1561. #11 0x0000000000000000 in ?? ()
  1562. No symbol table info available.
  1563. Current language:  auto
  1564. The current source language is "auto; currently asm".
  1565.  
  1566. Thread 13 (Thread 19382):
  1567. #0  0x00007fb0317e83c2 in select () from /lib/libc.so.6
  1568. No symbol table info available.
  1569. #1  0x0000000000ae250b in SocketHandler::Select (this=0x7faa807f6c10,
  1570.    tsel=)
  1571.    at /opt/RC_BUILD/externals/sockets/SocketHandler.cpp:390
  1572.        wfds = {
  1573.          fds_bits =             {0 }
  1574.        }
  1575.        efds = {
  1576.          fds_bits =             {33554432,
  1577.            0 }
  1578.        }
  1579.        rfds = {
  1580.          fds_bits =             {33554432,
  1581.            0 }
  1582.        }
  1583.        n = -2139132904
  1584. #2  0x0000000000ade686 in SocketHandler::Select (this=0x1a,
  1585.    sec=, usec=140370277001168)
  1586.    at /opt/RC_BUILD/externals/sockets/SocketHandler.cpp:287
  1587.        tv = {
  1588.          tv_sec = 0,
  1589.          tv_usec = 10000
  1590.        }
  1591. #3  0x000000000060d1e2 in RARunnable::run() ()
  1592. No symbol table info available.
  1593. #4  0x0000000000ad014a in ACE_Based::Thread::ThreadTask (param=0x1a)
  1594.    at /opt/RC_BUILD/src/server/shared/Threading/Threading.cpp:183
  1595. No locals.
  1596. #5  0x00007fb031a85a04 in start_thread (arg=)
  1597.    at pthread_create.c:300
  1598.        __res =
  1599.        pd = 0x7faa807f7910
  1600.        unwind_buf = {
  1601.          cancel_jmp_buf =             {{
  1602.              jmp_buf =                 {140370277005584,
  1603.                8485794428021134375,
  1604.                140736201590256,
  1605.                0,
  1606.                0,
  1607.                3,
  1608.                -8460405609084201945,
  1609.                -8456640513282124761},
  1610.              mask_was_saved = 0
  1611.            }},
  1612.          priv = {
  1613.            pad =               {0x0,
  1614.              0x0,
  1615.              0x0,
  1616.              0x0},
  1617.            data = {
  1618.              prev = 0x0,
  1619.              cleanup = 0x0,
  1620.              canceltype = 0
  1621.            }
  1622.          }
  1623.        }
  1624.        not_first_call =
  1625.        robust =
  1626. #6  0x00007fb0317ef7bd in clone ()
  1627.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  1628. No locals.
  1629. #7  0x0000000000000000 in ?? ()
  1630. No symbol table info available.
  1631. Current language:  auto
  1632. The current source language is "auto; currently c".
  1633.  
  1634. Thread 12 (Thread 19383):
  1635. #0  0x00007fb0317e83c2 in select () from /lib/libc.so.6
  1636. No symbol table info available.
  1637. #1  0x0000000000b8d6bb in tcp_select (soap=0x7faa007da7e0, s=24,
  1638.    flags=, timeout=)
  1639.    at /opt/RC_BUILD/externals/gsoap/stdsoap2.cpp:4418
  1640.        tv = {
  1641.          tv_sec = 3,
  1642.          tv_usec = 0
  1643.        }
  1644.        fd =           {{
  1645.            fds_bits =               {16777216,
  1646.              0 }
  1647.          },
  1648.          {
  1649.            fds_bits =               {16777216,
  1650.              0 }
  1651.          },
  1652.          {
  1653.            fds_bits =               {16777216,
  1654.              0 }
  1655.          }}
  1656.        sfd = 0x7faa007da610
  1657.        efd = 0x7faa007da690
  1658.        r =
  1659.        rfd = 0x7faa007da590
  1660. #2  0x0000000000b9b1ff in soap_accept (soap=0x7faa007da7e0)
  1661.    at /opt/RC_BUILD/externals/gsoap/stdsoap2.cpp:4486
  1662.        r = -514
  1663.        err = -514
  1664.        n = 16
  1665.        len = 65536
  1666.        set = 1
  1667. #3  0x00000000006085c7 in TCSoapRunnable::run (this=0x7fae8c77d360)
  1668.    at /opt/RC_BUILD/src/server/worldserver/TCSoap/TCSoap.cpp:53
  1669.        thread_soap =
  1670.        pool = {
  1671.          > = {
  1672.             = {
  1673.               = {
  1674.                 = {
  1675.                  _vptr.ACE_Event_Handler = 0xedbdb0,
  1676.                  reference_count_ = {
  1677.                    value_ = 1,
  1678.                    static increment_fn_ = 0x7fb032d7b130 ,
  1679.                    static decrement_fn_ = 0x7fb032d7b140 ,
  1680.                    static exchange_fn_ = 0x7fb032d7b160 ,
  1681.                    static exchange_add_fn_ = 0x7fb032d7b170
  1682.                  },
  1683.                  priority_ = 0,
  1684.                  reactor_ = 0x0,
  1685.                  reference_counting_policy_ = {
  1686.                     = {
  1687.                      _vptr.Policy = 0x7fb033069530
  1688.                    },
  1689.                    members of ACE_Event_Handler::Reference_Counting_Policy:
  1690.                    value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED
  1691.                  }
  1692.                },
  1693.                 = {
  1694.                  _vptr.ACE_Shared_Object = 0xedbeb0
  1695.                }, },
  1696.              members of ACE_Task_Base:
  1697.              thr_count_ = 5,
  1698.              thr_mgr_ = 0x7fae80eba140,
  1699.              flags_ = 0,
  1700.              grp_id_ = 2,
  1701.              lock_ = {
  1702.                lock_ = {
  1703.                  __data = {
  1704.                    __lock = 0,
  1705.                    __count = 0,
  1706.                    __owner = 0,
  1707.                    __nusers = 0,
  1708.                    __kind = 0,
  1709.                    __spins = 0,
  1710.                    __list = {
  1711.                      __prev = 0x0,
  1712.                      __next = 0x0
  1713.                    }
  1714.                  },
  1715.                  __size =                     '\000' ,
  1716.                  __align = 0
  1717.                },
  1718.                removed_ = false
  1719.              },
  1720.              last_thread_id_ = 0
  1721.            },
  1722.            members of ACE_Task:
  1723.            msg_queue_ = 0x7faf2ec25f00,
  1724.            delete_msg_queue_ = true,
  1725.            mod_ = 0x0,
  1726.            next_ = 0x0
  1727.          }, }
  1728.        soap = {
  1729.          _vptr.soap = 0xf64fd0,
  1730.          state = 1,
  1731.          version = 0,
  1732.          mode = 0,
  1733.          imode = 2097152,
  1734.          omode = 2097152,
  1735.          float_format = 0xf618de "%.9G",
  1736.          double_format = 0xf618e3 "%.17lG",
  1737.          dime_id_format = 0xf618ea "cid:id%d",
  1738.          http_version = 0xf618f3 "1.1",
  1739.          http_content = 0x0,
  1740.          encodingStyle = 0xf64500 "",
  1741.          actor = 0x0,
  1742.          lang = 0xf62204 "en",
  1743.          recv_timeout = 5,
  1744.          send_timeout = 5,
  1745.          connect_timeout = 0,
  1746.          accept_timeout = 3,
  1747.          socket_flags = 0,
  1748.          connect_flags = 0,
  1749.          bind_flags = 0,
  1750.          accept_flags = 0,
  1751.          linger_time = 0,
  1752.          namespaces = 0x1301060,
  1753.          local_namespaces = 0x0,
  1754.          nlist = 0x0,
  1755.          blist = 0x0,
  1756.          clist = 0x7faf2ec48c60,
  1757.          alist = 0x0,
  1758.          iht =             {0x0 },
  1759.          pht =             {0x0 },
  1760.          pblk = 0x0,
  1761.          pidx = 0,
  1762.          header = 0x0,
  1763.          fault = 0x7faf2ec49fb0,
  1764.          idnum = 0,
  1765.          user = 0x0,
  1766.          plugins = 0x0,
  1767.          userid = 0x0,
  1768.          passwd = 0x0,
  1769.          fpost = 0xbad8a0 ,
  1770.          fget = 0xb8b970 ,
  1771.          fput = 0xb8b980 ,
  1772.          fdel = 0xb8b980 ,
  1773.          fhead = 0xb8b980 ,
  1774.          fform = 0,
  1775.          fposthdr = 0xb93ce0 ,
  1776.          fresponse = 0xb8ea60 ,
  1777.          fparse = 0xb9f0d0 ,
  1778.          fparsehdr = 0xbacd10 ,
  1779.          fheader = 0,
  1780.          fresolve = 0xb90d70 ,
  1781.          fconnect = 0,
  1782.          fdisconnect = 0,
  1783.          fclosesocket = 0xb90d50 ,
  1784.          fshutdownsocket = 0xb90d40 ,
  1785.          fopen = 0xba28b0 ,
  1786.          faccept = 0xb90d60 ,
  1787.          fclose = 0xb8b290 ,
  1788.          fsend = 0xb90a30 ,
  1789.          frecv = 0xb90800 ,
  1790.          fpoll = 0xb9b640 ,
  1791.          fseterror = 0,
  1792.          fignore = 0,
  1793.          fserveloop = 0,
  1794.          fplugin = 0xb8ea00 ,
  1795.          fmalloc = 0,
  1796.          fprepareinit = 0,
  1797.          fpreparesend = 0,
  1798.          fpreparerecv = 0,
  1799.          fpreparefinal = 0,
  1800.          fdimereadopen = 0,
  1801.          fdimewriteopen = 0,
  1802.          fdimereadclose = 0,
  1803.          fdimewriteclose = 0,
  1804.          fdimeread = 0,
  1805.          fdimewrite = 0,
  1806.          fmimereadopen = 0,
  1807.          fmimewriteopen = 0,
  1808.          fmimereadclose = 0,
  1809.          fmimewriteclose = 0,
  1810.          fmimeread = 0,
  1811.          fmimewrite = 0,
  1812.          master = 24,
  1813.          socket = -1,
  1814.          os = 0x0,
  1815.          is = 0x0,
  1816.          sendfd = 1,
  1817.          recvfd = 0,
  1818.          bufidx = 0,
  1819.          buflen = 0,
  1820.          ahead = 0,
  1821.          cdata = 0,
  1822.          body = 0,
  1823.          level = 0,
  1824.          count = 0,
  1825.          length = 0,
  1826.          labbuf = 0x0,
  1827.          lablen = 0,
  1828.          labidx = 0,
  1829.          buf =             '\000' ,
  1830.          msgbuf =             '\000' ,
  1831.          tmpbuf =             '\000' ,
  1832.          tag =             '\000' ,
  1833.          id =             '\000' ,
  1834.          href =             '\000' ,
  1835.          type =             '\000' ,
  1836.          arrayType =             '\000' ,
  1837.          arraySize =             '\000' ,
  1838.          arrayOffset =             '\000' ,
  1839.          other = 0,
  1840.          position = 0,
  1841.          positions =             {0 },
  1842.          root = 0,
  1843.          attributes = 0x0,
  1844.          encoding = 0,
  1845.          mustUnderstand = 0,
  1846.          null = 0,
  1847.          ns = 0,
  1848.          part = 9,
  1849.          alloced = 0,
  1850.          peeked = 0,
  1851.          chunksize = 0,
  1852.          chunkbuflen = 0,
  1853.          endpoint =             '\000' ,
  1854.          path =             '\000' ,
  1855.          host =             '\000' ,
  1856.          action = 0x0,
  1857.          authrealm = 0x0,
  1858.          prolog = 0x0,
  1859.          ip = 0,
  1860.          port = 0,
  1861.          keep_alive = 0,
  1862.          tcp_keep_alive = 0,
  1863.          tcp_keep_idle = 0,
  1864.          tcp_keep_intvl = 0,
  1865.          tcp_keep_cnt = 0,
  1866.          max_keep_alive = 100,
  1867.          proxy_http_version = 0xf618f7 "1.0",
  1868.          proxy_host = 0x0,
  1869.          proxy_port = 8080,
  1870.          proxy_userid = 0x0,
  1871.          proxy_passwd = 0x0,
  1872.          proxy_from = 0x0,
  1873.          status = 0,
  1874.          error = 0,
  1875.          errmode = 0,
  1876.          errnum = 0,
  1877.          dom = 0x0,
  1878.          dime = {
  1879.            count = 0,
  1880.            size = 0,
  1881.            chunksize = 0,
  1882.            buflen = 0,
  1883.            flags = 0 '\000',
  1884.            ptr = 0x0,
  1885.            id = 0x0,
  1886.            type = 0x0,
  1887.            options = 0x0,
  1888.            list = 0x0,
  1889.            first = 0x0,
  1890.            last = 0x0
  1891.          },
  1892.          mime = {
  1893.            boundary = 0x0,
  1894.            start = 0x0,
  1895.            list = 0x0,
  1896.            first = 0x0,
  1897.            last = 0x0
  1898.          },
  1899.          xlist = 0x0,
  1900.          logfile =             {0x0,
  1901.            0x0,
  1902.            0x0},
  1903.          fdebug =             {0x0,
  1904.            0x0,
  1905.            0x0},
  1906.          mht =             {0x0 ,
  1907.            0x7faf2ec00358,
  1908.            0x1,
  1909.            0x7fb0304025a0,
  1910.            0x0,
  1911.            0x0,
  1912.            0x0,
  1913.            0x0,
  1914.            0x0,
  1915.            0x7faf2ec00328,
  1916.            0x1,
  1917.            0x7fb0304025a0,
  1918.            0x0 },
  1919.          c14ninclude = 0x0,
  1920.          c14nexclude = 0x0,
  1921.          cookies = 0x0,
  1922.          cookie_domain = 0x0,
  1923.          cookie_path = 0x0,
  1924.          cookie_max = 32,
  1925.          ipv6_multicast_if = 0,
  1926.          ipv4_multicast_if = 0x0,
  1927.          ipv4_multicast_ttl = 0,
  1928.          peer = {
  1929.            sin_family = 0,
  1930.            sin_port = 0,
  1931.            sin_addr = {
  1932.              s_addr = 0
  1933.            },
  1934.            sin_zero =               "\000\000\000\000\000\000\000"
  1935.          },
  1936.          peerlen = 16,
  1937.          fsslauth = 0x0,
  1938.          fsslverify = 0x0,
  1939.          bio = 0x0,
  1940.          ssl = 0x0,
  1941.          ctx = 0x0,
  1942.          session = 0x0,
  1943.          ssl_flags = 0,
  1944.          keyfile = 0x0,
  1945.          password = 0x0,
  1946.          dhfile = 0x0,
  1947.          cafile = 0x0,
  1948.          capath = 0x0,
  1949.          crlfile = 0x0,
  1950.          randfile = 0x0,
  1951.          session_host =             '\000' "\300, .\257\177\000\000\000\000\300.\257\177\000\000 \000\000\000\000\000\000\000\t\267\273", '\000' "\340, \003\000\000\000\000\000\000\336\003\000\000\000\000\000\000\230%@0\260\177\000\000\000\000\300.\257\177\000\001\036\000\000\000\000\000\000\000@%@0\260\177\000\000\000\000\302.\257\177\000\000\001\000\000\000\000\000\000\000\240%@0\260\177", '\000' "\223, Ě»", '\000' , "@%@0\260\177\000\000\000\340\301.\257\177\000\000\001\000\000\000\000\000\000\000\001 ", '\000' , "@%@0\260\177\000\000H%@0\260\177\000\000\000 ", '\000' ,
  1952.          session_port = 12308943,
  1953.          c_locale = 0x0,
  1954.          d_stream = 0x0,
  1955.          z_crc = 8192,
  1956.          z_dict = 0x7faf2ec07800 "@%@0\260\177",
  1957.          z_dict_len = 0,
  1958.          zlib_state = 0,
  1959.          zlib_in = 0,
  1960.          zlib_out = -9712,
  1961.          z_buf = 0x0,
  1962.          z_buflen = 12308943,
  1963.          z_level = 0,
  1964.          z_ratio_in = 0,
  1965.          z_ratio_out = 8.81641427e-11
  1966.        }
  1967.        m =
  1968.        s = -514
  1969. #4  0x0000000000ad014a in ACE_Based::Thread::ThreadTask (param=0x19)
  1970.    at /opt/RC_BUILD/src/server/shared/Threading/Threading.cpp:183
  1971. No locals.
  1972. #5  0x00007fb031a85a04 in start_thread (arg=)
  1973.    at pthread_create.c:300
  1974.        __res =
  1975.        pd = 0x7faa007f6910
  1976.        unwind_buf = {
  1977.          cancel_jmp_buf =             {{
  1978.              jmp_buf =                 {140368129517840,
  1979.                8485794428021134375,
  1980.                140736201590256,
  1981.                0,
  1982.                0,
  1983.                3,
  1984.                -8460124134644362201,
  1985.                -8456640513282124761},
  1986.              mask_was_saved = 0
  1987.            }},
  1988.          priv = {
  1989.            pad =               {0x0,
  1990.              0x0,
  1991.              0x0,
  1992.              0x0},
  1993.            data = {
  1994.              prev = 0x0,
  1995.              cleanup = 0x0,
  1996.              canceltype = 0
  1997.            }
  1998.          }
  1999.        }
  2000.        not_first_call =
  2001.        robust =
  2002. #6  0x00007fb0317ef7bd in clone ()
  2003.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  2004. No locals.
  2005. #7  0x0000000000000000 in ?? ()
  2006. No symbol table info available.
  2007.  
  2008. Thread 11 (Thread 19384):
  2009. #0  0x00007fb031a8d8f1 in nanosleep () from /lib/libpthread.so.0
  2010. No symbol table info available.
  2011. #1  0x0000000000acfe94 in sleep (msecs=)
  2012.    at /opt/ACE_NEW/include/ace/OS_NS_unistd.inl:951
  2013.        rqtp = {
  2014.          tv_sec = 1,
  2015.          tv_nsec = 0
  2016.        }
  2017. #2  ACE_Based::Thread::Sleep (msecs=)
  2018.    at /opt/RC_BUILD/src/server/shared/Threading/Threading.cpp:231
  2019. No locals.
  2020. #3  0x000000000060cba2 in FreezeDetectorRunnable::run() ()
  2021. No symbol table info available.
  2022. #4  0x0000000000ad014a in ACE_Based::Thread::ThreadTask (param=0x7fa9007f4060)
  2023.    at /opt/RC_BUILD/src/server/shared/Threading/Threading.cpp:183
  2024. No locals.
  2025. #5  0x00007fb031a85a04 in start_thread (arg=)
  2026.    at pthread_create.c:300
  2027.        __res =
  2028.        pd = 0x7fa9007f4910
  2029.        unwind_buf = {
  2030.          cancel_jmp_buf =             {{
  2031.              jmp_buf =                 {140363834542352,
  2032.                8485794428021134375,
  2033.                140736201590256,
  2034.                0,
  2035.                0,
  2036.                3,
  2037.                -8461812985578367961,
  2038.                -8456640513282124761},
  2039.              mask_was_saved = 0
  2040.            }},
  2041.          priv = {
  2042.            pad =               {0x0,
  2043.              0x0,
  2044.              0x0,
  2045.              0x0},
  2046.            data = {
  2047.              prev = 0x0,
  2048.              cleanup = 0x0,
  2049.              canceltype = 0
  2050.            }
  2051.          }
  2052.        }
  2053.        not_first_call =
  2054.        robust =
  2055. #6  0x00007fb0317ef7bd in clone ()
  2056.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  2057. No locals.
  2058. #7  0x0000000000000000 in ?? ()
  2059. No symbol table info available.
  2060.  
  2061. Thread 10 (Thread 19385):
  2062. #0  pthread_cond_wait@@GLIBC_2.3.2 ()
  2063.    at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  2064. No locals.
  2065. #1  0x00007fb032d83ebd in cond_timedwait (this=0x7faf2ec25f84, mutex=...,
  2066.    abstime=0x1) at ../../ace/OS_NS_Thread.inl:362
  2067.        result =
  2068.        ts = {
  2069.          tv_sec = 3,
  2070.          tv_nsec = 12314364
  2071.        }
  2072. #2  ACE_Condition_Thread_Mutex::wait (this=0x7faf2ec25f84, mutex=...,
  2073.    abstime=0x1) at ../../ace/Condition_Thread_Mutex.cpp:100
  2074. No locals.
  2075. #3  0x000000000060915b in ACE_Message_Queue::wait_not_empty_cond
  2076.    (this=0x7faf2ec25f00, timeout=0x0)
  2077.    at /opt/ACE_NEW/include/ace/Message_Queue_T.cpp:1742
  2078.        result =
  2079. #4  0x0000000000609f09 in ACE_Message_Queue::dequeue_head (
  2080.    this=0x7faf2ec25f00, first_item=@0x7fa9807f5078, timeout=0x0)
  2081.    at /opt/ACE_NEW/include/ace/Message_Queue_T.cpp:1910
  2082.        ace_mon = {
  2083.          lock_ = 0x7faf2ec25f50,
  2084.          owner_ = 0
  2085.        }
  2086. #5  0x0000000000609a98 in ACE_Task::getq (this=0x7faa007f5fe0)
  2087.    at /opt/ACE_NEW/include/ace/Task_T.inl:22
  2088. No locals.
  2089. #6  SOAPWorkingThread::svc (this=0x7faa007f5fe0)
  2090.    at /opt/RC_BUILD/src/server/worldserver/TCSoap/TCSoap.h:60
  2091.        mb = 0x0
  2092. #7  0x00007fb032e13bc7 in ACE_Task_Base::svc_run (args=)
  2093.    at ../../ace/Task.cpp:275
  2094.        t = 0x7faa007f5fe0
  2095.        svc_status =
  2096. #8  0x00007fb032e14f51 in ACE_Thread_Adapter::invoke (this=0x7faf2ec27fa0)
  2097.    at ../../ace/Thread_Adapter.cpp:98
  2098.        exit_hook_instance =
  2099.        exit_hook_maybe = {
  2100.          instance_ = 0x0
  2101.        }
  2102.        exit_hook_ptr =
  2103. #9  0x00007fb031a85a04 in start_thread (arg=)
  2104.    at pthread_create.c:300
  2105.        __res =
  2106.        pd = 0x7fa9807f5910
  2107.        unwind_buf = {
  2108.          cancel_jmp_buf =             {{
  2109.              jmp_buf =                 {140365982030096,
  2110.                8485794428021134375,
  2111.                140368129402192,
  2112.                0,
  2113.                0,
  2114.                3,
  2115.                -8462094460018207705,
  2116.                -8456640513282124761},
  2117.              mask_was_saved = 0
  2118.            }},
  2119.          priv = {
  2120.            pad =               {0x0,
  2121.              0x0,
  2122.              0x0,
  2123.              0x0},
  2124.            data = {
  2125.              prev = 0x0,
  2126.              cleanup = 0x0,
  2127.              canceltype = 0
  2128.            }
  2129.          }
  2130.        }
  2131.        not_first_call =
  2132.        robust =
  2133. #10 0x00007fb0317ef7bd in clone ()
  2134.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  2135. No locals.
  2136. #11 0x0000000000000000 in ?? ()
  2137. No symbol table info available.
  2138.  
  2139. Thread 9 (Thread 19386):
  2140. #0  pthread_cond_wait@@GLIBC_2.3.2 ()
  2141.    at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  2142. No locals.
  2143. #1  0x00007fb032d83ebd in cond_timedwait (this=0x7faf2ec25f84, mutex=...,
  2144.    abstime=0x2) at ../../ace/OS_NS_Thread.inl:362
  2145.        result =
  2146.        ts = {
  2147.          tv_sec = 3,
  2148.          tv_nsec = 12314364
  2149.        }
  2150. #2  ACE_Condition_Thread_Mutex::wait (this=0x7faf2ec25f84, mutex=...,
  2151.    abstime=0x2) at ../../ace/Condition_Thread_Mutex.cpp:100
  2152. No locals.
  2153. #3  0x000000000060915b in ACE_Message_Queue::wait_not_empty_cond
  2154.    (this=0x7faf2ec25f00, timeout=0x0)
  2155.    at /opt/ACE_NEW/include/ace/Message_Queue_T.cpp:1742
  2156.        result =
  2157. #4  0x0000000000609f09 in ACE_Message_Queue::dequeue_head (
  2158.    this=0x7faf2ec25f00, first_item=@0x7fa87fbf3078, timeout=0x0)
  2159.    at /opt/ACE_NEW/include/ace/Message_Queue_T.cpp:1910
  2160.        ace_mon = {
  2161.          lock_ = 0x7faf2ec25f50,
  2162.          owner_ = 0
  2163.        }
  2164. #5  0x0000000000609a98 in ACE_Task::getq (this=0x7faa007f5fe0)
  2165.    at /opt/ACE_NEW/include/ace/Task_T.inl:22
  2166. No locals.
  2167. #6  SOAPWorkingThread::svc (this=0x7faa007f5fe0)
  2168.    at /opt/RC_BUILD/src/server/worldserver/TCSoap/TCSoap.h:60
  2169.        mb = 0x0
  2170. #7  0x00007fb032e13bc7 in ACE_Task_Base::svc_run (args=)
  2171.    at ../../ace/Task.cpp:275
  2172.        t = 0x7faa007f5fe0
  2173.        svc_status =
  2174. #8  0x00007fb032e14f51 in ACE_Thread_Adapter::invoke (this=0x7faf2ec27ee0)
  2175.    at ../../ace/Thread_Adapter.cpp:98
  2176.        exit_hook_instance =
  2177.        exit_hook_maybe = {
  2178.          instance_ = 0x0
  2179.        }
  2180.        exit_hook_ptr =
  2181. #9  0x00007fb031a85a04 in start_thread (arg=)
  2182.    at pthread_create.c:300
  2183.        __res =
  2184.        pd = 0x7fa87fbf3910
  2185.        unwind_buf = {
  2186.          cancel_jmp_buf =             {{
  2187.              jmp_buf =                 {140361674471696,
  2188.                8485794428021134375,
  2189.                140368129402192,
  2190.                0,
  2191.                0,
  2192.                3,
  2193.                -8461306656715680729,
  2194.                -8456640513282124761},
  2195.              mask_was_saved = 0
  2196.            }},
  2197.          priv = {
  2198.            pad =               {0x0,
  2199.              0x0,
  2200.              0x0,
  2201.              0x0},
  2202.            data = {
  2203.              prev = 0x0,
  2204.              cleanup = 0x0,
  2205.              canceltype = 0
  2206.            }
  2207.          }
  2208.        }
  2209.        not_first_call =
  2210.        robust =
  2211. #10 0x00007fb0317ef7bd in clone ()
  2212.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  2213. No locals.
  2214. #11 0x0000000000000000 in ?? ()
  2215. No symbol table info available.
  2216. Current language:  auto
  2217. The current source language is "auto; currently asm".
  2218.  
  2219. Thread 8 (Thread 19387):
  2220. #0  pthread_cond_wait@@GLIBC_2.3.2 ()
  2221.    at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  2222. No locals.
  2223. #1  0x00007fb032d83ebd in cond_timedwait (this=0x7faf2ec25f84, mutex=...,
  2224.    abstime=0x3) at ../../ace/OS_NS_Thread.inl:362
  2225.        result =
  2226.        ts = {
  2227.          tv_sec = 3,
  2228.          tv_nsec = 12314364
  2229.        }
  2230. #2  ACE_Condition_Thread_Mutex::wait (this=0x7faf2ec25f84, mutex=...,
  2231.    abstime=0x3) at ../../ace/Condition_Thread_Mutex.cpp:100
  2232. No locals.
  2233. #3  0x000000000060915b in ACE_Message_Queue::wait_not_empty_cond
  2234.    (this=0x7faf2ec25f00, timeout=0x0)
  2235.    at /opt/ACE_NEW/include/ace/Message_Queue_T.cpp:1742
  2236.        result =
  2237. #4  0x0000000000609f09 in ACE_Message_Queue::dequeue_head (
  2238.    this=0x7faf2ec25f00, first_item=@0x7fa7ff3ff078, timeout=0x0)
  2239.    at /opt/ACE_NEW/include/ace/Message_Queue_T.cpp:1910
  2240.        ace_mon = {
  2241.          lock_ = 0x7faf2ec25f50,
  2242.          owner_ = 0
  2243.        }
  2244. #5  0x0000000000609a98 in ACE_Task::getq (this=0x7faa007f5fe0)
  2245.    at /opt/ACE_NEW/include/ace/Task_T.inl:22
  2246. No locals.
  2247. #6  SOAPWorkingThread::svc (this=0x7faa007f5fe0)
  2248.    at /opt/RC_BUILD/src/server/worldserver/TCSoap/TCSoap.h:60
  2249.        mb = 0x0
  2250. #7  0x00007fb032e13bc7 in ACE_Task_Base::svc_run (args=)
  2251.    at ../../ace/Task.cpp:275
  2252.        t = 0x7faa007f5fe0
  2253.        svc_status =
  2254. #8  0x00007fb032e14f51 in ACE_Thread_Adapter::invoke (this=0x7faf2ec27e20)
  2255.    at ../../ace/Thread_Adapter.cpp:98
  2256.        exit_hook_instance =
  2257.        exit_hook_maybe = {
  2258.          instance_ = 0x0
  2259.        }
  2260.        exit_hook_ptr =
  2261. #9  0x00007fb031a85a04 in start_thread (arg=)
  2262.    at pthread_create.c:300
  2263.        __res =
  2264.        pd = 0x7fa7ff3ff910
  2265.        unwind_buf = {
  2266.          cancel_jmp_buf =             {{
  2267.              jmp_buf =                 {140359518648592,
  2268.                8485794428021134375,
  2269.                140368129402192,
  2270.                0,
  2271.                0,
  2272.                3,
  2273.                -8463275879893543897,
  2274.                -8456640513282124761},
  2275.              mask_was_saved = 0
  2276.            }},
  2277.          priv = {
  2278.            pad =               {0x0,
  2279.              0x0,
  2280.              0x0,
  2281.              0x0},
  2282.            data = {
  2283.              prev = 0x0,
  2284.              cleanup = 0x0,
  2285.              canceltype = 0
  2286.            }
  2287.          }
  2288.        }
  2289.        not_first_call =
  2290.        robust =
  2291. #10 0x00007fb0317ef7bd in clone ()
  2292.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  2293. No locals.
  2294. #11 0x0000000000000000 in ?? ()
  2295. No symbol table info available.
  2296.  
  2297. Thread 7 (Thread 19388):
  2298. #0  pthread_cond_wait@@GLIBC_2.3.2 ()
  2299.    at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  2300. No locals.
  2301. #1  0x00007fb032d83ebd in cond_timedwait (this=0x7faf2ec25f84, mutex=...,
  2302.    abstime=0x4) at ../../ace/OS_NS_Thread.inl:362
  2303.        result =
  2304.        ts = {
  2305.          tv_sec = 3,
  2306.          tv_nsec = 12314364
  2307.        }
  2308. #2  ACE_Condition_Thread_Mutex::wait (this=0x7faf2ec25f84, mutex=...,
  2309.    abstime=0x4) at ../../ace/Condition_Thread_Mutex.cpp:100
  2310. No locals.
  2311. #3  0x000000000060915b in ACE_Message_Queue::wait_not_empty_cond
  2312.    (this=0x7faf2ec25f00, timeout=0x0)
  2313.    at /opt/ACE_NEW/include/ace/Message_Queue_T.cpp:1742
  2314.        result =
  2315. #4  0x0000000000609f09 in ACE_Message_Queue::dequeue_head (
  2316.    this=0x7faf2ec25f00, first_item=@0x7fa77f3fe078, timeout=0x0)
  2317.    at /opt/ACE_NEW/include/ace/Message_Queue_T.cpp:1910
  2318.        ace_mon = {
  2319.          lock_ = 0x7faf2ec25f50,
  2320.          owner_ = 0
  2321.        }
  2322. #5  0x0000000000609a98 in ACE_Task::getq (this=0x7faa007f5fe0)
  2323.    at /opt/ACE_NEW/include/ace/Task_T.inl:22
  2324. No locals.
  2325. #6  SOAPWorkingThread::svc (this=0x7faa007f5fe0)
  2326.    at /opt/RC_BUILD/src/server/worldserver/TCSoap/TCSoap.h:60
  2327.        mb = 0x0
  2328. #7  0x00007fb032e13bc7 in ACE_Task_Base::svc_run (args=)
  2329.    at ../../ace/Task.cpp:275
  2330.        t = 0x7faa007f5fe0
  2331.        svc_status =
  2332. #8  0x00007fb032e14f51 in ACE_Thread_Adapter::invoke (this=0x7faf2ec27d60)
  2333.    at ../../ace/Thread_Adapter.cpp:98
  2334.        exit_hook_instance =
  2335.        exit_hook_maybe = {
  2336.          instance_ = 0x0
  2337.        }
  2338.        exit_hook_ptr =
  2339. #9  0x00007fb031a85a04 in start_thread (arg=)
  2340.    at pthread_create.c:300
  2341.        __res =
  2342.        pd = 0x7fa77f3fe910
  2343.        unwind_buf = {
  2344.          cancel_jmp_buf =             {{
  2345.              jmp_buf =                 {140357371160848,
  2346.                8485794428021134375,
  2347.                140368129402192,
  2348.                0,
  2349.                0,
  2350.                3,
  2351.                -8462994405453704153,
  2352.                -8456640513282124761},
  2353.              mask_was_saved = 0
  2354.            }},
  2355.          priv = {
  2356.            pad =               {0x0,
  2357.              0x0,
  2358.              0x0,
  2359.              0x0},
  2360.            data = {
  2361.              prev = 0x0,
  2362.              cleanup = 0x0,
  2363.              canceltype = 0
  2364.            }
  2365.          }
  2366.        }
  2367.        not_first_call =
  2368.        robust =
  2369. #10 0x00007fb0317ef7bd in clone ()
  2370.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  2371. No locals.
  2372. #11 0x0000000000000000 in ?? ()
  2373. No symbol table info available.
  2374.  
  2375. Thread 6 (Thread 19389):
  2376. #0  pthread_cond_wait@@GLIBC_2.3.2 ()
  2377.    at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  2378. No locals.
  2379. #1  0x00007fb032d83ebd in cond_timedwait (this=0x7faf2ec25f84, mutex=...,
  2380.    abstime=0x5) at ../../ace/OS_NS_Thread.inl:362
  2381.        result =
  2382.        ts = {
  2383.          tv_sec = 3,
  2384.          tv_nsec = 12314364
  2385.        }
  2386. #2  ACE_Condition_Thread_Mutex::wait (this=0x7faf2ec25f84, mutex=...,
  2387.    abstime=0x5) at ../../ace/Condition_Thread_Mutex.cpp:100
  2388. No locals.
  2389. #3  0x000000000060915b in ACE_Message_Queue::wait_not_empty_cond
  2390.    (this=0x7faf2ec25f00, timeout=0x0)
  2391.    at /opt/ACE_NEW/include/ace/Message_Queue_T.cpp:1742
  2392.        result =
  2393. #4  0x0000000000609f09 in ACE_Message_Queue::dequeue_head (
  2394.    this=0x7faf2ec25f00, first_item=@0x7fa6febfd078, timeout=0x0)
  2395.    at /opt/ACE_NEW/include/ace/Message_Queue_T.cpp:1910
  2396.        ace_mon = {
  2397.          lock_ = 0x7faf2ec25f50,
  2398.          owner_ = 0
  2399.        }
  2400. #5  0x0000000000609a98 in ACE_Task::getq (this=0x7faa007f5fe0)
  2401.    at /opt/ACE_NEW/include/ace/Task_T.inl:22
  2402. No locals.
  2403. #6  SOAPWorkingThread::svc (this=0x7faa007f5fe0)
  2404.    at /opt/RC_BUILD/src/server/worldserver/TCSoap/TCSoap.h:60
  2405.        mb = 0x0
  2406. #7  0x00007fb032e13bc7 in ACE_Task_Base::svc_run (args=)
  2407.    at ../../ace/Task.cpp:275
  2408.        t = 0x7faa007f5fe0
  2409.        svc_status =
  2410. #8  0x00007fb032e14f51 in ACE_Thread_Adapter::invoke (this=0x7faf2ec27ca0)
  2411.    at ../../ace/Thread_Adapter.cpp:98
  2412.        exit_hook_instance =
  2413.        exit_hook_maybe = {
  2414.          instance_ = 0x0
  2415.        }
  2416.        exit_hook_ptr =
  2417. #9  0x00007fb031a85a04 in start_thread (arg=)
  2418.    at pthread_create.c:300
  2419.        __res =
  2420.        pd = 0x7fa6febfd910
  2421.        unwind_buf = {
  2422.          cancel_jmp_buf =             {{
  2423.              jmp_buf =                 {140355215284496,
  2424.                8485794428021134375,
  2425.                140368129402192,
  2426.                0,
  2427.                0,
  2428.                3,
  2429.                -8462716229548747737,
  2430.                -8456640513282124761},
  2431.              mask_was_saved = 0
  2432.            }},
  2433.          priv = {
  2434.            pad =               {0x0,
  2435.              0x0,
  2436.              0x0,
  2437.              0x0},
  2438.            data = {
  2439.              prev = 0x0,
  2440.              cleanup = 0x0,
  2441.              canceltype = 0
  2442.            }
  2443.          }
  2444.        }
  2445.        not_first_call =
  2446.        robust =
  2447. #10 0x00007fb0317ef7bd in clone ()
  2448.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  2449. No locals.
  2450. #11 0x0000000000000000 in ?? ()
  2451. No symbol table info available.
  2452.  
  2453. Thread 5 (Thread 19390):
  2454. #0  0x00007fb0317efdf8 in epoll_wait () from /lib/libc.so.6
  2455. No symbol table info available.
  2456. #1  0x00007fb032d93432 in ACE_Dev_Poll_Reactor::work_pending_i (
  2457.    this=0x7fae80e99ac0, max_wait_time=0x7fa67ebfc050)
  2458.    at ../../ace/Dev_Poll_Reactor.cpp:960
  2459.        timer_buf = {
  2460.          static zero = {
  2461.            static zero = ,
  2462.            static max_time = {
  2463.              static zero = ,
  2464.              static max_time = ,
  2465.              tv_ = {
  2466.                tv_sec = 9223372036854775807,
  2467.                tv_usec = 999999
  2468.              }
  2469.            },
  2470.            tv_ = {
  2471.              tv_sec = 0,
  2472.              tv_usec = 0
  2473.            }
  2474.          },
  2475.          static max_time = ,
  2476.          tv_ = {
  2477.            tv_sec = 0,
  2478.            tv_usec = 10000
  2479.          }
  2480.        }
  2481.        this_timeout = 0xfffffffffffffffc
  2482.        nfds =
  2483. #2  0x00007fb032d96a4c in ACE_Dev_Poll_Reactor::handle_events_i (
  2484.    this=0x7fae80e99ac0, max_wait_time=0x7fa67ebfc050, guard=...)
  2485.    at ../../ace/Dev_Poll_Reactor.cpp:1030
  2486.        result =
  2487. #3  0x00007fb032d96c16 in ACE_Dev_Poll_Reactor::handle_events (
  2488.    this=0x7fae80e99ac0, max_wait_time=0x7fa67ebfc050)
  2489.    at ../../ace/Dev_Poll_Reactor.cpp:1012
  2490.        countdown = {
  2491.           = {},
  2492.          members of ACE_Countdown_Time:
  2493.          max_wait_time_ = 0x7fa67ebfc050,
  2494.          start_time_ = {
  2495.            static zero = {
  2496.              static zero = ,
  2497.              static max_time = {
  2498.                static zero = ,
  2499.                static max_time = ,
  2500.                tv_ = {
  2501.                  tv_sec = 9223372036854775807,
  2502.                  tv_usec = 999999
  2503.                }
  2504.              },
  2505.              tv_ = {
  2506.                tv_sec = 0,
  2507.                tv_usec = 0
  2508.              }
  2509.            },
  2510.            static max_time = ,
  2511.            tv_ = {
  2512.              tv_sec = 1280305494,
  2513.              tv_usec = 879338
  2514.            }
  2515.          },
  2516.          stopped_ = false
  2517.        }
  2518.        guard = {
  2519.          token_ = @0x7fae80e99ae8,
  2520.          owner_ = 1
  2521.        }
  2522.        result = -1
  2523. #4  0x00007fb032dee91d in ACE_Reactor::run_reactor_event_loop (
  2524.    this=0x7fae8c77d3e0, tv=..., eh=0) at ../../ace/Reactor.cpp:271
  2525.        result = -2132276472
  2526. #5  0x00000000008dbb75 in ReactorRunnable::svc (this=0x7fae80e80b08)
  2527.    at /opt/RC_BUILD/src/server/game/Server/WorldSocketMgr.cpp:168
  2528.        interval = {
  2529.          static zero = {
  2530.            static zero = ,
  2531.            static max_time = {
  2532.              static zero = ,
  2533.              static max_time = ,
  2534.              tv_ = {
  2535.                tv_sec = 9223372036854775807,
  2536.                tv_usec = 999999
  2537.              }
  2538.            },
  2539.            tv_ = {
  2540.              tv_sec = 0,
  2541.              tv_usec = 0
  2542.            }
  2543.          },
  2544.          static max_time = ,
  2545.          tv_ = {
  2546.            tv_sec = 0,
  2547.            tv_usec = 10000
  2548.          }
  2549.        }
  2550. #6  0x00007fb032e13bc7 in ACE_Task_Base::svc_run (args=)
  2551.    at ../../ace/Task.cpp:275
  2552.        t = 0x7fae80e80b08
  2553.        svc_status =
  2554. #7  0x00007fb032e14f51 in ACE_Thread_Adapter::invoke (this=0x7fae80c68ca0)
  2555.    at ../../ace/Thread_Adapter.cpp:98
  2556.        exit_hook_instance =
  2557.        exit_hook_maybe = {
  2558.          instance_ = 0x0
  2559.        }
  2560.        exit_hook_ptr =
  2561. #8  0x00007fb031a85a04 in start_thread (arg=)
  2562.    at pthread_create.c:300
  2563.        __res =
  2564.        pd = 0x7fa67ebfc910
  2565.        unwind_buf = {
  2566.          cancel_jmp_buf =             {{
  2567.              jmp_buf =                 {140353067796752,
  2568.                8485794428021134375,
  2569.                140736201589584,
  2570.                0,
  2571.                0,
  2572.                3,
  2573.                -8462434755108907993,
  2574.                -8456640513282124761},
  2575.              mask_was_saved = 0
  2576.            }},
  2577.          priv = {
  2578.            pad =               {0x0,
  2579.              0x0,
  2580.              0x0,
  2581.              0x0},
  2582.            data = {
  2583.              prev = 0x0,
  2584.              cleanup = 0x0,
  2585.              canceltype = 0
  2586.            }
  2587.          }
  2588.        }
  2589.        not_first_call =
  2590.        robust =
  2591. #9  0x00007fb0317ef7bd in clone ()
  2592.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  2593. No locals.
  2594. #10 0x0000000000000000 in ?? ()
  2595. No symbol table info available.
  2596.  
  2597. Thread 4 (Thread 19391):
  2598. #0  0x00007fb0317efdf8 in epoll_wait () from /lib/libc.so.6
  2599. No symbol table info available.
  2600. #1  0x00007fb032d93432 in ACE_Dev_Poll_Reactor::work_pending_i (
  2601.    this=0x7fae80db3ec0, max_wait_time=0x7fa5febfb050)
  2602.    at ../../ace/Dev_Poll_Reactor.cpp:960
  2603.        timer_buf = {
  2604.          static zero = {
  2605.            static zero = ,
  2606.            static max_time = {
  2607.              static zero = ,
  2608.              static max_time = ,
  2609.              tv_ = {
  2610.                tv_sec = 9223372036854775807,
  2611.                tv_usec = 999999
  2612.              }
  2613.            },
  2614.            tv_ = {
  2615.              tv_sec = 0,
  2616.              tv_usec = 0
  2617.            }
  2618.          },
  2619.          static max_time = ,
  2620.          tv_ = {
  2621.            tv_sec = 0,
  2622.            tv_usec = 1161
  2623.          }
  2624.        }
  2625.        this_timeout = 0xfffffffffffffffc
  2626.        nfds =
  2627. #2  0x00007fb032d96a4c in ACE_Dev_Poll_Reactor::handle_events_i (
  2628.    this=0x7fae80db3ec0, max_wait_time=0x7fa5febfb050, guard=...)
  2629.    at ../../ace/Dev_Poll_Reactor.cpp:1030
  2630.        result =
  2631. #3  0x00007fb032d96c16 in ACE_Dev_Poll_Reactor::handle_events (
  2632.    this=0x7fae80db3ec0, max_wait_time=0x7fa5febfb050)
  2633.    at ../../ace/Dev_Poll_Reactor.cpp:1012
  2634.        countdown = {
  2635.           = {},
  2636.          members of ACE_Countdown_Time:
  2637.          max_wait_time_ = 0x7fa5febfb050,
  2638.          start_time_ = {
  2639.            static zero = {
  2640.              static zero = ,
  2641.              static max_time = {
  2642.                static zero = ,
  2643.                static max_time = ,
  2644.                tv_ = {
  2645.                  tv_sec = 9223372036854775807,
  2646.                  tv_usec = 999999
  2647.                }
  2648.              },
  2649.              tv_ = {
  2650.                tv_sec = 0,
  2651.                tv_usec = 0
  2652.              }
  2653.            },
  2654.            static max_time = ,
  2655.            tv_ = {
  2656.              tv_sec = 1280305494,
  2657.              tv_usec = 885009
  2658.            }
  2659.          },
  2660.          stopped_ = false
  2661.        }
  2662.        guard = {
  2663.          token_ = @0x7fae80db3ee8,
  2664.          owner_ = 1
  2665.        }
  2666.        result = -1
  2667. #4  0x00007fb032dee91d in ACE_Reactor::run_reactor_event_loop (
  2668.    this=0x7fae8c77d3a0, tv=..., eh=0) at ../../ace/Reactor.cpp:271
  2669.        result = 1
  2670. #5  0x00000000008dbb75 in ReactorRunnable::svc (this=0x7fae80e80c40)
  2671.    at /opt/RC_BUILD/src/server/game/Server/WorldSocketMgr.cpp:168
  2672.        interval = {
  2673.          static zero = {
  2674.            static zero = ,
  2675.            static max_time = {
  2676.              static zero = ,
  2677.              static max_time = ,
  2678.              tv_ = {
  2679.                tv_sec = 9223372036854775807,
  2680.                tv_usec = 999999
  2681.              }
  2682.            },
  2683.            tv_ = {
  2684.              tv_sec = 0,
  2685.              tv_usec = 0
  2686.            }
  2687.          },
  2688.          static max_time = ,
  2689.          tv_ = {
  2690.            tv_sec = 0,
  2691.            tv_usec = 1161
  2692.          }
  2693.        }
  2694. #6  0x00007fb032e13bc7 in ACE_Task_Base::svc_run (args=)
  2695.    at ../../ace/Task.cpp:275
  2696.        t = 0x7fae80e80c40
  2697.        svc_status =
  2698. #7  0x00007fb032e14f51 in ACE_Thread_Adapter::invoke (this=0x7fae80c68e80)
  2699.    at ../../ace/Thread_Adapter.cpp:98
  2700.        exit_hook_instance =
  2701.        exit_hook_maybe = {
  2702.          instance_ = 0x0
  2703.        }
  2704.        exit_hook_ptr =
  2705. #8  0x00007fb031a85a04 in start_thread (arg=)
  2706.    at pthread_create.c:300
  2707.        __res =
  2708.        pd = 0x7fa5febfb910
  2709.        unwind_buf = {
  2710.          cancel_jmp_buf =             {{
  2711.              jmp_buf =                 {140350920309008,
  2712.                8485794428021134375,
  2713.                140736201589584,
  2714.                0,
  2715.                0,
  2716.                3,
  2717.                -8464405076187786201,
  2718.                -8456640513282124761},
  2719.              mask_was_saved = 0
  2720.            }},
  2721.          priv = {
  2722.            pad =               {0x0,
  2723.              0x0,
  2724.              0x0,
  2725.              0x0},
  2726.            data = {
  2727.              prev = 0x0,
  2728.              cleanup = 0x0,
  2729.              canceltype = 0
  2730.            }
  2731.          }
  2732.        }
  2733.        not_first_call =
  2734.        robust =
  2735. #9  0x00007fb0317ef7bd in clone ()
  2736.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  2737. No locals.
  2738. #10 0x0000000000000000 in ?? ()
  2739. No symbol table info available.
  2740. Current language:  auto
  2741. The current source language is "auto; currently c".
  2742.  
  2743. Thread 3 (Thread 19392):
  2744. #0  0x00007fb0317efdf8 in epoll_wait () from /lib/libc.so.6
  2745. No symbol table info available.
  2746. #1  0x00007fb032d93432 in ACE_Dev_Poll_Reactor::work_pending_i (
  2747.    this=0x7fae80c4fec0, max_wait_time=0x7fa57ebfa050)
  2748.    at ../../ace/Dev_Poll_Reactor.cpp:960
  2749.        timer_buf = {
  2750.          static zero = {
  2751.            static zero = ,
  2752.            static max_time = {
  2753.              static zero = ,
  2754.              static max_time = ,
  2755.              tv_ = {
  2756.                tv_sec = 9223372036854775807,
  2757.                tv_usec = 999999
  2758.              }
  2759.            },
  2760.            tv_ = {
  2761.              tv_sec = 0,
  2762.              tv_usec = 0
  2763.            }
  2764.          },
  2765.          static max_time = ,
  2766.          tv_ = {
  2767.            tv_sec = 0,
  2768.            tv_usec = 4249
  2769.          }
  2770.        }
  2771.        this_timeout = 0x1
  2772.        nfds =
  2773. #2  0x00007fb032d96a4c in ACE_Dev_Poll_Reactor::handle_events_i (
  2774.    this=0x7fae80c4fec0, max_wait_time=0x7fa57ebfa050, guard=...)
  2775.    at ../../ace/Dev_Poll_Reactor.cpp:1030
  2776.        result =
  2777. #3  0x00007fb032d96c16 in ACE_Dev_Poll_Reactor::handle_events (
  2778.    this=0x7fae80c4fec0, max_wait_time=0x7fa57ebfa050)
  2779.    at ../../ace/Dev_Poll_Reactor.cpp:1012
  2780.        countdown = {
  2781.           = {},
  2782.          members of ACE_Countdown_Time:
  2783.          max_wait_time_ = 0x7fa57ebfa050,
  2784.          start_time_ = {
  2785.            static zero = {
  2786.              static zero = ,
  2787.              static max_time = {
  2788.                static zero = ,
  2789.                static max_time = ,
  2790.                tv_ = {
  2791.                  tv_sec = 9223372036854775807,
  2792.                  tv_usec = 999999
  2793.                }
  2794.              },
  2795.              tv_ = {
  2796.                tv_sec = 0,
  2797.                tv_usec = 0
  2798.              }
  2799.            },
  2800.            static max_time = ,
  2801.            tv_ = {
  2802.              tv_sec = 1280305494,
  2803.              tv_usec = 884596
  2804.            }
  2805.          },
  2806.          stopped_ = false
  2807.        }
  2808.        guard = {
  2809.          token_ = @0x7fae80c4fee8,
  2810.          owner_ = 1
  2811.        }
  2812.        result = -1
  2813. #4  0x00007fb032dee91d in ACE_Reactor::run_reactor_event_loop (
  2814.    this=0x7fae8c77d7a0, tv=..., eh=0) at ../../ace/Reactor.cpp:271
  2815.        result = 1
  2816. #5  0x00000000008dbb75 in ReactorRunnable::svc (this=0x7fae80e80d78)
  2817.    at /opt/RC_BUILD/src/server/game/Server/WorldSocketMgr.cpp:168
  2818.        interval = {
  2819.          static zero = {
  2820.            static zero = ,
  2821.            static max_time = {
  2822.              static zero = ,
  2823.              static max_time = ,
  2824.              tv_ = {
  2825.                tv_sec = 9223372036854775807,
  2826.                tv_usec = 999999
  2827.              }
  2828.            },
  2829.            tv_ = {
  2830.              tv_sec = 0,
  2831.              tv_usec = 0
  2832.            }
  2833.          },
  2834.          static max_time = ,
  2835.          tv_ = {
  2836.            tv_sec = 0,
  2837.            tv_usec = 4249
  2838.          }
  2839.        }
  2840. #6  0x00007fb032e13bc7 in ACE_Task_Base::svc_run (args=)
  2841.    at ../../ace/Task.cpp:275
  2842.        t = 0x7fae80e80d78
  2843.        svc_status =
  2844. #7  0x00007fb032e14f51 in ACE_Thread_Adapter::invoke (this=0x7fae80c68ee0)
  2845.    at ../../ace/Thread_Adapter.cpp:98
  2846.        exit_hook_instance =
  2847.        exit_hook_maybe = {
  2848.          instance_ = 0x0
  2849.        }
  2850.        exit_hook_ptr =
  2851. #8  0x00007fb031a85a04 in start_thread (arg=)
  2852.    at pthread_create.c:300
  2853.        __res =
  2854.        pd = 0x7fa57ebfa910
  2855.        unwind_buf = {
  2856.          cancel_jmp_buf =             {{
  2857.              jmp_buf =                 {140348772821264,
  2858.                8485794428021134375,
  2859.                140736201589584,
  2860.                0,
  2861.                0,
  2862.                3,
  2863.                -8464123601747946457,
  2864.                -8456640513282124761},
  2865.              mask_was_saved = 0
  2866.            }},
  2867.          priv = {
  2868.            pad =               {0x0,
  2869.              0x0,
  2870.              0x0,
  2871.              0x0},
  2872.            data = {
  2873.              prev = 0x0,
  2874.              cleanup = 0x0,
  2875.              canceltype = 0
  2876.            }
  2877.          }
  2878.        }
  2879.        not_first_call =
  2880.        robust =
  2881. #9  0x00007fb0317ef7bd in clone ()
  2882.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  2883. No locals.
  2884. #10 0x0000000000000000 in ?? ()
  2885. No symbol table info available.
  2886.  
  2887. Thread 2 (Thread 19393):
  2888. #0  0x00007fb031a8d5cc in __libc_send (fd=547, buf=,
  2889.    n=, flags=)
  2890.    at ../sysdeps/unix/sysv/linux/x86_64/send.c:33
  2891.        _a5 = 0
  2892.        _a2 = 140340261175296
  2893.        _a6 = 0
  2894.        _a3 = 16
  2895.        resultvar =
  2896.        _a4 = 16384
  2897.        _a1 = 547
  2898.        oldtype = 0
  2899.        result =
  2900. #1  0x00007fb032d6a0b5 in send (handle=547, buf=0x7fa3836a4000, n=16,
  2901.    flags=-1, timeout=0x0) at ../../ace/OS_NS_sys_socket.inl:580
  2902. No locals.
  2903. #2  ACE::send (handle=547, buf=0x7fa3836a4000, n=16, flags=-1, timeout=0x0)
  2904.    at ../../ace/ACE.cpp:1230
  2905. No locals.
  2906. #3  0x00000000008d833c in ACE_SOCK_IO::send (this=0x7fa39d254000)
  2907.    at /opt/ACE_NEW/include/ace/SOCK_IO.inl:84
  2908. No locals.
  2909. #4  WorldSocket::handle_output (this=0x7fa39d254000)
  2910.    at /opt/RC_BUILD/src/server/game/Server/WorldSocket.cpp:354
  2911.        Guard = {
  2912.          lock_ = 0x7fa39d254320,
  2913.          owner_ = 0
  2914.        }
  2915.        send_len = 16
  2916.        n = 16
  2917. #5  0x00000000008d3c7c in WorldSocket::Update (this=0x7fa39d254000)
  2918.    at /opt/RC_BUILD/src/server/game/Server/WorldSocket.cpp:480
  2919.        ret =
  2920. #6  0x00000000008dbd38 in ReactorRunnable::svc (this=0x7fae80e80eb0)
  2921.    at /opt/RC_BUILD/src/server/game/Server/WorldSocketMgr.cpp:175
  2922.        interval = {
  2923.          static zero = {
  2924.            static zero = ,
  2925.            static max_time = {
  2926.              static zero = ,
  2927.              static max_time = ,
  2928.              tv_ = {
  2929.                tv_sec = 9223372036854775807,
  2930.                tv_usec = 999999
  2931.              }
  2932.            },
  2933.            tv_ = {
  2934.              tv_sec = 0,
  2935.              tv_usec = 0
  2936.            }
  2937.          },
  2938.          static max_time = ,
  2939.          tv_ = {
  2940.            tv_sec = 0,
  2941.            tv_usec = 0
  2942.          }
  2943.        }
  2944. #7  0x00007fb032e13bc7 in ACE_Task_Base::svc_run (args=)
  2945.    at ../../ace/Task.cpp:275
  2946.        t = 0x7fae80e80eb0
  2947.        svc_status =
  2948. #8  0x00007fb032e14f51 in ACE_Thread_Adapter::invoke (this=0x7fae80c689a0)
  2949.    at ../../ace/Thread_Adapter.cpp:98
  2950.        exit_hook_instance =
  2951.        exit_hook_maybe = {
  2952.          instance_ = 0x0
  2953.        }
  2954.        exit_hook_ptr =
  2955. #9  0x00007fb031a85a04 in start_thread (arg=)
  2956.    at pthread_create.c:300
  2957.        __res =
  2958.        pd = 0x7fa4febf9910
  2959.        unwind_buf = {
  2960.          cancel_jmp_buf =             {{
  2961.              jmp_buf =                 {140346625333520,
  2962.                8485794428021134375,
  2963.                140736201589584,
  2964.                0,
  2965.                0,
  2966.                3,
  2967.                -8463842127308106713,
  2968.                -8456640513282124761},
  2969.              mask_was_saved = 0
  2970.            }},
  2971.          priv = {
  2972.            pad =               {0x0,
  2973.              0x0,
  2974.              0x0,
  2975.              0x0},
  2976.            data = {
  2977.              prev = 0x0,
  2978.              cleanup = 0x0,
  2979.              canceltype = 0
  2980.            }
  2981.          }
  2982.        }
  2983.        not_first_call =
  2984.        robust =
  2985. #10 0x00007fb0317ef7bd in clone ()
  2986.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  2987. No locals.
  2988. #11 0x0000000000000000 in ?? ()
  2989. No symbol table info available.
  2990.  
  2991. Thread 1 (Thread 19376):
  2992. #0  CanSpellPierceImmuneAura (pierceSpell=0x7faea621eba8, aura=0x0)
  2993.    at /opt/RC_BUILD/src/server/game/Spells/SpellMgr.cpp:3254
  2994. No locals.
  2995. #1  0x0000000000758c98 in Unit::IsImmunedToSpell (this=,
  2996.    spellInfo=0x7faea621eba8)
  2997.    at /opt/RC_BUILD/src/server/game/Entities/Unit/Unit.cpp:11349
  2998. No locals.
  2999. #2  0x0000000000790039 in Unit::SpellHitResult (this=0x7fa398652000,
  3000.    pVictim=0x7fa39b655000, spell=0x7faea621eba8, CanReflect=true)
  3001.    at /opt/RC_BUILD/src/server/game/Entities/Unit/Unit.cpp:2998
  3002. No locals.
  3003. #3  0x000000000090ca21 in Spell::AddUnitTarget (this=0x7fa35c66e600,
  3004.    pVictim=0x7fa39b655000, effIndex=)
  3005.    at /opt/RC_BUILD/src/server/game/Spells/Spell.cpp:930
  3006.        immuned =
  3007.        targetGUID = 17379391469670624880
  3008. #4  0x0000000000917aef in Spell::SelectEffectTargets (this=0x7fa35c66e600,
  3009.    i=0, cur=6) at /opt/RC_BUILD/src/server/game/Spells/Spell.cpp:2286
  3010.        maxTargets = 0
  3011.        pushType = PUSH_NONE
  3012.        modOwner =
  3013. #5  0x0000000000919f04 in Spell::SelectSpellTargets (this=0x7fa35c66e600)
  3014.    at /opt/RC_BUILD/src/server/game/Spells/Spell.cpp:527
  3015.        effectTargetType = 1
  3016.        targetA =
  3017.        targetB =
  3018.        i = 0
  3019. #6  0x000000000091a76e in Spell::cast (this=0x7fa35c66e600, skipCheck=true)
  3020.    at /opt/RC_BUILD/src/server/game/Spells/Spell.cpp:3014
  3021. No locals.
  3022. #7  0x000000000091d190 in SpellEvent::Execute (this=0x7fa37b450b50,
  3023.    e_time=5041913, p_time=8)
  3024.    at /opt/RC_BUILD/src/server/game/Spells/Spell.cpp:6700
  3025. No locals.
  3026. #8  0x0000000000ad4a43 in EventProcessor::Update (this=0x7fa398652190,
  3027.    p_time=54)
  3028.    at /opt/RC_BUILD/src/server/shared/Utilities/EventProcessor.cpp:52
  3029.        Event = 0x7fa37b450b50
  3030. #9  0x000000000078a757 in Unit::Update (this=0x7fa398652000, p_time=0)
  3031.    at /opt/RC_BUILD/src/server/game/Entities/Unit/Unit.cpp:230
  3032. No locals.
  3033. #10 0x000000000073b1ce in Player::Update (this=0x7fa398652000, p_time=54)
  3034.    at /opt/RC_BUILD/src/server/game/Entities/Player/Player.cpp:1291
  3035.        now =
  3036.        pet =
  3037. #11 0x0000000000859546 in Map::Update (this=0x7fa35607f000,
  3038.    t_diff=)
  3039.    at /opt/RC_BUILD/src/server/game/Maps/Map.cpp:591
  3040.        plr = 0x7faea621eba8
  3041.        updater = {
  3042.          i_timeDiff = 54
  3043.        }
  3044.        grid_object_update = {
  3045.          i_visitor = @0x7fad807fcfd0
  3046.        }
  3047.        world_object_update = {
  3048.          i_visitor = @0x7fad807fcfd0
  3049.        }
  3050. #12 0x000000000085a839 in InstanceMap::Update (this=0x7faea621eba8,
  3051.    t_diff=@0x0) at /opt/RC_BUILD/src/server/game/Maps/Map.cpp:2541
  3052. No locals.
  3053. #13 0x0000000000a584f1 in MapInstanced::Update (this=0x7fa46fe82000,
  3054.    t=@0x7fa3736295a0)
  3055.    at /opt/RC_BUILD/src/server/game/Maps/MapInstanced.cpp:68
  3056.        i = {
  3057.          , false>> = {
  3058.            _M_cur_node = 0x7fa3696a53c0,
  3059.            _M_cur_bucket = 0x7faea9500fb8
  3060.          }, }
  3061. #14 0x00000000008687f2 in MapUpdateRequest::call (this=0x7fa373629580)
  3062.    at /opt/RC_BUILD/src/server/game/Maps/MapUpdater.cpp:56
  3063. No locals.
  3064. #15 0x0000000000acf751 in DelayExecutor::svc (this=0x7fae8c752718)
  3065.    at /opt/RC_BUILD/src/server/shared/Threading/DelayExecutor.cpp:52
  3066.        rq = 0x7fa373629580
  3067. #16 0x00007fb032e13bc7 in ACE_Task_Base::svc_run (args=)
  3068.    at ../../ace/Task.cpp:275
  3069.        t = 0x7fae8c752718
  3070.        svc_status =
  3071. #17 0x00007fb032e14f51 in ACE_Thread_Adapter::invoke (this=0x7fae8c78a3a0)
  3072.    at ../../ace/Thread_Adapter.cpp:98
  3073.        exit_hook_instance =
  3074.        exit_hook_maybe = {
  3075.          instance_ = 0x0
  3076.        }
  3077.        exit_hook_ptr =
  3078. #18 0x00007fb031a85a04 in start_thread (arg=)
  3079.    at pthread_create.c:300
  3080.        __res =
  3081.        pd = 0x7fad807fd910
  3082.        unwind_buf = {
  3083.          cancel_jmp_buf =             {{
  3084.              jmp_buf =                 {140383161932048,
  3085.                8485794428021134375,
  3086.                140736201589456,
  3087.                0,
  3088.                0,
  3089.                3,
  3090.                -8459842655909555161,
  3091.                -8456640513282124761},
  3092.              mask_was_saved = 0
  3093.            }},
  3094.          priv = {
  3095.            pad =               {0x0,
  3096.              0x0,
  3097.              0x0,
  3098.              0x0},
  3099.            data = {
  3100.              prev = 0x0,
  3101.              cleanup = 0x0,
  3102.              canceltype = 0
  3103.            }
  3104.          }
  3105.        }
  3106.        not_first_call =
  3107.        robust =
  3108. #19 0x00007fb0317ef7bd in clone ()
  3109.    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  3110. No locals.
  3111. #20 0x0000000000000000 in ?? ()
  3112. No symbol table info available.
  3113. Current language:  auto
  3114. The current source language is "auto; currently c++".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement