Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 13.26 KB | None | 0 0
  1. [Thread debugging using libthread_db enabled]
  2. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  3. Core was generated by `/server/wow/tirion/bin/x2 -c /server/wow/tirion/etc/worldserver.conf'.
  4. Program terminated with signal SIGSEGV, Segmentation fault.
  5. #0  0x00007f3c9242d323 in std::_Rb_tree_increment(std::_Rb_tree_node_base*) ()
  6.    from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  7. [Current thread is 1 (Thread 0x7f3c7a493700 (LWP 20848))]
  8. (gdb) bt full
  9. #0  0x00007f3c9242d323 in std::_Rb_tree_increment(std::_Rb_tree_node_base*) ()
  10.    from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  11. No symbol table info available.
  12. #1  0x000055ed47042198 in std::_Rb_tree_iterator<std::pair<signed char const, VehicleSeat> >::operator++ (
  13.     this=<synthetic pointer>) at /usr/include/c++/7/bits/stl_tree.h:287
  14. No locals.
  15. #2  VehicleAIBase::CheckConditions (this=0x7f3c7c0d5dc0, diff=75)
  16.     at /server/wow/source/ezWotLK/src/server/game/AI/CreatureAI.cpp:291
  17.         seat = <optimized out>
  18.         __for_range = std::map with 4 elements = {[0 '\000'] = {SeatInfo = 0x55ed4c432ae8, Passenger = {Guid = 0,
  19.               IsUnselectable = false}}<error reading variable: Cannot access memory at address 0x1000400050016>...}
  20.         __for_begin = <optimized out>
  21.         __for_end = <optimized out>
  22. #3  0x000055ed47042269 in VehicleAIBase::CheckConditions (diff=75, this=0x7f3c7c0d5dc0)
  23.     at /server/wow/source/ezWotLK/src/server/game/AI/CreatureAI.cpp:250
  24.         seat = <optimized out>
  25.         __for_range = <optimized out>
  26.         __for_begin = <optimized out>
  27.         __for_end = <optimized out>
  28.         passenger = <optimized out>
  29.         player = <optimized out>
  30. #4  VehicleAIBase::UpdateAI (this=0x7f3c7c0d5dc0, diff=75)
  31.     at /server/wow/source/ezWotLK/src/server/game/AI/CreatureAI.cpp:237
  32. No locals.
  33. #5  0x000055ed47595c4d in VehicleAI::UpdateAI (diff=<optimized out>, this=0x7f3c7c0d5da0)
  34.     at /server/wow/source/ezWotLK/src/server/game/AI/CoreAI/CombatAI.h:113
  35. No locals.
  36. #6  npc_freed_protodrake::npc_freed_protodrakeAI::UpdateAI (this=0x7f3c7c0d5da0, diff=<optimized out>)
  37.     at /server/wow/source/ezWotLK/src/server/scripts/Northrend/storm_peaks.cpp:690
  38. No locals.
  39. #7  0x000055ed46c1528d in Creature::Update (this=0x7f3b409ee0c0, diff=75)
  40.     at /server/wow/source/ezWotLK/src/server/game/Entities/Creature/Creature.cpp:586
  41.         now = <optimized out>
  42.         bInCombat = <optimized out>
  43. #8  0x000055ed46c28290 in TempSummon::Update (this=0x7f3b409ee0c0, diff=75)
  44.     at /server/wow/source/ezWotLK/src/server/game/Entities/Creature/TemporarySummon.cpp:29
  45. No locals.
  46. #9  0x000055ed46db30a8 in Trinity::ObjectUpdater::Visit<Creature> (this=this@entry=0x7f3c7a492d6c, m=...)
  47.     at /server/wow/source/ezWotLK/src/server/game/Grids/Notifiers/GridNotifiers.cpp:355
  48. --Type <RET> for more, q to quit, c to continue without paging--
  49.         iter = <optimized out>
  50. #10 0x000055ed46e77604 in VisitorHelper<Trinity::ObjectUpdater, Creature> (c=..., v=...)
  51.     at /server/wow/source/ezWotLK/src/server/shared/Dynamic/TypeContainerVisitor.h:66
  52. No locals.
  53. #11 VisitorHelper<Trinity::ObjectUpdater, Creature, TypeList<GameObject, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > (c=..., v=...) at /server/wow/source/ezWotLK/src/server/shared/Dynamic/TypeContainerVisitor.h:72
  54. No locals.
  55. #12 VisitorHelper<Trinity::ObjectUpdater, TypeList<Creature, TypeList<GameObject, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (c=..., v=...) at /server/wow/source/ezWotLK/src/server/shared/Dynamic/TypeContainerVisitor.h:96
  56. No locals.
  57. #13 TypeContainerVisitor<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Creature, TypeList<GameObject, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >::Visit (c=..., this=0x7f3c7a492d70)
  58.     at /server/wow/source/ezWotLK/src/server/shared/Dynamic/TypeContainerVisitor.h:107
  59. No locals.
  60. #14 Grid<Player, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > >, TypeList<Creature, TypeList<GameObject, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > >::Visit<Trinity::ObjectUpdater> (visitor=..., this=0x7f3c5af8c008) at /server/wow/source/ezWotLK/src/server/game/Grids/Grid.h:75
  61. No locals.
  62. #15 NGrid<8u, Player, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > >, TypeList<Creature, TypeList<GameObject, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > >::VisitGrid<Trinity::ObjectUpdater, TypeList<Creature, TypeList<GameObject, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (
  63.     visitor=..., y=5, x=<optimized out>, this=0x7f3c5af89ee0)
  64.     at /server/wow/source/ezWotLK/src/server/game/Grids/NGrid.h:141
  65. No locals.
  66. #16 Map::Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Creature, TypeList<GameObject, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (visitor=..., cell=..., this=0x55ed9ffc6210)
  67.     at /server/wow/source/ezWotLK/src/server/game/Maps/Map.h:736
  68.         x = <optimized out>
  69.         y = <optimized out>
  70.         cell_x = <optimized out>
  71.         cell_y = <optimized out>
  72.         x = <optimized out>
  73.         y = <optimized out>
  74.         cell_x = <optimized out>
  75.         cell_y = <optimized out>
  76. #17 Map::VisitNearbyCellsOf (this=0x55ed9ffc6210, obj=0x7f3bdafb67b0, gridVisitor=..., worldVisitor=...)
  77.     at /server/wow/source/ezWotLK/src/server/game/Maps/Map.cpp:630
  78.         cell_id = 117610
  79.         pair = {x_coord = 362, y_coord = 229}
  80. --Type <RET> for more, q to quit, c to continue without paging--
  81.         cell = {data = {Part = {grid_x = 45, grid_y = 28, cell_x = 2, cell_y = 5, nocreate = 1, reserved = 0},
  82.             All = 18097965}}
  83.         localDiff = 26710022
  84.         y = 229
  85.         x = 362
  86.         area = {low_bound = {x_coord = 360, y_coord = 227}, high_bound = {x_coord = 363, y_coord = 230}}
  87.         this = 0x55ed9ffc6210
  88.         area = <optimized out>
  89.         gridVisitor = @0x7f3c7a492d70: {i_visitor = @0x7f3c7a492d6c}
  90.         obj = 0x7f3bdafb67b0
  91.         x = <optimized out>
  92.         pair = <optimized out>
  93.         cell = <optimized out>
  94.         worldVisitor = @0x7f3c7a492d78: {i_visitor = @0x7f3c7a492d6c}
  95.         y = <optimized out>
  96.         cell_id = <optimized out>
  97.         localDiff = <optimized out>
  98.         area = <optimized out>
  99.         x = <optimized out>
  100.         y = <optimized out>
  101.         cell_id = <optimized out>
  102.         pair = <optimized out>
  103.         cell = <optimized out>
  104.         localDiff = <optimized out>
  105. #18 0x000055ed46e7d5a4 in Map::Update (this=0x55ed9ffc6210, t_diff=75)
  106.     at /server/wow/source/ezWotLK/src/server/game/Maps/Map.cpp:677
  107.         player = <optimized out>
  108.         updateTimeMark = 26710007
  109.         updater = {i_timeDiff = 75}
  110.         grid_object_update = {i_visitor = @0x7f3c7a492d6c}
  111.         world_object_update = {i_visitor = @0x7f3c7a492d6c}
  112.         updatePlayers = std::tr1::unordered_map with 1 element = {[0x55ed46eeb260 <WorldSession::~WorldSession()>] = {
  113.             m_blockCount = 1190049968,
  114.             m_outOfRangeGUIDs = std::set with 94477585699824 elements<error reading variable: Cannot access memory at address 0x77402087f831e85>, _dataBlocks = std::vector of length -16, capacity -164 = {0x7f8308ec83485355,
  115.               0x48078b483c740208, 0xd68948f58948fb89, 0xf8830000019890ff, 0xb910538b481a74ff, 0x5589487fffffff,
  116.               0xffff3d4840438b48, 0xc48348c1470f7fff, 0x401f0fc35d5b08, 0x6c00c7ffb1cf33e8, 0xffffffffb8000000,
  117.               0x441f0f66e3eb, 0x5300fab811058d48, 0x548078948fb8948, 0x98bf8000000100, 0x7430478948000000,
  118.               0x90bf8b4812, 0x178b480674ff8548, 0x9883c61052ff, 0x7de95bdf89480000, 0x1f0f2e6666ffb1b0,
  119. --Type <RET> for more, q to quit, c to continue without paging--
  120.               0x9066000000000084, 0x2e66aaeb30ef8348, 0x841f0f, 0xffff97e8fb894853, 0xb0bee95bdf8948ff,
  121.               0x841f0f2e6666ffb1, 0x1f0f0000000000, 0x2e66daeb30ef8348, 0x841f0f, 0x53ed315554415541,
  122.               0x4818ec8348fb8948, 0x48000000001847c7, 0x6674ff8548107f8b, 0xe4894908246c8d4c, 0x841f0f,
  123.               0xc583e6894cea894c, 0x2404c74801, 0x82444c74800, 0x48ffb1b961e80000, 0x240c7e0ff3107b8b,
  124.               0x6b834830436f0ff3, 0x6608244c160f0140, 0x483043110fc1fb0f, 0x481043894828478b, 0x7b8b482050ff078b,
  125.               0x8348aa75ff854810, 0x5c415d5be88918c4, 0x841f0f2e66c35d41, 0x1f0f0000000000, 0xb1a8c7e8fb894853,
  126.               0xe8c78948de8948ff, 0x74db8548ffb1b3fc, 0xffdf8948038b4809, 0x10496b05c7480850, 0x90c35b0000000001,
  127.               0x5300f35029058d48, 0x8d48078948fb8948, 0x4800221679e8087f, 0xffb1c5a0e95bdf89, 0x5300f35009058d48,
  128.               0x8d48078948fb8948, 0x4800221659e8087f, 0x48ffb1c581e8df89, 0xffb1af88e95bdf89, 0x841f0f, 0xa0bf8348,
  129.               0x441f0fc30674, 0x7400000000b4bf80, 0x1000000b5bf80f1, 0x48e374ff8548e874, 0x1f0f0860ff078b,
  130.               0xd9840ff68548, 0x4130778d4c564100, 0x495441386f8d4c55, 0xf6894cea894cf489, 0xe3894c53fd894855,
  131.               0xe7894c0140478348, 0x448b49ffb1b82be8, 0x902574c085482824, 0x285b8b4830588948, 0x8348f6894cea894c,
  132.               0x5e8df8948014045, 0x4828438b48ffb1b8, 0x2444c749dc75c085, 0x558b480000000030, 0x4d8b482853894810,
  133.               0x89484274c9854810, 0x894c00758b483059, 0xfff6cf3d8d481065, 0x1a8a68b4cff, 0x458b483375fc3949,
  134.               0x487fffffffb84140, 0x470f417fffffff3d, 0x415d415c415d5bc0, 0x441f0f66c35e, 0x2e66bceb185d8948,
  135.               0x841f0f, 0xf883d4ff41ef8948, 0xffffffffb8c275ff, 0x2e66c3ffc883cfeb, 0x841f0f, 0xdf840ff68548,
  136.               0x2846c74800, 0x277400107f834800, 0x74c0854818478b48, 0x50394818568b481e, 0x1f0f23eb0b7218,
  137.               0x8b481a7318503948, 0x48f175c085483040, 0x148a0ff078b, 0x841f0f, 0x5369740028788348, 0x8948fb8948f18948,
  138.               0x8d4828708b483046, 0x8b48287189483853, 0x894830738d482878, 0x488948cf8948304f, 0x8b48ffb1b6eae828,
  139.               0xfff5df158d4c4043, 0x1c08348038b4cff, 0xa8888b4d40438948, 0x2875d1394d000001, 0xbb417fffffff3d48,
  140.               0x470f415b7fffffff, 0x441f0f66c3c3, 0x140a0ff078b48, 0x801f0f00, 0xf883d1ff41df8948, 0xeb40438b480674ff,
  141.               0xc35bffffffffb8c7, 0x9066c3ffffffffb8, 0xec8348fb89485355, 0xff8548107f8b4818, 0x8b480000011a840f,
  142.               0x482874c085481843, 0x8b48c7894818488b, 0x481874c085483040, 0xee72d1394818508b, 0x4830408b48c78948,
  143.               0x48e875c08548d189, 0x4828478b4c306f8b, 0xf8840fed85, 0x284f8b4c2845894c, 0xfc9854d30578b4c,
  144.               0x51894d000000d384, 0x24548d483e894830, 0x48e68948f5894808, 0x48000000002404c7, 0x82444c7,
  145.               0x7e0ff3ffb1b5ebe8, 0xf301406b8348240c, 0x244c160f30436f0f, 0x43110fc1fb0f6608, 0x48007d8b483d7430,
  146.               0x4c000000003047c7, 0x2843c749005d8b, 0x4820438b48000000, 0x438b483b76304339, 0x3d487fffffffbb40,
  147.               0x48c3470f7fffffff, 0x9066c35d5b18c483, 0x1073394818738b48, 0x1843c748b975, 0x1043c7480000,
  148.               0x401f0fa7eb0000, 0xf476158d480b8b48, 0x1a0a98b48ffff, 0x8948af74d5394800, 0xa575fff883d5ffdf,
  149.               0x66b0ebffffffffb8, 0x841f0f, 0xffff28e91853894c, 0x801f0fff, 0xffff03e91043894c, 0x801f0fff,
  150.               0xd9840ff68548, 0x4130778d4c564100, 0x495441386f8d4c55, 0xf6894cea894cf489, 0xe3894c53fd894855,
  151.               0xe7894c0140478348, 0x448b49ffb1b4ebe8, 0x902574c085482824, 0x285b8b4830588948, 0x8348f6894cea894c,
  152.               0xc5e8df8948014045, 0x4828438b48ffb1b4, 0x18558b48dc75c085, 0x62894c4b74d28548, 0x4c8949184d8b4828,
  153.               0x8b48185d89483024, 0xfff3973d8d480075, 0x1a8a68b4cff, 0x458b483b75fc3949, 0x487fffffffb84140,
  154.               0x470f417fffffff3d, 0x415d415c415d5bc0, 0x441f0f66c35e, 0x185d89481065894c...},
  155.             _dataSize = 94477585696352}, [0x2e663060ff078b48] = {m_blockCount = 8658703, Python Exception <class 'OverflowError'> cannot fit 'int' into an index-sized integer:
  156. m_outOfRangeGUIDs = ,
  157.             _dataBlocks = std::vector of length -1145546910032912549, capacity 16777216 = {
  158.               <error reading variable><error reading variable: Cannot access memory at address 0x1f0f2e66c30847eb>...}
  159. #19 0x000055ed46e873da in MapUpdateRequest::call (this=0x7f3b1bc53e50)
  160. --Type <RET> for more, q to quit, c to continue without paging--
  161.     at /server/wow/source/ezWotLK/src/server/game/Maps/MapUpdater.cpp:61
  162. No locals.
  163. #20 0x000055ed471f88e8 in DelayExecutor::svc (this=0x55ed4a57e008)
  164.     at /server/wow/source/ezWotLK/src/server/shared/Threading/DelayExecutor.cpp:52
  165.         rq = 0x7f3b1bc53e50
  166. #21 0x00007f3c936b580d in ACE_Task_Base::svc_run(void*) () from /usr/lib/libACE-6.4.5.so
  167. No symbol table info available.
  168. #22 0x00007f3c936b6716 in ACE_Thread_Adapter::invoke_i() () from /usr/lib/libACE-6.4.5.so
  169. No symbol table info available.
  170. #23 0x00007f3c936b661b in ACE_Thread_Adapter::invoke() () from /usr/lib/libACE-6.4.5.so
  171. No symbol table info available.
  172. #24 0x00007f3c921f6fb7 in start_thread (arg=<optimized out>) at pthread_create.c:486
  173.         ret = <optimized out>
  174.         pd = <optimized out>
  175.         now = <optimized out>
  176.         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139897726383872, 6832308293406436229, 140726323159566,
  177.                 140726323159567, 139897726383872, 139897726381952, -6869739150850774139, -6870214777662592123},
  178.               mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0,
  179.               canceltype = 0}}}
  180.         not_first_call = <optimized out>
  181. #25 0x00007f3c921282cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  182. No locals.
  183. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement