Advertisement
Guest User

Update heartbeat

a guest
Nov 8th, 2010
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 64.29 KB | None | 0 0
  1. Program received signal SIGFPE, Arithmetic exception.
  2. [Switching to Thread 0x7fffdd19e910 (LWP 3500)]
  3. 0x0000000000991cba in dtNavMeshQuery::getPortalPoints (this=<value optimized out>, from=7017413, fromPoly=0x7fffa2696594,
  4.     fromTile=0x31a4e28, to=7014608, toPoly=<value optimized out>, toTile=0x31a4e28, left=0x7fffdd197320,
  5.     right=0x7fffdd197310) at ../../../../dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp:1389
  6. 1389        const int v1 = fromPoly->verts[(link->edge+1) % (int)fromPoly->vertCount];
  7.  
  8. CRASH ON Po lis 8 19:49:01 CET 2010
  9.     Using the running image of child Thread 0x7fffdd19e910 (LWP 3500).
  10. Program stopped at 0x991cba.
  11. It stopped with signal SIGFPE, Arithmetic exception.
  12. Type "info stack" or "info registers" for more information.
  13.  
  14. BACKTRACE
  15.  
  16. #0  0x0000000000991cba in dtNavMeshQuery::getPortalPoints (this=<value optimized out>, from=7017413,
  17.     fromPoly=0x7fffa2696594, fromTile=0x31a4e28, to=7014608, toPoly=<value optimized out>, toTile=0x31a4e28,
  18.     left=0x7fffdd197320, right=0x7fffdd197310) at ../../../../dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp:1389
  19. #1  0x0000000000991f06 in dtNavMeshQuery::getEdgeMidPoint (this=0x7fffa2696584, from=0, fromPoly=0x0, fromTile=0x3,
  20.     to=7014608, toPoly=0x7fffa2696584, toTile=0x31a4e28, mid=0x7fffdd1973b0)
  21.     at ../../../../dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp:1428
  22. #2  0x000000000099562a in dtNavMeshQuery::findPath (this=0x7fff5ad3aa30, startRef=<value optimized out>, endRef=9377288,
  23.     startPos=0x7fffdd198910, endPos=0x7fffdd198900, filter=0x7fffdd198920, path=0x7fffdd1984a0, maxPathSize=128)
  24.     at ../../../../dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp:583
  25. #3  0x00000000007513ba in PathInfo::BuildPolyPath (this=0x7fffdd199a30, startPos=..., endPos=...)
  26.     at ../../../src/game/PathFinder.cpp:380
  27. #4  0x0000000000751c62 in PathInfo (this=0x7fffdd199a30, from=0x7fffb44a6080, destX=4793.1499, destY=-526.291992,
  28.     destZ=319.09201, useStraightPath=<value optimized out>) at ../../../src/game/PathFinder.cpp:48
  29. #5  0x00000000008a6556 in WaypointMovementGenerator<Creature>::MoveToNextNode (this=0x7fffb4b783b0, traveller=...)
  30.     at ../../../src/game/WaypointMovementGenerator.cpp:310
  31. #6  0x00000000008a7330 in WaypointMovementGenerator<Creature>::Update (this=0x7fffb4b783b0, creature=..., diff=@0x0)
  32.     at ../../../src/game/WaypointMovementGenerator.cpp:276
  33. #7  0x00000000006ed71b in MovementGeneratorMedium<Creature, WaypointMovementGenerator<Creature> >::Update (
  34.     this=0x7fffa2696584, u=..., time_diff=@0x0) at ../../../src/game/MovementGenerator.h:98
  35. #8  0x00000000006e9ceb in MotionMaster::UpdateMotion (this=0x7fffb44a7a90, diff=150) at ../../../src/game/MotionMaster.cpp:91
  36. #9  0x000000000088219c in Unit::Update (this=0x7fffb44a6080, p_time=150) at ../../../src/game/Unit.cpp:389
  37. #10 0x00000000005a2443 in Creature::Update (this=0x7fffb44a6080, diff=150) at ../../../src/game/Creature.cpp:505
  38. #11 0x00000000006dab15 in MaNGOS::ObjectUpdater::Visit (v=..., c=<value optimized out>)
  39.     at ../../../src/game/GridNotifiersImpl.h:44
  40. #12 VisitorHelper<MaNGOS::ObjectUpdater, Creature> (v=..., c=<value optimized out>)
  41.     at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:50
  42. #13 0x00000000006dc09a in VisitorHelper<MaNGOS::ObjectUpdater, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (v=..., c=...) at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:57
  43. #14 0x00000000006d95c2 in TypeContainerVisitor<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >::Visit (this=0x1e10000, t_diff=@0x7fffdd19e024)
  44.     at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:80
  45. #15 Visit<MaNGOS::ObjectUpdater> (this=0x1e10000, t_diff=@0x7fffdd19e024)
  46.     at ../../../src/game/../framework/GameSystem/Grid.h:80
  47. #16 Visit<MaNGOS::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (this=0x1e10000, t_diff=@0x7fffdd19e024) at ../../../src/game/../framework/GameSystem/NGrid.h:159
  48. #17 Visit<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (this=0x1e10000, t_diff=@0x7fffdd19e024) at ../../../src/game/Map.h:461
  49. #18 Visit<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (this=0x1e10000, t_diff=@0x7fffdd19e024) at ../../../src/game/CellImpl.h:46
  50. #19 Map::Update (this=0x1e10000, t_diff=@0x7fffdd19e024) at ../../../src/game/Map.cpp:620
  51. #20 0x00000000006e8826 in MapManager::Update (.omp_data_i=0x7fffe03a3f60) at ../../../src/game/MapManager.cpp:263
  52. #21 0x00007ffff65dd872 in ?? () from /usr/lib/libgomp.so.1
  53. #22 0x00007ffff5b2773a in start_thread (arg=<value optimized out>) at pthread_create.c:300
  54. #23 0x00007ffff50ec69d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  55. #24 0x0000000000000000 in ?? ()
  56.  
  57. BACKTRACE FULL
  58.  
  59. #0  0x0000000000991cba in dtNavMeshQuery::getPortalPoints (this=<value optimized out>, from=7017413,
  60.     fromPoly=0x7fffa2696594, fromTile=0x31a4e28, to=7014608, toPoly=<value optimized out>, toTile=0x31a4e28,
  61.     left=0x7fffdd197320, right=0x7fffdd197310) at ../../../../dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp:1389
  62.         link = 0x7fffa2696584
  63.         v1 = <value optimized out>
  64. #1  0x0000000000991f06 in dtNavMeshQuery::getEdgeMidPoint (this=0x7fffa2696584, from=0, fromPoly=0x0, fromTile=0x3,
  65.     to=7014608, toPoly=0x7fffa2696584, toTile=0x31a4e28, mid=0x7fffdd1973b0)
  66.     at ../../../../dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp:1428
  67.         left = {-534.166626, 318.680023, 4799.99951}
  68.         right = {-554.166626, 318.380035, 4799.99951}
  69. #2  0x000000000099562a in dtNavMeshQuery::findPath (this=0x7fff5ad3aa30, startRef=<value optimized out>, endRef=9377288,
  70.     startPos=0x7fffdd198910, endPos=0x7fffdd198900, filter=0x7fffdd198920, path=0x7fffdd1984a0, maxPathSize=128)
  71.     at ../../../../dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp:583
  72.         neighbourRef = 7014608
  73.         neighbourTile = 0x31a4e28
  74.         neighbourPoly = 0x7fffa26806f4
  75.         actualNode = <value optimized out>
  76.         edgeMidPoint = {-534.166626, 318.380035, 4823.49951}
  77.         h = <value optimized out>
  78.         i = <value optimized out>
  79.         bestNode = 0x7fff5ad3ac20
  80.         previousEdgeMidPoint = {-544.166626, 318.530029, 4799.99951}
  81.         bestTile = 0x31a4e28
  82.         bestPoly = 0x7fffa2696594
  83.         parentRef = 6095142
  84.         parentTile = 0x31a4878
  85.         parentPoly = 0x7fffb1254b54
  86.         startNode = <value optimized out>
  87.         lastBestNode = 0x7fff5ad3abc0
  88.         lastBestNodeCost = 12.5929317
  89.         prev = <value optimized out>
  90.         node = <value optimized out>
  91.         n = <value optimized out>
  92.         __PRETTY_FUNCTION__ = "int dtNavMeshQuery::findPath(dtPolyRef, dtPolyRef, const float*, const float*, const dtQueryFilter*, dtPolyRef*, int) const"
  93. #3  0x00000000007513ba in PathInfo::BuildPolyPath (this=0x7fffdd199a30, startPos=..., endPos=...)
  94.     at ../../../src/game/PathFinder.cpp:380
  95.         filter = {includeFlags = 15, excludeFlags = 0}
  96.         pathPolys = {4916517, 4916678, 4916681, 32767, 3255066533, 1107756490, 1062381104, 3103983616, 24, 48, 3709437360,
  97.           32767, 3709437152, 32767, 9975021, 0, 36, 0, 0, 0, 418025319, 0, 0, 0, 0, 0, 4135481292, 32767, 3475181840, 32767,
  98.           5915550, 0, 3709441408, 32767, 0, 0, 0, 0, 0, 0, 3475181760, 32767, 3475181760, 32767, 418025319, 0, 3475181760,
  99.           32767, 94650368, 0, 10020211, 0, 3475181760, 32767, 6657949, 0, 3709437540, 32767, 4138572693, 32767, 0, 0, 0, 0,
  100.           3475181760, 32767, 6653436, 0, 1, 2, 3709437524, 32767, 3063600144, 32767, 3709437548, 32767, 3709437636, 32767,
  101.           4, 0, 3709437636, 32767, 4138572693, 32767, 2951957776, 32767, 4138567788, 32767, 217563140, 0, 4155631063, 32767,
  102.           2951957376, 32767, 4155717558, 32767, 2951957376, 32767, 3709437636, 32767, 3709446656, 32767, 3709437636, 32767,
  103.           3709446656, 32767, 3709437548, 32767, 3063600144, 32767, 9897791, 0, 3001057336, 32767, 4155631063, 32767,
  104.           3063599744, 32767, 4155717558, 32767, 3063599744, 32767, 9163949, 0, 35, 0, 3709442448, 32767}
  105.         distToStartPoly = 0.343508363
  106.         distToEndPoly = 0.558175921
  107.         startPoly = 6095143
  108.         endPoly = 9377288
  109.         startPoint = {-535.917603, 318.442505, 4801.26318}
  110.         endPoint = {-526.291992, 319.09201, 4793.1499}
  111.         startPolyFound = <value optimized out>
  112.         endPolyFound = <value optimized out>
  113.         pathStartIndex = <value optimized out>
  114.         pathEndIndex = <value optimized out>
  115. #4  0x0000000000751c62 in PathInfo (this=0x7fffdd199a30, from=0x7fffb44a6080, destX=4793.1499, destY=-526.291992,
  116.     destZ=319.09201, useStraightPath=<value optimized out>) at ../../../src/game/PathFinder.cpp:48
  117.         y = -535.917603
  118.         startPoint = {x = 4801.26318, y = -535.917603, z = 318.442505}
  119.         endPoint = {x = 4793.1499, y = -526.291992, z = 319.09201}
  120.         x = 4801.26318
  121.         z = 318.442505
  122. #5  0x00000000008a6556 in WaypointMovementGenerator<Creature>::MoveToNextNode (this=0x7fffb4b783b0, traveller=...)
  123.     at ../../../src/game/WaypointMovementGenerator.cpp:310
  124.         owner = 0x7fffb44a6080
  125.         node = @0x7fffe084e840
  126.         sub_path = {m_pathPolyRefs = 0x0, m_polyLength = 0, m_pathPoints = {
  127.             i_nodes = {<std::_Deque_base<PathNode, std::allocator<PathNode> >> = {
  128.                 _M_impl = {<std::allocator<PathNode>> = {<__gnu_cxx::new_allocator<PathNode>> = {<No data fields>}, <No data fields>}, _M_map = 0x7fff4b151200, _M_map_size = 8, _M_start = {_M_cur = 0x7fff5569f000, _M_first = 0x7fff5569f000,
  129.                     _M_last = 0x7fff5569f1f8, _M_node = 0x7fff4b151218}, _M_finish = {_M_cur = 0x7fff5569f000,
  130.                     _M_first = 0x7fff5569f000, _M_last = 0x7fff5569f1f8, _M_node = 0x7fff4b151218}}}, <No data fields>}},
  131.           m_type = PATHFIND_BLANK, m_useStraightPath = false, m_startPosition = {x = 4801.26318, y = -535.917603,
  132.             z = 318.442505}, m_nextPosition = {x = 0, y = 0, z = 0}, m_endPosition = {x = 4793.1499, y = -526.291992,
  133.             z = 319.09201}, m_actualEndPosition = {x = 4793.1499, y = -526.291992, z = 319.09201},
  134.           m_sourceObject = 0x7fffb44a6080, m_navMesh = 0x17dcdf0, m_navMeshQuery = 0x7fff5ad3aa30}
  135.         pointPath = {i_nodes = {<std::_Deque_base<PathNode, std::allocator<PathNode> >> = {
  136.               _M_impl = {<std::allocator<PathNode>> = {<__gnu_cxx::new_allocator<PathNode>> = {<No data fields>}, <No data fields>}, _M_map = 0x7fffdd19ac30, _M_map_size = 140736218144896, _M_start = {_M_cur = 0x7fffe03a3f60, _M_first = 0x1e10000,
  137.                   _M_last = 0x7fffdd19e018, _M_node = 0x6c8c72}, _M_finish = {_M_cur = 0x3000000030,
  138.                   _M_first = 0x4120000000000768, _M_last = 0xc589ec8f41285ba0,
  139.                   _M_node = 0x41485ba0c5649f55}}}, <No data fields>}}
  140.         traveltime = <value optimized out>
  141. #6  0x00000000008a7330 in WaypointMovementGenerator<Creature>::Update (this=0x7fffb4b783b0, creature=..., diff=@0x0)
  142.     at ../../../src/game/WaypointMovementGenerator.cpp:276
  143.         traveller = {i_traveller = @0x7fffb44a6080}
  144. #7  0x00000000006ed71b in MovementGeneratorMedium<Creature, WaypointMovementGenerator<Creature> >::Update (
  145.     this=0x7fffa2696584, u=..., time_diff=@0x0) at ../../../src/game/MovementGenerator.h:98
  146. No locals.
  147. #8  0x00000000006e9ceb in MotionMaster::UpdateMotion (this=0x7fffb44a7a90, diff=150) at ../../../src/game/MotionMaster.cpp:91
  148. No locals.
  149. #9  0x000000000088219c in Unit::Update (this=0x7fffb44a6080, p_time=150) at ../../../src/game/Unit.cpp:389
  150. No locals.
  151. #10 0x00000000005a2443 in Creature::Update (this=0x7fffb44a6080, diff=150) at ../../../src/game/Creature.cpp:505
  152. No locals.
  153. #11 0x00000000006dab15 in MaNGOS::ObjectUpdater::Visit (v=..., c=<value optimized out>)
  154.     at ../../../src/game/GridNotifiersImpl.h:44
  155. No locals.
  156. #12 VisitorHelper<MaNGOS::ObjectUpdater, Creature> (v=..., c=<value optimized out>)
  157.     at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:50
  158. No locals.
  159. #13 0x00000000006dc09a in VisitorHelper<MaNGOS::ObjectUpdater, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (v=..., c=...) at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:57
  160. No locals.
  161. #14 0x00000000006d95c2 in TypeContainerVisitor<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >::Visit (this=0x1e10000, t_diff=@0x7fffdd19e024)
  162.     at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:80
  163. No locals.
  164. #15 Visit<MaNGOS::ObjectUpdater> (this=0x1e10000, t_diff=@0x7fffdd19e024)
  165.     at ../../../src/game/../framework/GameSystem/Grid.h:80
  166. No locals.
  167. #16 Visit<MaNGOS::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (this=0x1e10000, t_diff=@0x7fffdd19e024) at ../../../src/game/../framework/GameSystem/NGrid.h:159
  168. No locals.
  169. #17 Visit<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (this=0x1e10000, t_diff=@0x7fffdd19e024) at ../../../src/game/Map.h:461
  170.         cell_x = 0
  171.         cell_y = 7
  172. #18 Visit<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (this=0x1e10000, t_diff=@0x7fffdd19e024) at ../../../src/game/CellImpl.h:46
  173. No locals.
  174. #19 Map::Update (this=0x1e10000, t_diff=@0x7fffdd19e024) at ../../../src/game/Map.cpp:620
  175.         cell = {data = {Part = {grid_x = 41, grid_y = 30, cell_x = 0, cell_y = 7, nocreate = 1, reserved = 16},
  176.             All = 555485097}}
  177.         y = 247
  178.         x = 328
  179.         plr = <value optimized out>
  180.         area = {right_offset = 3, left_offset = 2, upper_offset = 3, lower_offset = 2}
  181.         updater = {i_timeDiff = 150}
  182.         __FUNCTION__ = "Update"
  183.         __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
  184. #20 0x00000000006e8826 in MapManager::Update (.omp_data_i=0x7fffe03a3f60) at ../../../src/game/MapManager.cpp:263
  185.         i = <value optimized out>
  186.         update_queue = {<std::_Vector_base<Map*, std::allocator<Map*> >> = {
  187.             _M_impl = {<std::allocator<Map*>> = {<__gnu_cxx::new_allocator<Map*>> = {<No data fields>}, <No data fields>},
  188.               _M_start = 0x7fff51ace5c0, _M_finish = 0x7fff51ace690, _M_end_of_storage = 0x7fff51ace690}}, <No data fields>}
  189.         this = 0x7ffff49afe40
  190. #21 0x00007ffff65dd872 in ?? () from /usr/lib/libgomp.so.1
  191. No symbol table info available.
  192. #22 0x00007ffff5b2773a in start_thread (arg=<value optimized out>) at pthread_create.c:300
  193.         __res = <value optimized out>
  194.         pd = 0x7fffdd19e910
  195.         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736902850832, 7640909349964014888, 140737328847904, 140736902850832,
  196.                 140737354129472, 3, -7640835459979877080, -7640886771570383576}, mask_was_saved = 0}}, priv = {pad = {0x0,
  197.               0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  198.         not_first_call = <value optimized out>
  199. #23 0x00007ffff50ec69d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  200. No locals.
  201. #24 0x0000000000000000 in ?? ()
  202. No symbol table info available.
  203.  
  204. THREADS
  205.  
  206.   14 Thread 0x7fffdc19c910 (LWP 3502)  0x00007ffff65ded54 in ?? () from /usr/lib/libgomp.so.1
  207.   13 Thread 0x7fffdc99d910 (LWP 3501)  0x00007ffff65ded54 in ?? () from /usr/lib/libgomp.so.1
  208. * 12 Thread 0x7fffdd19e910 (LWP 3500)  0x0000000000991cba in dtNavMeshQuery::getPortalPoints (this=<value optimized out>,
  209.     from=7017413, fromPoly=0x7fffa2696594, fromTile=0x31a4e28, to=7014608, toPoly=<value optimized out>, toTile=0x31a4e28,
  210.     left=0x7fffdd197320, right=0x7fffdd197310) at ../../../../dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp:1389
  211.   11 Thread 0x7fffdd99f910 (LWP 3499)  0x00007ffff50eccd8 in epoll_wait () from /lib/libc.so.6
  212.   10 Thread 0x7fffde1a0910 (LWP 3498)  0x00007ffff50eccd8 in epoll_wait () from /lib/libc.so.6
  213.   9 Thread 0x7fffde9a1910 (LWP 3497)  0x00007ffff5b2f131 in nanosleep () from /lib/libpthread.so.0
  214.   8 Thread 0x7fffdf1a2910 (LWP 3496)  0x00007ffff50eccd8 in epoll_wait () from /lib/libc.so.6
  215.   7 Thread 0x7fffdf9a3910 (LWP 3495)  0x00007ffff50bdc61 in nanosleep () from /lib/libc.so.6
  216.   6 Thread 0x7fffe03a4910 (LWP 3494)  0x00007ffff6ff6bd4 in ?? () from /usr/lib/libz.so.1
  217.   4 Thread 0x7ffff38c3910 (LWP 3455)  0x00007ffff5b2f131 in nanosleep () from /lib/libpthread.so.0
  218.   3 Thread 0x7ffff40c4910 (LWP 3454)  0x00007ffff5b2f131 in nanosleep () from /lib/libpthread.so.0
  219.   2 Thread 0x7ffff48c5910 (LWP 3453)  0x00007ffff5b2f131 in nanosleep () from /lib/libpthread.so.0
  220.   1 Thread 0x7ffff7fe2770 (LWP 3449)  0x00007ffff5b2899d in pthread_join (threadid=140736919636240, thread_return=0x0)
  221.     at pthread_join.c:89
  222.  
  223. Thread 14 (Thread 0x7fffdc19c910 (LWP 3502)):
  224. #0  0x00007ffff65ded54 in ?? () from /usr/lib/libgomp.so.1
  225. No symbol table info available.
  226. #1  0x00007ffff65dd87e in ?? () from /usr/lib/libgomp.so.1
  227. No symbol table info available.
  228. #2  0x00007ffff5b2773a in start_thread (arg=<value optimized out>) at pthread_create.c:300
  229.         __res = <value optimized out>
  230.         pd = 0x7fffdc19c910
  231.         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736886065424, 7640909349964014888, 140737328847904, 140736886065424,
  232.                 140737354129472, 3, -7640833262030363352, -7640886771570383576}, mask_was_saved = 0}}, priv = {pad = {0x0,
  233.               0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  234.         not_first_call = <value optimized out>
  235. #3  0x00007ffff50ec69d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  236. No locals.
  237. #4  0x0000000000000000 in ?? ()
  238. No symbol table info available.
  239.  
  240. Thread 13 (Thread 0x7fffdc99d910 (LWP 3501)):
  241. #0  0x00007ffff65ded54 in ?? () from /usr/lib/libgomp.so.1
  242. No symbol table info available.
  243. #1  0x00007ffff65dd87e in ?? () from /usr/lib/libgomp.so.1
  244. No symbol table info available.
  245. #2  0x00007ffff5b2773a in start_thread (arg=<value optimized out>) at pthread_create.c:300
  246.         __res = <value optimized out>
  247.         pd = 0x7fffdc99d910
  248.         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736894458128, 7640909349964014888, 140737328847904, 140736894458128,
  249.                 140737354129472, 3, -7640832161981864664, -7640886771570383576}, mask_was_saved = 0}}, priv = {pad = {0x0,
  250.               0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  251.         not_first_call = <value optimized out>
  252. #3  0x00007ffff50ec69d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  253. No locals.
  254. #4  0x0000000000000000 in ?? ()
  255. No symbol table info available.
  256.  
  257. Thread 12 (Thread 0x7fffdd19e910 (LWP 3500)):
  258. #0  0x0000000000991cba in dtNavMeshQuery::getPortalPoints (this=<value optimized out>, from=7017413,
  259.     fromPoly=0x7fffa2696594, fromTile=0x31a4e28, to=7014608, toPoly=<value optimized out>, toTile=0x31a4e28,
  260.     left=0x7fffdd197320, right=0x7fffdd197310) at ../../../../dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp:1389
  261.         link = 0x7fffa2696584
  262.         v1 = <value optimized out>
  263. #1  0x0000000000991f06 in dtNavMeshQuery::getEdgeMidPoint (this=0x7fffa2696584, from=0, fromPoly=0x0, fromTile=0x3,
  264.     to=7014608, toPoly=0x7fffa2696584, toTile=0x31a4e28, mid=0x7fffdd1973b0)
  265.     at ../../../../dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp:1428
  266.         left = {-534.166626, 318.680023, 4799.99951}
  267.         right = {-554.166626, 318.380035, 4799.99951}
  268. #2  0x000000000099562a in dtNavMeshQuery::findPath (this=0x7fff5ad3aa30, startRef=<value optimized out>, endRef=9377288,
  269.     startPos=0x7fffdd198910, endPos=0x7fffdd198900, filter=0x7fffdd198920, path=0x7fffdd1984a0, maxPathSize=128)
  270.     at ../../../../dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp:583
  271.         neighbourRef = 7014608
  272.         neighbourTile = 0x31a4e28
  273.         neighbourPoly = 0x7fffa26806f4
  274.         actualNode = <value optimized out>
  275.         edgeMidPoint = {-534.166626, 318.380035, 4823.49951}
  276.         h = <value optimized out>
  277.         i = <value optimized out>
  278.         bestNode = 0x7fff5ad3ac20
  279.         previousEdgeMidPoint = {-544.166626, 318.530029, 4799.99951}
  280.         bestTile = 0x31a4e28
  281.         bestPoly = 0x7fffa2696594
  282.         parentRef = 6095142
  283.         parentTile = 0x31a4878
  284.         parentPoly = 0x7fffb1254b54
  285.         startNode = <value optimized out>
  286.         lastBestNode = 0x7fff5ad3abc0
  287.         lastBestNodeCost = 12.5929317
  288.         prev = <value optimized out>
  289.         node = <value optimized out>
  290.         n = <value optimized out>
  291.         __PRETTY_FUNCTION__ = "int dtNavMeshQuery::findPath(dtPolyRef, dtPolyRef, const float*, const float*, const dtQueryFilter*, dtPolyRef*, int) const"
  292. #3  0x00000000007513ba in PathInfo::BuildPolyPath (this=0x7fffdd199a30, startPos=..., endPos=...)
  293.     at ../../../src/game/PathFinder.cpp:380
  294.         filter = {includeFlags = 15, excludeFlags = 0}
  295.         pathPolys = {4916517, 4916678, 4916681, 32767, 3255066533, 1107756490, 1062381104, 3103983616, 24, 48, 3709437360,
  296.           32767, 3709437152, 32767, 9975021, 0, 36, 0, 0, 0, 418025319, 0, 0, 0, 0, 0, 4135481292, 32767, 3475181840, 32767,
  297.           5915550, 0, 3709441408, 32767, 0, 0, 0, 0, 0, 0, 3475181760, 32767, 3475181760, 32767, 418025319, 0, 3475181760,
  298.           32767, 94650368, 0, 10020211, 0, 3475181760, 32767, 6657949, 0, 3709437540, 32767, 4138572693, 32767, 0, 0, 0, 0,
  299.           3475181760, 32767, 6653436, 0, 1, 2, 3709437524, 32767, 3063600144, 32767, 3709437548, 32767, 3709437636, 32767,
  300.           4, 0, 3709437636, 32767, 4138572693, 32767, 2951957776, 32767, 4138567788, 32767, 217563140, 0, 4155631063, 32767,
  301.           2951957376, 32767, 4155717558, 32767, 2951957376, 32767, 3709437636, 32767, 3709446656, 32767, 3709437636, 32767,
  302.           3709446656, 32767, 3709437548, 32767, 3063600144, 32767, 9897791, 0, 3001057336, 32767, 4155631063, 32767,
  303.           3063599744, 32767, 4155717558, 32767, 3063599744, 32767, 9163949, 0, 35, 0, 3709442448, 32767}
  304.         distToStartPoly = 0.343508363
  305.         distToEndPoly = 0.558175921
  306.         startPoly = 6095143
  307.         endPoly = 9377288
  308.         startPoint = {-535.917603, 318.442505, 4801.26318}
  309.         endPoint = {-526.291992, 319.09201, 4793.1499}
  310.         startPolyFound = <value optimized out>
  311.         endPolyFound = <value optimized out>
  312.         pathStartIndex = <value optimized out>
  313.         pathEndIndex = <value optimized out>
  314. #4  0x0000000000751c62 in PathInfo (this=0x7fffdd199a30, from=0x7fffb44a6080, destX=4793.1499, destY=-526.291992,
  315.     destZ=319.09201, useStraightPath=<value optimized out>) at ../../../src/game/PathFinder.cpp:48
  316.         y = -535.917603
  317.         startPoint = {x = 4801.26318, y = -535.917603, z = 318.442505}
  318.         endPoint = {x = 4793.1499, y = -526.291992, z = 319.09201}
  319.         x = 4801.26318
  320.         z = 318.442505
  321. #5  0x00000000008a6556 in WaypointMovementGenerator<Creature>::MoveToNextNode (this=0x7fffb4b783b0, traveller=...)
  322.     at ../../../src/game/WaypointMovementGenerator.cpp:310
  323.         owner = 0x7fffb44a6080
  324.         node = @0x7fffe084e840
  325.         sub_path = {m_pathPolyRefs = 0x0, m_polyLength = 0, m_pathPoints = {
  326.             i_nodes = {<std::_Deque_base<PathNode, std::allocator<PathNode> >> = {
  327.                 _M_impl = {<std::allocator<PathNode>> = {<__gnu_cxx::new_allocator<PathNode>> = {<No data fields>}, <No data fields>}, _M_map = 0x7fff4b151200, _M_map_size = 8, _M_start = {_M_cur = 0x7fff5569f000, _M_first = 0x7fff5569f000,
  328.                     _M_last = 0x7fff5569f1f8, _M_node = 0x7fff4b151218}, _M_finish = {_M_cur = 0x7fff5569f000,
  329.                     _M_first = 0x7fff5569f000, _M_last = 0x7fff5569f1f8, _M_node = 0x7fff4b151218}}}, <No data fields>}},
  330.           m_type = PATHFIND_BLANK, m_useStraightPath = false, m_startPosition = {x = 4801.26318, y = -535.917603,
  331.             z = 318.442505}, m_nextPosition = {x = 0, y = 0, z = 0}, m_endPosition = {x = 4793.1499, y = -526.291992,
  332.             z = 319.09201}, m_actualEndPosition = {x = 4793.1499, y = -526.291992, z = 319.09201},
  333.           m_sourceObject = 0x7fffb44a6080, m_navMesh = 0x17dcdf0, m_navMeshQuery = 0x7fff5ad3aa30}
  334.         pointPath = {i_nodes = {<std::_Deque_base<PathNode, std::allocator<PathNode> >> = {
  335.               _M_impl = {<std::allocator<PathNode>> = {<__gnu_cxx::new_allocator<PathNode>> = {<No data fields>}, <No data fields>}, _M_map = 0x7fffdd19ac30, _M_map_size = 140736218144896, _M_start = {_M_cur = 0x7fffe03a3f60, _M_first = 0x1e10000,
  336.                   _M_last = 0x7fffdd19e018, _M_node = 0x6c8c72}, _M_finish = {_M_cur = 0x3000000030,
  337.                   _M_first = 0x4120000000000768, _M_last = 0xc589ec8f41285ba0,
  338.                   _M_node = 0x41485ba0c5649f55}}}, <No data fields>}}
  339.         traveltime = <value optimized out>
  340. #6  0x00000000008a7330 in WaypointMovementGenerator<Creature>::Update (this=0x7fffb4b783b0, creature=..., diff=@0x0)
  341.     at ../../../src/game/WaypointMovementGenerator.cpp:276
  342.         traveller = {i_traveller = @0x7fffb44a6080}
  343. #7  0x00000000006ed71b in MovementGeneratorMedium<Creature, WaypointMovementGenerator<Creature> >::Update (
  344.     this=0x7fffa2696584, u=..., time_diff=@0x0) at ../../../src/game/MovementGenerator.h:98
  345. No locals.
  346. #8  0x00000000006e9ceb in MotionMaster::UpdateMotion (this=0x7fffb44a7a90, diff=150) at ../../../src/game/MotionMaster.cpp:91
  347. No locals.
  348. #9  0x000000000088219c in Unit::Update (this=0x7fffb44a6080, p_time=150) at ../../../src/game/Unit.cpp:389
  349. No locals.
  350. #10 0x00000000005a2443 in Creature::Update (this=0x7fffb44a6080, diff=150) at ../../../src/game/Creature.cpp:505
  351. No locals.
  352. #11 0x00000000006dab15 in MaNGOS::ObjectUpdater::Visit (v=..., c=<value optimized out>)
  353.     at ../../../src/game/GridNotifiersImpl.h:44
  354. No locals.
  355. #12 VisitorHelper<MaNGOS::ObjectUpdater, Creature> (v=..., c=<value optimized out>)
  356.     at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:50
  357. No locals.
  358. #13 0x00000000006dc09a in VisitorHelper<MaNGOS::ObjectUpdater, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (v=..., c=...) at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:57
  359. No locals.
  360. #14 0x00000000006d95c2 in TypeContainerVisitor<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >::Visit (this=0x1e10000, t_diff=@0x7fffdd19e024)
  361.     at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:80
  362. No locals.
  363. #15 Visit<MaNGOS::ObjectUpdater> (this=0x1e10000, t_diff=@0x7fffdd19e024)
  364.     at ../../../src/game/../framework/GameSystem/Grid.h:80
  365. No locals.
  366. #16 Visit<MaNGOS::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (this=0x1e10000, t_diff=@0x7fffdd19e024) at ../../../src/game/../framework/GameSystem/NGrid.h:159
  367. No locals.
  368. #17 Visit<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (this=0x1e10000, t_diff=@0x7fffdd19e024) at ../../../src/game/Map.h:461
  369.         cell_x = 0
  370.         cell_y = 7
  371. #18 Visit<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (this=0x1e10000, t_diff=@0x7fffdd19e024) at ../../../src/game/CellImpl.h:46
  372. No locals.
  373. #19 Map::Update (this=0x1e10000, t_diff=@0x7fffdd19e024) at ../../../src/game/Map.cpp:620
  374.         cell = {data = {Part = {grid_x = 41, grid_y = 30, cell_x = 0, cell_y = 7, nocreate = 1, reserved = 16},
  375.             All = 555485097}}
  376.         y = 247
  377.         x = 328
  378.         plr = <value optimized out>
  379.         area = {right_offset = 3, left_offset = 2, upper_offset = 3, lower_offset = 2}
  380.         updater = {i_timeDiff = 150}
  381.         __FUNCTION__ = "Update"
  382.         __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
  383. #20 0x00000000006e8826 in MapManager::Update (.omp_data_i=0x7fffe03a3f60) at ../../../src/game/MapManager.cpp:263
  384.         i = <value optimized out>
  385.         update_queue = {<std::_Vector_base<Map*, std::allocator<Map*> >> = {
  386.             _M_impl = {<std::allocator<Map*>> = {<__gnu_cxx::new_allocator<Map*>> = {<No data fields>}, <No data fields>},
  387.               _M_start = 0x7fff51ace5c0, _M_finish = 0x7fff51ace690, _M_end_of_storage = 0x7fff51ace690}}, <No data fields>}
  388.         this = 0x7ffff49afe40
  389. #21 0x00007ffff65dd872 in ?? () from /usr/lib/libgomp.so.1
  390. No symbol table info available.
  391. #22 0x00007ffff5b2773a in start_thread (arg=<value optimized out>) at pthread_create.c:300
  392.         __res = <value optimized out>
  393.         pd = 0x7fffdd19e910
  394.         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736902850832, 7640909349964014888, 140737328847904, 140736902850832,
  395.                 140737354129472, 3, -7640835459979877080, -7640886771570383576}, mask_was_saved = 0}}, priv = {pad = {0x0,
  396.               0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  397.         not_first_call = <value optimized out>
  398. #23 0x00007ffff50ec69d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  399. No locals.
  400. #24 0x0000000000000000 in ?? ()
  401. No symbol table info available.
  402.  
  403. Thread 11 (Thread 0x7fffdd99f910 (LWP 3499)):
  404. #0  0x00007ffff50eccd8 in epoll_wait () from /lib/libc.so.6
  405.         fstab_state = {fs_fp = 0x0, fs_buffer = 0x0, fs_mntres = {mnt_fsname = 0x0, mnt_dir = 0x0, mnt_type = 0x0,
  406.             mnt_opts = 0x0, mnt_freq = 0, mnt_passno = 0}, fs_ret = {fs_spec = 0x0, fs_file = 0x0, fs_vfstype = 0x0,
  407.             fs_mntops = 0x0, fs_type = 0x0, fs_freq = 0, fs_passno = 0}}
  408.         __elf_set___libc_subfreeres_element_fstab_free__ = 0x7ffff5124220
  409. #1  0x00007ffff7b01a2f in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffdfb8ec00, max_wait_time=0x0)
  410.     at ../../ace/Dev_Poll_Reactor.cpp:972
  411.         timer_buf = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {
  412.               static zero = <same as static member of an already seen type>,
  413.               static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {
  414.               tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {
  415.             tv_sec = 0, tv_usec = 4116}}
  416.         this_timeout = <value optimized out>
  417.         nfds = <value optimized out>
  418. #2  0x00007ffff7b027b2 in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffdfb8ec00, max_wait_time=0x7fffdd99efe0,
  419.     guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1042
  420.         result = -577114144
  421. #3  0x00007ffff7b02ab6 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffdfb8ec00, max_wait_time=0x7fffdd99efe0)
  422.     at ../../ace/Dev_Poll_Reactor.cpp:1024
  423.         countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffdd99efe0, start_time_ = {
  424.             static zero = {static zero = <same as static member of an already seen type>, static max_time = {
  425.                 static zero = <same as static member of an already seen type>,
  426.                 static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {
  427.                 tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {
  428.               tv_sec = 1289242141, tv_usec = 938197}}, stopped_ = false}
  429.         guard = {token_ = @0x7fffdfb8ec28, owner_ = 1}
  430.         result = -1
  431. #4  0x00007ffff7b58048 in ACE_Reactor::run_reactor_event_loop (this=0x7fffe1076848, tv=..., eh=0)
  432.     at ../../ace/Reactor.cpp:271
  433.         result = 1
  434. #5  0x00000000008c2708 in ReactorRunnable::svc (this=0x7fffe03d20c0) at ../../../src/game/WorldSocketMgr.cpp:167
  435.         interval = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {
  436.               static zero = <same as static member of an already seen type>,
  437.               static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {
  438.               tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {
  439.             tv_sec = 0, tv_usec = 4116}}
  440. #6  0x00007ffff7b7b4b7 in ACE_Task_Base::svc_run (args=<value optimized out>) at ../../ace/Task.cpp:275
  441.         t = 0x7fffe03d20c0
  442.         svc_status = <value optimized out>
  443. #7  0x00007ffff7b7c445 in ACE_Thread_Adapter::invoke (this=0x7fffdfb79f00) at ../../ace/Thread_Adapter.cpp:98
  444.         exit_hook_instance = 0x7fffdfa07ff0
  445.         exit_hook_maybe = {instance_ = 0x0}
  446.         exit_hook_ptr = <value optimized out>
  447. #8  0x00007ffff5b2773a in start_thread (arg=<value optimized out>) at pthread_create.c:300
  448.         __res = <value optimized out>
  449.         pd = 0x7fffdd99f910
  450.         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736911243536, 7640909349964014888, 140737488346944, 0,
  451.                 140737354129472, 3, -7640834359931378392, -7640886771570383576}, mask_was_saved = 0}}, priv = {pad = {0x0,
  452.               0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  453.         not_first_call = <value optimized out>
  454. #9  0x00007ffff50ec69d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  455. No locals.
  456. #10 0x0000000000000000 in ?? ()
  457. No symbol table info available.
  458.  
  459. Thread 10 (Thread 0x7fffde1a0910 (LWP 3498)):
  460. #0  0x00007ffff50eccd8 in epoll_wait () from /lib/libc.so.6
  461.         fstab_state = {fs_fp = 0x0, fs_buffer = 0x0, fs_mntres = {mnt_fsname = 0x0, mnt_dir = 0x0, mnt_type = 0x0,
  462.             mnt_opts = 0x0, mnt_freq = 0, mnt_passno = 0}, fs_ret = {fs_spec = 0x0, fs_file = 0x0, fs_vfstype = 0x0,
  463.             fs_mntops = 0x0, fs_type = 0x0, fs_freq = 0, fs_passno = 0}}
  464.         __elf_set___libc_subfreeres_element_fstab_free__ = 0x7ffff5124220
  465. #1  0x00007ffff7b01a2f in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffdfb8ee80, max_wait_time=0x0)
  466.     at ../../ace/Dev_Poll_Reactor.cpp:972
  467.         timer_buf = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {
  468.               static zero = <same as static member of an already seen type>,
  469.               static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {
  470.               tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {
  471.             tv_sec = 0, tv_usec = 10000}}
  472.         this_timeout = <value optimized out>
  473.         nfds = <value optimized out>
  474. #2  0x00007ffff7b027b2 in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffdfb8ee80, max_wait_time=0x7fffde19ffe0,
  475.     guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1042
  476.         result = -568721440
  477. #3  0x00007ffff7b02ab6 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffdfb8ee80, max_wait_time=0x7fffde19ffe0)
  478.     at ../../ace/Dev_Poll_Reactor.cpp:1024
  479.         countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffde19ffe0, start_time_ = {
  480.             static zero = {static zero = <same as static member of an already seen type>, static max_time = {
  481.                 static zero = <same as static member of an already seen type>,
  482.                 static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {
  483.                 tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {
  484.               tv_sec = 1289242141, tv_usec = 934300}}, stopped_ = false}
  485.         guard = {token_ = @0x7fffdfb8eea8, owner_ = 1}
  486.         result = -1
  487. #4  0x00007ffff7b58048 in ACE_Reactor::run_reactor_event_loop (this=0x7fffe1076818, tv=..., eh=0)
  488.     at ../../ace/Reactor.cpp:271
  489.         result = 0
  490. #5  0x00000000008c2708 in ReactorRunnable::svc (this=0x7fffe03d1f88) at ../../../src/game/WorldSocketMgr.cpp:167
  491.         interval = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {
  492.               static zero = <same as static member of an already seen type>,
  493.               static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {
  494.               tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {
  495.             tv_sec = 0, tv_usec = 10000}}
  496. #6  0x00007ffff7b7b4b7 in ACE_Task_Base::svc_run (args=<value optimized out>) at ../../ace/Task.cpp:275
  497.         t = 0x7fffe03d1f88
  498.         svc_status = <value optimized out>
  499. #7  0x00007ffff7b7c445 in ACE_Thread_Adapter::invoke (this=0x7fffdfb79e40) at ../../ace/Thread_Adapter.cpp:98
  500.         exit_hook_instance = 0x7fffdfa13ff0
  501.         exit_hook_maybe = {instance_ = 0x0}
  502.         exit_hook_ptr = <value optimized out>
  503. #8  0x00007ffff5b2773a in start_thread (arg=<value optimized out>) at pthread_create.c:300
  504.         __res = <value optimized out>
  505.         pd = 0x7fffde1a0910
  506.         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736919636240, 7640909349964014888, 140737488346944, 0,
  507.                 140737354129472, 3, -7640837640749521624, -7640886771570383576}, mask_was_saved = 0}}, priv = {pad = {0x0,
  508.               0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  509.         not_first_call = <value optimized out>
  510. #9  0x00007ffff50ec69d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  511. No locals.
  512. #10 0x0000000000000000 in ?? ()
  513. No symbol table info available.
  514. Current language:  auto
  515. The current source language is "auto; currently c".
  516.  
  517. Thread 9 (Thread 0x7fffde9a1910 (LWP 3497)):
  518. #0  0x00007ffff5b2f131 in nanosleep () from /lib/libpthread.so.0
  519. No symbol table info available.
  520. #1  0x0000000000973a43 in sleep (msecs=<value optimized out>) at /usr/local/include/ace/OS_NS_unistd.inl:951
  521.         rqtp = {tv_sec = 1, tv_nsec = 0}
  522. #2  ACE_Based::Thread::Sleep (msecs=<value optimized out>) at ../../../src/shared/Threading.cpp:237
  523. No locals.
  524. #3  0x00000000005415db in FreezeDetectorRunnable::run (this=0x7fffdfb79cc0) at ../../../src/mangosd/Master.cpp:74
  525.         curtime = 0
  526. #4  0x0000000000973ba1 in ACE_Based::Thread::ThreadTask (param=0x7fffde9a0ff0) at ../../../src/shared/Threading.cpp:187
  527.         _task = 0x7fffdfb79cc0
  528. #5  0x00007ffff5b2773a in start_thread (arg=<value optimized out>) at pthread_create.c:300
  529.         __res = <value optimized out>
  530.         pd = 0x7fffde9a1910
  531.         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736928028944, 7640909349964014888, 140737488343408, 0,
  532.                 140737354129472, 3, -7640836540701022936, -7640886771570383576}, mask_was_saved = 0}}, priv = {pad = {0x0,
  533.               0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  534.         not_first_call = <value optimized out>
  535. #6  0x00007ffff50ec69d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  536. No locals.
  537. #7  0x0000000000000000 in ?? ()
  538. No symbol table info available.
  539.  
  540. Thread 8 (Thread 0x7fffdf1a2910 (LWP 3496)):
  541. #0  0x00007ffff50eccd8 in epoll_wait () from /lib/libc.so.6
  542.         fstab_state = {fs_fp = 0x0, fs_buffer = 0x0, fs_mntres = {mnt_fsname = 0x0, mnt_dir = 0x0, mnt_type = 0x0,
  543.             mnt_opts = 0x0, mnt_freq = 0, mnt_passno = 0}, fs_ret = {fs_spec = 0x0, fs_file = 0x0, fs_vfstype = 0x0,
  544.             fs_mntops = 0x0, fs_type = 0x0, fs_freq = 0, fs_passno = 0}}
  545.         __elf_set___libc_subfreeres_element_fstab_free__ = 0x7ffff5124220
  546. #1  0x00007ffff7b01a2f in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffdfb8f100, max_wait_time=0x0)
  547.     at ../../ace/Dev_Poll_Reactor.cpp:972
  548.         timer_buf = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {
  549.               static zero = <same as static member of an already seen type>,
  550.               static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {
  551.               tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {
  552.             tv_sec = 0, tv_usec = 9999}}
  553.         this_timeout = <value optimized out>
  554.         nfds = <value optimized out>
  555. #2  0x00007ffff7b027b2 in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffdfb8f100, max_wait_time=0x7fffdf1a2020,
  556.     guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1042
  557.         result = -551935968
  558. #3  0x00007ffff7b02ab6 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffdfb8f100, max_wait_time=0x7fffdf1a2020)
  559.     at ../../ace/Dev_Poll_Reactor.cpp:1024
  560.         countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fffdf1a2020, start_time_ = {
  561.             static zero = {static zero = <same as static member of an already seen type>, static max_time = {
  562.                 static zero = <same as static member of an already seen type>,
  563.                 static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {
  564.                 tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {
  565.               tv_sec = 1289242141, tv_usec = 937085}}, stopped_ = false}
  566.         guard = {token_ = @0x7fffdfb8f128, owner_ = 1}
  567.         result = -1
  568. #4  0x00007ffff7b58048 in ACE_Reactor::run_reactor_event_loop (this=0x7fffe1076788, tv=..., eh=0)
  569.     at ../../ace/Reactor.cpp:271
  570.         result = 0
  571. #5  0x0000000000541453 in RARunnable::run (this=0x7fffdfb79c00) at ../../../src/mangosd/Master.cpp:165
  572.         interval = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {
  573.               static zero = <same as static member of an already seen type>,
  574.               static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 9223372036854775807,
  575.                 tv_usec = 999999}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  576.           static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 9999}}
  577.         stringip = {static npos = 18446744073709551615,
  578.           _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  579.             _M_p = 0x7fffdfa23ff8 "0.0.0.0"}}
  580.         listen_addr = {<ACE_Addr> = {_vptr.ACE_Addr = 0x7ffff7dce7b0, static sap_any = {_vptr.ACE_Addr = 0x7ffff7dca970,
  581.               static sap_any = <same as static member of an already seen type>, addr_type_ = -1, addr_size_ = -1},
  582.             addr_type_ = 2, addr_size_ = 16}, inet_addr_ = {in4_ = {sin_family = 2, sin_port = 29453, sin_addr = {
  583.                 s_addr = 0}, sin_zero = "\000\000\000\000\000\000\000"}}}
  584. #6  0x0000000000973ba1 in ACE_Based::Thread::ThreadTask (param=0x73) at ../../../src/shared/Threading.cpp:187
  585.         _task = 0x7fffdfb79c00
  586. #7  0x00007ffff5b2773a in start_thread (arg=<value optimized out>) at pthread_create.c:300
  587.         __res = <value optimized out>
  588.         pd = 0x7fffdf1a2910
  589.         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736936421648, 7640909349964014888, 140737488343408, 0,
  590.                 140737354129472, 3, -7640839838699035352, -7640886771570383576}, mask_was_saved = 0}}, priv = {pad = {0x0,
  591.               0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  592.         not_first_call = <value optimized out>
  593. #8  0x00007ffff50ec69d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  594. No locals.
  595. #9  0x0000000000000000 in ?? ()
  596. No symbol table info available.
  597.  
  598. Thread 7 (Thread 0x7fffdf9a3910 (LWP 3495)):
  599. #0  0x00007ffff50bdc61 in nanosleep () from /lib/libc.so.6
  600. No symbol table info available.
  601. #1  0x00007ffff50e6734 in usleep (useconds=<value optimized out>) at ../sysdeps/unix/sysv/linux/usleep.c:33
  602.         ts = {tv_sec = 0, tv_nsec = 100000}
  603. #2  0x000000000053bf9b in CliRunnable::run (this=<value optimized out>) at ../../../src/mangosd/CliRunnable.cpp:646
  604.         command_str = <value optimized out>
  605.         commandbuf = "\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\060\254\236\366\377\177\000\000\000\200\244\337\377\177\000\000\000\025\000\000\000\000\000\000W^~\366\377\177\000\000@/\232\337\377\177\000\000\000\356\375\367\377\177\000\000H/\232\337\377\177\000\000\000\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\bd~\366\377\177", '\000' <repeats 18 times>"\210, \360\375\367\377\177\000\000x\020\000\000\000\000\000\000x\020\000\000\000\000\000\000\060\254\236\366\377\177\000\000\260/\232\337\377\177\000\000\001\000\000\000\000\000\000\000\000\253\244\337\377\177\000\000\000\000\000\000\000\000\000\000\260~\233\364\377\177\000\000\060\070\232\337\377\177\000\000\020\071\232\337\377\177\000\000\266\067\263\367\377\177\000\000\000\000\000\000\000\000\000\000\245\071\261\367\377\177\000\000\000\000\000\000\000\000\000\000\270\002\336\367\377\177\000\000\240\233\267\337\377\177\000\000\314o~\366\377\177\000"
  606. #3  0x0000000000973ba1 in ACE_Based::Thread::ThreadTask (param=0x7fffdf9a2ee0) at ../../../src/shared/Threading.cpp:187
  607.         _task = 0x7fffdfb72480
  608. #4  0x00007ffff5b2773a in start_thread (arg=<value optimized out>) at pthread_create.c:300
  609.         __res = <value optimized out>
  610.         pd = 0x7fffdf9a3910
  611.         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736944814352, 7640909349964014888, 140737488343408, 0,
  612.                 140737354129472, 3, -7640838738650536664, -7640886771570383576}, mask_was_saved = 0}}, priv = {pad = {0x0,
  613.               0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  614.         not_first_call = <value optimized out>
  615. #5  0x00007ffff50ec69d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  616. No locals.
  617. #6  0x0000000000000000 in ?? ()
  618. No symbol table info available.
  619.  
  620. Thread 6 (Thread 0x7fffe03a4910 (LWP 3494)):
  621. #0  0x00007ffff6ff6bd4 in ?? () from /usr/lib/libz.so.1
  622. No symbol table info available.
  623. #1  0x00007ffff6ff40eb in ?? () from /usr/lib/libz.so.1
  624. No symbol table info available.
  625. #2  0x00007ffff6ff2251 in deflate () from /usr/lib/libz.so.1
  626. No symbol table info available.
  627. #3  0x000000000089e6df in UpdateData::Compress (this=<value optimized out>, dst=0x7fff60918404, dst_size=0x7fffe03a2b0c,
  628.     src=0x7fff495b7e40, src_size=436) at ../../../src/game/UpdateData.cpp:86
  629.         c_stream = {next_in = 0x7fff495b7ff4 "", avail_in = 0, total_in = 436, next_out = 0x7fff60918406 "",
  630.           avail_out = 447, total_out = 2, msg = 0x0, state = 0x7fff4d42cc40, zalloc = 0x7ffff6ff7150,
  631.           zfree = 0x7ffff6ff7140, opaque = 0x0, data_type = 0, adler = 2200113282, reserved = 436}
  632.         z_res = 0
  633. #4  0x000000000089f05a in UpdateData::BuildPacket (this=0x7fff9e131f40, packet=0x7fffe03a2b50)
  634.     at ../../../src/game/UpdateData.cpp:132
  635.         destsize = 449
  636.         buf = {static DEFAULT_SIZE = <optimized out>, _rpos = 0, _wpos = 436,
  637.           _storage = {<std::_Vector_base<unsigned char, std::allocator<unsigned char> >> = {
  638.               _M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>}, _M_start = 0x7fff495b7e40 "\004", _M_finish = 0x7fff495b7ff4 "",
  639.                 _M_end_of_storage = 0x7fff495b7ff4 ""}}, <No data fields>}}
  640.         pSize = 436
  641.         __FUNCTION__ = "BuildPacket"
  642.         __PRETTY_FUNCTION__ = "bool UpdateData::BuildPacket(WorldPacket*)"
  643. #5  0x00000000006c491c in Map::SendObjectUpdates (this=0x68b4000) at ../../../src/game/Map.cpp:2963
  644.         iter = {_M_cur = 0x7fff9e131f30, _M_ht = 0x7fffe03a2b80}
  645.         update_players = {_M_ht = {
  646.             _M_node_allocator = {<__gnu_cxx::new_allocator<__gnu_cxx::_Hashtable_node<std::pair<Player* const, UpdateData> > >> = {<No data fields>}, <No data fields>}, _M_hash = {<No data fields>},
  647.             _M_equals = {<std::binary_function<Player*, Player*, bool>> = {<No data fields>}, <No data fields>},
  648.             _M_get_key = {<std::unary_function<std::pair<Player* const, UpdateData>, Player* const>> = {<No data fields>}, <No data fields>},
  649.             _M_buckets = {<std::_Vector_base<__gnu_cxx::_Hashtable_node<std::pair<Player* const, UpdateData> >*, std::allocator<__gnu_cxx::_Hashtable_node<std::pair<Player* const, UpdateData> >*> >> = {
  650.                 _M_impl = {<std::allocator<__gnu_cxx::_Hashtable_node<std::pair<Player* const, UpdateData> >*>> = {<__gnu_cxx::new_allocator<__gnu_cxx::_Hashtable_node<std::pair<Player* const, UpdateData> >*>> = {<No data fields>}, <No data fields>},
  651.                   _M_start = 0x7fff48e30800, _M_finish = 0x7fff48e30e08,
  652.                   _M_end_of_storage = 0x7fff48e30e08}}, <No data fields>}, _M_num_elements = 10}}
  653.         packet = {<ByteBuffer> = {static DEFAULT_SIZE = <optimized out>, _rpos = 0, _wpos = 453,
  654.             _storage = {<std::_Vector_base<unsigned char, std::allocator<unsigned char> >> = {
  655.                 _M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>}, _M_start = 0x7fff60918400 "\264\001", _M_finish = 0x7fff609185c5 "",
  656.                   _M_end_of_storage = 0x7fff609185c5 ""}}, <No data fields>}}, m_opcode = 502}
  657. #6  0x00000000006d963b in Map::Update (this=0x68b4000, t_diff=@0x7fffe03a3f04) at ../../../src/game/Map.cpp:677
  658.         updater = {i_timeDiff = 150}
  659.         __FUNCTION__ = "Update"
  660.         __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
  661. #7  0x00000000006d9eeb in InstanceMap::Update (this=0x8a, t_diff=@0x6) at ../../../src/game/Map.cpp:1796
  662. No locals.
  663. #8  0x000000000091a93e in MapInstanced::Update (this=0x6894000, t=@0x7fffe03a3f04) at ../../../src/game/MapInstanced.cpp:63
  664.         i = {_M_cur = 0x7fffd8d3b700, _M_ht = 0x68ac2a8}
  665. #9  0x00000000006e8826 in MapManager::Update (.omp_data_i=0x7fffe03a3f60) at ../../../src/game/MapManager.cpp:263
  666.         i = <value optimized out>
  667.         update_queue = {<std::_Vector_base<Map*, std::allocator<Map*> >> = {
  668.             _M_impl = {<std::allocator<Map*>> = {<__gnu_cxx::new_allocator<Map*>> = {<No data fields>}, <No data fields>},
  669.               _M_start = 0x7fff51ace5c0, _M_finish = 0x7fff51ace690, _M_end_of_storage = 0x7fff51ace690}}, <No data fields>}
  670.         this = 0x7ffff49afe40
  671. #10 0x00000000006e7db4 in MapManager::Update (this=0x7ffff49afe40, diff=<value optimized out>)
  672.     at ../../../src/game/MapManager.cpp:247
  673.         iter = {_M_cur = 0x0, _M_ht = 0x7ffff49afec8}
  674.         update_queue = {<std::_Vector_base<Map*, std::allocator<Map*> >> = {
  675.             _M_impl = {<std::allocator<Map*>> = {<__gnu_cxx::new_allocator<Map*>> = {<No data fields>}, <No data fields>},
  676.               _M_start = 0x7fff51ace5c0, _M_finish = 0x7fff51ace690, _M_end_of_storage = 0x7fff51ace690}}, <No data fields>}
  677. #11 0x00000000008b40b9 in World::Update (this=0x7ffff4980f00, diff=48) at ../../../src/game/World.cpp:1604
  678. No locals.
  679. #12 0x000000000054635d in WorldRunnable::run (this=<value optimized out>) at ../../../src/mangosd/WorldRunnable.cpp:60
  680.         diff = 48
  681.         realCurrTime = 751953109
  682.         realPrevTime = <value optimized out>
  683.         prevSleepTime = 47
  684. #13 0x0000000000973ba1 in ACE_Based::Thread::ThreadTask (param=0x8a) at ../../../src/shared/Threading.cpp:187
  685.         _task = 0x7fffdfb724d0
  686. #14 0x00007ffff5b2773a in start_thread (arg=<value optimized out>) at pthread_create.c:300
  687.         __res = <value optimized out>
  688.         pd = 0x7fffe03a4910
  689.         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736955304208, 7640909349964014888, 140737488343408, 0,
  690.                 140737354129472, 3, -7640859353956686552, -7640886771570383576}, mask_was_saved = 0}}, priv = {pad = {0x0,
  691.               0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  692.         not_first_call = <value optimized out>
  693. #15 0x00007ffff50ec69d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  694. No locals.
  695. #16 0x0000000000000000 in ?? ()
  696. No symbol table info available.
  697.  
  698. Thread 4 (Thread 0x7ffff38c3910 (LWP 3455)):
  699. #0  0x00007ffff5b2f131 in nanosleep () from /lib/libpthread.so.0
  700. No symbol table info available.
  701. #1  0x0000000000973a43 in sleep (msecs=<value optimized out>) at /usr/local/include/ace/OS_NS_unistd.inl:951
  702.         rqtp = {tv_sec = 0, tv_nsec = 10000000}
  703. #2  ACE_Based::Thread::Sleep (msecs=<value optimized out>) at ../../../src/shared/Threading.cpp:237
  704. No locals.
  705. #3  0x000000000096e185 in SqlDelayThread::run (this=0x7ffff4967d00) at ../../../../src/shared/Database/SqlDelayThread.cpp:43
  706.         s = 0x7fff608188c0
  707.         pingEveryLoop = 180000
  708.         loopCounter = 50352
  709. #4  0x0000000000973ba1 in ACE_Based::Thread::ThreadTask (param=0x7ffff38c2ff0) at ../../../src/shared/Threading.cpp:187
  710.         _task = 0x7ffff4967d00
  711. #5  0x00007ffff5b2773a in start_thread (arg=<value optimized out>) at pthread_create.c:300
  712.         __res = <value optimized out>
  713.         pd = 0x7ffff38c3910
  714.         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140737279441168, 7640909349964014888, 140737488343040, 0,
  715.                 140737354129472, 3, -7640900431560776408, -7640886771570383576}, mask_was_saved = 0}}, priv = {pad = {0x0,
  716.               0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  717.         not_first_call = <value optimized out>
  718. #6  0x00007ffff50ec69d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  719. No locals.
  720. #7  0x0000000000000000 in ?? ()
  721. No symbol table info available.
  722.  
  723. Thread 3 (Thread 0x7ffff40c4910 (LWP 3454)):
  724. #0  0x00007ffff5b2f131 in nanosleep () from /lib/libpthread.so.0
  725. No symbol table info available.
  726. #1  0x0000000000973a43 in sleep (msecs=<value optimized out>) at /usr/local/include/ace/OS_NS_unistd.inl:951
  727.         rqtp = {tv_sec = 0, tv_nsec = 10000000}
  728. #2  ACE_Based::Thread::Sleep (msecs=<value optimized out>) at ../../../src/shared/Threading.cpp:237
  729. No locals.
  730. #3  0x000000000096e185 in SqlDelayThread::run (this=0x7ffff4967e00) at ../../../../src/shared/Database/SqlDelayThread.cpp:43
  731.         s = 0x7fff579ef3b0
  732.         pingEveryLoop = 180000
  733.         loopCounter = 43289
  734. #4  0x0000000000973ba1 in ACE_Based::Thread::ThreadTask (param=0x7ffff40c3ff0) at ../../../src/shared/Threading.cpp:187
  735.         _task = 0x7ffff4967e00
  736. #5  0x00007ffff5b2773a in start_thread (arg=<value optimized out>) at pthread_create.c:300
  737.         __res = <value optimized out>
  738.         pd = 0x7ffff40c4910
  739.         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140737287833872, 7640909349964014888, 140737488343040, 0,
  740.                 140737354129472, 3, -7640886137372744408, -7640886771570383576}, mask_was_saved = 0}}, priv = {pad = {0x0,
  741.               0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  742.         not_first_call = <value optimized out>
  743. #6  0x00007ffff50ec69d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  744. No locals.
  745. #7  0x0000000000000000 in ?? ()
  746. No symbol table info available.
  747.  
  748. Thread 2 (Thread 0x7ffff48c5910 (LWP 3453)):
  749. #0  0x00007ffff5b2f131 in nanosleep () from /lib/libpthread.so.0
  750. No symbol table info available.
  751. #1  0x0000000000973a43 in sleep (msecs=<value optimized out>) at /usr/local/include/ace/OS_NS_unistd.inl:951
  752.         rqtp = {tv_sec = 0, tv_nsec = 10000000}
  753. #2  ACE_Based::Thread::Sleep (msecs=<value optimized out>) at ../../../src/shared/Threading.cpp:237
  754. No locals.
  755. #3  0x000000000096e185 in SqlDelayThread::run (this=0x7ffff4967f00) at ../../../../src/shared/Database/SqlDelayThread.cpp:43
  756.         s = 0x7fff4b544620
  757.         pingEveryLoop = 180000
  758.         loopCounter = 50402
  759. #4  0x0000000000973ba1 in ACE_Based::Thread::ThreadTask (param=0x7ffff48c4ff0) at ../../../src/shared/Threading.cpp:187
  760.         _task = 0x7ffff4967f00
  761. #5  0x00007ffff5b2773a in start_thread (arg=<value optimized out>) at pthread_create.c:300
  762.         __res = <value optimized out>
  763.         pd = 0x7ffff48c5910
  764.         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140737296226576, 7640909349964014888, 140737488343040, 0,
  765.                 140737354129472, 3, -7640885037324245720, -7640886771570383576}, mask_was_saved = 0}}, priv = {pad = {0x0,
  766.               0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  767.         not_first_call = <value optimized out>
  768. #6  0x00007ffff50ec69d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  769. No locals.
  770. #7  0x0000000000000000 in ?? ()
  771. No symbol table info available.
  772.  
  773. Thread 1 (Thread 0x7ffff7fe2770 (LWP 3449)):
  774. #0  0x00007ffff5b2899d in pthread_join (threadid=140736919636240, thread_return=0x0) at pthread_join.c:89
  775.         __ignore = <value optimized out>
  776.         _tid = 3498
  777.         _buffer = {__routine = 0x7ffff5b28870 <cleanup>, __arg = 0x7fffde1a0d38, __canceltype = -541529648, __prev = 0x0}
  778.         oldtype = 0
  779.         result = <value optimized out>
  780. #1  0x00007ffff7b80b1b in thr_join (this=<value optimized out>, task=0x7fffe03d1f88) at ../../ace/OS_NS_Thread.inl:2798
  781.         result = 2
  782. #2  ACE_Thread::join (this=<value optimized out>, task=0x7fffe03d1f88) at ../../ace/Thread.inl:137
  783. No locals.
  784. #3  ACE_Thread_Manager::wait_task (this=<value optimized out>, task=0x7fffe03d1f88) at ../../ace/Thread_Manager.cpp:1797
  785.         i = 0
  786.         copy_count = 1
  787.         result = <value optimized out>
  788. #4  0x00000000008c0ff3 in ReactorRunnable::Wait (this=0x7fffdfb723e8) at ../../../src/game/WorldSocketMgr.cpp:102
  789. No locals.
  790. #5  WorldSocketMgr::Wait (this=0x7fffdfb723e8) at ../../../src/game/WorldSocketMgr.cpp:316
  791.         i = 0
  792. #6  0x000000000053fb6b in Master::Run (this=0x7ffff498ffd8) at ../../../src/mangosd/Master.cpp:327
  793.         pidfile = {static npos = 18446744073709551615,
  794.           _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  795.             _M_p = 0xd62898 ""}}
  796.         world_thread = {m_iThreadId = 140736955304208, m_hThreadHandle = 140736955304208, m_task = 0x7fffdfb724d0,
  797.           static m_ThreadStorage = {_vptr.ACE_TSS = 0xa9be10, keylock_ = {lock_ = {__data = {__lock = 0, __count = 0,
  798.                   __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __list = {__prev = 0x0, __next = 0x0}},
  799.                 __size = '\000' <repeats 39 times>, __align = 0}, removed_ = false}, once_ = true, key_ = 7},
  800.           static m_TpEnum = {m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  801.         cliThread = 0x7fffe1076758
  802.         rar_thread = 0x7fffe10767a0
  803.         soap_thread = 0x0
  804.         freeze_thread = 0x7fffe10767d0
  805.         wsport = <value optimized out>
  806.         bind_ip = {static npos = 18446744073709551615,
  807.           _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  808.             _M_p = 0x7fffdfb58f38 "0.0.0.0"}}
  809. #7  0x000000000053f0d8 in main (argc=<value optimized out>, argv=0x7fffffffe518) at ../../../src/mangosd/Main.cpp:179
  810.         cfg_file = 0xa07557 "/opt/mangos/etc/mangosd.conf"
  811.         cmd_opts = {argc_ = 1, argv_ = 0x7fffffffe518, optind = 1, opterr = 0, optarg = 0x0, optstring_ = 0x7ffff49bbf88,
  812.           long_only_ = 0, has_colon_ = 1, last_option_ = 0x7ffff49bbf60, nextchar_ = 0x0, optopt_ = 0, ordering_ = 2,
  813.           nonopt_start_ = 1, nonopt_end_ = 1, long_option_ = 0x0,
  814.           long_opts_ = {<ACE_Array_Base<ACE_Get_Opt::ACE_Get_Opt_Long_Option*>> = {max_size_ = 1, cur_size_ = 1,
  815.               array_ = 0x7ffff498ffe0, allocator_ = 0x7ffff7de0330}, <No data fields>}}
  816.         option = <value optimized out>
  817. Current language:  auto
  818. The current source language is "auto; currently c++".
  819.  
  820. STACK
  821.  
  822. #0  0x0000000000991cba in dtNavMeshQuery::getPortalPoints (this=<value optimized out>, from=7017413,
  823.     fromPoly=0x7fffa2696594, fromTile=0x31a4e28, to=7014608, toPoly=<value optimized out>, toTile=0x31a4e28,
  824.     left=0x7fffdd197320, right=0x7fffdd197310) at ../../../../dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp:1389
  825. #1  0x0000000000991f06 in dtNavMeshQuery::getEdgeMidPoint (this=0x7fffa2696584, from=0, fromPoly=0x0, fromTile=0x3,
  826.     to=7014608, toPoly=0x7fffa2696584, toTile=0x31a4e28, mid=0x7fffdd1973b0)
  827.     at ../../../../dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp:1428
  828. #2  0x000000000099562a in dtNavMeshQuery::findPath (this=0x7fff5ad3aa30, startRef=<value optimized out>, endRef=9377288,
  829.     startPos=0x7fffdd198910, endPos=0x7fffdd198900, filter=0x7fffdd198920, path=0x7fffdd1984a0, maxPathSize=128)
  830.     at ../../../../dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp:583
  831. #3  0x00000000007513ba in PathInfo::BuildPolyPath (this=0x7fffdd199a30, startPos=..., endPos=...)
  832.     at ../../../src/game/PathFinder.cpp:380
  833. #4  0x0000000000751c62 in PathInfo (this=0x7fffdd199a30, from=0x7fffb44a6080, destX=4793.1499, destY=-526.291992,
  834.     destZ=319.09201, useStraightPath=<value optimized out>) at ../../../src/game/PathFinder.cpp:48
  835. #5  0x00000000008a6556 in WaypointMovementGenerator<Creature>::MoveToNextNode (this=0x7fffb4b783b0, traveller=...)
  836.     at ../../../src/game/WaypointMovementGenerator.cpp:310
  837. #6  0x00000000008a7330 in WaypointMovementGenerator<Creature>::Update (this=0x7fffb4b783b0, creature=..., diff=@0x0)
  838.     at ../../../src/game/WaypointMovementGenerator.cpp:276
  839. #7  0x00000000006ed71b in MovementGeneratorMedium<Creature, WaypointMovementGenerator<Creature> >::Update (
  840.     this=0x7fffa2696584, u=..., time_diff=@0x0) at ../../../src/game/MovementGenerator.h:98
  841. #8  0x00000000006e9ceb in MotionMaster::UpdateMotion (this=0x7fffb44a7a90, diff=150) at ../../../src/game/MotionMaster.cpp:91
  842. #9  0x000000000088219c in Unit::Update (this=0x7fffb44a6080, p_time=150) at ../../../src/game/Unit.cpp:389
  843. #10 0x00000000005a2443 in Creature::Update (this=0x7fffb44a6080, diff=150) at ../../../src/game/Creature.cpp:505
  844. #11 0x00000000006dab15 in MaNGOS::ObjectUpdater::Visit (v=..., c=<value optimized out>)
  845.     at ../../../src/game/GridNotifiersImpl.h:44
  846. #12 VisitorHelper<MaNGOS::ObjectUpdater, Creature> (v=..., c=<value optimized out>)
  847.     at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:50
  848. #13 0x00000000006dc09a in VisitorHelper<MaNGOS::ObjectUpdater, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (v=..., c=...) at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:57
  849. #14 0x00000000006d95c2 in TypeContainerVisitor<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >::Visit (this=0x1e10000, t_diff=@0x7fffdd19e024)
  850.     at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:80
  851. #15 Visit<MaNGOS::ObjectUpdater> (this=0x1e10000, t_diff=@0x7fffdd19e024)
  852.     at ../../../src/game/../framework/GameSystem/Grid.h:80
  853. #16 Visit<MaNGOS::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (this=0x1e10000, t_diff=@0x7fffdd19e024) at ../../../src/game/../framework/GameSystem/NGrid.h:159
  854. #17 Visit<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (this=0x1e10000, t_diff=@0x7fffdd19e024) at ../../../src/game/Map.h:461
  855. #18 Visit<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (this=0x1e10000, t_diff=@0x7fffdd19e024) at ../../../src/game/CellImpl.h:46
  856. #19 Map::Update (this=0x1e10000, t_diff=@0x7fffdd19e024) at ../../../src/game/Map.cpp:620
  857. #20 0x00000000006e8826 in MapManager::Update (.omp_data_i=0x7fffe03a3f60) at ../../../src/game/MapManager.cpp:263
  858. #21 0x00007ffff65dd872 in ?? () from /usr/lib/libgomp.so.1
  859. #22 0x00007ffff5b2773a in start_thread (arg=<value optimized out>) at pthread_create.c:300
  860. #23 0x00007ffff50ec69d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  861. #24 0x0000000000000000 in ?? ()
  862.  
  863. REGISTERS
  864.  
  865. rax            0x4  4
  866. rbx            0x31a4e28    52055592
  867. rcx            0x3  3
  868. rdx            0x0  0
  869. rsi            0x0  0
  870. rdi            0x7fffa2696584   140735918204292
  871. rbp            0x6b13c5 0x6b13c5
  872. rsp            0x7fffdd1972d0   0x7fffdd1972d0
  873. r8             0x6b08d0 7014608
  874. r9             0x7fffa2696584   140735918204292
  875. r10            0x7fffa2696594   140735918204308
  876. r11            0x6b08d0 7014608
  877. r12            0x7fffdd197320   140736902820640
  878. r13            0x7fffdd197310   140736902820624
  879. r14            0x7fffdd198900   140736902826240
  880. r15            0x7fffdd198910   140736902826256
  881. rip            0x991cba 0x991cba <dtNavMeshQuery::getPortalPoints(unsigned int, dtPoly const*, dtMeshTile const*, unsigned int, dtPoly const*, dtMeshTile const*, float*, float*) const+162>
  882. eflags         0x10287  [ CF PF SF IF RF ]
  883. cs             0x33 51
  884. ss             0x2b 43
  885. ds             0x0  0
  886. es             0x0  0
  887. fs             0x0  0
  888. gs             0x0  0
  889. fctrl          0x37f    895
  890. fstat          0x0  0
  891. ftag           0xffff   65535
  892. fiseg          0x0  0
  893. fioff          0x0  0
  894. foseg          0x0  0
  895. fooff          0x0  0
  896. fop            0x0  0
  897. mxcsr          0x1faf   [ IE DE ZE OE PE IM DM ZM OM UM PM ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement