Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 27.99 KB | None | 0 0
  1. root@isengard-world:/debug# gdb x2 x2-23993
  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 24023]
  18. [New LWP 24030]
  19. [New LWP 24031]
  20. [New LWP 23994]
  21. [New LWP 23993]
  22. [New LWP 24034]
  23. [New LWP 24036]
  24. [New LWP 24035]
  25. [New LWP 24042]
  26. [New LWP 24039]
  27. [New LWP 24032]
  28. [New LWP 24038]
  29. [New LWP 24001]
  30. [New LWP 23996]
  31. [New LWP 24000]
  32. [New LWP 24041]
  33. [New LWP 24004]
  34. [New LWP 23995]
  35. [New LWP 24026]
  36. [New LWP 24002]
  37. [New LWP 24043]
  38. [New LWP 24033]
  39. [New LWP 24006]
  40. [New LWP 24025]
  41. [New LWP 23998]
  42. [New LWP 24003]
  43. [New LWP 24040]
  44. [New LWP 24024]
  45. [New LWP 24010]
  46. [New LWP 23999]
  47. [New LWP 24005]
  48. [New LWP 23997]
  49. [New LWP 24037]
  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  0x00007f514ae7b323 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  0x00007f514ae7b323 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  0x0000558392825198 in operator++ (this=<synthetic pointer>) at /usr/include/c++/7/bits/stl_tree.h:287
  67. No locals.
  68. #2  VehicleAIBase::CheckConditions (this=0x7f51300b4b50, 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 = 0x558397ccbb08, Passenger = {Guid = 0,
  71.               IsUnselectable = false}}, [1 '\001'] = {SeatInfo = 0x558397ccc010, Passenger = {Guid = 0,
  72.               IsUnselectable = false}}, [2 '\002'] = {SeatInfo = 0x558397ccbde8, Passenger = {Guid = 0,
  73.               IsUnselectable = false}}, [3 '\003'] = {SeatInfo = 0x558397ccc0c8, Passenger = {Guid = 0,
  74.               IsUnselectable = false}}}
  75. #3  0x0000558392825269 in CheckConditions (diff=75, this=0x7f51300b4b50)
  76.     at /server/wow/source/ezWotLK/src/server/game/AI/CreatureAI.cpp:250
  77. No locals.
  78. #4  VehicleAIBase::UpdateAI (this=0x7f51300b4b50, diff=75)
  79.     at /server/wow/source/ezWotLK/src/server/game/AI/CreatureAI.cpp:237
  80. No locals.
  81. #5  0x0000558392d78c4d in UpdateAI (diff=<optimized out>, this=0x7f51300b4b30)
  82.     at /server/wow/source/ezWotLK/src/server/game/AI/CoreAI/CombatAI.h:113
  83. No locals.
  84. #6  npc_freed_protodrake::npc_freed_protodrakeAI::UpdateAI (this=0x7f51300b4b30, diff=<optimized out>)
  85.     at /server/wow/source/ezWotLK/src/server/scripts/Northrend/storm_peaks.cpp:690
  86. No locals.
  87. #7  0x00005583923f828d in Creature::Update (this=0x7f503e635ca0, diff=75)
  88.     at /server/wow/source/ezWotLK/src/server/game/Entities/Creature/Creature.cpp:586
  89.         now = <optimized out>
  90.         bInCombat = <optimized out>
  91. #8  0x000055839240b290 in TempSummon::Update (this=0x7f503e635ca0, diff=75)
  92.     at /server/wow/source/ezWotLK/src/server/game/Entities/Creature/TemporarySummon.cpp:29
  93. No locals.
  94. #9  0x00005583925960a8 in Trinity::ObjectUpdater::Visit<Creature> (this=this@entry=0x7f513e431d6c, m=...)
  95.     at /server/wow/source/ezWotLK/src/server/game/Grids/Notifiers/GridNotifiers.cpp:355
  96.         iter = <optimized out>
  97. #10 0x000055839265a604 in VisitorHelper<Trinity::ObjectUpdater, Creature> (c=..., v=...)
  98.     at /server/wow/source/ezWotLK/src/server/shared/Dynamic/TypeContainerVisitor.h:66
  99. No locals.
  100. #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
  101. ---Type <return> to continue, or q <return> to quit---
  102. No locals.
  103. #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
  104. No locals.
  105. #13 Visit (c=..., this=0x7f513e431d70)
  106.     at /server/wow/source/ezWotLK/src/server/shared/Dynamic/TypeContainerVisitor.h:107
  107. No locals.
  108. #14 Visit<Trinity::ObjectUpdater> (visitor=..., this=0x7f506a6e1758)
  109.     at /server/wow/source/ezWotLK/src/server/game/Grids/Grid.h:75
  110. No locals.
  111. #15 VisitGrid<Trinity::ObjectUpdater, TypeList<Creature, TypeList<GameObject, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (visitor=..., y=5, x=<optimized out>, this=0x7f506a6df630)
  112.     at /server/wow/source/ezWotLK/src/server/game/Grids/NGrid.h:141
  113. No locals.
  114. #16 Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Creature, TypeList<GameObject, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (visitor=..., cell=..., this=0x5583eb12c110)
  115.     at /server/wow/source/ezWotLK/src/server/game/Maps/Map.h:736
  116. No locals.
  117. #17 Map::VisitNearbyCellsOf (this=0x5583eb12c110, obj=0x7f506a6d6340, gridVisitor=..., worldVisitor=...)
  118.     at /server/wow/source/ezWotLK/src/server/game/Maps/Map.cpp:630
  119.         cell_id = 117610
  120.         pair = {x_coord = 362, y_coord = 229}
  121.         cell = {data = {Part = {grid_x = 45, grid_y = 28, cell_x = 2, cell_y = 5, nocreate = 1, reserved = 0},
  122.             All = 18097965}}
  123.         localDiff = 790041
  124.         y = 229
  125.         x = 362
  126.         area = {low_bound = {x_coord = 360, y_coord = 227}, high_bound = {x_coord = 363, y_coord = 230}}
  127.         worldVisitor = @0x7f513e431d78: {i_visitor = @0x7f513e431d6c}
  128.         gridVisitor = @0x7f513e431d70: {i_visitor = @0x7f513e431d6c}
  129.         obj = 0x7f506a6d6340
  130.         this = 0x5583eb12c110
  131. #18 0x00005583926605a4 in Map::Update (this=0x5583eb12c110, t_diff=75)
  132.     at /server/wow/source/ezWotLK/src/server/game/Maps/Map.cpp:677
  133.         updateTimeMark = 790032
  134.         updater = {i_timeDiff = 75}
  135.         grid_object_update = {i_visitor = @0x7f513e431d6c}
  136.         world_object_update = {i_visitor = @0x7f513e431d6c}
  137.         updatePlayers = std::tr1::unordered_map with 1 element = {[0x5583926ce260 <WorldSession::~WorldSession()>] = {
  138. ---Type <return> to continue, or q <return> to quit---
  139.             m_blockCount = 2456610992,
  140.             m_outOfRangeGUIDs = std::set with 94023585727472 elements<error reading variable: Cannot access memory at address 0x77402087f831e85>, _dataBlocks = std::vector of length -16, capacity -164 = {0x7f8308ec83485355,
  141.               0x48078b483c740208, 0xd68948f58948fb89, 0xf8830000019890ff, 0xb910538b481a74ff, 0x5589487fffffff,
  142.               0xffff3d4840438b48, 0xc48348c1470f7fff, 0x401f0fc35d5b08, 0x6c00c7ffb1cf33e8, 0xffffffffb8000000,
  143.               0x441f0f66e3eb, 0x5300fab811058d48, 0x548078948fb8948, 0x98bf8000000100, 0x7430478948000000,
  144.               0x90bf8b4812, 0x178b480674ff8548, 0x9883c61052ff, 0x7de95bdf89480000, 0x1f0f2e6666ffb1b0,
  145.               0x9066000000000084, 0x2e66aaeb30ef8348, 0x841f0f, 0xffff97e8fb894853, 0xb0bee95bdf8948ff,
  146.               0x841f0f2e6666ffb1, 0x1f0f0000000000, 0x2e66daeb30ef8348, 0x841f0f, 0x53ed315554415541,
  147.               0x4818ec8348fb8948, 0x48000000001847c7, 0x6674ff8548107f8b, 0xe4894908246c8d4c, 0x841f0f,
  148.               0xc583e6894cea894c, 0x2404c74801, 0x82444c74800, 0x48ffb1b961e80000, 0x240c7e0ff3107b8b,
  149.               0x6b834830436f0ff3, 0x6608244c160f0140, 0x483043110fc1fb0f, 0x481043894828478b, 0x7b8b482050ff078b,
  150.               0x8348aa75ff854810, 0x5c415d5be88918c4, 0x841f0f2e66c35d41, 0x1f0f0000000000, 0xb1a8c7e8fb894853,
  151.               0xe8c78948de8948ff, 0x74db8548ffb1b3fc, 0xffdf8948038b4809, 0x10496b05c7480850, 0x90c35b0000000001,
  152.               0x5300f35029058d48, 0x8d48078948fb8948, 0x4800221679e8087f, 0xffb1c5a0e95bdf89, 0x5300f35009058d48,
  153.               0x8d48078948fb8948, 0x4800221659e8087f, 0x48ffb1c581e8df89, 0xffb1af88e95bdf89, 0x841f0f, 0xa0bf8348,
  154.               0x441f0fc30674, 0x7400000000b4bf80, 0x1000000b5bf80f1, 0x48e374ff8548e874, 0x1f0f0860ff078b,
  155.               0xd9840ff68548, 0x4130778d4c564100, 0x495441386f8d4c55, 0xf6894cea894cf489, 0xe3894c53fd894855,
  156.               0xe7894c0140478348, 0x448b49ffb1b82be8, 0x902574c085482824, 0x285b8b4830588948, 0x8348f6894cea894c,
  157.               0x5e8df8948014045, 0x4828438b48ffb1b8, 0x2444c749dc75c085, 0x558b480000000030, 0x4d8b482853894810,
  158.               0x89484274c9854810, 0x894c00758b483059, 0xfff6cf3d8d481065, 0x1a8a68b4cff, 0x458b483375fc3949,
  159.               0x487fffffffb84140, 0x470f417fffffff3d, 0x415d415c415d5bc0, 0x441f0f66c35e, 0x2e66bceb185d8948,
  160.               0x841f0f, 0xf883d4ff41ef8948, 0xffffffffb8c275ff, 0x2e66c3ffc883cfeb, 0x841f0f, 0xdf840ff68548,
  161.               0x2846c74800, 0x277400107f834800, 0x74c0854818478b48, 0x50394818568b481e, 0x1f0f23eb0b7218,
  162.               0x8b481a7318503948, 0x48f175c085483040, 0x148a0ff078b, 0x841f0f, 0x5369740028788348, 0x8948fb8948f18948,
  163.               0x8d4828708b483046, 0x8b48287189483853, 0x894830738d482878, 0x488948cf8948304f, 0x8b48ffb1b6eae828,
  164.               0xfff5df158d4c4043, 0x1c08348038b4cff, 0xa8888b4d40438948, 0x2875d1394d000001, 0xbb417fffffff3d48,
  165.               0x470f415b7fffffff, 0x441f0f66c3c3, 0x140a0ff078b48, 0x801f0f00, 0xf883d1ff41df8948, 0xeb40438b480674ff,
  166.               0xc35bffffffffb8c7, 0x9066c3ffffffffb8, 0xec8348fb89485355, 0xff8548107f8b4818, 0x8b480000011a840f,
  167.               0x482874c085481843, 0x8b48c7894818488b, 0x481874c085483040, 0xee72d1394818508b, 0x4830408b48c78948,
  168.               0x48e875c08548d189, 0x4828478b4c306f8b, 0xf8840fed85, 0x284f8b4c2845894c, 0xfc9854d30578b4c,
  169.               0x51894d000000d384, 0x24548d483e894830, 0x48e68948f5894808, 0x48000000002404c7, 0x82444c7,
  170.               0x7e0ff3ffb1b5ebe8, 0xf301406b8348240c, 0x244c160f30436f0f, 0x43110fc1fb0f6608, 0x48007d8b483d7430,
  171.               0x4c000000003047c7, 0x2843c749005d8b, 0x4820438b48000000, 0x438b483b76304339, 0x3d487fffffffbb40,
  172.               0x48c3470f7fffffff, 0x9066c35d5b18c483, 0x1073394818738b48, 0x1843c748b975, 0x1043c7480000,
  173.               0x401f0fa7eb0000, 0xf476158d480b8b48, 0x1a0a98b48ffff, 0x8948af74d5394800, 0xa575fff883d5ffdf,
  174.               0x66b0ebffffffffb8, 0x841f0f, 0xffff28e91853894c, 0x801f0fff, 0xffff03e91043894c, 0x801f0fff,
  175.               0xd9840ff68548, 0x4130778d4c564100, 0x495441386f8d4c55, 0xf6894cea894cf489, 0xe3894c53fd894855,
  176.               0xe7894c0140478348, 0x448b49ffb1b4ebe8, 0x902574c085482824, 0x285b8b4830588948, 0x8348f6894cea894c,
  177. ---Type <return> to continue, or q <return> to quit---
  178.               0xc5e8df8948014045, 0x4828438b48ffb1b4, 0x18558b48dc75c085, 0x62894c4b74d28548, 0x4c8949184d8b4828,
  179.               0x8b48185d89483024, 0xfff3973d8d480075, 0x1a8a68b4cff, 0x458b483b75fc3949, 0x487fffffffb84140,
  180.               0x470f417fffffff3d, 0x415d415c415d5bc0, 0x441f0f66c35e, 0x185d89481065894c...},
  181.             _dataSize = 94023585724000}, [0x2e663060ff078b48] = {Python Exception <type 'exceptions.ValueError'> __len__() should return >= 0:
  182. m_blockCount = 8658703, m_outOfRangeGUIDs = ,
  183.             _dataBlocks = std::vector of length -1145546910032912549, capacity 16777216 = {
  184.               <error reading variable><error reading variable: Cannot access memory at address 0x1f0f2e66c30847eb>...}
  185. #19 0x000055839266a3da in MapUpdateRequest::call (this=0x7f503e7413b0)
  186.     at /server/wow/source/ezWotLK/src/server/game/Maps/MapUpdater.cpp:61
  187. No locals.
  188. #20 0x00005583929db8e8 in DelayExecutor::svc (this=0x558395e17008)
  189.     at /server/wow/source/ezWotLK/src/server/shared/Threading/DelayExecutor.cpp:52
  190.         rq = 0x7f503e7413b0
  191. #21 0x00007f514c10380d in ACE_Task_Base::svc_run(void*) () from /usr/lib/libACE-6.4.5.so
  192. No symbol table info available.
  193. #22 0x00007f514c104716 in ACE_Thread_Adapter::invoke_i() () from /usr/lib/libACE-6.4.5.so
  194. No symbol table info available.
  195. #23 0x00007f514c10461b in ACE_Thread_Adapter::invoke() () from /usr/lib/libACE-6.4.5.so
  196. No symbol table info available.
  197. #24 0x00007f514ac44fb7 in start_thread (arg=<optimized out>) at pthread_create.c:486
  198.         ret = <optimized out>
  199.         pd = <optimized out>
  200.         now = <optimized out>
  201.         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139986913666816, 3097862861858571505, 140736435421502,
  202.                 140736435421503, 139986913666816, 139986913664896, -3143603412043266831, -3143718884942641935},
  203.               mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0,
  204.               canceltype = 0}}}
  205.         not_first_call = <optimized out>
  206. #25 0x00007f514ab762cf in clone () from /lib/x86_64-linux-gnu/libc.so.6
  207. No symbol table info available.
  208. (gdb)
  209. (gdb) quit
  210. root@isengard-world:/debug# gdb x2 x2-24190
  211. GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
  212. Copyright (C) 2014 Free Software Foundation, Inc.
  213. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  214. This is free software: you are free to change and redistribute it.
  215. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  216. and "show warranty" for details.
  217. This GDB was configured as "x86_64-linux-gnu".
  218. Type "show configuration" for configuration details.
  219. For bug reporting instructions, please see:
  220. <http://www.gnu.org/software/gdb/bugs/>.
  221. Find the GDB manual and other documentation resources online at:
  222. <http://www.gnu.org/software/gdb/documentation/>.
  223. For help, type "help".
  224. Type "apropos word" to search for commands related to "word"...
  225. Reading symbols from x2...done.
  226. [New LWP 24217]
  227. [New LWP 24229]
  228. [New LWP 24224]
  229. [New LWP 24195]
  230. [New LWP 24227]
  231. [New LWP 24192]
  232. [New LWP 24203]
  233. [New LWP 24202]
  234. [New LWP 24215]
  235. [New LWP 24196]
  236. [New LWP 24225]
  237. [New LWP 24226]
  238. [New LWP 24228]
  239. [New LWP 24190]
  240. [New LWP 24216]
  241. [New LWP 24199]
  242. [New LWP 24222]
  243. [New LWP 24223]
  244. [New LWP 24221]
  245. [New LWP 24191]
  246. [New LWP 24194]
  247. [New LWP 24197]
  248. [New LWP 24214]
  249. [New LWP 24232]
  250. [New LWP 24200]
  251. [New LWP 24234]
  252. [New LWP 24207]
  253. [New LWP 24230]
  254. [New LWP 24231]
  255. [New LWP 24198]
  256. [New LWP 24201]
  257. [New LWP 24193]
  258. [New LWP 24233]
  259. 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]
  260. [Thread debugging using libthread_db enabled]
  261. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  262. 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]
  263. 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]
  264. 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]
  265. 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]
  266. 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]
  267. Core was generated by `/server/wow/tirion/bin/x2 -c /server/wow/tirion/etc/worldserver.conf'.
  268. Program terminated with signal SIGSEGV, Segmentation fault.
  269. #0  0x00007fe136755323 in std::_Rb_tree_increment(std::_Rb_tree_node_base*) ()
  270.    from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  271. (gdb) bt full
  272. #0  0x00007fe136755323 in std::_Rb_tree_increment(std::_Rb_tree_node_base*) ()
  273.    from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  274. No symbol table info available.
  275. #1  0x00005592bcba0198 in operator++ (this=<synthetic pointer>) at /usr/include/c++/7/bits/stl_tree.h:287
  276. No locals.
  277. #2  VehicleAIBase::CheckConditions (this=0x7fe0bc354b00, diff=76)
  278.     at /server/wow/source/ezWotLK/src/server/game/AI/CreatureAI.cpp:291
  279.         __for_range = std::map with 4 elements = {[0 '\000'] = {SeatInfo = 0x5592c23a3ae8, Passenger = {Guid = 0,
  280.               IsUnselectable = false}}, [1 '\001'] = {SeatInfo = 0x5592c23a3ff0, Passenger = {Guid = 0,
  281.               IsUnselectable = false}}, [2 '\002'] = {SeatInfo = 0x5592c23a3dc8, Passenger = {Guid = 0,
  282.               IsUnselectable = false}}, [3 '\003'] = {SeatInfo = 0x5592c23a40a8, Passenger = {Guid = 0,
  283.               IsUnselectable = false}}}
  284. #3  0x00005592bcba0269 in CheckConditions (diff=76, this=0x7fe0bc354b00)
  285.     at /server/wow/source/ezWotLK/src/server/game/AI/CreatureAI.cpp:250
  286. No locals.
  287. #4  VehicleAIBase::UpdateAI (this=0x7fe0bc354b00, diff=76)
  288.     at /server/wow/source/ezWotLK/src/server/game/AI/CreatureAI.cpp:237
  289. No locals.
  290. #5  0x00005592bd0f3c4d in UpdateAI (diff=<optimized out>, this=0x7fe0bc354ae0)
  291.     at /server/wow/source/ezWotLK/src/server/game/AI/CoreAI/CombatAI.h:113
  292. No locals.
  293. #6  npc_freed_protodrake::npc_freed_protodrakeAI::UpdateAI (this=0x7fe0bc354ae0, diff=<optimized out>)
  294.     at /server/wow/source/ezWotLK/src/server/scripts/Northrend/storm_peaks.cpp:690
  295. No locals.
  296. #7  0x00005592bc77328d in Creature::Update (this=0x7fe054b89720, diff=76)
  297.     at /server/wow/source/ezWotLK/src/server/game/Entities/Creature/Creature.cpp:586
  298.         now = <optimized out>
  299.         bInCombat = <optimized out>
  300. #8  0x00005592bc786290 in TempSummon::Update (this=0x7fe054b89720, diff=76)
  301.     at /server/wow/source/ezWotLK/src/server/game/Entities/Creature/TemporarySummon.cpp:29
  302. No locals.
  303. #9  0x00005592bc9110a8 in Trinity::ObjectUpdater::Visit<Creature> (this=this@entry=0x7fe125147d6c, m=...)
  304.     at /server/wow/source/ezWotLK/src/server/game/Grids/Notifiers/GridNotifiers.cpp:355
  305.         iter = <optimized out>
  306. #10 0x00005592bc9d5604 in VisitorHelper<Trinity::ObjectUpdater, Creature> (c=..., v=...)
  307.     at /server/wow/source/ezWotLK/src/server/shared/Dynamic/TypeContainerVisitor.h:66
  308. No locals.
  309. #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
  310. ---Type <return> to continue, or q <return> to quit---
  311. No locals.
  312. #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
  313. No locals.
  314. #13 Visit (c=..., this=0x7fe125147d70)
  315.     at /server/wow/source/ezWotLK/src/server/shared/Dynamic/TypeContainerVisitor.h:107
  316. No locals.
  317. #14 Visit<Trinity::ObjectUpdater> (visitor=..., this=0x7fe07c179168)
  318.     at /server/wow/source/ezWotLK/src/server/game/Grids/Grid.h:75
  319. No locals.
  320. #15 VisitGrid<Trinity::ObjectUpdater, TypeList<Creature, TypeList<GameObject, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (visitor=..., y=5, x=<optimized out>, this=0x7fe07c177040)
  321.     at /server/wow/source/ezWotLK/src/server/game/Grids/NGrid.h:141
  322. No locals.
  323. #16 Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Creature, TypeList<GameObject, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (visitor=..., cell=..., this=0x559315805560)
  324.     at /server/wow/source/ezWotLK/src/server/game/Maps/Map.h:736
  325. No locals.
  326. #17 Map::VisitNearbyCellsOf (this=0x559315805560, obj=0x7fe0834f1cd0, gridVisitor=..., worldVisitor=...)
  327.     at /server/wow/source/ezWotLK/src/server/game/Maps/Map.cpp:630
  328.         cell_id = 117610
  329.         pair = {x_coord = 362, y_coord = 229}
  330.         cell = {data = {Part = {grid_x = 45, grid_y = 28, cell_x = 2, cell_y = 5, nocreate = 1, reserved = 0},
  331.             All = 18097965}}
  332.         localDiff = 439377
  333.         y = 229
  334.         x = 362
  335.         area = {low_bound = {x_coord = 360, y_coord = 227}, high_bound = {x_coord = 363, y_coord = 230}}
  336.         worldVisitor = @0x7fe125147d78: {i_visitor = @0x7fe125147d6c}
  337.         gridVisitor = @0x7fe125147d70: {i_visitor = @0x7fe125147d6c}
  338.         obj = 0x7fe0834f1cd0
  339.         this = 0x559315805560
  340. #18 0x00005592bc9db5a4 in Map::Update (this=0x559315805560, t_diff=76)
  341.     at /server/wow/source/ezWotLK/src/server/game/Maps/Map.cpp:677
  342.         updateTimeMark = 439368
  343.         updater = {i_timeDiff = 76}
  344.         grid_object_update = {i_visitor = @0x7fe125147d6c}
  345.         world_object_update = {i_visitor = @0x7fe125147d6c}
  346.         updatePlayers = std::tr1::unordered_map with 1 element = {[0x5592bca49260 <WorldSession::~WorldSession()>] = {
  347. ---Type <return> to continue, or q <return> to quit---
  348.             m_blockCount = 3164903600,
  349.             m_outOfRangeGUIDs = std::set with 94088718529520 elements<error reading variable: Cannot access memory at address 0x77402087f831e85>, _dataBlocks = std::vector of length -16, capacity -164 = {0x7f8308ec83485355,
  350.               0x48078b483c740208, 0xd68948f58948fb89, 0xf8830000019890ff, 0xb910538b481a74ff, 0x5589487fffffff,
  351.               0xffff3d4840438b48, 0xc48348c1470f7fff, 0x401f0fc35d5b08, 0x6c00c7ffb1cf33e8, 0xffffffffb8000000,
  352.               0x441f0f66e3eb, 0x5300fab811058d48, 0x548078948fb8948, 0x98bf8000000100, 0x7430478948000000,
  353.               0x90bf8b4812, 0x178b480674ff8548, 0x9883c61052ff, 0x7de95bdf89480000, 0x1f0f2e6666ffb1b0,
  354.               0x9066000000000084, 0x2e66aaeb30ef8348, 0x841f0f, 0xffff97e8fb894853, 0xb0bee95bdf8948ff,
  355.               0x841f0f2e6666ffb1, 0x1f0f0000000000, 0x2e66daeb30ef8348, 0x841f0f, 0x53ed315554415541,
  356.               0x4818ec8348fb8948, 0x48000000001847c7, 0x6674ff8548107f8b, 0xe4894908246c8d4c, 0x841f0f,
  357.               0xc583e6894cea894c, 0x2404c74801, 0x82444c74800, 0x48ffb1b961e80000, 0x240c7e0ff3107b8b,
  358.               0x6b834830436f0ff3, 0x6608244c160f0140, 0x483043110fc1fb0f, 0x481043894828478b, 0x7b8b482050ff078b,
  359.               0x8348aa75ff854810, 0x5c415d5be88918c4, 0x841f0f2e66c35d41, 0x1f0f0000000000, 0xb1a8c7e8fb894853,
  360.               0xe8c78948de8948ff, 0x74db8548ffb1b3fc, 0xffdf8948038b4809, 0x10496b05c7480850, 0x90c35b0000000001,
  361.               0x5300f35029058d48, 0x8d48078948fb8948, 0x4800221679e8087f, 0xffb1c5a0e95bdf89, 0x5300f35009058d48,
  362.               0x8d48078948fb8948, 0x4800221659e8087f, 0x48ffb1c581e8df89, 0xffb1af88e95bdf89, 0x841f0f, 0xa0bf8348,
  363.               0x441f0fc30674, 0x7400000000b4bf80, 0x1000000b5bf80f1, 0x48e374ff8548e874, 0x1f0f0860ff078b,
  364.               0xd9840ff68548, 0x4130778d4c564100, 0x495441386f8d4c55, 0xf6894cea894cf489, 0xe3894c53fd894855,
  365.               0xe7894c0140478348, 0x448b49ffb1b82be8, 0x902574c085482824, 0x285b8b4830588948, 0x8348f6894cea894c,
  366.               0x5e8df8948014045, 0x4828438b48ffb1b8, 0x2444c749dc75c085, 0x558b480000000030, 0x4d8b482853894810,
  367.               0x89484274c9854810, 0x894c00758b483059, 0xfff6cf3d8d481065, 0x1a8a68b4cff, 0x458b483375fc3949,
  368.               0x487fffffffb84140, 0x470f417fffffff3d, 0x415d415c415d5bc0, 0x441f0f66c35e, 0x2e66bceb185d8948,
  369.               0x841f0f, 0xf883d4ff41ef8948, 0xffffffffb8c275ff, 0x2e66c3ffc883cfeb, 0x841f0f, 0xdf840ff68548,
  370.               0x2846c74800, 0x277400107f834800, 0x74c0854818478b48, 0x50394818568b481e, 0x1f0f23eb0b7218,
  371.               0x8b481a7318503948, 0x48f175c085483040, 0x148a0ff078b, 0x841f0f, 0x5369740028788348, 0x8948fb8948f18948,
  372.               0x8d4828708b483046, 0x8b48287189483853, 0x894830738d482878, 0x488948cf8948304f, 0x8b48ffb1b6eae828,
  373.               0xfff5df158d4c4043, 0x1c08348038b4cff, 0xa8888b4d40438948, 0x2875d1394d000001, 0xbb417fffffff3d48,
  374.               0x470f415b7fffffff, 0x441f0f66c3c3, 0x140a0ff078b48, 0x801f0f00, 0xf883d1ff41df8948, 0xeb40438b480674ff,
  375.               0xc35bffffffffb8c7, 0x9066c3ffffffffb8, 0xec8348fb89485355, 0xff8548107f8b4818, 0x8b480000011a840f,
  376.               0x482874c085481843, 0x8b48c7894818488b, 0x481874c085483040, 0xee72d1394818508b, 0x4830408b48c78948,
  377.               0x48e875c08548d189, 0x4828478b4c306f8b, 0xf8840fed85, 0x284f8b4c2845894c, 0xfc9854d30578b4c,
  378.               0x51894d000000d384, 0x24548d483e894830, 0x48e68948f5894808, 0x48000000002404c7, 0x82444c7,
  379.               0x7e0ff3ffb1b5ebe8, 0xf301406b8348240c, 0x244c160f30436f0f, 0x43110fc1fb0f6608, 0x48007d8b483d7430,
  380.               0x4c000000003047c7, 0x2843c749005d8b, 0x4820438b48000000, 0x438b483b76304339, 0x3d487fffffffbb40,
  381.               0x48c3470f7fffffff, 0x9066c35d5b18c483, 0x1073394818738b48, 0x1843c748b975, 0x1043c7480000,
  382.               0x401f0fa7eb0000, 0xf476158d480b8b48, 0x1a0a98b48ffff, 0x8948af74d5394800, 0xa575fff883d5ffdf,
  383.               0x66b0ebffffffffb8, 0x841f0f, 0xffff28e91853894c, 0x801f0fff, 0xffff03e91043894c, 0x801f0fff,
  384.               0xd9840ff68548, 0x4130778d4c564100, 0x495441386f8d4c55, 0xf6894cea894cf489, 0xe3894c53fd894855,
  385.               0xe7894c0140478348, 0x448b49ffb1b4ebe8, 0x902574c085482824, 0x285b8b4830588948, 0x8348f6894cea894c,
  386. ---Type <return> to continue, or q <return> to quit---
  387.               0xc5e8df8948014045, 0x4828438b48ffb1b4, 0x18558b48dc75c085, 0x62894c4b74d28548, 0x4c8949184d8b4828,
  388.               0x8b48185d89483024, 0xfff3973d8d480075, 0x1a8a68b4cff, 0x458b483b75fc3949, 0x487fffffffb84140,
  389.               0x470f417fffffff3d, 0x415d415c415d5bc0, 0x441f0f66c35e, 0x185d89481065894c...},
  390.             _dataSize = 94088718526048}, [0x2e663060ff078b48] = {Python Exception <type 'exceptions.ValueError'> __len__() should return >= 0:
  391. m_blockCount = 8658703, m_outOfRangeGUIDs = ,
  392.             _dataBlocks = std::vector of length -1145546910032912549, capacity 16777216 = {
  393.               <error reading variable><error reading variable: Cannot access memory at address 0x1f0f2e66c30847eb>...}
  394. #19 0x00005592bc9e53da in MapUpdateRequest::call (this=0x7fe057d9d890)
  395.     at /server/wow/source/ezWotLK/src/server/game/Maps/MapUpdater.cpp:61
  396. No locals.
  397. #20 0x00005592bcd568e8 in DelayExecutor::svc (this=0x5592c04ef008)
  398.     at /server/wow/source/ezWotLK/src/server/shared/Threading/DelayExecutor.cpp:52
  399.         rq = 0x7fe057d9d890
  400. #21 0x00007fe1379dd80d in ACE_Task_Base::svc_run(void*) () from /usr/lib/libACE-6.4.5.so
  401. No symbol table info available.
  402. #22 0x00007fe1379de716 in ACE_Thread_Adapter::invoke_i() () from /usr/lib/libACE-6.4.5.so
  403. No symbol table info available.
  404. #23 0x00007fe1379de61b in ACE_Thread_Adapter::invoke() () from /usr/lib/libACE-6.4.5.so
  405. No symbol table info available.
  406. #24 0x00007fe13651efb7 in start_thread (arg=<optimized out>) at pthread_create.c:486
  407.         ret = <optimized out>
  408.         pd = <optimized out>
  409.         now = <optimized out>
  410.         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140604966471424, 6722578548693703934, 140727067245214,
  411.                 140727067245215, 140604966471424, 140604966469504, -6734799289764242178, -6734841660100403970},
  412.               mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0,
  413.               canceltype = 0}}}
  414.         not_first_call = <optimized out>
  415. #25 0x00007fe1364502cf in clone () from /lib/x86_64-linux-gnu/libc.so.6
  416. No symbol table info available.
  417. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement