Advertisement
Guest User

CRASH: hunter summon already dead pet

a guest
Feb 29th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 45.92 KB | None | 0 0
  1.  
  2. Program received signal SIGSEGV, Segmentation fault.
  3. [Switching to Thread 0x9a3ffb70 (LWP 26405)]
  4. MotionMaster::InitTop (this=0x8b3bff60)
  5.     at /home/trinity/newsrc/core/src/server/game/Movement/MotionMaster.cpp:601
  6. 601     top()->Initialize(*_owner);
  7.  
  8. CRASH ON середа, 29 лютого 2012 16:51:31 +0200
  9.     Using the running image of child Thread 0x9a3ffb70 (LWP 26405).
  10. Program stopped at 0x8655fd4.
  11. It stopped with signal SIGSEGV, Segmentation fault.
  12. Type "info stack" or "info registers" for more information.
  13.  
  14. BACKTRACE
  15.  
  16. #0  MotionMaster::InitTop (this=0x8b3bff60)
  17.     at /home/trinity/newsrc/core/src/server/game/Movement/MotionMaster.cpp:601
  18. #1  0x0847f5c8 in MotionMaster::Clear (this=<value optimized out>,
  19.     reset=<value optimized out>)
  20.     at /home/trinity/newsrc/core/src/server/game/Movement/MotionMaster.h:132
  21. #2  Unit::setDeathState (this=<value optimized out>,
  22.     reset=<value optimized out>)
  23.     at /home/trinity/newsrc/core/src/server/game/Entities/Unit/Unit.cpp:12944
  24. #3  0x0853f221 in Creature::setDeathState (this=0x8b3bf000, s=JUST_DIED)
  25.     at /home/trinity/newsrc/core/src/server/game/Entities/Creature/Creature.cpp:1501
  26. #4  0x084b8479 in Pet::setDeathState (this=0x8b3bf000, s=JUST_DIED)
  27.     at /home/trinity/newsrc/core/src/server/game/Entities/Pet/Pet.cpp:452
  28. #5  0x084bfb75 in Pet::LoadPetFromDB (this=0x8b3bf000, owner=0x7f127000,
  29.     petentry=0, petnumber=0, current=false)
  30.     at /home/trinity/newsrc/core/src/server/game/Entities/Pet/Pet.cpp:242
  31. #6  0x0855cda3 in Player::SummonPet (this=0x7f127000, entry=0, x=5829.55176,
  32.     y=485.765228, z=658.088928, ang=4.28621292, petType=SUMMON_PET, duration=0)
  33.     at /home/trinity/newsrc/core/src/server/game/Entities/Object/Object.cpp:2250
  34. #7  0x087fadd9 in Spell::EffectSummonPet (this=0x816d41c0, effIndex=EFFECT_0)
  35.     at /home/trinity/newsrc/core/src/server/game/Spells/SpellEffects.cpp:3256
  36. #8  0x086aeea4 in Spell::_handle_immediate_phase (this=0x816d41c0)
  37.     at /home/trinity/newsrc/core/src/server/game/Spells/Spell.cpp:3524
  38. #9  0x086b6654 in Spell::handle_immediate (this=0x816d41c0)
  39.     at /home/trinity/newsrc/core/src/server/game/Spells/Spell.cpp:3411
  40. #10 0x086c32d9 in Spell::cast (this=0x816d41c0, skipCheck=true)
  41.     at /home/trinity/newsrc/core/src/server/game/Spells/Spell.cpp:3360
  42. #11 0x086c3ba3 in SpellEvent::Execute (this=0x7f905160, e_time=654855,
  43.     p_time=149)
  44.     at /home/trinity/newsrc/core/src/server/game/Spells/Spell.cpp:6765
  45. #12 0x08852263 in EventProcessor::Update (this=0x7f12721c, p_time=149)
  46.     at /home/trinity/newsrc/core/src/server/shared/Utilities/EventProcessor.cpp:47
  47. #13 0x08492dea in Unit::Update (this=0x7f127000, p_time=149)
  48.     at /home/trinity/newsrc/core/src/server/game/Entities/Unit/Unit.cpp:303
  49. #14 0x0851e5ce in Player::Update (this=0x7f127000, p_time=149)
  50.     at /home/trinity/newsrc/core/src/server/game/Entities/Player/Player.cpp:1538
  51. #15 0x08646b3c in Map::Update (this=0x9ff70000, t_diff=149)
  52.     at /home/trinity/newsrc/core/src/server/game/Maps/Map.cpp:535
  53. #16 0x0865319c in MapUpdateRequest::call (this=0x7fc229c0)
  54.     at /home/trinity/newsrc/core/src/server/game/Maps/MapUpdater.cpp:54
  55. #17 0x08851908 in DelayExecutor::svc (this=0xb703d7ac)
  56.     at /home/trinity/newsrc/core/src/server/shared/Threading/DelayExecutor.cpp:52
  57. #18 0x008e7c62 in ACE_Task_Base::svc_run (args=0xb703d7ac)
  58.     at ../../ace/Task.cpp:271
  59. #19 0x008e9028 in ACE_Thread_Adapter::invoke_i (this=0x9f4d4a40)
  60.     at ../../ace/Thread_Adapter.cpp:161
  61. #20 0x008e9115 in ACE_Thread_Adapter::invoke (this=0x9f4d4a40)
  62.     at ../../ace/Thread_Adapter.cpp:96
  63. #21 0x00843d01 in ace_thread_adapter (args=0x9f4d4a40)
  64.     at ../../ace/Base_Thread_Adapter.cpp:122
  65. #22 0x005f28f5 in start_thread () from /lib/libpthread.so.0
  66. #23 0x00bfffce in clone () from /lib/libc.so.6
  67.  
  68. BACKTRACE FULL
  69.  
  70. #0  MotionMaster::InitTop (this=0x8b3bff60)
  71.     at /home/trinity/newsrc/core/src/server/game/Movement/MotionMaster.cpp:601
  72. No locals.
  73. #1  0x0847f5c8 in MotionMaster::Clear (this=<value optimized out>,
  74.     reset=<value optimized out>)
  75.     at /home/trinity/newsrc/core/src/server/game/Movement/MotionMaster.h:132
  76. No locals.
  77. #2  Unit::setDeathState (this=<value optimized out>,
  78.     reset=<value optimized out>)
  79.     at /home/trinity/newsrc/core/src/server/game/Entities/Unit/Unit.cpp:12944
  80. No locals.
  81. #3  0x0853f221 in Creature::setDeathState (this=0x8b3bf000, s=JUST_DIED)
  82.     at /home/trinity/newsrc/core/src/server/game/Entities/Creature/Creature.cpp:1501
  83. No locals.
  84. #4  0x084b8479 in Pet::setDeathState (this=0x8b3bf000, s=JUST_DIED)
  85.     at /home/trinity/newsrc/core/src/server/game/Entities/Pet/Pet.cpp:452
  86. No locals.
  87. #5  0x084bfb75 in Pet::LoadPetFromDB (this=0x8b3bf000, owner=0x7f127000,
  88.     petentry=0, petnumber=0, current=false)
  89.     at /home/trinity/newsrc/core/src/server/game/Entities/Pet/Pet.cpp:242
  90.         savedhealth = 0
  91.         savedmana = 0
  92.         is_temporary_summoned = false
  93.         pz = 658.112671
  94.         ownerid = 2313920
  95.         summon_spell_id = 13481
  96.         pet_type = SUMMON_PET
  97.         map = 0x9ff70000
  98.         guid = <value optimized out>
  99.         px = 5835.07178
  100.         petlevel = <value optimized out>
  101.         result = {_vptr.ACE_Refcounted_Auto_Ptr = 0x8cef4b8, rep_ = 0x8ad1b500}
  102.         fields = 0x84914304
  103.         spellInfo = <value optimized out>
  104.         pet_number = 2306760
  105.         py = 486.553955
  106. #6  0x0855cda3 in Player::SummonPet (this=0x7f127000, entry=0, x=5829.55176,
  107.     y=485.765228, z=658.088928, ang=4.28621292, petType=SUMMON_PET, duration=0)
  108.     at /home/trinity/newsrc/core/src/server/game/Entities/Object/Object.cpp:2250
  109.         pet = 0x8b3bf000
  110.         map = 0x0
  111.         pet_number = 2219978028
  112. #7  0x087fadd9 in Spell::EffectSummonPet (this=0x816d41c0, effIndex=EFFECT_0)
  113.     at /home/trinity/newsrc/core/src/server/game/Spells/SpellEffects.cpp:3256
  114.         owner = 0x7f127000
  115.         petentry = 0
  116.         OldSummon = <value optimized out>
  117.         __FUNCTION__ = "EffectSummonPet"
  118.         z = 658.088928
  119.         pet = <value optimized out>
  120.         __PRETTY_FUNCTION__ = "void Spell::EffectSummonPet(SpellEffIndex)"
  121.         x = 5829.55176
  122.         new_name = Traceback (most recent call last):
  123.   File "/usr/lib/python2.6/site-packages/gdb/libstdcxx/v6/printers.py", line 453, in to_string
  124.     return self.val['_M_dataplus']['_M_p'].string(encoding)
  125. RuntimeError: Error reading string from inferior: Input/output error
  126.  
  127.         y = 485.765228
  128. #8  0x086aeea4 in Spell::_handle_immediate_phase (this=0x816d41c0)
  129.     at /home/trinity/newsrc/core/src/server/game/Spells/Spell.cpp:3524
  130.         j = 0
  131. #9  0x086b6654 in Spell::handle_immediate (this=0x816d41c0)
  132.     at /home/trinity/newsrc/core/src/server/game/Spells/Spell.cpp:3411
  133. No locals.
  134. #10 0x086c32d9 in Spell::cast (this=0x816d41c0, skipCheck=true)
  135.     at /home/trinity/newsrc/core/src/server/game/Spells/Spell.cpp:3360
  136. No locals.
  137. #11 0x086c3ba3 in SpellEvent::Execute (this=0x7f905160, e_time=654855,
  138.     p_time=149)
  139.     at /home/trinity/newsrc/core/src/server/game/Spells/Spell.cpp:6765
  140. No locals.
  141. #12 0x08852263 in EventProcessor::Update (this=0x7f12721c, p_time=149)
  142.     at /home/trinity/newsrc/core/src/server/shared/Utilities/EventProcessor.cpp:47
  143.         Event = 0x7f905160
  144. #13 0x08492dea in Unit::Update (this=0x7f127000, p_time=149)
  145.     at /home/trinity/newsrc/core/src/server/game/Entities/Unit/Unit.cpp:303
  146.         __FUNCTION__ = "Update"
  147.         __PRETTY_FUNCTION__ = "virtual void Unit::Update(uint32)"
  148. #14 0x0851e5ce in Player::Update (this=0x7f127000, p_time=149)
  149.     at /home/trinity/newsrc/core/src/server/game/Entities/Player/Player.cpp:1538
  150.         now = 1330527091
  151.         pet = <value optimized out>
  152. #15 0x08646b3c in Map::Update (this=0x9ff70000, t_diff=149)
  153.     at /home/trinity/newsrc/core/src/server/game/Maps/Map.cpp:535
  154.         player = 0x7f127000
  155.         updater = {i_timeDiff = 149}
  156.         grid_object_update = {i_visitor = @0x9a3ff1bc}
  157.         world_object_update = {i_visitor = @0x9a3ff1bc}
  158. #16 0x0865319c in MapUpdateRequest::call (this=0x7fc229c0)
  159.     at /home/trinity/newsrc/core/src/server/game/Maps/MapUpdater.cpp:54
  160. No locals.
  161. #17 0x08851908 in DelayExecutor::svc (this=0xb703d7ac)
  162.     at /home/trinity/newsrc/core/src/server/shared/Threading/DelayExecutor.cpp:52
  163.         rq = 0x7fc229c0
  164. #18 0x008e7c62 in ACE_Task_Base::svc_run (args=0xb703d7ac)
  165.     at ../../ace/Task.cpp:271
  166.         svc_status = <value optimized out>
  167. #19 0x008e9028 in ACE_Thread_Adapter::invoke_i (this=0x9f4d4a40)
  168.     at ../../ace/Thread_Adapter.cpp:161
  169.         hook = <value optimized out>
  170.         func = 0x8e7c10 <ACE_Task_Base::svc_run(void*)>
  171.         arg = 0xb703d7ac
  172.         cancel_flags = 0
  173.         status = 0x0
  174. #20 0x008e9115 in ACE_Thread_Adapter::invoke (this=0x9f4d4a40)
  175.     at ../../ace/Thread_Adapter.cpp:96
  176.         exit_hook_instance = <value optimized out>
  177.         exit_hook_maybe = {instance_ = 0x0}
  178.         exit_hook_ptr = <value optimized out>
  179. #21 0x00843d01 in ace_thread_adapter (args=0x9f4d4a40)
  180.     at ../../ace/Base_Thread_Adapter.cpp:122
  181.         status = 0x0
  182. #22 0x005f28f5 in start_thread () from /lib/libpthread.so.0
  183. No symbol table info available.
  184. #23 0x00bfffce in clone () from /lib/libc.so.6
  185. No symbol table info available.
  186.  
  187. THREADS
  188.  
  189.   12 Thread 0x8dfffb70 (LWP 26411)  0x00b01832 in _dl_sysinfo_int80 ()
  190.    from /lib/ld-linux.so.2
  191.   11 Thread 0x8efffb70 (LWP 26410)  0x00b01832 in _dl_sysinfo_int80 ()
  192.    from /lib/ld-linux.so.2
  193.   10 Thread 0x8ffffb70 (LWP 26409)  0x00b01832 in _dl_sysinfo_int80 ()
  194.    from /lib/ld-linux.so.2
  195.   9 Thread 0x911feb70 (LWP 26408)  0x00b01832 in _dl_sysinfo_int80 ()
  196.    from /lib/ld-linux.so.2
  197.   8 Thread 0x91bffb70 (LWP 26407)  0x00b01832 in _dl_sysinfo_int80 ()
  198.    from /lib/ld-linux.so.2
  199.   7 Thread 0x92bffb70 (LWP 26406)  0x00b01832 in _dl_sysinfo_int80 ()
  200.    from /lib/ld-linux.so.2
  201. * 6 Thread 0x9a3ffb70 (LWP 26405)  MotionMaster::InitTop (this=0x8b3bff60)
  202.     at /home/trinity/newsrc/core/src/server/game/Movement/MotionMaster.cpp:601
  203.   5 Thread 0xb47ffb70 (LWP 26323)  0x00b01832 in _dl_sysinfo_int80 ()
  204.    from /lib/ld-linux.so.2
  205.   4 Thread 0xb5bffb70 (LWP 26322)  0x00b01832 in _dl_sysinfo_int80 ()
  206.    from /lib/ld-linux.so.2
  207.   3 Thread 0xb6fffb70 (LWP 26321)  0x00b01832 in _dl_sysinfo_int80 ()
  208.    from /lib/ld-linux.so.2
  209.   1 Thread 0xb7ff3960 (LWP 26317)  0x00b01832 in _dl_sysinfo_int80 ()
  210.    from /lib/ld-linux.so.2
  211.  
  212. Thread 12 (Thread 0x8dfffb70 (LWP 26411)):
  213. #0  0x00b01832 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
  214. No symbol table info available.
  215. #1  0x00c00846 in epoll_wait () from /lib/libc.so.6
  216. No symbol table info available.
  217. #2  0x00861893 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x94ae3200,
  218.     max_wait_time=0x8dfff208) at ../../ace/Dev_Poll_Reactor.cpp:960
  219.         timer_buf = {static zero = {
  220.             static zero = <same as static member of an already seen type>,
  221.             static max_time = {
  222.               static zero = <same as static member of an already seen type>,
  223.               static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  224.           static max_time = <same as static member of an already seen type>,
  225.           tv_ = {tv_sec = 0, tv_usec = 9999}}
  226.         this_timeout = <value optimized out>
  227.         timeout = 9
  228.         nfds = <value optimized out>
  229. #3  0x00861921 in ACE_Dev_Poll_Reactor::handle_events_i (this=0x94ae3200,
  230.     max_wait_time=0x8dfff208, guard=@0x8dfff178)
  231.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  232.         result = <value optimized out>
  233. #4  0x00861ae6 in ACE_Dev_Poll_Reactor::handle_events (this=0x94ae3200,
  234.     max_wait_time=0x8dfff208) at ../../ace/Dev_Poll_Reactor.cpp:1015
  235.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  236.           max_wait_time_ = 0x8dfff208, start_time_ = {static zero = {
  237.               static zero = <same as static member of an already seen type>,
  238.               static max_time = {
  239.                 static zero = <same as static member of an already seen type>,
  240.                 static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  241.             static max_time = <same as static member of an already seen type>,
  242.             tv_ = {tv_sec = 1330527091, tv_usec = 105464}}, stopped_ = false}
  243.         guard = {token_ = @0x94ae3248, owner_ = 1}
  244.         result = -1
  245. #5  0x0085cfa8 in ACE_Dev_Poll_Reactor::handle_events (this=0x94ae3200,
  246.     max_wait_time=@0x8dfff208) at ../../ace/Dev_Poll_Reactor.cpp:1387
  247. No locals.
  248. #6  0x008bf04a in ACE_Reactor::run_reactor_event_loop (this=0x92f1dd40,
  249.     tv=@0x8dfff208, eh=0) at ../../ace/Reactor.cpp:267
  250.         result = -1626328060
  251. #7  0x086a5ad2 in ReactorRunnable::svc (this=0x9f1033a8)
  252.     at /home/trinity/newsrc/core/src/server/game/Server/WorldSocketMgr.cpp:170
  253.         interval = {static zero = {
  254.             static zero = <same as static member of an already seen type>,
  255.             static max_time = {
  256.               static zero = <same as static member of an already seen type>,
  257.               static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  258.           static max_time = <same as static member of an already seen type>,
  259.           tv_ = {tv_sec = 0, tv_usec = 9999}}
  260. #8  0x008e7c62 in ACE_Task_Base::svc_run (args=0x9f1033a8)
  261.     at ../../ace/Task.cpp:271
  262.         svc_status = <value optimized out>
  263. #9  0x008e9028 in ACE_Thread_Adapter::invoke_i (this=0x94e6f700)
  264.     at ../../ace/Thread_Adapter.cpp:161
  265.         hook = <value optimized out>
  266.         func = 0x8e7c10 <ACE_Task_Base::svc_run(void*)>
  267.         arg = 0x9f1033a8
  268.         cancel_flags = 0
  269.         status = 0xfffffffc
  270. #10 0x008e9115 in ACE_Thread_Adapter::invoke (this=0x94e6f700)
  271.     at ../../ace/Thread_Adapter.cpp:96
  272.         exit_hook_instance = <value optimized out>
  273.         exit_hook_maybe = {instance_ = 0x0}
  274.         exit_hook_ptr = <value optimized out>
  275. #11 0x00843d01 in ace_thread_adapter (args=0x94e6f700)
  276.     at ../../ace/Base_Thread_Adapter.cpp:122
  277.         status = 0xfffffffc
  278. #12 0x005f28f5 in start_thread () from /lib/libpthread.so.0
  279. No symbol table info available.
  280. #13 0x00bfffce in clone () from /lib/libc.so.6
  281. No symbol table info available.
  282.  
  283. Thread 11 (Thread 0x8efffb70 (LWP 26410)):
  284. #0  0x00b01832 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
  285. No symbol table info available.
  286. #1  0x00c00846 in epoll_wait () from /lib/libc.so.6
  287. No symbol table info available.
  288. #2  0x00861893 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x94ae3100,
  289.     max_wait_time=0x8efff208) at ../../ace/Dev_Poll_Reactor.cpp:960
  290.         timer_buf = {static zero = {
  291.             static zero = <same as static member of an already seen type>,
  292.             static max_time = {
  293.               static zero = <same as static member of an already seen type>,
  294.               static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  295.           static max_time = <same as static member of an already seen type>,
  296.           tv_ = {tv_sec = 0, tv_usec = 9999}}
  297.         this_timeout = <value optimized out>
  298.         timeout = 9
  299.         nfds = <value optimized out>
  300. #3  0x00861921 in ACE_Dev_Poll_Reactor::handle_events_i (this=0x94ae3100,
  301.     max_wait_time=0x8efff208, guard=@0x8efff178)
  302.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  303.         result = <value optimized out>
  304. #4  0x00861ae6 in ACE_Dev_Poll_Reactor::handle_events (this=0x94ae3100,
  305.     max_wait_time=0x8efff208) at ../../ace/Dev_Poll_Reactor.cpp:1015
  306.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  307.           max_wait_time_ = 0x8efff208, start_time_ = {static zero = {
  308.               static zero = <same as static member of an already seen type>,
  309.               static max_time = {
  310.                 static zero = <same as static member of an already seen type>,
  311.                 static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  312.             static max_time = <same as static member of an already seen type>,
  313.             tv_ = {tv_sec = 1330527091, tv_usec = 111174}}, stopped_ = false}
  314.         guard = {token_ = @0x94ae3148, owner_ = 1}
  315.         result = -1
  316. #5  0x0085cfa8 in ACE_Dev_Poll_Reactor::handle_events (this=0x94ae3100,
  317.     max_wait_time=@0x8efff208) at ../../ace/Dev_Poll_Reactor.cpp:1387
  318. No locals.
  319. #6  0x008bf04a in ACE_Reactor::run_reactor_event_loop (this=0x92f1dcf0,
  320.     tv=@0x8efff208, eh=0) at ../../ace/Reactor.cpp:267
  321.         result = -1626328224
  322. #7  0x086a5ad2 in ReactorRunnable::svc (this=0x9f103304)
  323.     at /home/trinity/newsrc/core/src/server/game/Server/WorldSocketMgr.cpp:170
  324.         interval = {static zero = {
  325.             static zero = <same as static member of an already seen type>,
  326.             static max_time = {
  327.               static zero = <same as static member of an already seen type>,
  328.               static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  329.           static max_time = <same as static member of an already seen type>,
  330.           tv_ = {tv_sec = 0, tv_usec = 9999}}
  331. #8  0x008e7c62 in ACE_Task_Base::svc_run (args=0x9f103304)
  332.     at ../../ace/Task.cpp:271
  333.         svc_status = <value optimized out>
  334. #9  0x008e9028 in ACE_Thread_Adapter::invoke_i (this=0x94e6f640)
  335.     at ../../ace/Thread_Adapter.cpp:161
  336.         hook = <value optimized out>
  337.         func = 0x8e7c10 <ACE_Task_Base::svc_run(void*)>
  338.         arg = 0x9f103304
  339.         cancel_flags = 0
  340.         status = 0xfffffffc
  341. #10 0x008e9115 in ACE_Thread_Adapter::invoke (this=0x94e6f640)
  342.     at ../../ace/Thread_Adapter.cpp:96
  343.         exit_hook_instance = <value optimized out>
  344.         exit_hook_maybe = {instance_ = 0x0}
  345.         exit_hook_ptr = <value optimized out>
  346. #11 0x00843d01 in ace_thread_adapter (args=0x94e6f640)
  347.     at ../../ace/Base_Thread_Adapter.cpp:122
  348.         status = 0xfffffffc
  349. #12 0x005f28f5 in start_thread () from /lib/libpthread.so.0
  350. No symbol table info available.
  351. #13 0x00bfffce in clone () from /lib/libc.so.6
  352. No symbol table info available.
  353.  
  354. Thread 10 (Thread 0x8ffffb70 (LWP 26409)):
  355. #0  0x00b01832 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
  356. No symbol table info available.
  357. #1  0x005fa746 in nanosleep () from /lib/libpthread.so.0
  358. No symbol table info available.
  359. #2  0x088507ad in sleep (tv=<value optimized out>)
  360.     at /home/trinity/newsrc/download/libs/include/ace/OS_NS_unistd.inl:951
  361.         rqtp = {tv_sec = 1, tv_nsec = 0}
  362. #3  ACE_Based::Thread::Sleep (tv=<value optimized out>)
  363.     at /home/trinity/newsrc/core/src/server/shared/Threading/Threading.cpp:231
  364. No locals.
  365. #4  0x0839e643 in FreezeDetectorRunnable::run (this=0x92f5f6a0)
  366.     at /home/trinity/newsrc/core/src/server/worldserver/Master.cpp:93
  367.         curtime = 2465592992
  368.         __FUNCTION__ = "run"
  369.         __PRETTY_FUNCTION__ = "virtual void FreezeDetectorRunnable::run()"
  370. #5  0x08850cc2 in ACE_Based::Thread::ThreadTask (param=0x92f5f6a0)
  371.     at /home/trinity/newsrc/core/src/server/shared/Threading/Threading.cpp:183
  372. No locals.
  373. #6  0x0089a6d8 in ACE_OS_Thread_Adapter::invoke (this=0x94e6f680)
  374.     at ../../ace/OS_Thread_Adapter.cpp:103
  375.         hook = <value optimized out>
  376.         func = 0x8850cb0 <ACE_Based::Thread::ThreadTask(void*)>
  377.         arg = 0x92f5f6a0
  378.         cancel_flags = 0
  379.         status = 0xfffffdfc
  380. #7  0x00843d01 in ace_thread_adapter (args=0x94e6f680)
  381.     at ../../ace/Base_Thread_Adapter.cpp:122
  382.         status = 0xfffffdfc
  383. #8  0x005f28f5 in start_thread () from /lib/libpthread.so.0
  384. No symbol table info available.
  385. #9  0x00bfffce in clone () from /lib/libc.so.6
  386. No symbol table info available.
  387.  
  388. Thread 9 (Thread 0x911feb70 (LWP 26408)):
  389. #0  0x00b01832 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
  390. No symbol table info available.
  391. #1  0x00c00846 in epoll_wait () from /lib/libc.so.6
  392. No symbol table info available.
  393. #2  0x00861893 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x94ae3000,
  394.     max_wait_time=0x911fe25c) at ../../ace/Dev_Poll_Reactor.cpp:960
  395.         timer_buf = {static zero = {
  396.             static zero = <same as static member of an already seen type>,
  397.             static max_time = {
  398.               static zero = <same as static member of an already seen type>,
  399.               static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  400.           static max_time = <same as static member of an already seen type>,
  401.           tv_ = {tv_sec = 0, tv_usec = 99999}}
  402.         this_timeout = <value optimized out>
  403.         timeout = 99
  404.         nfds = <value optimized out>
  405. #3  0x00861921 in ACE_Dev_Poll_Reactor::handle_events_i (this=0x94ae3000,
  406.     max_wait_time=0x911fe25c, guard=@0x911fe158)
  407.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  408.         result = <value optimized out>
  409. #4  0x00861ae6 in ACE_Dev_Poll_Reactor::handle_events (this=0x94ae3000,
  410.     max_wait_time=0x911fe25c) at ../../ace/Dev_Poll_Reactor.cpp:1015
  411.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  412.           max_wait_time_ = 0x911fe25c, start_time_ = {static zero = {
  413.               static zero = <same as static member of an already seen type>,
  414.               static max_time = {
  415.                 static zero = <same as static member of an already seen type>,
  416.                 static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  417.             static max_time = <same as static member of an already seen type>,
  418.             tv_ = {tv_sec = 1330527091, tv_usec = 17094}}, stopped_ = false}
  419.         guard = {token_ = @0x94ae3048, owner_ = 1}
  420.         result = -1
  421. #5  0x0085cfa8 in ACE_Dev_Poll_Reactor::handle_events (this=0x94ae3000,
  422.     max_wait_time=@0x911fe25c) at ../../ace/Dev_Poll_Reactor.cpp:1387
  423. No locals.
  424. #6  0x008bf04a in ACE_Reactor::run_reactor_event_loop (this=0x92f1dcb0,
  425.     tv=@0x911fe25c, eh=0) at ../../ace/Reactor.cpp:267
  426.         result = -1860181512
  427. #7  0x083961f0 in RARunnable::run (this=0x92f1dc60)
  428.     at /home/trinity/newsrc/core/src/server/worldserver/RemoteAccess/RARunnable.cpp:81
  429.         interval = {static zero = {
  430.             static zero = <same as static member of an already seen type>,
  431.             static max_time = {
  432.               static zero = <same as static member of an already seen type>,
  433.               static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  434.           static max_time = <same as static member of an already seen type>,
  435.           tv_ = {tv_sec = 0, tv_usec = 99999}}
  436.         acceptor = {<ACE_Service_Object> = {<ACE_Event_Handler> = {
  437.               _vptr.ACE_Event_Handler = 0x8cef6e8,
  438.               reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  439.                   value_ = 1}, <No data fields>}, priority_ = 0,
  440.               reactor_ = 0x92f1dcb0,
  441.               reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  442.                   _vptr.Policy = 0x93e0b8},
  443.                 value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <ACE_Shared_Object> = {
  444.               _vptr.ACE_Shared_Object = 0x8cef778}, <No data fields>},
  445.           peer_acceptor_ = {<ACE_SOCK> = {<ACE_IPC_SAP> = {handle_ = 33,
  446.                 static pid_ = 26317}, <No data fields>}, <No data fields>},
  447.           peer_acceptor_addr_ = {<ACE_Addr> = {_vptr.ACE_Addr = 0x93e188,
  448.               static sap_any = {_vptr.ACE_Addr = 0x93c298,
  449.                 static sap_any = <same as static member of an already seen type>, addr_type_ = -1, addr_size_ = -1}, addr_type_ = 2, addr_size_ = 16},
  450.             inet_addr_ = {in4_ = {sin_family = 2, sin_port = 3879, sin_addr = {
  451.                   s_addr = 0}, sin_zero = "\0\0\0\0\0\0\0"}}}, flags_ = 0,
  452.           use_select_ = 1, reuse_addr_ = 1}
  453.         raport = 32844
  454.         stringip = "0.0.0.0"
  455.         listen_addr = {<ACE_Addr> = {_vptr.ACE_Addr = 0x93e188,
  456.             static sap_any = {_vptr.ACE_Addr = 0x93c298,
  457.               static sap_any = <same as static member of an already seen type>, addr_type_ = -1, addr_size_ = -1}, addr_type_ = 2, addr_size_ = 16},
  458.           inet_addr_ = {in4_ = {sin_family = 2, sin_port = 3879, sin_addr = {
  459.                 s_addr = 0}, sin_zero = "\0\0\0\0\0\0\0"}}}
  460. #8  0x08850cc2 in ACE_Based::Thread::ThreadTask (param=0x92f1dc60)
  461.     at /home/trinity/newsrc/core/src/server/shared/Threading/Threading.cpp:183
  462. No locals.
  463. #9  0x0089a6d8 in ACE_OS_Thread_Adapter::invoke (this=0x94e6f6c0)
  464.     at ../../ace/OS_Thread_Adapter.cpp:103
  465.         hook = <value optimized out>
  466.         func = 0x8850cb0 <ACE_Based::Thread::ThreadTask(void*)>
  467.         arg = 0x92f1dc60
  468.         cancel_flags = 0
  469.         status = 0xfffffffc
  470. #10 0x00843d01 in ace_thread_adapter (args=0x94e6f6c0)
  471.     at ../../ace/Base_Thread_Adapter.cpp:122
  472.         status = 0xfffffffc
  473. #11 0x005f28f5 in start_thread () from /lib/libpthread.so.0
  474. No symbol table info available.
  475. #12 0x00bfffce in clone () from /lib/libc.so.6
  476. No symbol table info available.
  477.  
  478. Thread 8 (Thread 0x91bffb70 (LWP 26407)):
  479. #0  0x00b01832 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
  480. No symbol table info available.
  481. #1  0x00bf86d1 in select () from /lib/libc.so.6
  482. No symbol table info available.
  483. #2  0x006f8d6c in ?? () from /lib/libreadline.so.5
  484. No symbol table info available.
  485. #3  0x006f8ff3 in rl_read_key () from /lib/libreadline.so.5
  486. No symbol table info available.
  487. #4  0x006e4d9e in readline_internal_char () from /lib/libreadline.so.5
  488. No symbol table info available.
  489. #5  0x006e525d in readline () from /lib/libreadline.so.5
  490. No symbol table info available.
  491. #6  0x08392910 in CliRunnable::run (this=0x92df3060)
  492.     at /home/trinity/newsrc/core/src/server/worldserver/CommandLine/CliRunnable.cpp:594
  493.         command_str = 0x92df3060 "H\362\316\b\2"
  494. #7  0x08850cc2 in ACE_Based::Thread::ThreadTask (param=0x92df3060)
  495.     at /home/trinity/newsrc/core/src/server/shared/Threading/Threading.cpp:183
  496. No locals.
  497. #8  0x0089a6d8 in ACE_OS_Thread_Adapter::invoke (this=0x94e6f680)
  498.     at ../../ace/OS_Thread_Adapter.cpp:103
  499.         hook = <value optimized out>
  500.         func = 0x8850cb0 <ACE_Based::Thread::ThreadTask(void*)>
  501.         arg = 0x92df3060
  502.         cancel_flags = 0
  503.         status = 0xfffffdfe
  504. #9  0x00843d01 in ace_thread_adapter (args=0x94e6f680)
  505.     at ../../ace/Base_Thread_Adapter.cpp:122
  506.         status = 0xfffffdfe
  507. #10 0x005f28f5 in start_thread () from /lib/libpthread.so.0
  508. No symbol table info available.
  509. #11 0x00bfffce in clone () from /lib/libc.so.6
  510. No symbol table info available.
  511.  
  512. Thread 7 (Thread 0x92bffb70 (LWP 26406)):
  513. #0  0x00b01832 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
  514. No symbol table info available.
  515. #1  0x005f6f85 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  516. No symbol table info available.
  517. #2  0x0084ceb9 in cond_wait (external_mutex=<value optimized out>,
  518.     cv=<value optimized out>) at ../../ace/OS_NS_Thread.inl:329
  519.         result = <value optimized out>
  520. #3  ACE_Condition_Thread_Mutex::wait (external_mutex=<value optimized out>,
  521.     cv=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:90
  522. No locals.
  523. #4  0x08652ab0 in MapUpdater::wait (this=0xb703d7a8)
  524.     at /home/trinity/newsrc/core/src/server/game/Maps/MapUpdater.cpp:87
  525.         TRINITY_GUARD_OBJECT = {lock_ = 0xb703d818, owner_ = 0}
  526.         __FUNCTION__ = "wait"
  527.         __PRETTY_FUNCTION__ = "int MapUpdater::wait()"
  528. #5  0x0863acd9 in MapManager::Update (this=0xb703d704, diff=50)
  529.     at /home/trinity/newsrc/core/src/server/game/Maps/MapManager.cpp:283
  530. No locals.
  531. #6  0x087211d5 in World::Update (this=0xb72ed004, diff=50)
  532.     at /home/trinity/newsrc/core/src/server/game/World/World.cpp:2031
  533. No locals.
  534. #7  0x0839b73e in WorldRunnable::run (this=0x92df3030)
  535.     at /home/trinity/newsrc/core/src/server/worldserver/WorldThread/WorldRunnable.cpp:59
  536.         diff = 50
  537.         realCurrTime = <value optimized out>
  538.         realPrevTime = <value optimized out>
  539.         prevSleepTime = 49
  540. #8  0x08850cc2 in ACE_Based::Thread::ThreadTask (param=0x92df3030)
  541.     at /home/trinity/newsrc/core/src/server/shared/Threading/Threading.cpp:183
  542. No locals.
  543. #9  0x0089a6d8 in ACE_OS_Thread_Adapter::invoke (this=0x94e6f680)
  544.     at ../../ace/OS_Thread_Adapter.cpp:103
  545.         hook = <value optimized out>
  546.         func = 0x8850cb0 <ACE_Based::Thread::ThreadTask(void*)>
  547.         arg = 0x92df3030
  548.         cancel_flags = 0
  549.         status = 0xfffffffc
  550. #10 0x00843d01 in ace_thread_adapter (args=0x94e6f680)
  551.     at ../../ace/Base_Thread_Adapter.cpp:122
  552.         status = 0xfffffffc
  553. #11 0x005f28f5 in start_thread () from /lib/libpthread.so.0
  554. No symbol table info available.
  555. #12 0x00bfffce in clone () from /lib/libc.so.6
  556. No symbol table info available.
  557.  
  558. Thread 6 (Thread 0x9a3ffb70 (LWP 26405)):
  559. #0  MotionMaster::InitTop (this=0x8b3bff60)
  560.     at /home/trinity/newsrc/core/src/server/game/Movement/MotionMaster.cpp:601
  561. No locals.
  562. #1  0x0847f5c8 in MotionMaster::Clear (this=<value optimized out>,
  563.     reset=<value optimized out>)
  564.     at /home/trinity/newsrc/core/src/server/game/Movement/MotionMaster.h:132
  565. No locals.
  566. #2  Unit::setDeathState (this=<value optimized out>,
  567.     reset=<value optimized out>)
  568.     at /home/trinity/newsrc/core/src/server/game/Entities/Unit/Unit.cpp:12944
  569. No locals.
  570. #3  0x0853f221 in Creature::setDeathState (this=0x8b3bf000, s=JUST_DIED)
  571.     at /home/trinity/newsrc/core/src/server/game/Entities/Creature/Creature.cpp:1501
  572. No locals.
  573. #4  0x084b8479 in Pet::setDeathState (this=0x8b3bf000, s=JUST_DIED)
  574.     at /home/trinity/newsrc/core/src/server/game/Entities/Pet/Pet.cpp:452
  575. No locals.
  576. #5  0x084bfb75 in Pet::LoadPetFromDB (this=0x8b3bf000, owner=0x7f127000,
  577.     petentry=0, petnumber=0, current=false)
  578.     at /home/trinity/newsrc/core/src/server/game/Entities/Pet/Pet.cpp:242
  579.         savedhealth = 0
  580.         savedmana = 0
  581.         is_temporary_summoned = false
  582.         pz = 658.112671
  583.         ownerid = 2313920
  584.         summon_spell_id = 13481
  585.         pet_type = SUMMON_PET
  586.         map = 0x9ff70000
  587.         guid = <value optimized out>
  588.         px = 5835.07178
  589.         petlevel = <value optimized out>
  590.         result = {_vptr.ACE_Refcounted_Auto_Ptr = 0x8cef4b8, rep_ = 0x8ad1b500}
  591.         fields = 0x84914304
  592.         spellInfo = <value optimized out>
  593.         pet_number = 2306760
  594.         py = 486.553955
  595. #6  0x0855cda3 in Player::SummonPet (this=0x7f127000, entry=0, x=5829.55176,
  596.     y=485.765228, z=658.088928, ang=4.28621292, petType=SUMMON_PET, duration=0)
  597.     at /home/trinity/newsrc/core/src/server/game/Entities/Object/Object.cpp:2250
  598.         pet = 0x8b3bf000
  599.         map = 0x0
  600.         pet_number = 2219978028
  601. #7  0x087fadd9 in Spell::EffectSummonPet (this=0x816d41c0, effIndex=EFFECT_0)
  602.     at /home/trinity/newsrc/core/src/server/game/Spells/SpellEffects.cpp:3256
  603.         owner = 0x7f127000
  604.         petentry = 0
  605.         OldSummon = <value optimized out>
  606.         __FUNCTION__ = "EffectSummonPet"
  607.         z = 658.088928
  608.         pet = <value optimized out>
  609.         __PRETTY_FUNCTION__ = "void Spell::EffectSummonPet(SpellEffIndex)"
  610.         x = 5829.55176
  611.         new_name = Traceback (most recent call last):
  612.   File "/usr/lib/python2.6/site-packages/gdb/libstdcxx/v6/printers.py", line 453, in to_string
  613.     return self.val['_M_dataplus']['_M_p'].string(encoding)
  614. RuntimeError: Error reading string from inferior: Input/output error
  615.  
  616.         y = 485.765228
  617. #8  0x086aeea4 in Spell::_handle_immediate_phase (this=0x816d41c0)
  618.     at /home/trinity/newsrc/core/src/server/game/Spells/Spell.cpp:3524
  619.         j = 0
  620. #9  0x086b6654 in Spell::handle_immediate (this=0x816d41c0)
  621.     at /home/trinity/newsrc/core/src/server/game/Spells/Spell.cpp:3411
  622. No locals.
  623. #10 0x086c32d9 in Spell::cast (this=0x816d41c0, skipCheck=true)
  624.     at /home/trinity/newsrc/core/src/server/game/Spells/Spell.cpp:3360
  625. No locals.
  626. #11 0x086c3ba3 in SpellEvent::Execute (this=0x7f905160, e_time=654855,
  627.     p_time=149)
  628.     at /home/trinity/newsrc/core/src/server/game/Spells/Spell.cpp:6765
  629. No locals.
  630. #12 0x08852263 in EventProcessor::Update (this=0x7f12721c, p_time=149)
  631.     at /home/trinity/newsrc/core/src/server/shared/Utilities/EventProcessor.cpp:47
  632.         Event = 0x7f905160
  633. #13 0x08492dea in Unit::Update (this=0x7f127000, p_time=149)
  634.     at /home/trinity/newsrc/core/src/server/game/Entities/Unit/Unit.cpp:303
  635.         __FUNCTION__ = "Update"
  636.         __PRETTY_FUNCTION__ = "virtual void Unit::Update(uint32)"
  637. #14 0x0851e5ce in Player::Update (this=0x7f127000, p_time=149)
  638.     at /home/trinity/newsrc/core/src/server/game/Entities/Player/Player.cpp:1538
  639.         now = 1330527091
  640.         pet = <value optimized out>
  641. #15 0x08646b3c in Map::Update (this=0x9ff70000, t_diff=149)
  642.     at /home/trinity/newsrc/core/src/server/game/Maps/Map.cpp:535
  643.         player = 0x7f127000
  644.         updater = {i_timeDiff = 149}
  645.         grid_object_update = {i_visitor = @0x9a3ff1bc}
  646.         world_object_update = {i_visitor = @0x9a3ff1bc}
  647. #16 0x0865319c in MapUpdateRequest::call (this=0x7fc229c0)
  648.     at /home/trinity/newsrc/core/src/server/game/Maps/MapUpdater.cpp:54
  649. No locals.
  650. #17 0x08851908 in DelayExecutor::svc (this=0xb703d7ac)
  651.     at /home/trinity/newsrc/core/src/server/shared/Threading/DelayExecutor.cpp:52
  652.         rq = 0x7fc229c0
  653. #18 0x008e7c62 in ACE_Task_Base::svc_run (args=0xb703d7ac)
  654.     at ../../ace/Task.cpp:271
  655.         svc_status = <value optimized out>
  656. #19 0x008e9028 in ACE_Thread_Adapter::invoke_i (this=0x9f4d4a40)
  657.     at ../../ace/Thread_Adapter.cpp:161
  658.         hook = <value optimized out>
  659.         func = 0x8e7c10 <ACE_Task_Base::svc_run(void*)>
  660.         arg = 0xb703d7ac
  661.         cancel_flags = 0
  662.         status = 0x0
  663. #20 0x008e9115 in ACE_Thread_Adapter::invoke (this=0x9f4d4a40)
  664.     at ../../ace/Thread_Adapter.cpp:96
  665.         exit_hook_instance = <value optimized out>
  666.         exit_hook_maybe = {instance_ = 0x0}
  667.         exit_hook_ptr = <value optimized out>
  668. #21 0x00843d01 in ace_thread_adapter (args=0x9f4d4a40)
  669.     at ../../ace/Base_Thread_Adapter.cpp:122
  670.         status = 0x0
  671. #22 0x005f28f5 in start_thread () from /lib/libpthread.so.0
  672. No symbol table info available.
  673. #23 0x00bfffce in clone () from /lib/libc.so.6
  674. No symbol table info available.
  675.  
  676. Thread 5 (Thread 0xb47ffb70 (LWP 26323)):
  677. #0  0x00b01832 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
  678. No symbol table info available.
  679. #1  0x005f6f85 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  680. No symbol table info available.
  681. #2  0x0084cf7c in cond_timedwait (timeout=<value optimized out>,
  682.     external_mutex=<value optimized out>, cv=<value optimized out>)
  683.     at ../../ace/OS_NS_Thread.inl:362
  684.         result = <value optimized out>
  685.         ts = {tv_sec = 0, tv_nsec = -2147483648}
  686. #3  ACE_Condition_Thread_Mutex::wait (timeout=<value optimized out>,
  687.     external_mutex=<value optimized out>, cv=<value optimized out>)
  688.     at ../../ace/Condition_Thread_Mutex.cpp:100
  689. No locals.
  690. #4  0x0084cfdb in ACE_Condition_Thread_Mutex::wait (this=0xb700b344,
  691.     abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:107
  692. No locals.
  693. #5  0x083990c3 in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (
  694.     this=0xb700b300, timeout=0x0)
  695.     at /home/trinity/newsrc/download/libs/include/ace/Message_Queue_T.cpp:1744
  696.         result = <value optimized out>
  697. #6  0x08399f55 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  698.     this=0xb700b300, first_item=@0xb47ff1fc, timeout=0x0)
  699.     at /home/trinity/newsrc/download/libs/include/ace/Message_Queue_T.cpp:1936
  700.         ace_mon = {lock_ = 0xb700b328, owner_ = 0}
  701. #7  0x00831b1c in ACE_Activation_Queue::dequeue (this=0xb70052c0, tv=0x0)
  702.     at ../../ace/Activation_Queue.cpp:89
  703.         mb = 0x0
  704. #8  0x0883bb02 in DatabaseWorker::svc (this=0xb489e1c0)
  705.     at /home/trinity/newsrc/core/src/server/shared/Database/DatabaseWorker.cpp:40
  706. No locals.
  707. #9  0x008e7c62 in ACE_Task_Base::svc_run (args=0xb489e1c0)
  708.     at ../../ace/Task.cpp:271
  709.         svc_status = <value optimized out>
  710. #10 0x008e9028 in ACE_Thread_Adapter::invoke_i (this=0xb4897c40)
  711.     at ../../ace/Thread_Adapter.cpp:161
  712.         hook = <value optimized out>
  713.         func = 0x8e7c10 <ACE_Task_Base::svc_run(void*)>
  714.         arg = 0xb489e1c0
  715.         cancel_flags = 0
  716.         status = 0xfffffffc
  717. #11 0x008e9115 in ACE_Thread_Adapter::invoke (this=0xb4897c40)
  718.     at ../../ace/Thread_Adapter.cpp:96
  719.         exit_hook_instance = <value optimized out>
  720.         exit_hook_maybe = {instance_ = 0x0}
  721.         exit_hook_ptr = <value optimized out>
  722. #12 0x00843d01 in ace_thread_adapter (args=0xb4897c40)
  723.     at ../../ace/Base_Thread_Adapter.cpp:122
  724.         status = 0xfffffffc
  725. #13 0x005f28f5 in start_thread () from /lib/libpthread.so.0
  726. No symbol table info available.
  727. #14 0x00bfffce in clone () from /lib/libc.so.6
  728. No symbol table info available.
  729.  
  730. Thread 4 (Thread 0xb5bffb70 (LWP 26322)):
  731. #0  0x00b01832 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
  732. No symbol table info available.
  733. #1  0x005f6f85 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  734. No symbol table info available.
  735. #2  0x0084cf7c in cond_timedwait (timeout=<value optimized out>,
  736.     external_mutex=<value optimized out>, cv=<value optimized out>)
  737.     at ../../ace/OS_NS_Thread.inl:362
  738.         result = <value optimized out>
  739.         ts = {tv_sec = 0, tv_nsec = 2139095040}
  740. #3  ACE_Condition_Thread_Mutex::wait (timeout=<value optimized out>,
  741.     external_mutex=<value optimized out>, cv=<value optimized out>)
  742.     at ../../ace/Condition_Thread_Mutex.cpp:100
  743. No locals.
  744. #4  0x0084cfdb in ACE_Condition_Thread_Mutex::wait (this=0xb700b284,
  745.     abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:107
  746. No locals.
  747. #5  0x083990c3 in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (
  748.     this=0xb700b240, timeout=0x0)
  749.     at /home/trinity/newsrc/download/libs/include/ace/Message_Queue_T.cpp:1744
  750.         result = <value optimized out>
  751. #6  0x08399f55 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  752.     this=0xb700b240, first_item=@0xb5bff1fc, timeout=0x0)
  753.     at /home/trinity/newsrc/download/libs/include/ace/Message_Queue_T.cpp:1936
  754.         ace_mon = {lock_ = 0xb700b268, owner_ = 0}
  755. #7  0x00831b1c in ACE_Activation_Queue::dequeue (this=0xb7005280, tv=0x0)
  756.     at ../../ace/Activation_Queue.cpp:89
  757.         mb = 0x0
  758. #8  0x0883bb02 in DatabaseWorker::svc (this=0xb70045e0)
  759.     at /home/trinity/newsrc/core/src/server/shared/Database/DatabaseWorker.cpp:40
  760. No locals.
  761. #9  0x008e7c62 in ACE_Task_Base::svc_run (args=0xb70045e0)
  762.     at ../../ace/Task.cpp:271
  763.         svc_status = <value optimized out>
  764. #10 0x008e9028 in ACE_Thread_Adapter::invoke_i (this=0xb7007f80)
  765.     at ../../ace/Thread_Adapter.cpp:161
  766.         hook = <value optimized out>
  767.         func = 0x8e7c10 <ACE_Task_Base::svc_run(void*)>
  768.         arg = 0xb70045e0
  769.         cancel_flags = 0
  770.         status = 0xfffffffc
  771. #11 0x008e9115 in ACE_Thread_Adapter::invoke (this=0xb7007f80)
  772.     at ../../ace/Thread_Adapter.cpp:96
  773.         exit_hook_instance = <value optimized out>
  774.         exit_hook_maybe = {instance_ = 0x0}
  775.         exit_hook_ptr = <value optimized out>
  776. #12 0x00843d01 in ace_thread_adapter (args=0xb7007f80)
  777.     at ../../ace/Base_Thread_Adapter.cpp:122
  778.         status = 0xfffffffc
  779. #13 0x005f28f5 in start_thread () from /lib/libpthread.so.0
  780. No symbol table info available.
  781. #14 0x00bfffce in clone () from /lib/libc.so.6
  782. No symbol table info available.
  783.  
  784. Thread 3 (Thread 0xb6fffb70 (LWP 26321)):
  785. #0  0x00b01832 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
  786. No symbol table info available.
  787. #1  0x005f6f85 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  788. No symbol table info available.
  789. #2  0x0084cf7c in cond_timedwait (timeout=<value optimized out>,
  790.     external_mutex=<value optimized out>, cv=<value optimized out>)
  791.     at ../../ace/OS_NS_Thread.inl:362
  792.         result = <value optimized out>
  793.         ts = {tv_sec = -1265298112, tv_nsec = 3507456}
  794. #3  ACE_Condition_Thread_Mutex::wait (timeout=<value optimized out>,
  795.     external_mutex=<value optimized out>, cv=<value optimized out>)
  796.     at ../../ace/Condition_Thread_Mutex.cpp:100
  797. No locals.
  798. #4  0x0084cfdb in ACE_Condition_Thread_Mutex::wait (this=0xb700b1c4,
  799.     abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:107
  800. No locals.
  801. #5  0x083990c3 in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (
  802.     this=0xb700b180, timeout=0x0)
  803.     at /home/trinity/newsrc/download/libs/include/ace/Message_Queue_T.cpp:1744
  804.         result = <value optimized out>
  805. #6  0x08399f55 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  806.     this=0xb700b180, first_item=@0xb6fff1fc, timeout=0x0)
  807.     at /home/trinity/newsrc/download/libs/include/ace/Message_Queue_T.cpp:1936
  808.         ace_mon = {lock_ = 0xb700b1a8, owner_ = 0}
  809. #7  0x00831b1c in ACE_Activation_Queue::dequeue (this=0xb7005240, tv=0x0)
  810.     at ../../ace/Activation_Queue.cpp:89
  811.         mb = 0x0
  812. #8  0x0883bb02 in DatabaseWorker::svc (this=0xb7004400)
  813.     at /home/trinity/newsrc/core/src/server/shared/Database/DatabaseWorker.cpp:40
  814. No locals.
  815. #9  0x008e7c62 in ACE_Task_Base::svc_run (args=0xb7004400)
  816.     at ../../ace/Task.cpp:271
  817.         svc_status = <value optimized out>
  818. #10 0x008e9028 in ACE_Thread_Adapter::invoke_i (this=0xb7007540)
  819.     at ../../ace/Thread_Adapter.cpp:161
  820.         hook = <value optimized out>
  821.         func = 0x8e7c10 <ACE_Task_Base::svc_run(void*)>
  822.         arg = 0xb7004400
  823.         cancel_flags = 0
  824.         status = 0xfffffffc
  825. #11 0x008e9115 in ACE_Thread_Adapter::invoke (this=0xb7007540)
  826.     at ../../ace/Thread_Adapter.cpp:96
  827.         exit_hook_instance = <value optimized out>
  828.         exit_hook_maybe = {instance_ = 0x0}
  829.         exit_hook_ptr = <value optimized out>
  830. #12 0x00843d01 in ace_thread_adapter (args=0xb7007540)
  831.     at ../../ace/Base_Thread_Adapter.cpp:122
  832.         status = 0xfffffffc
  833. #13 0x005f28f5 in start_thread () from /lib/libpthread.so.0
  834. No symbol table info available.
  835. #14 0x00bfffce in clone () from /lib/libc.so.6
  836. No symbol table info available.
  837.  
  838. Thread 1 (Thread 0xb7ff3960 (LWP 26317)):
  839. #0  0x00b01832 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
  840. No symbol table info available.
  841. #1  0x005f397d in pthread_join () from /lib/libpthread.so.0
  842. No symbol table info available.
  843. #2  0x008ebd21 in thr_join (status=<value optimized out>,
  844.     thr_handle=<value optimized out>) at ../../ace/OS_NS_Thread.inl:2788
  845.         result = <value optimized out>
  846. #3  ACE_Thread::join (status=<value optimized out>,
  847.     thr_handle=<value optimized out>) at ../../ace/Thread.inl:137
  848. No locals.
  849. #4  ACE_Thread_Manager::wait_task (status=<value optimized out>,
  850.     thr_handle=<value optimized out>) at ../../ace/Thread_Manager.cpp:1795
  851.         i = 0
  852.         copy_count = 1
  853.         copy_table = <value optimized out>
  854.         result = <value optimized out>
  855. #5  0x008e773a in ACE_Task_Base::wait (this=0x0) at ../../ace/Task.cpp:86
  856. No locals.
  857. #6  0x086a3e5e in ReactorRunnable::Wait (this=<value optimized out>)
  858.     at /home/trinity/newsrc/core/src/server/game/Server/WorldSocketMgr.cpp:103
  859. No locals.
  860. #7  WorldSocketMgr::Wait (this=<value optimized out>)
  861.     at /home/trinity/newsrc/core/src/server/game/Server/WorldSocketMgr.cpp:315
  862.         i = 1
  863. #8  0x0839dd3f in Master::Run (this=0xb7003264)
  864.     at /home/trinity/newsrc/core/src/server/worldserver/Master.cpp:279
  865.         seed1 = {_bn = 0xb7005400, _array = 0x0}
  866.         SignalINT = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {
  867.               _vptr.ACE_Event_Handler = 0x8cf0f88,
  868.               reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  869.                   value_ = 1}, <No data fields>}, priority_ = 0,
  870.               reactor_ = 0x0,
  871.               reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  872.                   _vptr.Policy = 0x93e0b8},
  873.                 value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  874.         SignalTERM = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {
  875.               _vptr.ACE_Event_Handler = 0x8cf0f88,
  876.               reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  877.                   value_ = 1}, <No data fields>}, priority_ = 0,
  878.               reactor_ = 0x0,
  879.               reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  880.                   _vptr.Policy = 0x93e0b8},
  881.                 value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  882.         Handler = {_vptr.ACE_Sig_Handler = 0x90113e8, static sig_pending_ = 0,
  883.           static signal_handlers_ = {0x0, 0x0, 0xbfffd2f4,
  884.             0x0 <repeats 12 times>, 0xbfffd2dc, 0x0 <repeats 49 times>}}
  885.         world_thread = {m_iThreadId = 2462055280,
  886.           m_hThreadHandle = 2462055280, m_task = 0x92df3030,
  887.           static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>},
  888.             _vptr.ACE_TSS = 0x8d87238, keylock_ = {lock_ = {__data = {
  889.                   __lock = 0, __count = 0, __owner = 0, __kind = 0,
  890.                   __nusers = 0, {__spins = 0, __list = {__next = 0x0}}},
  891.                 __size = '\0' <repeats 23 times>, __align = 0},
  892.               removed_ = false}, once_ = false, key_ = 0}, static m_TpEnum = {
  893.             m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  894.         rar_thread = {m_iThreadId = 2434788208, m_hThreadHandle = 2434788208,
  895.           m_task = 0x92f1dc60,
  896.           static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>},
  897.             _vptr.ACE_TSS = 0x8d87238, keylock_ = {lock_ = {__data = {
  898.                   __lock = 0, __count = 0, __owner = 0, __kind = 0,
  899.                   __nusers = 0, {__spins = 0, __list = {__next = 0x0}}},
  900.                 __size = '\0' <repeats 23 times>, __align = 0},
  901.               removed_ = false}, once_ = false, key_ = 0}, static m_TpEnum = {
  902.             m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  903.         cliThread = 0x92df3050
  904.         soap_thread = 0x0
  905.         bind_ip = "0.0.0.0"
  906.         pidfile = "./trinity-world.pid"
  907.         wsport = 8085
  908. #9  0x0839f3a0 in main (argc=1, argv=0xbfffd474)
  909.     at /home/trinity/newsrc/core/src/server/worldserver/Main.cpp:145
  910.         cfg_file = 0x8cf1170 "/home/trinity/trinitycore/etc/worldserver.conf"
  911.         c = <value optimized out>
  912.         ret = <value optimized out>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement