Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 13.76 KB | None | 0 0
  1. root@isengard-world:/debug# gdb x2 x2-20812
  2. GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
  3. Copyright (C) 2014 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from x2...done.
  17. [New LWP 20848]
  18. [New LWP 20856]
  19. [New LWP 20859]
  20. [New LWP 20812]
  21. [New LWP 20849]
  22. [New LWP 20857]
  23. [New LWP 20852]
  24. [New LWP 20851]
  25. [New LWP 20818]
  26. [New LWP 20815]
  27. [New LWP 20855]
  28. [New LWP 20822]
  29. [New LWP 20853]
  30. [New LWP 20813]
  31. [New LWP 20854]
  32. [New LWP 20863]
  33. [New LWP 20819]
  34. [New LWP 20865]
  35. [New LWP 20823]
  36. [New LWP 20817]
  37. [New LWP 20858]
  38. [New LWP 20864]
  39. [New LWP 20821]
  40. [New LWP 20861]
  41. [New LWP 20828]
  42. [New LWP 20816]
  43. [New LWP 20824]
  44. [New LWP 20829]
  45. [New LWP 20850]
  46. [New LWP 20814]
  47. [New LWP 20860]
  48. [New LWP 20862]
  49. [New LWP 20820]
  50. Dwarf Error: wrong version in compilation unit header (is 0, should be 2, 3, or 4) [in module /usr/lib/debug/.build-id/8c/26d6884ef21137fe6f976f5679e5e172ae43fe.debug]
  51. [Thread debugging using libthread_db enabled]
  52. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  53. Dwarf Error: wrong version in compilation unit header (is 0, should be 2, 3, or 4) [in module /usr/lib/debug/.build-id/5e/7bd9d721902e436445247472e5f91a149b3faa.debug]
  54. Dwarf Error: wrong version in compilation unit header (is 0, should be 2, 3, or 4) [in module /usr/lib/debug/.build-id/14/1885029bf0c40ea55ae3b56651d085c856fb0b.debug]
  55. Dwarf Error: wrong version in compilation unit header (is 0, should be 2, 3, or 4) [in module /usr/lib/debug/.build-id/c0/5e9583d6e75b775fe46b97e70bc0453feee036.debug]
  56. Dwarf Error: wrong version in compilation unit header (is 0, should be 2, 3, or 4) [in module /usr/lib/debug/.build-id/bd/c4116b3193146db4945c36329513df492b14ab.debug]
  57. Dwarf Error: wrong version in compilation unit header (is 0, should be 2, 3, or 4) [in module /usr/lib/debug/.build-id/ee/5900419b8dbc03a48c8642676625a2bcd35913.debug]
  58. Core was generated by `/server/wow/tirion/bin/x2 -c /server/wow/tirion/etc/worldserver.conf'.
  59. Program terminated with signal SIGSEGV, Segmentation fault.
  60. #0  0x00007f3c9242d323 in std::_Rb_tree_increment(std::_Rb_tree_node_base*) ()
  61.    from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  62. (gdb) bt full
  63. #0  0x00007f3c9242d323 in std::_Rb_tree_increment(std::_Rb_tree_node_base*) ()
  64.    from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  65. No symbol table info available.
  66. #1  0x000055ed47042198 in operator++ (this=<synthetic pointer>) at /usr/include/c++/7/bits/stl_tree.h:287
  67. No locals.
  68. #2  VehicleAIBase::CheckConditions (this=0x7f3c7c0d5dc0, diff=75)
  69.     at /server/wow/source/ezWotLK/src/server/game/AI/CreatureAI.cpp:291
  70.         __for_range = std::map with 4 elements = {[0 '\000'] = {SeatInfo = 0x55ed4c432ae8, Passenger = {Guid = 0,
  71.               IsUnselectable = false}}<error reading variable: Cannot access memory at address 0x1000400050016>...}
  72. #3  0x000055ed47042269 in CheckConditions (diff=75, this=0x7f3c7c0d5dc0)
  73.     at /server/wow/source/ezWotLK/src/server/game/AI/CreatureAI.cpp:250
  74. No locals.
  75. #4  VehicleAIBase::UpdateAI (this=0x7f3c7c0d5dc0, diff=75)
  76.     at /server/wow/source/ezWotLK/src/server/game/AI/CreatureAI.cpp:237
  77. No locals.
  78. #5  0x000055ed47595c4d in UpdateAI (diff=<optimized out>, this=0x7f3c7c0d5da0)
  79.     at /server/wow/source/ezWotLK/src/server/game/AI/CoreAI/CombatAI.h:113
  80. No locals.
  81. #6  npc_freed_protodrake::npc_freed_protodrakeAI::UpdateAI (this=0x7f3c7c0d5da0, diff=<optimized out>)
  82.     at /server/wow/source/ezWotLK/src/server/scripts/Northrend/storm_peaks.cpp:690
  83. No locals.
  84. #7  0x000055ed46c1528d in Creature::Update (this=0x7f3b409ee0c0, diff=75)
  85.     at /server/wow/source/ezWotLK/src/server/game/Entities/Creature/Creature.cpp:586
  86.         now = <optimized out>
  87.         bInCombat = <optimized out>
  88. #8  0x000055ed46c28290 in TempSummon::Update (this=0x7f3b409ee0c0, diff=75)
  89.     at /server/wow/source/ezWotLK/src/server/game/Entities/Creature/TemporarySummon.cpp:29
  90. No locals.
  91. #9  0x000055ed46db30a8 in Trinity::ObjectUpdater::Visit<Creature> (this=this@entry=0x7f3c7a492d6c, m=...)
  92.     at /server/wow/source/ezWotLK/src/server/game/Grids/Notifiers/GridNotifiers.cpp:355
  93.         iter = <optimized out>
  94. #10 0x000055ed46e77604 in VisitorHelper<Trinity::ObjectUpdater, Creature> (c=..., v=...)
  95.     at /server/wow/source/ezWotLK/src/server/shared/Dynamic/TypeContainerVisitor.h:66
  96. No locals.
  97. #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
  98. No locals.
  99. #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
  100. ---Type <return> to continue, or q <return> to quit---
  101. No locals.
  102. #13 Visit (c=..., this=0x7f3c7a492d70)
  103.     at /server/wow/source/ezWotLK/src/server/shared/Dynamic/TypeContainerVisitor.h:107
  104. No locals.
  105. #14 Visit<Trinity::ObjectUpdater> (visitor=..., this=0x7f3c5af8c008)
  106.     at /server/wow/source/ezWotLK/src/server/game/Grids/Grid.h:75
  107. No locals.
  108. #15 VisitGrid<Trinity::ObjectUpdater, TypeList<Creature, TypeList<GameObject, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (visitor=..., y=5, x=<optimized out>, this=0x7f3c5af89ee0)
  109.     at /server/wow/source/ezWotLK/src/server/game/Grids/NGrid.h:141
  110. No locals.
  111. #16 Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Creature, TypeList<GameObject, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (visitor=..., cell=..., this=0x55ed9ffc6210)
  112.     at /server/wow/source/ezWotLK/src/server/game/Maps/Map.h:736
  113. No locals.
  114. #17 Map::VisitNearbyCellsOf (this=0x55ed9ffc6210, obj=0x7f3bdafb67b0, gridVisitor=..., worldVisitor=...)
  115.     at /server/wow/source/ezWotLK/src/server/game/Maps/Map.cpp:630
  116.         cell_id = 117610
  117.         pair = {x_coord = 362, y_coord = 229}
  118.         cell = {data = {Part = {grid_x = 45, grid_y = 28, cell_x = 2, cell_y = 5, nocreate = 1, reserved = 0},
  119.             All = 18097965}}
  120.         localDiff = 26710022
  121.         y = 229
  122.         x = 362
  123.         area = {low_bound = {x_coord = 360, y_coord = 227}, high_bound = {x_coord = 363, y_coord = 230}}
  124.         worldVisitor = @0x7f3c7a492d78: {i_visitor = @0x7f3c7a492d6c}
  125.         gridVisitor = @0x7f3c7a492d70: {i_visitor = @0x7f3c7a492d6c}
  126.         obj = 0x7f3bdafb67b0
  127.         this = 0x55ed9ffc6210
  128. #18 0x000055ed46e7d5a4 in Map::Update (this=0x55ed9ffc6210, t_diff=75)
  129.     at /server/wow/source/ezWotLK/src/server/game/Maps/Map.cpp:677
  130.         updateTimeMark = 26710007
  131.         updater = {i_timeDiff = 75}
  132.         grid_object_update = {i_visitor = @0x7f3c7a492d6c}
  133.         world_object_update = {i_visitor = @0x7f3c7a492d6c}
  134.         updatePlayers = std::tr1::unordered_map with 1 element = {[0x55ed46eeb260 <WorldSession::~WorldSession()>] = {
  135.             m_blockCount = 1190049968,
  136.             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,
  137. ---Type <return> to continue, or q <return> to quit---
  138.               0x48078b483c740208, 0xd68948f58948fb89, 0xf8830000019890ff, 0xb910538b481a74ff, 0x5589487fffffff,
  139.               0xffff3d4840438b48, 0xc48348c1470f7fff, 0x401f0fc35d5b08, 0x6c00c7ffb1cf33e8, 0xffffffffb8000000,
  140.               0x441f0f66e3eb, 0x5300fab811058d48, 0x548078948fb8948, 0x98bf8000000100, 0x7430478948000000,
  141.               0x90bf8b4812, 0x178b480674ff8548, 0x9883c61052ff, 0x7de95bdf89480000, 0x1f0f2e6666ffb1b0,
  142.               0x9066000000000084, 0x2e66aaeb30ef8348, 0x841f0f, 0xffff97e8fb894853, 0xb0bee95bdf8948ff,
  143.               0x841f0f2e6666ffb1, 0x1f0f0000000000, 0x2e66daeb30ef8348, 0x841f0f, 0x53ed315554415541,
  144.               0x4818ec8348fb8948, 0x48000000001847c7, 0x6674ff8548107f8b, 0xe4894908246c8d4c, 0x841f0f,
  145.               0xc583e6894cea894c, 0x2404c74801, 0x82444c74800, 0x48ffb1b961e80000, 0x240c7e0ff3107b8b,
  146.               0x6b834830436f0ff3, 0x6608244c160f0140, 0x483043110fc1fb0f, 0x481043894828478b, 0x7b8b482050ff078b,
  147.               0x8348aa75ff854810, 0x5c415d5be88918c4, 0x841f0f2e66c35d41, 0x1f0f0000000000, 0xb1a8c7e8fb894853,
  148.               0xe8c78948de8948ff, 0x74db8548ffb1b3fc, 0xffdf8948038b4809, 0x10496b05c7480850, 0x90c35b0000000001,
  149.               0x5300f35029058d48, 0x8d48078948fb8948, 0x4800221679e8087f, 0xffb1c5a0e95bdf89, 0x5300f35009058d48,
  150.               0x8d48078948fb8948, 0x4800221659e8087f, 0x48ffb1c581e8df89, 0xffb1af88e95bdf89, 0x841f0f, 0xa0bf8348,
  151.               0x441f0fc30674, 0x7400000000b4bf80, 0x1000000b5bf80f1, 0x48e374ff8548e874, 0x1f0f0860ff078b,
  152.               0xd9840ff68548, 0x4130778d4c564100, 0x495441386f8d4c55, 0xf6894cea894cf489, 0xe3894c53fd894855,
  153.               0xe7894c0140478348, 0x448b49ffb1b82be8, 0x902574c085482824, 0x285b8b4830588948, 0x8348f6894cea894c,
  154.               0x5e8df8948014045, 0x4828438b48ffb1b8, 0x2444c749dc75c085, 0x558b480000000030, 0x4d8b482853894810,
  155.               0x89484274c9854810, 0x894c00758b483059, 0xfff6cf3d8d481065, 0x1a8a68b4cff, 0x458b483375fc3949,
  156.               0x487fffffffb84140, 0x470f417fffffff3d, 0x415d415c415d5bc0, 0x441f0f66c35e, 0x2e66bceb185d8948,
  157.               0x841f0f, 0xf883d4ff41ef8948, 0xffffffffb8c275ff, 0x2e66c3ffc883cfeb, 0x841f0f, 0xdf840ff68548,
  158.               0x2846c74800, 0x277400107f834800, 0x74c0854818478b48, 0x50394818568b481e, 0x1f0f23eb0b7218,
  159.               0x8b481a7318503948, 0x48f175c085483040, 0x148a0ff078b, 0x841f0f, 0x5369740028788348, 0x8948fb8948f18948,
  160.               0x8d4828708b483046, 0x8b48287189483853, 0x894830738d482878, 0x488948cf8948304f, 0x8b48ffb1b6eae828,
  161.               0xfff5df158d4c4043, 0x1c08348038b4cff, 0xa8888b4d40438948, 0x2875d1394d000001, 0xbb417fffffff3d48,
  162.               0x470f415b7fffffff, 0x441f0f66c3c3, 0x140a0ff078b48, 0x801f0f00, 0xf883d1ff41df8948, 0xeb40438b480674ff,
  163.               0xc35bffffffffb8c7, 0x9066c3ffffffffb8, 0xec8348fb89485355, 0xff8548107f8b4818, 0x8b480000011a840f,
  164.               0x482874c085481843, 0x8b48c7894818488b, 0x481874c085483040, 0xee72d1394818508b, 0x4830408b48c78948,
  165.               0x48e875c08548d189, 0x4828478b4c306f8b, 0xf8840fed85, 0x284f8b4c2845894c, 0xfc9854d30578b4c,
  166.               0x51894d000000d384, 0x24548d483e894830, 0x48e68948f5894808, 0x48000000002404c7, 0x82444c7,
  167.               0x7e0ff3ffb1b5ebe8, 0xf301406b8348240c, 0x244c160f30436f0f, 0x43110fc1fb0f6608, 0x48007d8b483d7430,
  168.               0x4c000000003047c7, 0x2843c749005d8b, 0x4820438b48000000, 0x438b483b76304339, 0x3d487fffffffbb40,
  169.               0x48c3470f7fffffff, 0x9066c35d5b18c483, 0x1073394818738b48, 0x1843c748b975, 0x1043c7480000,
  170.               0x401f0fa7eb0000, 0xf476158d480b8b48, 0x1a0a98b48ffff, 0x8948af74d5394800, 0xa575fff883d5ffdf,
  171.               0x66b0ebffffffffb8, 0x841f0f, 0xffff28e91853894c, 0x801f0fff, 0xffff03e91043894c, 0x801f0fff,
  172.               0xd9840ff68548, 0x4130778d4c564100, 0x495441386f8d4c55, 0xf6894cea894cf489, 0xe3894c53fd894855,
  173.               0xe7894c0140478348, 0x448b49ffb1b4ebe8, 0x902574c085482824, 0x285b8b4830588948, 0x8348f6894cea894c,
  174.               0xc5e8df8948014045, 0x4828438b48ffb1b4, 0x18558b48dc75c085, 0x62894c4b74d28548, 0x4c8949184d8b4828,
  175.               0x8b48185d89483024, 0xfff3973d8d480075, 0x1a8a68b4cff, 0x458b483b75fc3949, 0x487fffffffb84140,
  176.               0x470f417fffffff3d, 0x415d415c415d5bc0, 0x441f0f66c35e, 0x185d89481065894c...},
  177. ---Type <return> to continue, or q <return> to quit---
  178.             _dataSize = 94477585696352}, [0x2e663060ff078b48] = {Python Exception <type 'exceptions.ValueError'> __len__() should return >= 0:
  179. m_blockCount = 8658703, m_outOfRangeGUIDs = ,
  180.             _dataBlocks = std::vector of length -1145546910032912549, capacity 16777216 = {
  181.               <error reading variable><error reading variable: Cannot access memory at address 0x1f0f2e66c30847eb>...}
  182. #19 0x000055ed46e873da in MapUpdateRequest::call (this=0x7f3b1bc53e50)
  183.     at /server/wow/source/ezWotLK/src/server/game/Maps/MapUpdater.cpp:61
  184. No locals.
  185. #20 0x000055ed471f88e8 in DelayExecutor::svc (this=0x55ed4a57e008)
  186.     at /server/wow/source/ezWotLK/src/server/shared/Threading/DelayExecutor.cpp:52
  187.         rq = 0x7f3b1bc53e50
  188. #21 0x00007f3c936b580d in ACE_Task_Base::svc_run(void*) () from /usr/lib/libACE-6.4.5.so
  189. No symbol table info available.
  190. #22 0x00007f3c936b6716 in ACE_Thread_Adapter::invoke_i() () from /usr/lib/libACE-6.4.5.so
  191. No symbol table info available.
  192. #23 0x00007f3c936b661b in ACE_Thread_Adapter::invoke() () from /usr/lib/libACE-6.4.5.so
  193. No symbol table info available.
  194. #24 0x00007f3c921f6fb7 in start_thread (arg=<optimized out>) at pthread_create.c:486
  195.         ret = <optimized out>
  196.         pd = <optimized out>
  197.         now = <optimized out>
  198.         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139897726383872, 6832308293406436229, 140726323159566,
  199.                 140726323159567, 139897726383872, 139897726381952, -6869739150850774139, -6870214777662592123},
  200.               mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0,
  201.               canceltype = 0}}}
  202.         not_first_call = <optimized out>
  203. #25 0x00007f3c921282cf in clone () from /lib/x86_64-linux-gnu/libc.so.6
  204. No symbol table info available.
  205. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement