Instantly share code, notes, and snippets.
Created
November 28, 2017 13:32
-
Star
0
(0)
You must be signed in to star a gist -
Fork
0
(0)
You must be signed in to fork a gist
-
Save Jildor/2d23ba6277c24cf9ef99c8d236c45152 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[New Thread 0x6cdbb112b700 (LWP 60731)] | |
[New Thread 0x6cdbb091e700 (LWP 60732)] | |
[New Thread 0x6cdbb0022700 (LWP 60733)] | |
[New Thread 0x6cdbaf757700 (LWP 60734)] | |
[New Thread 0x6cdbaee90700 (LWP 60735)] | |
[New Thread 0x6cdba67d0700 (LWP 60736)] | |
[New Thread 0x6cdba5f08700 (LWP 60737)] | |
[New Thread 0x6cdba4f15700 (LWP 60738)] | |
[New Thread 0x6cdba3fee700 (LWP 60739)] | |
Program received signal SIGSEGV, Segmentation fault. | |
[Switching to Thread 0x6cdbb091e700 (LWP 60732)] | |
0x0000000001be80ea in dtNavMesh::calcTileLoc (this=0x3024ddf00000002, pos=pos@entry=0x6cdbb091d2e0, tx=tx@entry=0x6cdbb091d2d0, ty=ty@entry=0x6cdbb091d2d4) at /home/trinity/TrinityCore/dep/recastnavigation/Detour/Source/DetourNavMesh.cpp:1124 | |
1124 *tx = (int)floorf((pos[0]-m_orig[0]) / m_tileWidth); | |
--- BACKTRACE | |
#0 0x0000000001be80ea in dtNavMesh::calcTileLoc (this=0x3024ddf00000002, pos=pos@entry=0x6cdbb091d2e0, tx=tx@entry=0x6cdbb091d2d0, ty=ty@entry=0x6cdbb091d2d4) at /home/trinity/TrinityCore/dep/recastnavigation/Detour/Source/DetourNavMesh.cpp:1124 | |
#1 0x0000000001bea062 in dtNavMeshQuery::queryPolygons (this=0x6cda6935be40, center=<optimized out>, extents=<optimized out>, filter=0x6cdb7b0a66c0, query=0x6cdbb091d440) at /home/trinity/TrinityCore/dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp:984 | |
#2 0x0000000001bea1cd in dtNavMeshQuery::findNearestPoly (this=0x3024ddf00000002, center=0x6cdbb091d2e0, center@entry=0x6cdbb091d710, extents=0x6cdbb091d2d0, extents@entry=0x6cdbb091d4b0, filter=0x6cdbb091d2d4, filter@entry=0x6cdb7b0a66c0, nearestRef=0x6cdbb091d440, nearestRef@entry=0x6cdbb091d4a8, nearestPt=nearestPt@entry=0x6cdbb091d4c0) at /home/trinity/TrinityCore/dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp:773 | |
#3 0x000000000166b027 in PathGenerator::GetPolyByLocation (this=this@entry=0x6cdb7b0a6400, point=point@entry=0x6cdbb091d710, distance=distance@entry=0x6cdbb091d548) at /home/trinity/TrinityCore/src/server/game/Movement/PathGenerator.cpp:141 | |
#4 0x000000000166e14c in PathGenerator::BuildPolyPath (this=this@entry=0x6cdb7b0a6400, startPos=..., endPos=...) at /home/trinity/TrinityCore/src/server/game/Movement/PathGenerator.cpp:169 | |
#5 0x0000000001671a6e in PathGenerator::CalculatePath (this=0x6cdb7b0a6400, destX=5797.78711, destY=587.541016, destZ=611.122498, forceDest=<optimized out>, straightLine=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Movement/PathGenerator.cpp:90 | |
#6 0x000000000168618a in FleeingMovementGenerator<Player>::SetTargetLocation (this=0x3024ddf00000002, owner=0x6cdbb091d2e0) at /home/trinity/TrinityCore/src/server/game/Movement/MovementGenerators/FleeingMovementGenerator.cpp:129 | |
#7 0x0000000001686357 in FleeingMovementGenerator<Player>::DoUpdate (this=0x3024ddf00000002, owner=0x6cdbb091d2e0, diff=2962346704) at /home/trinity/TrinityCore/src/server/game/Movement/MovementGenerators/FleeingMovementGenerator.cpp:94 | |
#8 0x000000000167aed5 in MotionMaster::UpdateMotion (this=0x3024ddf00000002, diff=2962346704) at /home/trinity/TrinityCore/src/server/game/Movement/MotionMaster.cpp:96 | |
#9 0x00000000018ca3ca in Unit::Update (this=0x6cda76636000, p_time=102) at /home/trinity/TrinityCore/src/server/game/Entities/Unit/Unit.cpp:499 | |
#10 0x0000000001877334 in Player::Update (this=0x6cda76636000, p_time=102) at /home/trinity/TrinityCore/src/server/game/Entities/Player/Player.cpp:1059 | |
#11 0x00000000017738ce in Map::Update (this=0x6cdbf8afc000, t_diff=102) at /home/trinity/TrinityCore/src/server/game/Maps/Map.cpp:727 | |
#12 0x000000000175dea1 in call (this=0x6cdb493f65e0) at /home/trinity/TrinityCore/src/server/game/Maps/MapUpdater.cpp:42 | |
#13 MapUpdater::WorkerThread (this=0x2413220 <MapManager::instance()::instance+160>) at /home/trinity/TrinityCore/src/server/game/Maps/MapUpdater.cpp:113 | |
#14 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
#15 0x00006cdc3d2c5064 in start_thread (arg=0x6cdbb091e700) at pthread_create.c:309 | |
#16 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
--- BACKTRACE FULL | |
#0 0x0000000001be80ea in dtNavMesh::calcTileLoc (this=0x3024ddf00000002, pos=pos@entry=0x6cdbb091d2e0, tx=tx@entry=0x6cdbb091d2d0, ty=ty@entry=0x6cdbb091d2d4) at /home/trinity/TrinityCore/dep/recastnavigation/Detour/Source/DetourNavMesh.cpp:1124 | |
No locals. | |
#1 0x0000000001bea062 in dtNavMeshQuery::queryPolygons (this=0x6cda6935be40, center=<optimized out>, extents=<optimized out>, filter=0x6cdb7b0a66c0, query=0x6cdbb091d440) at /home/trinity/TrinityCore/dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp:984 | |
bmin = {591.185181, 604.311157, 5787.97705} | |
bmax = {597.185181, 614.311157, 5793.97705} | |
minx = -122699776 | |
maxx = 34 | |
miny = 27867 | |
maxy = 0 | |
neis = {0x540, 0x9654ff82bd75fd00, 0x436a638bb091d380, 0x9654ff82bd75fd00, 0x6cda806be000, 0x6cdbb091d38f, 0x2410db0 <HashMapHolder<Player>::GetLock()::_lock+48>, 0x2410dd8 <HashMapHolder<Player>::GetLock()::_lock+88>, 0x2410d80 <HashMapHolder<Player>::GetLock()::_lock>, 0x6cdc3e2e7d90 <boost::detail::get_current_thread_data()+16>, 0x6cdbb091d400, 0x6cdc3e2e8193 <boost::this_thread::disable_interruption::~disable_interruption()+19>, 0x2410d88 <HashMapHolder<Player>::GetLock()::_lock+8>, 0x168f942 <HashMapHolder<Player>::Find(ObjectGuid)+1042>, 0x6f1c5, 0x1b16a65 <Log::GetLoggerByType(std::string const&) const+53>, 0x4, 0x6cdc3db8c930 <char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag)+80>, 0xbf800000bf800000, 0x6cdbbf800000, 0x6cdbb091d950, 0x6cdbb091d400, 0x6cdbb091d8fc, 0x1baa801 <G3D::CollisionDetection::collisionTimeForMovingPointFixedAABox(G3D::Vector3 const&, G3D::Vector3 const&, G3D::AABox const&, G3D::Vector3&, bool&, G3D::Vector3&)+17>, 0x10002880000e6e, 0x6cdbad0dbf20, 0x0, 0x1b74097 <G3D::Ray::intersectionTime(G3D::AABox const&) const+71>, 0x0, 0x7f800000, 0x6cdbb091d900, 0x1aec9e3 <VMAP::WorldModel::IntersectRay(G3D::Ray const&, float&, bool, VMAP::ModelIgnoreFlags) const+67>} | |
#2 0x0000000001bea1cd in dtNavMeshQuery::findNearestPoly (this=0x3024ddf00000002, center=0x6cdbb091d2e0, center@entry=0x6cdbb091d710, extents=0x6cdbb091d2d0, extents@entry=0x6cdbb091d4b0, filter=0x6cdbb091d2d4, filter@entry=0x6cdb7b0a66c0, nearestRef=0x6cdbb091d440, nearestRef@entry=0x6cdbb091d4a8, nearestPt=nearestPt@entry=0x6cdbb091d4c0) at /home/trinity/TrinityCore/dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp:773 | |
query = {<dtPolyQuery> = {_vptr.dtPolyQuery = 0x1ed5b10 <vtable for dtFindNearestPolyQuery+16>}, m_query = 0x6cda6935be40, m_center = 0x6cdbb091d710, m_nearestDistanceSqr = 3.40282347e+38, m_nearestRef = 0, m_nearestPoint = {0, 0, 0}} | |
#3 0x000000000166b027 in PathGenerator::GetPolyByLocation (this=this@entry=0x6cdb7b0a6400, point=point@entry=0x6cdbb091d710, distance=distance@entry=0x6cdbb091d548) at /home/trinity/TrinityCore/src/server/game/Movement/PathGenerator.cpp:141 | |
polyRef = 0 | |
extents = {3, 5, 3} | |
closestPoint = {0, 0, 0} | |
#4 0x000000000166e14c in PathGenerator::BuildPolyPath (this=this@entry=0x6cdb7b0a6400, startPos=..., endPos=...) at /home/trinity/TrinityCore/src/server/game/Movement/PathGenerator.cpp:169 | |
startPoint = {594.185181, 609.311157, 5790.97705} | |
endPoint = {587.541016, 611.122498, 5797.78711} | |
startPoly = <optimized out> | |
farFromPoly = <optimized out> | |
pathStartIndex = <optimized out> | |
pathEndIndex = <optimized out> | |
distToStartPoly = 6.73162651e-38 | |
distToEndPoly = 0 | |
endPoly = <optimized out> | |
startPolyFound = <optimized out> | |
endPolyFound = <optimized out> | |
#5 0x0000000001671a6e in PathGenerator::CalculatePath (this=0x6cdb7b0a6400, destX=5797.78711, destY=587.541016, destZ=611.122498, forceDest=<optimized out>, straightLine=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Movement/PathGenerator.cpp:90 | |
y = 594.185181 | |
dest = {x = 5797.78711, y = 587.541016, z = 611.122498} | |
x = 5790.97705 | |
z = <optimized out> | |
start = {x = 5790.97705, y = 594.185181, z = 609.311157} | |
#6 0x000000000168618a in FleeingMovementGenerator<Player>::SetTargetLocation (this=0x3024ddf00000002, owner=0x6cdbb091d2e0) at /home/trinity/TrinityCore/src/server/game/Movement/MovementGenerators/FleeingMovementGenerator.cpp:129 | |
init = {args = {path = std::vector of length -9973793734817, capacity 540084112 = {{x = 0, y = 5.79711569e-40, z = -3.48121766e+22}, {x = 3.9048583e-41, y = -2.5028845e+21, z = 3.9048583e-41}, {x = -2.79378437e-05, y = 3.9048583e-41, z = 7.14662217e-44}, {x = 0, y = 5.54914192e-43, z = 0}, {x = 0, y = 9.6812586e-39, z = -3.48122847e+22}, {x = 3.9048583e-41, y = -2.80073457e+21, z = 3.9048583e-41}, {x = -2.79381056e-05, y = 3.9048583e-41, z = 7.14662217e-44}, {x = 0, y = 1.1530384e+33, z = 3.9048583e-41}, {x = 1.1530384e+33, y = 3.9048583e-41, z = 1.15303159e+33}, {x = 3.9048583e-41, y = 5.89946653e-43, z = 1.50559991e-39}, {x = 1.15304087e+33, y = 3.9048583e-41, z = 1.15304087e+33}, {x = 3.9048583e-41, y = 1.15304211e+33, z = 3.9048583e-41}, {x = 1.15304211e+33, y = 3.9048583e-41, z = 1.15304335e+33}, {x = 3.9048583e-41, y = 1.15304335e+33, z = 3.9048583e-41}, {x = 1.15304459e+33, y = 3.9048583e-41, z = 1.15304459e+33}, {x = 3.9048583e-41, y = -5.25608779e+18, z = 3.9048583e-41}, {x = 5.25549378e+15, y = 3.90499843e-41, z = 1.15304706e+33}, {x = 3.9048583e-41, y = 1.15304706e+33, z = 3.9048583e-41}, {x = 1.1530483e+33, y = 3.9048583e-41, z = 1.1530483e+33}, {x = 3.9048583e-41, y = 8.36712561e-29, z = 3.90499843e-41}, {x = 8.36712561e-29, y = 3.90499843e-41, z = 1.15305078e+33}, {x = 3.9048583e-41, y = 1.15305078e+33, z = 3.9048583e-41}, {x = 1.15305201e+33, y = 3.9048583e-41, z = 1.15305201e+33}, {x = 3.9048583e-41, y = -2.97390338e+22, z = 3.9048583e-41}, {x = -1.51048972e+19, y = 3.9048583e-41, z = 1.15305449e+33}, {x = 3.9048583e-41, y = 1.15305449e+33, z = 3.9048583e-41}, {x = 1.15305573e+33, y = 3.9048583e-41, z = 1.15305573e+33}, {x = 3.9048583e-41, y = 1.15305697e+33, z = 3.9048583e-41}, {x = 1.15305697e+33, y = 3.9048583e-41, z = 1.1530582e+33}, {x = 3.9048583e-41, y = 1.1530582e+33, z = 3.9048583e-41}, {x = 1.15305944e+33, y = 3.9048583e-41, z = 1.15305944e+33}, {x = 3.9048583e-41, y = 1.15306068e+33, z = 3.9048583e-41}, {x = 1.15306068e+33, y = 3.9048583e-41, z = 1.15306192e+33}, {x = 3.9048583e-41, y = 1.15306192e+33, z = 3.9048583e-41}, {x = 1.15306316e+33, y = 3.9048583e-41, z = 1.15306316e+33}, {x = 3.9048583e-41, y = -1.79727201e+16, z = 3.9048583e-41}, {x = -1.79727201e+16, y = 3.9048583e-41, z = 1.15306563e+33}, {x = 3.9048583e-41, y = 1.15306563e+33, z = 3.9048583e-41}, {x = 1.15306687e+33, y = 3.9048583e-41, z = 1.15306687e+33}, {x = 3.9048583e-41, y = 1.15306811e+33, z = 3.9048583e-41}, {x = 1.15306811e+33, y = 3.9048583e-41, z = 1.15306935e+33}, {x = 3.9048583e-41, y = 1.15306935e+33, z = 3.9048583e-41}, {x = 1.15307058e+33, y = 3.9048583e-41, z = 1.15307058e+33}, {x = 3.9048583e-41, y = 1.15307182e+33, z = 3.9048583e-41}, {x = 1.15307182e+33, y = 3.9048583e-41, z = 1.15307306e+33}, {x = 3.9048583e-41, y = 1.15307306e+33, z = 3.9048583e-41}, {x = 1.1530743e+33, y = 3.9048583e-41, z = 1.1530743e+33}, {x = 3.9048583e-41, y = 1.15307554e+33, z = 3.9048583e-41}, {x = 1.15307554e+33, y = 3.9048583e-41, z = 25.5393066}, {x = 3.9048583e-41, y = 25.5393066, z = 3.9048583e-41}, {x = 1.15307801e+33, y = 3.9048583e-41, z = 1.15307801e+33}, {x = 3.9048583e-41, y = -9.22119061e+18, z = 3.9048583e-41}, {x = 1.29386112e-35, y = 3.90499843e-41, z = -8.80209196e+18}, {x = 3.9048583e-41, y = -8.80209196e+18, z = 3.9048583e-41}, {x = 1.15308173e+33, y = 3.9048583e-41, z = 1.15308173e+33}, {x = 3.9048583e-41, y = 1.15308296e+33, z = 3.9048583e-41}, {x = 1.15308296e+33, y = 3.9048583e-41, z = 1.1530842e+33}, {x = 3.9048583e-41, y = 1.1530842e+33, z = 3.9048583e-41}, {x = 1.15308544e+33, y = 3.9048583e-41, z = 1.15308544e+33}, {x = 3.9048583e-41, y = 1.15308668e+33, z = 3.9048583e-41}, {x = 1.15308668e+33, y = 3.9048583e-41, z = 1.15308792e+33}, {x = 3.9048583e-41, y = 1.15308792e+33, z = 3.9048583e-41}, {x = 1.15308915e+33, y = 3.9048583e-41, z = 1.15308915e+33}, {x = 3.9048583e-41, y = 1.15309039e+33, z = 3.9048583e-41}, {x = 1.15309039e+33, y = 3.9048583e-41, z = 1.15309163e+33}, {x = 3.9048583e-41, y = 1.15309163e+33, z = 3.9048583e-41}, {x = -1.494918e+18, y = 3.9048583e-41, z = 0.00089780055}, {x = 3.90499843e-41, y = 1.1530941e+33, z = 3.9048583e-41}, {x = 1.1530941e+33, y = 3.9048583e-41, z = 1.15309534e+33}, {x = 3.9048583e-41, y = 1.15309534e+33, z = 3.9048583e-41}, {x = 1.15309658e+33, y = 3.9048583e-41, z = 1.15309658e+33}, {x = 3.9048583e-41, y = 1.15309782e+33, z = 3.9048583e-41}, {x = 1.15309782e+33, y = 3.9048583e-41, z = 1.15309906e+33}, {x = 3.9048583e-41, y = 1.15309906e+33, z = 3.9048583e-41}, {x = 1.15310029e+33, y = 3.9048583e-41, z = 1.15310029e+33}, {x = 3.9048583e-41, y = 1.15310153e+33, z = 3.9048583e-41}, {x = 1.15310153e+33, y = 3.9048583e-41, z = 1.15310277e+33}, {x = 3.9048583e-41, y = 1.15310277e+33, z = 3.9048583e-41}, {x = 1.15310401e+33, y = 3.9048583e-41, z = 1.15310401e+33}, {x = 3.9048583e-41, y = -1.63988641e+18, z = 3.9048583e-41}, {x = -9.08730424e+23, y = 3.9048583e-41, z = 1.15310648e+33}, {x = 3.9048583e-41, y = 1.15310648e+33, z = 3.9048583e-41}, {x = 1.15310772e+33, y = 3.9048583e-41, z = 1.15310772e+33}, {x = 3.9048583e-41, y = 1.15310896e+33, z = 3.9048583e-41}, {x = 1.15310896e+33, y = 3.9048583e-41, z = 1.1531102e+33}, {x = 3.9048583e-41, y = 1.1531102e+33, z = 3.9048583e-41}, {x = -1.64008432e+18, y = 3.9048583e-41, z = -9.08580544e+23}, {x = 3.9048583e-41, y = 1.15311267e+33, z = 3.9048583e-41}, {x = 1.15311267e+33, y = 3.9048583e-41, z = 1.15311391e+33}, {x = 3.9048583e-41, y = 1.15311391e+33, z = 3.9048583e-41}, {x = 1.15311515e+33, y = 3.9048583e-41, z = 1.15311515e+33}, {x = 3.9048583e-41, y = 1.15311639e+33, z = 3.9048583e-41}, {x = 1.15311639e+33, y = 3.9048583e-41, z = 1.15311763e+33}, {x = 3.9048583e-41, y = 1.15311763e+33, z = 3.9048583e-41}, {x = 1.15311886e+33, y = 3.9048583e-41, z = 1.15311886e+33}, {x = 3.9048583e-41, y = 1.1531201e+33, z = 3.9048583e-41}, {x = 1.1531201e+33, y = 3.9048583e-41, z = 1.15312134e+33}, {x = 3.9048583e-41, y = 1.15312134e+33, z = 3.9048583e-41}, {x = 1.15312258e+33, y = 3.9048583e-41, z = 1.15312258e+33}, {x = 3.9048583e-41, y = 1.15312382e+33, z = 3.9048583e-41}, {x = 1.15312382e+33, y = 3.9048583e-41, z = 1.15312505e+33}, {x = 3.9048583e-41, y = 1.15312505e+33, z = 3.9048583e-41}, {x = 1.15312629e+33, y = 3.9048583e-41, z = 1.15312629e+33}, {x = 3.9048583e-41, y = 1.15312753e+33, z = 3.9048583e-41}, {x = 1.15312753e+33, y = 3.9048583e-41, z = 1.15312877e+33}, {x = 3.9048583e-41, y = 1.15312877e+33, z = 3.9048583e-41}, {x = 1.15313001e+33, y = 3.9048583e-41, z = 1.15313001e+33}, {x = 3.9048583e-41, y = 1.15313124e+33, z = 3.9048583e-41}, {x = 1.15313124e+33, y = 3.9048583e-41, z = 1.15313248e+33}, {x = 3.9048583e-41, y = 1.15313248e+33, z = 3.9048583e-41}, {x = 1.15313372e+33, y = 3.9048583e-41, z = 1.15313372e+33}, {x = 3.9048583e-41, y = 1.15313496e+33, z = 3.9048583e-41}, {x = 1.15313496e+33, y = 3.9048583e-41, z = 1.15313619e+33}, {x = 3.9048583e-41, y = 1.15313619e+33, z = 3.9048583e-41}, {x = 1.28273773, y = 3.90499843e-41, z = 1.28273773}, {x = 3.90499843e-41, y = -2.53360806e+21, z = 3.9048583e-41}, {x = -3.33154615e+11, y = 3.9048583e-41, z = 1.15313991e+33}, {x = 3.9048583e-41, y = 1.15313991e+33, z = 3.9048583e-41}, {x = 1.15314115e+33, y = 3.9048583e-41, z = 1.15314115e+33}, {x = 3.9048583e-41, y = 1.15314238e+33, z = 3.9048583e-41}, {x = 1.15314238e+33, y = 3.9048583e-41, z = 1.15314362e+33}, {x = 3.9048583e-41, y = 1.15314362e+33, z = 3.9048583e-41}, {x = 1.15314486e+33, y = 3.9048583e-41, z = 1.15314486e+33}, {x = 3.9048583e-41, y = 1.1531461e+33, z = 3.9048583e-41}, {x = 1.1531461e+33, y = 3.9048583e-41, z = 1.15314734e+33}, {x = 3.9048583e-41, y = 1.15314734e+33, z = 3.9048583e-41}, {x = 2.51615065e+25, y = 3.90499843e-41, z = 2.51615065e+25}, {x = 3.90499843e-41, y = 1.15314981e+33, z = 3.9048583e-41}, {x = 1.15314981e+33, y = 3.9048583e-41, z = 1.15315105e+33}, {x = 3.9048583e-41, y = 1.15315105e+33, z = 3.9048583e-41}, {x = 1.15315229e+33, y = 3.9048583e-41, z = 1.15315229e+33}, {x = 3.9048583e-41, y = 1.15315353e+33, z = 3.9048583e-41}, {x = 1.15315353e+33, y = 3.9048583e-41, z = 1.15315476e+33}, {x = 3.9048583e-41, y = 1.15315476e+33, z = 3.9048583e-41}, {x = 1.153156e+33, y = 3.9048583e-41, z = 1.153156e+33}, {x = 3.9048583e-41, y = 1.15315724e+33, z = 3.9048583e-41}, {x = 1.15315724e+33, y = 3.9048583e-41, z = 1.15315848e+33}, {x = 3.9048583e-41, y = 1.15315848e+33, z = 3.9048583e-41}, {x = 1.15315972e+33, y = 3.9048583e-41, z = 1.15315972e+33}, {x = 3.9048583e-41, y = 1.15316095e+33, z = 3.9048583e-41}, {x = 1.15316095e+33, y = 3.9048583e-41, z = -3.26161662e+12}, {x = 3.9048583e-41, y = -3.26161662e+12, z = 3.9048583e-41}, {x = 5.38760376, y = 3.9048583e-41, z = -1.39365416e-35}, {x = 3.9048583e-41, y = 1.15316467e+33, z = 3.9048583e-41}, {x = 1.15316467e+33, y = 3.9048583e-41, z = 1.15316591e+33}, {x = 3.9048583e-41, y = 1.15316591e+33, z = 3.9048583e-41}, {x = 1.15316714e+33, y = 3.9048583e-41, z = 1.15316714e+33}, {x = 3.9048583e-41, y = 1.15316838e+33, z = 3.9048583e-41}, {x = 1.15316838e+33, y = 3.9048583e-41, z = 1.15316962e+33}, {x = 3.9048583e-41, y = 1.15316962e+33, z = 3.9048583e-41}, {x = 1.15317086e+33, y = 3.9048583e-41, z = 1.15317086e+33}, {x = 3.9048583e-41, y = 1.1531721e+33, z = 3.9048583e-41}, {x = 1.1531721e+33, y = 3.9048583e-41, z = -1.71109958e+18}, {x = 3.9048583e-41, y = -1.51661179e-34, z = 3.9048583e-41}, {x = -1.44792487e+18, y = 3.9048583e-41, z = -0.221387863}, {x = 3.9048583e-41, y = 1.15317581e+33, z = 3.9048583e-41}, {x = 1.15317581e+33, y = 3.9048583e-41, z = 1.15317705e+33}, {x = 3.9048583e-41, y = 1.15317705e+33, z = 3.9048583e-41}, {x = 1.15317828e+33, y = 3.9048583e-41, z = 1.15317828e+33}, {x = 3.9048583e-41, y = 1.15317952e+33, z = 3.9048583e-41}, {x = 1.15317952e+33, y = 3.9048583e-41, z = 1.15318076e+33}, {x = 3.9048583e-41, y = 1.15318076e+33, z = 3.9048583e-41}, {x = 1.153182e+33, y = 3.9048583e-41, z = 1.153182e+33}, {x = 3.9048583e-41, y = 1.15318324e+33, z = 3.9048583e-41}, {x = 1.15318324e+33, y = 3.9048583e-41, z = 1.15318447e+33}, {x = 3.9048583e-41, y = 1.15318447e+33, z = 3.9048583e-41}, {x = 1.15318571e+33, y = 3.9048583e-41, z = 1.15318571e+33}, {x = 3.9048583e-41, y = 1.15318695e+33, z = 3.9048583e-41}, {x = 1.15318695e+33, y = 3.9048583e-41, z = 1.15318819e+33}, {x = 3.9048583e-41, y = 1.15318819e+33, z = 3.9048583e-41}, {x = 1.15318943e+33, y = 3.9048583e-41, z = 1.15318943e+33}, {x = 3.9048583e-41, y = 1.15319066e+33, z = 3.9048583e-41}, {x = 1.15319066e+33, y = 3.9048583e-41, z = 1.1531919e+33}, {x = 3.9048583e-41, y = 1.1531919e+33, z = 3.9048583e-41}, {x = 1.15319314e+33, y = 3.9048583e-41, z = 1.15319314e+33}, {x = 3.9048583e-41, y = 5.38807678, z = 3.9048583e-41}, {x = 1.31323311e-15, y = 3.90499843e-41, z = 1.15319562e+33}, {x = 3.9048583e-41, y = 1.15319562e+33, z = 3.9048583e-41}, {x = 1.15319685e+33, y = 3.9048583e-41, z = 1.15319685e+33}, {x = 3.9048583e-41, y = 1.15319809e+33, z = 3.9048583e-41}, {x = 1.15319809e+33, y = 3.9048583e-41, z = 1.15319933e+33}, {x = 3.9048583e-41, y = 1.15319933e+33, z = 3.9048583e-41}, {x = 1.15320057e+33, y = 3.9048583e-41, z = 1.15320057e+33}, {x = 3.9048583e-41, y = 1.15320181e+33, z = 3.9048583e-41}, {x = 1.15320181e+33, y = 3.9048583e-41, z = 1.15320304e+33}, {x = 3.9048583e-41, y = 1.15320304e+33, z = 3.9048583e-41}, {x = 1.15320428e+33, y = 3.9048583e-41, z = 1.15320428e+33}, {x = 3.9048583e-41, y = 1.15320552e+33, z = 3.9048583e-41}, {x = 1.15320552e+33, y = 3.9048583e-41, z = 1.15320676e+33}, {x = 3.9048583e-41, y = 1.15320676e+33, z = 3.9048583e-41}, {x = 1.153208e+33, y = 3.9048583e-41, z = 1.153208e+33}, {x = 3.9048583e-41, y = 1.15320923e+33, z = 3.9048583e-41}, {x = 1.15320923e+33, y = 3.9048583e-41, z = -5.2423483e+18}, {x = 3.9048583e-41, y = -5.2423483e+18, z = 3.9048583e-41}, {x = 1.15321171e+33, y = 3.9048583e-41, z = 1.15321171e+33}, {x = 3.9048583e-41, y = 1.15321295e+33, z = 3.9048583e-41}, {x = 1.15321295e+33, y = 3.9048583e-41, z = 1.15321419e+33}, {x = 3.9048583e-41, y = 1.15321419e+33, z = 3.9048583e-41}, {x = 1.15321542e+33, y = 3.9048583e-41, z = 1.15321542e+33}, {x = 3.9048583e-41, y = -1.68122365e+18, z = 3.9048583e-41}...}, facing = {f = {x = 3.21520926e-38, y = 0, z = 2.75130886e+34}, target = 19860858, angle = 3.21520926e-38}, flags = {animId = 0 '\000', done = false, falling = false, no_spline = false, parabolic = false, canswim = false, flying = true, orientationFixed = true, final_point = false, final_target = true, final_angle = true, catmullrom = false, cyclic = false, enter_cycle = false, animation = true, frozen = true, transportEnter = false, transportExit = false, unknown7 = true, unknown8 = true, backward = false, unknown10 = true, unknown11 = true, unknown12 = true, unknown13 = false}, path_Idx_offset = 27866, velocity = 1.15302664e+33, parabolic_amplitude = 3.9048583e-41, time_perc = -1.540343e-35, splineId = 27867, initialOrientation = 1.15302664e+33, walk = 218, HasVelocity = 108, TransformForTransport = false}, unit = 0x0} | |
destination = {m_positionX = 5797.78711, m_positionY = 587.541016, m_positionZ = 611.122498, m_orientation = 0.570208549} | |
result = 8 | |
traveltime = 1986224128 | |
#7 0x0000000001686357 in FleeingMovementGenerator<Player>::DoUpdate (this=0x3024ddf00000002, owner=0x6cdbb091d2e0, diff=2962346704) at /home/trinity/TrinityCore/src/server/game/Movement/MovementGenerators/FleeingMovementGenerator.cpp:94 | |
No locals. | |
#8 0x000000000167aed5 in MotionMaster::UpdateMotion (this=0x3024ddf00000002, diff=2962346704) at /home/trinity/TrinityCore/src/server/game/Movement/MotionMaster.cpp:96 | |
__FUNCTION__ = "UpdateMotion" | |
#9 0x00000000018ca3ca in Unit::Update (this=0x6cda76636000, p_time=102) at /home/trinity/TrinityCore/src/server/game/Entities/Unit/Unit.cpp:499 | |
p_time = 102 | |
this = 0x6cda76636000 | |
#10 0x0000000001877334 in Player::Update (this=0x6cda76636000, p_time=102) at /home/trinity/TrinityCore/src/server/game/Entities/Player/Player.cpp:1059 | |
now = <optimized out> | |
pet = <optimized out> | |
#11 0x00000000017738ce in Map::Update (this=0x6cdbf8afc000, t_diff=102) at /home/trinity/TrinityCore/src/server/game/Maps/Map.cpp:727 | |
updater = {i_timeDiff = 102} | |
grid_object_update = {i_visitor = @0x6cdbb091dd80} | |
mapId = "0" | |
world_object_update = {i_visitor = @0x6cdbb091dd80} | |
totalAdds = "\001\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\377\377\377\377\000\000\000\000\061\000ps\000s\000\000\240\213\f\351\332l\000\000\250\000\000\000\001\001\375\001\222\005\033Z\000\000\000\000\000\001l.sql\000\000\300\370\215\332l\000\000 1\\w\333l\000\000\000\377\033\003\001\000\000\000network\000\340\214k~\333l\000\000\f\373\000\000\353\002\020\361\360\023.\025\334l\000\000\000\000\000\000\000\000\000\000 i\206~\333l\000\000\240Ok~\333l\000\000\361\000\000\070\361\002\020\361root\000s\000\000\200#\377\201\333l\000\000\260\022\000\000\061\001\002۵\214zU\000\000\000\000\000\000o\223\004\000k\000\000\226k~\333l\000\000"... | |
totalActive = "" | |
#12 0x000000000175dea1 in call (this=0x6cdb493f65e0) at /home/trinity/TrinityCore/src/server/game/Maps/MapUpdater.cpp:42 | |
No locals. | |
#13 MapUpdater::WorkerThread (this=0x2413220 <MapManager::instance()::instance+160>) at /home/trinity/TrinityCore/src/server/game/Maps/MapUpdater.cpp:113 | |
request = 0x6cdb493f65e0 | |
#14 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#15 0x00006cdc3d2c5064 in start_thread (arg=0x6cdbb091e700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdbb091e700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119690815989504, 3131122856329082088, 1, 119693207453792, 132455638204576, 119690815989504, -953467319666215704, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#16 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
--- INFO REGISTERS | |
rax 0x80000008 2147483656 | |
rbx 0x3024ddf00000002 216821352240250882 | |
rcx 0x6cdbb091d2d4 119690815984340 | |
rdx 0x6cdbb091d2d0 119690815984336 | |
rsi 0x6cdbb091d2e0 119690815984352 | |
rdi 0x3024ddf00000002 216821352240250882 | |
rbp 0x6cdbb091d2e0 0x6cdbb091d2e0 | |
rsp 0x6cdbb091d290 0x6cdbb091d290 | |
r8 0x6cdbb091d440 119690815984704 | |
r9 0x6cdbb091d4c0 119690815984832 | |
r10 0x3fffff 4194303 | |
r11 0x6cdba0807128 119690546409768 | |
r12 0x6cdbb091d2d4 119690815984340 | |
r13 0x6cdbb091d2d0 119690815984336 | |
r14 0x6cdbb091db50 119690815986512 | |
r15 0x6cdbb091db40 119690815986496 | |
rip 0x1be80ea 0x1be80ea <dtNavMesh::calcTileLoc(float const*, int*, int*) const+26> | |
eflags 0x10206 [ PF IF RF ] | |
cs 0x33 51 | |
ss 0x2b 43 | |
ds 0x0 0 | |
es 0x0 0 | |
fs 0x0 0 | |
gs 0x0 0 | |
--- CALLS (x/32i $pc) | |
=> 0x1be80ea <dtNavMesh::calcTileLoc(float const*, int*, int*) const+26>: subss 0x1c(%rdi),%xmm0 | |
0x1be80ef <dtNavMesh::calcTileLoc(float const*, int*, int*) const+31>: divss 0x28(%rdi),%xmm0 | |
0x1be80f4 <dtNavMesh::calcTileLoc(float const*, int*, int*) const+36>: callq 0xbb8290 <floorf@plt> | |
0x1be80f9 <dtNavMesh::calcTileLoc(float const*, int*, int*) const+41>: cvttss2si %xmm0,%eax | |
0x1be80fd <dtNavMesh::calcTileLoc(float const*, int*, int*) const+45>: movss 0x8(%rbp),%xmm0 | |
0x1be8102 <dtNavMesh::calcTileLoc(float const*, int*, int*) const+50>: subss 0x24(%rbx),%xmm0 | |
0x1be8107 <dtNavMesh::calcTileLoc(float const*, int*, int*) const+55>: divss 0x2c(%rbx),%xmm0 | |
0x1be810c <dtNavMesh::calcTileLoc(float const*, int*, int*) const+60>: mov %eax,0x0(%r13) | |
0x1be8110 <dtNavMesh::calcTileLoc(float const*, int*, int*) const+64>: callq 0xbb8290 <floorf@plt> | |
0x1be8115 <dtNavMesh::calcTileLoc(float const*, int*, int*) const+69>: cvttss2si %xmm0,%eax | |
0x1be8119 <dtNavMesh::calcTileLoc(float const*, int*, int*) const+73>: mov %eax,(%r12) | |
0x1be811d <dtNavMesh::calcTileLoc(float const*, int*, int*) const+77>: add $0x8,%rsp | |
0x1be8121 <dtNavMesh::calcTileLoc(float const*, int*, int*) const+81>: pop %rbx | |
0x1be8122 <dtNavMesh::calcTileLoc(float const*, int*, int*) const+82>: pop %rbp | |
0x1be8123 <dtNavMesh::calcTileLoc(float const*, int*, int*) const+83>: pop %r12 | |
0x1be8125 <dtNavMesh::calcTileLoc(float const*, int*, int*) const+85>: pop %r13 | |
0x1be8127 <dtNavMesh::calcTileLoc(float const*, int*, int*) const+87>: retq | |
0x1be8128: nopl 0x0(%rax,%rax,1) | |
0x1be8130 <dtNavMesh::getTileAndPolyByRef(unsigned long, dtMeshTile const**, dtPoly const**) const>: test %rsi,%rsi | |
0x1be8133 <dtNavMesh::getTileAndPolyByRef(unsigned long, dtMeshTile const**, dtPoly const**) const+3>: mov $0x80000000,%eax | |
0x1be8138 <dtNavMesh::getTileAndPolyByRef(unsigned long, dtMeshTile const**, dtPoly const**) const+8>: je 0x1be816f <dtNavMesh::getTileAndPolyByRef(unsigned long, dtMeshTile const**, dtPoly const**) const+63> | |
0x1be813a <dtNavMesh::getTileAndPolyByRef(unsigned long, dtMeshTile const**, dtPoly const**) const+10>: mov %rsi,%r8 | |
0x1be813d <dtNavMesh::getTileAndPolyByRef(unsigned long, dtMeshTile const**, dtPoly const**) const+13>: mov $0x8,%al | |
0x1be813f <dtNavMesh::getTileAndPolyByRef(unsigned long, dtMeshTile const**, dtPoly const**) const+15>: shr $0x1f,%r8 | |
0x1be8143 <dtNavMesh::getTileAndPolyByRef(unsigned long, dtMeshTile const**, dtPoly const**) const+19>: and $0x1fffff,%r8d | |
0x1be814a <dtNavMesh::getTileAndPolyByRef(unsigned long, dtMeshTile const**, dtPoly const**) const+26>: cmp %r8d,0x30(%rdi) | |
0x1be814e <dtNavMesh::getTileAndPolyByRef(unsigned long, dtMeshTile const**, dtPoly const**) const+30>: jbe 0x1be816f <dtNavMesh::getTileAndPolyByRef(unsigned long, dtMeshTile const**, dtPoly const**) const+63> | |
0x1be8150 <dtNavMesh::getTileAndPolyByRef(unsigned long, dtMeshTile const**, dtPoly const**) const+32>: lea (%r8,%r8,2),%r9 | |
0x1be8154 <dtNavMesh::getTileAndPolyByRef(unsigned long, dtMeshTile const**, dtPoly const**) const+36>: mov %rsi,%r10 | |
0x1be8157 <dtNavMesh::getTileAndPolyByRef(unsigned long, dtMeshTile const**, dtPoly const**) const+39>: shr $0x34,%r10 | |
0x1be815b <dtNavMesh::getTileAndPolyByRef(unsigned long, dtMeshTile const**, dtPoly const**) const+43>: lea (%r8,%r9,4),%r8 | |
0x1be815f <dtNavMesh::getTileAndPolyByRef(unsigned long, dtMeshTile const**, dtPoly const**) const+47>: shl $0x3,%r8 | |
--- INFO THREAD | |
Id Target Id Frame | |
36 Thread 0x6cdba3fee700 (LWP 60739) "worldserver" 0x00006cdc3c072893 in select () at ../sysdeps/unix/syscall-template.S:81 | |
35 Thread 0x6cdba4f15700 (LWP 60738) "worldserver" Socket<WorldSocket>::Update (this=0x6cdc370bfa10) at /home/trinity/TrinityCore/src/server/shared/Networking/Socket.h:59 | |
34 Thread 0x6cdba5f08700 (LWP 60737) "worldserver" arena_mapbits_binind_get (pageind=<optimized out>, chunk=<optimized out>) at /home/trinity/TrinityCore/dep/jemalloc/include/jemalloc/internal/arena.h:574 | |
33 Thread 0x6cdba67d0700 (LWP 60736) "worldserver" arena_mapbits_binind_get (pageind=<optimized out>, chunk=<optimized out>) at /home/trinity/TrinityCore/dep/jemalloc/include/jemalloc/internal/arena.h:574 | |
32 Thread 0x6cdbaee90700 (LWP 60735) "worldserver" Unit::HasAuraTypeWithValue (this=this@entry=0x6cdac7c97000, auratype=auratype@entry=SPELL_AURA_PREVENT_REGENERATE_POWER, value=value@entry=3) at /home/trinity/TrinityCore/src/server/game/Entities/Unit/Unit.cpp:4809 | |
31 Thread 0x6cdbaf757700 (LWP 60734) "worldserver" __lll_lock_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135 | |
30 Thread 0x6cdbb0022700 (LWP 60733) "worldserver" 0x000000000194036f in Creature::Update (this=0x6cdb5e871000, diff=102) at /home/trinity/TrinityCore/src/server/game/Entities/Creature/Creature.cpp:575 | |
* 29 Thread 0x6cdbb091e700 (LWP 60732) "worldserver" 0x0000000001be80ea in dtNavMesh::calcTileLoc (this=0x3024ddf00000002, pos=pos@entry=0x6cdbb091d2e0, tx=tx@entry=0x6cdbb091d2d0, ty=ty@entry=0x6cdbb091d2d4) at /home/trinity/TrinityCore/dep/recastnavigation/Detour/Source/DetourNavMesh.cpp:1124 | |
28 Thread 0x6cdbb112b700 (LWP 60731) "worldserver" 0x0000000001bc93b9 in arena_run_tree_insert (rbtree=rbtree@entry=0x6cdc394ec0c0, node=0x6cdaf54058b0) at /home/trinity/TrinityCore/dep/jemalloc/src/arena.c:69 | |
27 Thread 0x6cdbb19fe700 (LWP 60730) "worldserver" operator() (u=<optimized out>, this=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Grids/Notifiers/GridNotifiers.h:934 | |
26 Thread 0x6cdbb22be700 (LWP 60729) "worldserver" VisitorHelper<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck>, Player> (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:45 | |
25 Thread 0x6cdbb2b51700 (LWP 60728) "worldserver" 0x00006cdc3c911390 in std::string::swap(std::string&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
24 Thread 0x6cdc2c6fa700 (LWP 60717) "worldserver" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
23 Thread 0x6cdc2cfb9700 (LWP 60715) "worldserver" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
22 Thread 0x6cdc2d881700 (LWP 60713) "worldserver" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
21 Thread 0x6cdc2e0d6700 (LWP 60711) "worldserver" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
20 Thread 0x6cdc2e926700 (LWP 60695) "worldserver" 0x00006cdc3d2cba9d in read () at ../sysdeps/unix/syscall-template.S:81 | |
19 Thread 0x6cdc2f146700 (LWP 60693) "worldserver" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
18 Thread 0x6cdc2f9ac700 (LWP 60691) "worldserver" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
17 Thread 0x6cdc302a5700 (LWP 60689) "worldserver" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
16 Thread 0x6cdc30b09700 (LWP 60687) "worldserver" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
15 Thread 0x6cdc313c6700 (LWP 60685) "worldserver" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
14 Thread 0x6cdc31cb4700 (LWP 60683) "worldserver" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
13 Thread 0x6cdc32534700 (LWP 60681) "worldserver" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
12 Thread 0x6cdc32dc2700 (LWP 60679) "worldserver" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
11 Thread 0x6cdc33652700 (LWP 60677) "worldserver" 0x00006cdc3d2cba9d in read () at ../sysdeps/unix/syscall-template.S:81 | |
10 Thread 0x6cdc33f42700 (LWP 60675) "worldserver" 0x00006cdc3d2cba9d in read () at ../sysdeps/unix/syscall-template.S:81 | |
9 Thread 0x6cdc347c2700 (LWP 60673) "worldserver" 0x00006cdc3d2cba9d in read () at ../sysdeps/unix/syscall-template.S:81 | |
8 Thread 0x6cdc34fd4700 (LWP 60671) "worldserver" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
7 Thread 0x6cdc357f0700 (LWP 60670) "worldserver" 0x00006cdc3d2cba9d in read () at ../sysdeps/unix/syscall-template.S:81 | |
6 Thread 0x6cdc35ffe700 (LWP 60669) "worldserver" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
5 Thread 0x6cdc36f80700 (LWP 60668) "worldserver" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
3 Thread 0x6cdc3831e700 (LWP 60666) "worldserver" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
2 Thread 0x6cdc38c01700 (LWP 60665) "worldserver" 0x00006cdc3c079c03 in epoll_wait () at ../sysdeps/unix/syscall-template.S:81 | |
1 Thread 0x6cdc3f1aa780 (LWP 60661) "worldserver" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
--- THREAD APPLY ALL BACKTRACE | |
Thread 36 (Thread 0x6cdba3fee700 (LWP 60739)): | |
#0 0x00006cdc3c072893 in select () at ../sysdeps/unix/syscall-template.S:81 | |
No locals. | |
#1 0x00006cdc3e93f0ba in ?? () from /lib/x86_64-linux-gnu/libreadline.so.6 | |
No symbol table info available. | |
#2 0x00006cdc3e93f32e in rl_read_key () from /lib/x86_64-linux-gnu/libreadline.so.6 | |
No symbol table info available. | |
#3 0x00006cdc3e928c4c in readline_internal_char () from /lib/x86_64-linux-gnu/libreadline.so.6 | |
No symbol table info available. | |
#4 0x00006cdc3e9293c5 in readline () from /lib/x86_64-linux-gnu/libreadline.so.6 | |
No symbol table info available. | |
#5 0x0000000000c11bd5 in CliThread () at /home/trinity/TrinityCore/src/server/worldserver/CommandLine/CliRunnable.cpp:153 | |
command_str = <optimized out> | |
#6 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#7 0x00006cdc3d2c5064 in start_thread (arg=0x6cdba3fee700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdba3fee700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119690605029120, 3131122856329082088, 1, 119693207453792, 119692500830808, 119690605029120, -953430133839366936, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#8 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 35 (Thread 0x6cdba4f15700 (LWP 60738)): | |
#0 Socket<WorldSocket>::Update (this=0x6cdc370bfa10) at /home/trinity/TrinityCore/src/server/shared/Networking/Socket.h:59 | |
No locals. | |
#1 0x0000000001487538 in WorldSocket::Update (this=0x6cdc370bfa10) at /home/trinity/TrinityCore/src/server/game/Server/WorldSocket.cpp:129 | |
queued = <optimized out> | |
buffer = {_wpos = 0, _rpos = 0, _storage = std::vector of length 65536, capacity 65536 = {0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000'...}} | |
#2 0x000000000147fbd2 in operator() (sock=..., __closure=0x6cdba4f14b70) at /home/trinity/TrinityCore/src/server/shared/Networking/NetworkThread.h:145 | |
this = 0x6cdbb2fdadc8 | |
#3 __gnu_cxx::__ops::_Iter_pred<NetworkThread<WorldSocket>::Update()::{lambda(std::shared_ptr<WorldSocket>)#1}>::operator()<__gnu_cxx::__normal_iterator<std::shared_ptr<WorldSocket>*, std::vector<std::shared_ptr<WorldSocket>, std::allocator<std::shared_ptr<WorldSocket> > > > >(__gnu_cxx::__normal_iterator<std::shared_ptr<WorldSocket>*, std::vector<std::shared_ptr<WorldSocket>, std::allocator<std::shared_ptr<WorldSocket> > > >) (this=this@entry=0x6cdba4f14b70, __it=..., __it@entry=std::shared_ptr (count 4, weak 1) 0x6cdc370bfa10) at /usr/include/c++/4.9/bits/predefined_ops.h:231 | |
No locals. | |
#4 0x000000000148035a in std::__find_if<__gnu_cxx::__normal_iterator<std::shared_ptr<WorldSocket>*, std::vector<std::shared_ptr<WorldSocket>, std::allocator<std::shared_ptr<WorldSocket> > > >, __gnu_cxx::__ops::_Iter_pred<NetworkThread<WorldSocket>::Update()::{lambda(std::shared_ptr<WorldSocket>)#1}> >(__gnu_cxx::__ops::_Iter_pred<NetworkThread<WorldSocket>::Update()::{lambda(std::shared_ptr<WorldSocket>)#1}>, __gnu_cxx::__ops::_Iter_pred<NetworkThread<WorldSocket>::Update()::{lambda(std::shared_ptr<WorldSocket>)#1}>, __gnu_cxx::__ops::_Iter_pred<NetworkThread<WorldSocket>::Update()::{lambda(std::shared_ptr<WorldSocket>)#1}>, std::random_access_iterator_tag) (__first=..., __last=..., __last@entry=std::shared_ptr (empty) 0x0, __pred=...) at /usr/include/c++/4.9/bits/stl_algo.h:128 | |
__trip_count = 50 | |
#5 0x000000000148056f in __find_if<__gnu_cxx::__normal_iterator<std::shared_ptr<WorldSocket>*, std::vector<std::shared_ptr<WorldSocket>, std::allocator<std::shared_ptr<WorldSocket> > > >, __gnu_cxx::__ops::_Iter_pred<NetworkThread<SocketType>::Update() [with SocketType = WorldSocket]::<lambda(std::shared_ptr<WorldSocket>)> > > (__pred=..., __last=..., __first=...) at /usr/include/c++/4.9/bits/stl_algo.h:162 | |
No locals. | |
#6 __remove_if<__gnu_cxx::__normal_iterator<std::shared_ptr<WorldSocket>*, std::vector<std::shared_ptr<WorldSocket>, std::allocator<std::shared_ptr<WorldSocket> > > >, __gnu_cxx::__ops::_Iter_pred<NetworkThread<SocketType>::Update() [with SocketType = WorldSocket]::<lambda(std::shared_ptr<WorldSocket>)> > > (__pred=..., __last=std::shared_ptr (empty) 0x0, __first=...) at /usr/include/c++/4.9/bits/stl_algo.h:860 | |
__result = <optimized out> | |
#7 remove_if<__gnu_cxx::__normal_iterator<std::shared_ptr<WorldSocket>*, std::vector<std::shared_ptr<WorldSocket>, std::allocator<std::shared_ptr<WorldSocket> > > >, NetworkThread<SocketType>::Update() [with SocketType = WorldSocket]::<lambda(std::shared_ptr<WorldSocket>)> > (__pred=..., __last=..., __first=...) at /usr/include/c++/4.9/bits/stl_algo.h:937 | |
No locals. | |
#8 NetworkThread<WorldSocket>::Update (this=0x6cdbb2fdadc8) at /home/trinity/TrinityCore/src/server/shared/Networking/NetworkThread.h:143 | |
this = 0x6cdbb2fdadc8 | |
#9 0x000000000147dac6 in operator()<, void> (__object=<optimized out>, this=0x6cdba4f14c60) at /usr/include/c++/4.9/functional:569 | |
No locals. | |
#10 __call<void, boost::system::error_code const&, 0ul> (__args=<optimized out>, this=0x6cdba4f14c60) at /usr/include/c++/4.9/functional:1264 | |
No locals. | |
#11 operator()<const boost::system::error_code&, void> (this=0x6cdba4f14c60) at /usr/include/c++/4.9/functional:1323 | |
No locals. | |
#12 operator() (this=0x6cdba4f14c60) at /usr/include/boost/asio/detail/bind_handler.hpp:47 | |
No locals. | |
#13 asio_handler_invoke<boost::asio::detail::binder1<std::_Bind<std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()>(NetworkThread<WorldSocket>*)>, boost::system::error_code> > (function=...) at /usr/include/boost/asio/handler_invoke_hook.hpp:69 | |
No locals. | |
#14 invoke<boost::asio::detail::binder1<std::_Bind<std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()>(NetworkThread<WorldSocket>*)>, boost::system::error_code>, std::_Bind<std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()>(NetworkThread<WorldSocket>*)> > (context=..., function=...) at /usr/include/boost/asio/detail/handler_invoke_helpers.hpp:37 | |
No locals. | |
#15 boost::asio::detail::wait_handler<std::_Bind<std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()> (NetworkThread<WorldSocket>*)> >::do_complete(boost::asio::detail::task_io_service*, boost::asio::detail::task_io_service_operation*, boost::system::error_code const&, unsigned long) (owner=0x6cdbab6c4ac0, base=<optimized out>) at /usr/include/boost/asio/detail/wait_handler.hpp:70 | |
h = <optimized out> | |
p = {h = 0x6cdba4f14c60, v = 0x0, p = 0x0} | |
handler = {handler_ = {<std::_Weak_result_type<std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()> >> = {<std::_Weak_result_type_impl<std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()> >> = {<std::_Maybe_get_result_type<true, std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()> >> = {<No data fields>}, <No data fields>}, <No data fields>}, _M_f = {<std::_Maybe_unary_or_binary_function<void, NetworkThread<WorldSocket>*>> = {<std::unary_function<NetworkThread<WorldSocket>*, void>> = {<No data fields>}, <No data fields>}, __pmf = (void (NetworkThread<WorldSocket>::*)(NetworkThread<WorldSocket> * const)) 0x1480420 <NetworkThread<WorldSocket>::Update()>}, _M_bound_args = std::tuple containing = {[1] = 0x6cdbb2fdadc8}}, arg1_ = {m_val = 0, m_cat = 0x6cdc3e9110d0}} | |
#16 0x0000000000c07e20 in complete (bytes_transferred=<optimized out>, ec=..., owner=..., this=<optimized out>) at /usr/include/boost/asio/detail/task_io_service_operation.hpp:38 | |
No locals. | |
#17 do_run_one (ec=..., this_thread=..., lock=..., this=0x6cdbab6c4ac0) at /usr/include/boost/asio/detail/impl/task_io_service.ipp:384 | |
task_result = <optimized out> | |
on_exit = {task_io_service_ = 0x6cdbab6c4ac0, lock_ = 0x6cdba4f14cc0, this_thread_ = 0x6cdba4f14d30} | |
more_handlers = true | |
#18 boost::asio::detail::task_io_service::run (this=0x6cdbab6c4ac0, ec=...) at /usr/include/boost/asio/detail/impl/task_io_service.ipp:153 | |
this_thread = {<boost::asio::detail::thread_info_base> = {<boost::asio::detail::noncopyable> = {<No data fields>}, reusable_memory_ = 0x0}, wakeup_event = 0x6cdba4f14d60, private_op_queue = {<boost::asio::detail::noncopyable> = {<No data fields>}, front_ = 0x0, back_ = 0x0}, private_outstanding_work = 0, next = 0x0} | |
wakeup_event = {<boost::asio::detail::noncopyable> = {<No data fields>}, cond_ = {__data = {__lock = 0, __futex = 0, __total_seq = 0, __wakeup_seq = 0, __woken_seq = 0, __mutex = 0x0, __nwaiters = 0, __broadcast_seq = 0}, __size = '\000' <repeats 47 times>, __align = 0}, signalled_ = false} | |
ctx = {<boost::asio::detail::noncopyable> = {<No data fields>}, key_ = 0x6cdbab6c4ac0, value_ = 0x6cdba4f14d30, next_ = 0x0} | |
lock = {<boost::asio::detail::noncopyable> = {<No data fields>}, mutex_ = @0x6cdbab6c4af0, locked_ = false} | |
n = 24959460 | |
#19 0x000000000147fe9b in run (this=0x6cdbb2fdae38) at /usr/include/boost/asio/impl/io_service.ipp:59 | |
ec = {m_val = 0, m_cat = 0x6cdc3e9110d0} | |
#20 NetworkThread<WorldSocket>::Run (this=0x6cdbb2fdadc8) at /home/trinity/TrinityCore/src/server/shared/Networking/NetworkThread.h:126 | |
No locals. | |
#21 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#22 0x00006cdc3d2c5064 in start_thread (arg=0x6cdba4f15700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdba4f15700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119690620917504, 3131122856329082088, 1, 119693207453792, 119692500830632, 119690620917504, -953441201433217816, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#23 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 34 (Thread 0x6cdba5f08700 (LWP 60737)): | |
#0 arena_mapbits_binind_get (pageind=<optimized out>, chunk=<optimized out>) at /home/trinity/TrinityCore/dep/jemalloc/include/jemalloc/internal/arena.h:574 | |
No locals. | |
#1 arena_salloc (demote=<optimized out>, ptr=<optimized out>) at /home/trinity/TrinityCore/dep/jemalloc/include/jemalloc/internal/arena.h:991 | |
binind = 4194303 | |
#2 isalloc (demote=<optimized out>, ptr=<optimized out>) at /home/trinity/TrinityCore/dep/jemalloc/include/jemalloc/internal/jemalloc_internal.h:880 | |
No locals. | |
#3 ifree (ptr=<optimized out>) at /home/trinity/TrinityCore/dep/jemalloc/src/jemalloc.c:1228 | |
usize = 73 | |
#4 free (ptr=0x6cdaf6dbb800) at /home/trinity/TrinityCore/dep/jemalloc/src/jemalloc.c:1308 | |
No locals. | |
#5 0x00000000014874f4 in WorldSocket::Update (this=0x6cdc376c0090) at /home/trinity/TrinityCore/src/server/game/Server/WorldSocket.cpp:123 | |
header = {size = 35, header = "\350\000<", <incomplete sequence \317>} | |
queued = 0x6cdaf6dbb800 | |
buffer = {_wpos = 113, _rpos = 0, _storage = std::vector of length 65536, capacity 65536 = {135 '\207', 96 '`', 160 '\240', 34 '"', 7 '\a', 190 '\276', 42 '*', 6 '\006', 2 '\002', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 160 '\240', 20 '\024', 216 '\330', 1 '\001', 126 '~', 235 '\353', 182 '\266', 69 'E', 65 'A', 37 '%', 25 '\031', 68 'D', 183 '\267', 156 '\234', 34 '"', 68 'D', 238 '\356', 252 '\374', 130 '\202', 64 '@', 98 'b', 2 '\002', 0 '\000', 0 '\000', 99 'c', 179 '\263', 44 ',', 118 'v', 7 '\a', 132 '\204', 217 '\331', 6 '\006', 1 '\001', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 21 '\025', 20 '\024', 216 '\330', 1 '\001', 6 '\006', 19 '\023', 184 '\270', 69 'E', 131 '\203', 39 '\'', 35 '#', 68 'D', 148 '\224', 120 'x', 33 '!', 68 'D', 48 '0', 166 '\246', 194 '\302', 64 '@', 199 '\307', 2 '\002', 0 '\000', 0 '\000', 232 '\350', 0 '\000', 60 '<', 8 '\b', 3 '\003', 127 '\177', 153 '\231', 1 '\001', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 74 'J', 20 '\024', 216 '\330', 1 '\001', 54 '6', 3 '\003', 185 '\271', 69 'E', 32 ' ', 136 '\210', 30 '\036', 68 'D', 110 'n', 87 'W', 33 '!', 68 'D', 198 '\306', 90 'Z', 190 '\276', 64 '@', 242 '\362', 3 '\003', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000'...}} | |
#6 0x000000000147fbd2 in operator() (sock=..., __closure=0x6cdba5f07b70) at /home/trinity/TrinityCore/src/server/shared/Networking/NetworkThread.h:145 | |
this = 0x6cdbb2fdace8 | |
#7 __gnu_cxx::__ops::_Iter_pred<NetworkThread<WorldSocket>::Update()::{lambda(std::shared_ptr<WorldSocket>)#1}>::operator()<__gnu_cxx::__normal_iterator<std::shared_ptr<WorldSocket>*, std::vector<std::shared_ptr<WorldSocket>, std::allocator<std::shared_ptr<WorldSocket> > > > >(__gnu_cxx::__normal_iterator<std::shared_ptr<WorldSocket>*, std::vector<std::shared_ptr<WorldSocket>, std::allocator<std::shared_ptr<WorldSocket> > > >) (this=this@entry=0x6cdba5f07b70, __it=..., __it@entry=std::shared_ptr (count 4, weak 1) 0x6cdc376c0090) at /usr/include/c++/4.9/bits/predefined_ops.h:231 | |
No locals. | |
#8 0x000000000148036d in std::__find_if<__gnu_cxx::__normal_iterator<std::shared_ptr<WorldSocket>*, std::vector<std::shared_ptr<WorldSocket>, std::allocator<std::shared_ptr<WorldSocket> > > >, __gnu_cxx::__ops::_Iter_pred<NetworkThread<WorldSocket>::Update()::{lambda(std::shared_ptr<WorldSocket>)#1}> >(__gnu_cxx::__ops::_Iter_pred<NetworkThread<WorldSocket>::Update()::{lambda(std::shared_ptr<WorldSocket>)#1}>, __gnu_cxx::__ops::_Iter_pred<NetworkThread<WorldSocket>::Update()::{lambda(std::shared_ptr<WorldSocket>)#1}>, __gnu_cxx::__ops::_Iter_pred<NetworkThread<WorldSocket>::Update()::{lambda(std::shared_ptr<WorldSocket>)#1}>, std::random_access_iterator_tag) (__first=..., __last=..., __last@entry=std::shared_ptr (empty) 0x0, __pred=...) at /usr/include/c++/4.9/bits/stl_algo.h:132 | |
__trip_count = 62 | |
#9 0x000000000148056f in __find_if<__gnu_cxx::__normal_iterator<std::shared_ptr<WorldSocket>*, std::vector<std::shared_ptr<WorldSocket>, std::allocator<std::shared_ptr<WorldSocket> > > >, __gnu_cxx::__ops::_Iter_pred<NetworkThread<SocketType>::Update() [with SocketType = WorldSocket]::<lambda(std::shared_ptr<WorldSocket>)> > > (__pred=..., __last=..., __first=...) at /usr/include/c++/4.9/bits/stl_algo.h:162 | |
No locals. | |
#10 __remove_if<__gnu_cxx::__normal_iterator<std::shared_ptr<WorldSocket>*, std::vector<std::shared_ptr<WorldSocket>, std::allocator<std::shared_ptr<WorldSocket> > > >, __gnu_cxx::__ops::_Iter_pred<NetworkThread<SocketType>::Update() [with SocketType = WorldSocket]::<lambda(std::shared_ptr<WorldSocket>)> > > (__pred=..., __last=std::shared_ptr (empty) 0x0, __first=...) at /usr/include/c++/4.9/bits/stl_algo.h:860 | |
__result = <optimized out> | |
#11 remove_if<__gnu_cxx::__normal_iterator<std::shared_ptr<WorldSocket>*, std::vector<std::shared_ptr<WorldSocket>, std::allocator<std::shared_ptr<WorldSocket> > > >, NetworkThread<SocketType>::Update() [with SocketType = WorldSocket]::<lambda(std::shared_ptr<WorldSocket>)> > (__pred=..., __last=..., __first=...) at /usr/include/c++/4.9/bits/stl_algo.h:937 | |
No locals. | |
#12 NetworkThread<WorldSocket>::Update (this=0x6cdbb2fdace8) at /home/trinity/TrinityCore/src/server/shared/Networking/NetworkThread.h:143 | |
this = 0x6cdbb2fdace8 | |
#13 0x000000000147dac6 in operator()<, void> (__object=<optimized out>, this=0x6cdba5f07c60) at /usr/include/c++/4.9/functional:569 | |
No locals. | |
#14 __call<void, boost::system::error_code const&, 0ul> (__args=<optimized out>, this=0x6cdba5f07c60) at /usr/include/c++/4.9/functional:1264 | |
No locals. | |
#15 operator()<const boost::system::error_code&, void> (this=0x6cdba5f07c60) at /usr/include/c++/4.9/functional:1323 | |
No locals. | |
#16 operator() (this=0x6cdba5f07c60) at /usr/include/boost/asio/detail/bind_handler.hpp:47 | |
No locals. | |
#17 asio_handler_invoke<boost::asio::detail::binder1<std::_Bind<std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()>(NetworkThread<WorldSocket>*)>, boost::system::error_code> > (function=...) at /usr/include/boost/asio/handler_invoke_hook.hpp:69 | |
No locals. | |
#18 invoke<boost::asio::detail::binder1<std::_Bind<std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()>(NetworkThread<WorldSocket>*)>, boost::system::error_code>, std::_Bind<std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()>(NetworkThread<WorldSocket>*)> > (context=..., function=...) at /usr/include/boost/asio/detail/handler_invoke_helpers.hpp:37 | |
No locals. | |
#19 boost::asio::detail::wait_handler<std::_Bind<std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()> (NetworkThread<WorldSocket>*)> >::do_complete(boost::asio::detail::task_io_service*, boost::asio::detail::task_io_service_operation*, boost::system::error_code const&, unsigned long) (owner=0x6cdbab6c4940, base=<optimized out>) at /usr/include/boost/asio/detail/wait_handler.hpp:70 | |
h = <optimized out> | |
p = {h = 0x6cdba5f07c60, v = 0x0, p = 0x0} | |
handler = {handler_ = {<std::_Weak_result_type<std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()> >> = {<std::_Weak_result_type_impl<std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()> >> = {<std::_Maybe_get_result_type<true, std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()> >> = {<No data fields>}, <No data fields>}, <No data fields>}, _M_f = {<std::_Maybe_unary_or_binary_function<void, NetworkThread<WorldSocket>*>> = {<std::unary_function<NetworkThread<WorldSocket>*, void>> = {<No data fields>}, <No data fields>}, __pmf = (void (NetworkThread<WorldSocket>::*)(NetworkThread<WorldSocket> * const)) 0x1480420 <NetworkThread<WorldSocket>::Update()>}, _M_bound_args = std::tuple containing = {[1] = 0x6cdbb2fdace8}}, arg1_ = {m_val = 0, m_cat = 0x6cdc3e9110d0}} | |
#20 0x0000000000c07e20 in complete (bytes_transferred=<optimized out>, ec=..., owner=..., this=<optimized out>) at /usr/include/boost/asio/detail/task_io_service_operation.hpp:38 | |
No locals. | |
#21 do_run_one (ec=..., this_thread=..., lock=..., this=0x6cdbab6c4940) at /usr/include/boost/asio/detail/impl/task_io_service.ipp:384 | |
task_result = <optimized out> | |
on_exit = {task_io_service_ = 0x6cdbab6c4940, lock_ = 0x6cdba5f07cc0, this_thread_ = 0x6cdba5f07d30} | |
more_handlers = true | |
#22 boost::asio::detail::task_io_service::run (this=0x6cdbab6c4940, ec=...) at /usr/include/boost/asio/detail/impl/task_io_service.ipp:153 | |
this_thread = {<boost::asio::detail::thread_info_base> = {<boost::asio::detail::noncopyable> = {<No data fields>}, reusable_memory_ = 0x0}, wakeup_event = 0x6cdba5f07d60, private_op_queue = {<boost::asio::detail::noncopyable> = {<No data fields>}, front_ = 0x0, back_ = 0x0}, private_outstanding_work = 0, next = 0x0} | |
wakeup_event = {<boost::asio::detail::noncopyable> = {<No data fields>}, cond_ = {__data = {__lock = 0, __futex = 0, __total_seq = 0, __wakeup_seq = 0, __woken_seq = 0, __mutex = 0x0, __nwaiters = 0, __broadcast_seq = 0}, __size = '\000' <repeats 47 times>, __align = 0}, signalled_ = false} | |
ctx = {<boost::asio::detail::noncopyable> = {<No data fields>}, key_ = 0x6cdbab6c4940, value_ = 0x6cdba5f07d30, next_ = 0x0} | |
lock = {<boost::asio::detail::noncopyable> = {<No data fields>}, mutex_ = @0x6cdbab6c4970, locked_ = false} | |
n = 24804622 | |
#23 0x000000000147fe9b in run (this=0x6cdbb2fdad58) at /usr/include/boost/asio/impl/io_service.ipp:59 | |
ec = {m_val = 0, m_cat = 0x6cdc3e9110d0} | |
#24 NetworkThread<WorldSocket>::Run (this=0x6cdbb2fdace8) at /home/trinity/TrinityCore/src/server/shared/Networking/NetworkThread.h:126 | |
No locals. | |
#25 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#26 0x00006cdc3d2c5064 in start_thread (arg=0x6cdba5f08700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdba5f08700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119690637641472, 3131122856329082088, 1, 119693207453792, 119692500829912, 119690637641472, -953443410657020696, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#27 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 33 (Thread 0x6cdba67d0700 (LWP 60736)): | |
#0 arena_mapbits_binind_get (pageind=<optimized out>, chunk=<optimized out>) at /home/trinity/TrinityCore/dep/jemalloc/include/jemalloc/internal/arena.h:574 | |
No locals. | |
#1 arena_salloc (demote=<optimized out>, ptr=<optimized out>) at /home/trinity/TrinityCore/dep/jemalloc/include/jemalloc/internal/arena.h:991 | |
binind = 4194303 | |
#2 isalloc (demote=<optimized out>, ptr=<optimized out>) at /home/trinity/TrinityCore/dep/jemalloc/include/jemalloc/internal/jemalloc_internal.h:880 | |
No locals. | |
#3 ifree (ptr=<optimized out>) at /home/trinity/TrinityCore/dep/jemalloc/src/jemalloc.c:1228 | |
usize = 12561 | |
#4 free (ptr=0x6cdb5283d500) at /home/trinity/TrinityCore/dep/jemalloc/src/jemalloc.c:1308 | |
No locals. | |
#5 0x0000000001487c79 in deallocate (this=<optimized out>, __p=<optimized out>) at /usr/include/c++/4.9/ext/new_allocator.h:110 | |
No locals. | |
#6 deallocate (__a=..., __n=<optimized out>, __p=<optimized out>) at /usr/include/c++/4.9/bits/alloc_traits.h:383 | |
No locals. | |
#7 _M_deallocate (this=<optimized out>, __n=<optimized out>, __p=<optimized out>) at /usr/include/c++/4.9/bits/stl_vector.h:178 | |
No locals. | |
#8 ~_Vector_base (this=0x6cdace77da98, __in_chrg=<optimized out>) at /usr/include/c++/4.9/bits/stl_vector.h:160 | |
No locals. | |
#9 ~vector (this=0x6cdace77da98, __in_chrg=<optimized out>) at /usr/include/c++/4.9/bits/stl_vector.h:425 | |
No locals. | |
#10 ~ByteBuffer (this=0x6cdace77da80, __in_chrg=<optimized out>) at /home/trinity/TrinityCore/src/server/shared/Packets/ByteBuffer.h:97 | |
No locals. | |
#11 ~WorldPacket (this=0x6cdace77da80, __in_chrg=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Server/WorldPacket.h:26 | |
No locals. | |
#12 ~EncryptablePacket (this=0x6cdace77da80, __in_chrg=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Server/WorldSocket.cpp:33 | |
No locals. | |
#13 EncryptablePacket::~EncryptablePacket (this=0x6cdace77da80, __in_chrg=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Server/WorldSocket.cpp:33 | |
No locals. | |
#14 0x00000000014874f4 in WorldSocket::Update (this=0x6cdc374be090) at /home/trinity/TrinityCore/src/server/game/Server/WorldSocket.cpp:123 | |
header = {size = 525, header = "g\243\036", <incomplete sequence \317>} | |
queued = 0x6cdace77da80 | |
buffer = {_wpos = 527, _rpos = 0, _storage = std::vector of length 65536, capacity 65536 = {103 'g', 163 '\243', 30 '\036', 10 '\n', 7 '\a', 199 '\307', 223 '\337', 6 '\006', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 2 '\002', 1 '\001', 23 '\027', 146 '\222', 7 '\a', 0 '\000', 0 '\000', 4 '\004', 156 '\234', 7 '\a', 0 '\000', 0 '\000', 1 '\001', 225 '\341', 7 '\a', 0 '\000', 0 '\000', 4 '\004', 176 '\260', 7 '\a', 0 '\000', 0 '\000', 4 '\004', 179 '\263', 7 '\a', 0 '\000', 0 '\000', 1 '\001', 181 '\265', 7 '\a', 0 '\000', 0 '\000', 4 '\004', 183 '\267', 7 '\a', 0 '\000', 0 '\000', 0 '\000', 197 '\305', 7 '\a', 0 '\000', 0 '\000', 0 '\000', 198 '\306', 7 '\a', 0 '\000', 0 '\000', 2 '\002', 200 '\310', 7 '\a', 0 '\000', 0 '\000', 2 '\002', 201 '\311', 7 '\a', 0 '\000', 0 '\000', 1 '\001', 206 '\316', 7 '\a', 0 '\000', 0 '\000', 4 '\004', 207 '\317', 7 '\a', 0 '\000', 0 '\000', 0 '\000', 230 '\346', 7 '\a', 0 '\000', 0 '\000', 2 '\002', 237 '\355', 7 '\a', 0 '\000', 0 '\000', 1 '\001', 238 '\356', 7 '\a', 0 '\000', 0 '\000', 2 '\002', 239 '\357', 7 '\a', 0 '\000', 0 '\000', 2 '\002', 248 '\370', 7 '\a', 0 '\000', 0 '\000', 2 '\002', 250 '\372', 7 '\a', 0 '\000', 0 '\000', 4 '\004', 175 '\257', 8 '\b', 0 '\000', 0 '\000', 0 '\000', 236 '\354', 8 '\b', 0 '\000', 0 '\000', 2 '\002', 142 '\216', 7 '\a', 0 '\000', 0 '\000', 2 '\002', 170 '\252', 8 '\b', 0 '\000', 0 '\000', 4 '\004', 6 '\006', 11 '\v', 2 '\002', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 19 '\023', 2 '\002', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 26 '\032', 153 '\231', 7 '\a', 0 '\000', 0 '\000', 2 '\002', 179 '\263', 7 '\a', 0 '\000', 0 '\000', 1 '\001', 181 '\265', 7 '\a', 0 '\000', 0 '\000', 4 '\004', 183 '\267', 7 '\a', 0 '\000', 0 '\000', 0 '\000', 187 '\273', 7 '\a', 0 '\000', 0 '\000', 0 '\000', 189 '\275', 7 '\a', 0 '\000', 0 '\000', 1 '\001', 197 '\305', 7 '\a', 0 '\000', 0 '\000', 0 '\000', 200 '\310', 7 '\a', 0 '\000', 0 '\000', 2 '\002', 201 '\311', 7 '\a', 0 '\000', 0 '\000', 1 '\001', 206 '\316', 7 '\a', 0 '\000', 0 '\000', 4 '\004', 228 '\344', 7 '\a', 0 '\000', 0 '\000', 1 '\001', 230 '\346'...}} | |
#15 0x000000000147fbd2 in operator() (sock=..., __closure=0x6cdba67cfb70) at /home/trinity/TrinityCore/src/server/shared/Networking/NetworkThread.h:145 | |
this = 0x6cdbb2fdac08 | |
#16 __gnu_cxx::__ops::_Iter_pred<NetworkThread<WorldSocket>::Update()::{lambda(std::shared_ptr<WorldSocket>)#1}>::operator()<__gnu_cxx::__normal_iterator<std::shared_ptr<WorldSocket>*, std::vector<std::shared_ptr<WorldSocket>, std::allocator<std::shared_ptr<WorldSocket> > > > >(__gnu_cxx::__normal_iterator<std::shared_ptr<WorldSocket>*, std::vector<std::shared_ptr<WorldSocket>, std::allocator<std::shared_ptr<WorldSocket> > > >) (this=this@entry=0x6cdba67cfb70, __it=..., __it@entry=std::shared_ptr (count 4, weak 1) 0x6cdc374be090) at /usr/include/c++/4.9/bits/predefined_ops.h:231 | |
No locals. | |
#17 0x000000000148036d in std::__find_if<__gnu_cxx::__normal_iterator<std::shared_ptr<WorldSocket>*, std::vector<std::shared_ptr<WorldSocket>, std::allocator<std::shared_ptr<WorldSocket> > > >, __gnu_cxx::__ops::_Iter_pred<NetworkThread<WorldSocket>::Update()::{lambda(std::shared_ptr<WorldSocket>)#1}> >(__gnu_cxx::__ops::_Iter_pred<NetworkThread<WorldSocket>::Update()::{lambda(std::shared_ptr<WorldSocket>)#1}>, __gnu_cxx::__ops::_Iter_pred<NetworkThread<WorldSocket>::Update()::{lambda(std::shared_ptr<WorldSocket>)#1}>, __gnu_cxx::__ops::_Iter_pred<NetworkThread<WorldSocket>::Update()::{lambda(std::shared_ptr<WorldSocket>)#1}>, std::random_access_iterator_tag) (__first=..., __last=..., __last@entry=std::shared_ptr (empty) 0x0, __pred=...) at /usr/include/c++/4.9/bits/stl_algo.h:132 | |
__trip_count = 79 | |
#18 0x000000000148056f in __find_if<__gnu_cxx::__normal_iterator<std::shared_ptr<WorldSocket>*, std::vector<std::shared_ptr<WorldSocket>, std::allocator<std::shared_ptr<WorldSocket> > > >, __gnu_cxx::__ops::_Iter_pred<NetworkThread<SocketType>::Update() [with SocketType = WorldSocket]::<lambda(std::shared_ptr<WorldSocket>)> > > (__pred=..., __last=..., __first=...) at /usr/include/c++/4.9/bits/stl_algo.h:162 | |
No locals. | |
#19 __remove_if<__gnu_cxx::__normal_iterator<std::shared_ptr<WorldSocket>*, std::vector<std::shared_ptr<WorldSocket>, std::allocator<std::shared_ptr<WorldSocket> > > >, __gnu_cxx::__ops::_Iter_pred<NetworkThread<SocketType>::Update() [with SocketType = WorldSocket]::<lambda(std::shared_ptr<WorldSocket>)> > > (__pred=..., __last=std::shared_ptr (empty) 0x0, __first=...) at /usr/include/c++/4.9/bits/stl_algo.h:860 | |
__result = <optimized out> | |
#20 remove_if<__gnu_cxx::__normal_iterator<std::shared_ptr<WorldSocket>*, std::vector<std::shared_ptr<WorldSocket>, std::allocator<std::shared_ptr<WorldSocket> > > >, NetworkThread<SocketType>::Update() [with SocketType = WorldSocket]::<lambda(std::shared_ptr<WorldSocket>)> > (__pred=..., __last=..., __first=...) at /usr/include/c++/4.9/bits/stl_algo.h:937 | |
No locals. | |
#21 NetworkThread<WorldSocket>::Update (this=0x6cdbb2fdac08) at /home/trinity/TrinityCore/src/server/shared/Networking/NetworkThread.h:143 | |
this = 0x6cdbb2fdac08 | |
#22 0x000000000147dac6 in operator()<, void> (__object=<optimized out>, this=0x6cdba67cfc60) at /usr/include/c++/4.9/functional:569 | |
No locals. | |
#23 __call<void, boost::system::error_code const&, 0ul> (__args=<optimized out>, this=0x6cdba67cfc60) at /usr/include/c++/4.9/functional:1264 | |
No locals. | |
#24 operator()<const boost::system::error_code&, void> (this=0x6cdba67cfc60) at /usr/include/c++/4.9/functional:1323 | |
No locals. | |
#25 operator() (this=0x6cdba67cfc60) at /usr/include/boost/asio/detail/bind_handler.hpp:47 | |
No locals. | |
#26 asio_handler_invoke<boost::asio::detail::binder1<std::_Bind<std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()>(NetworkThread<WorldSocket>*)>, boost::system::error_code> > (function=...) at /usr/include/boost/asio/handler_invoke_hook.hpp:69 | |
No locals. | |
#27 invoke<boost::asio::detail::binder1<std::_Bind<std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()>(NetworkThread<WorldSocket>*)>, boost::system::error_code>, std::_Bind<std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()>(NetworkThread<WorldSocket>*)> > (context=..., function=...) at /usr/include/boost/asio/detail/handler_invoke_helpers.hpp:37 | |
No locals. | |
#28 boost::asio::detail::wait_handler<std::_Bind<std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()> (NetworkThread<WorldSocket>*)> >::do_complete(boost::asio::detail::task_io_service*, boost::asio::detail::task_io_service_operation*, boost::system::error_code const&, unsigned long) (owner=0x6cdbab6c3ec0, base=<optimized out>) at /usr/include/boost/asio/detail/wait_handler.hpp:70 | |
h = <optimized out> | |
p = {h = 0x6cdba67cfc60, v = 0x0, p = 0x0} | |
handler = {handler_ = {<std::_Weak_result_type<std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()> >> = {<std::_Weak_result_type_impl<std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()> >> = {<std::_Maybe_get_result_type<true, std::_Mem_fn<void (NetworkThread<WorldSocket>::*)()> >> = {<No data fields>}, <No data fields>}, <No data fields>}, _M_f = {<std::_Maybe_unary_or_binary_function<void, NetworkThread<WorldSocket>*>> = {<std::unary_function<NetworkThread<WorldSocket>*, void>> = {<No data fields>}, <No data fields>}, __pmf = (void (NetworkThread<WorldSocket>::*)(NetworkThread<WorldSocket> * const)) 0x1480420 <NetworkThread<WorldSocket>::Update()>}, _M_bound_args = std::tuple containing = {[1] = 0x6cdbb2fdac08}}, arg1_ = {m_val = 0, m_cat = 0x6cdc3e9110d0}} | |
#29 0x0000000000c07e20 in complete (bytes_transferred=<optimized out>, ec=..., owner=..., this=<optimized out>) at /usr/include/boost/asio/detail/task_io_service_operation.hpp:38 | |
No locals. | |
#30 do_run_one (ec=..., this_thread=..., lock=..., this=0x6cdbab6c3ec0) at /usr/include/boost/asio/detail/impl/task_io_service.ipp:384 | |
task_result = <optimized out> | |
on_exit = {task_io_service_ = 0x6cdbab6c3ec0, lock_ = 0x6cdba67cfcc0, this_thread_ = 0x6cdba67cfd30} | |
more_handlers = true | |
#31 boost::asio::detail::task_io_service::run (this=0x6cdbab6c3ec0, ec=...) at /usr/include/boost/asio/detail/impl/task_io_service.ipp:153 | |
this_thread = {<boost::asio::detail::thread_info_base> = {<boost::asio::detail::noncopyable> = {<No data fields>}, reusable_memory_ = 0x0}, wakeup_event = 0x6cdba67cfd60, private_op_queue = {<boost::asio::detail::noncopyable> = {<No data fields>}, front_ = 0x0, back_ = 0x0}, private_outstanding_work = 0, next = 0x0} | |
wakeup_event = {<boost::asio::detail::noncopyable> = {<No data fields>}, cond_ = {__data = {__lock = 0, __futex = 0, __total_seq = 0, __wakeup_seq = 0, __woken_seq = 0, __mutex = 0x0, __nwaiters = 0, __broadcast_seq = 0}, __size = '\000' <repeats 47 times>, __align = 0}, signalled_ = false} | |
ctx = {<boost::asio::detail::noncopyable> = {<No data fields>}, key_ = 0x6cdbab6c3ec0, value_ = 0x6cdba67cfd30, next_ = 0x0} | |
lock = {<boost::asio::detail::noncopyable> = {<No data fields>}, mutex_ = @0x6cdbab6c3ef0, locked_ = false} | |
n = 24939854 | |
#32 0x000000000147fe9b in run (this=0x6cdbb2fdac78) at /usr/include/boost/asio/impl/io_service.ipp:59 | |
ec = {m_val = 0, m_cat = 0x6cdc3e9110d0} | |
#33 NetworkThread<WorldSocket>::Run (this=0x6cdbb2fdac08) at /home/trinity/TrinityCore/src/server/shared/Networking/NetworkThread.h:126 | |
No locals. | |
#34 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#35 0x00006cdc3d2c5064 in start_thread (arg=0x6cdba67d0700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdba67d0700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119690646849280, 3131122856329082088, 1, 119693207453792, 119692500829816, 119690646849280, -953435615291378456, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#36 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 32 (Thread 0x6cdbaee90700 (LWP 60735)): | |
#0 Unit::HasAuraTypeWithValue (this=this@entry=0x6cdac7c97000, auratype=auratype@entry=SPELL_AURA_PREVENT_REGENERATE_POWER, value=value@entry=3) at /home/trinity/TrinityCore/src/server/game/Entities/Unit/Unit.cpp:4809 | |
i = | |
#1 0x00000000017e65fd in Player::Regenerate (this=this@entry=0x6cdac7c97000, power=power@entry=POWER_ENERGY) at /home/trinity/TrinityCore/src/server/game/Entities/Player/Player.cpp:2067 | |
maxValue = 100 | |
curValue = 100 | |
addvalue = <optimized out> | |
integerValue = <optimized out> | |
#2 0x00000000017f0eed in Player::RegenerateAll (this=this@entry=0x6cdac7c97000) at /home/trinity/TrinityCore/src/server/game/Entities/Player/Player.cpp:2028 | |
No locals. | |
#3 0x0000000001877e21 in Player::Update (this=0x6cdac7c97000, p_time=102) at /home/trinity/TrinityCore/src/server/game/Entities/Player/Player.cpp:1267 | |
now = 1511812505 | |
pet = <optimized out> | |
#4 0x00000000017738ce in Map::Update (this=0x6cdbf8a84000, t_diff=102) at /home/trinity/TrinityCore/src/server/game/Maps/Map.cpp:727 | |
updater = {i_timeDiff = 102} | |
grid_object_update = {i_visitor = @0x6cdbaee8fd80} | |
mapId = "" | |
world_object_update = {i_visitor = @0x6cdbaee8fd80} | |
totalAdds = "" | |
totalActive = "" | |
#5 0x000000000175dea1 in call (this=0x6cdbb2e0b520) at /home/trinity/TrinityCore/src/server/game/Maps/MapUpdater.cpp:42 | |
No locals. | |
#6 MapUpdater::WorkerThread (this=0x2413220 <MapManager::instance()::instance+160>) at /home/trinity/TrinityCore/src/server/game/Maps/MapUpdater.cpp:113 | |
request = 0x6cdbb2e0b520 | |
#7 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#8 0x00006cdc3d2c5064 in start_thread (arg=0x6cdbaee90700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdbaee90700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119690788144896, 3131122856329082088, 1, 119693207453792, 132455638204576, 119690788144896, -953454203909835544, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#9 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 31 (Thread 0x6cdbaf757700 (LWP 60734)): | |
#0 __lll_lock_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135 | |
No locals. | |
#1 0x00006cdc3d2c7479 in _L_lock_909 () from /lib/x86_64-linux-gnu/libpthread.so.0 | |
No symbol table info available. | |
#2 0x00006cdc3d2c72a0 in __GI___pthread_mutex_lock (mutex=0x2410d88 <HashMapHolder<Player>::GetLock()::_lock+8>) at ../nptl/pthread_mutex_lock.c:79 | |
__PRETTY_FUNCTION__ = "__pthread_mutex_lock" | |
type = 0 | |
#3 0x000000000168f578 in pthread_mutex_lock (m=0x2410d88 <HashMapHolder<Player>::GetLock()::_lock+8>) at /usr/include/boost/thread/pthread/mutex.hpp:61 | |
ret = <optimized out> | |
#4 lock (this=0x2410d88 <HashMapHolder<Player>::GetLock()::_lock+8>) at /usr/include/boost/thread/pthread/mutex.hpp:113 | |
res = 0 | |
#5 lock (this=0x6cdbaf756720) at /usr/include/boost/thread/lock_types.hpp:346 | |
No locals. | |
#6 unique_lock (m_=..., this=0x6cdbaf756720) at /usr/include/boost/thread/lock_types.hpp:124 | |
No locals. | |
#7 lock_shared (this=0x2410d80 <HashMapHolder<Player>::GetLock()::_lock>) at /usr/include/boost/thread/pthread/shared_mutex.hpp:188 | |
do_not_disturb = {interruption_was_enabled = false} | |
lk = {m = 0x2410d88 <HashMapHolder<Player>::GetLock()::_lock+8>, is_locked = false} | |
#8 lock (this=<synthetic pointer>) at /usr/include/boost/thread/lock_types.hpp:645 | |
No locals. | |
#9 shared_lock (m_=..., this=<synthetic pointer>) at /usr/include/boost/thread/lock_types.hpp:520 | |
No locals. | |
#10 HashMapHolder<Player>::Find (guid=...) at /home/trinity/TrinityCore/src/server/game/Globals/ObjectAccessor.cpp:60 | |
lock = {m = 0x2410d80 <HashMapHolder<Player>::GetLock()::_lock>, is_locked = <optimized out>} | |
itr = <optimized out> | |
#11 0x000000000168d92c in ObjectAccessor::GetPlayer (m=0x6cda7d84f000, guid=...) at /home/trinity/TrinityCore/src/server/game/Globals/ObjectAccessor.cpp:214 | |
player = <optimized out> | |
#12 0x000000000168d981 in ObjectAccessor::GetPlayer (u=..., guid=...) at /home/trinity/TrinityCore/src/server/game/Globals/ObjectAccessor.cpp:223 | |
No locals. | |
#13 0x000000000168daf6 in ObjectAccessor::GetUnit (u=..., guid=...) at /home/trinity/TrinityCore/src/server/game/Globals/ObjectAccessor.cpp:194 | |
No locals. | |
#14 0x00000000018ae61b in Unit::GetOwner (this=this@entry=0x6cda181ab000) at /home/trinity/TrinityCore/src/server/game/Entities/Unit/Unit.cpp:6219 | |
ownerGUID = {static Empty = {static Empty = <same as static member of an already seen type>, _guid = 0}, _guid = 171518} | |
#15 0x00000000018ae68c in Unit::GetCharmerOrOwner (this=this@entry=0x6cda181ab000) at /home/trinity/TrinityCore/src/server/game/Entities/Unit/Unit.cpp:6298 | |
No locals. | |
#16 0x000000000130148d in SpellInfo::CheckTarget (this=0x6cdc18657a00, caster=0x6cda181ab000, target=0x6cdb35599000, implicit=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Spells/SpellInfo.cpp:1761 | |
unitTarget = 0x6cdb35599000 | |
#17 0x00000000012af928 in Spell::CheckCast (this=0x6cdb0458e480, strict=false, param1=0x6cdbaf7569dc, param2=0x6cdbaf7569e0) at /home/trinity/TrinityCore/src/server/game/Spells/Spell.cpp:5208 | |
reqCombat = false | |
dispelMask = 2943707612 | |
#18 0x00000000012c277c in Spell::_cast (this=0x6cdb0458e480, skipCheck=128) at /home/trinity/TrinityCore/src/server/game/Spells/Spell.cpp:3365 | |
param1 = 0 | |
param2 = 0 | |
castResult = SPELL_FAILED_SUCCESS | |
modOwner = 0x6cda5520d000 | |
procAttacker = 0 | |
hitMask = 0 | |
#19 0x00000000012c3777 in Spell::update (this=0x6cdb0458e480, difftime=102) at /home/trinity/TrinityCore/src/server/game/Spells/Spell.cpp:3784 | |
No locals. | |
#20 0x00000000012c3dc3 in SpellEvent::Execute (this=0x6cdb25045070, e_time=1299399, p_time=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Spells/Spell.cpp:7289 | |
No locals. | |
#21 0x0000000001ad2ecc in EventProcessor::Update (this=this@entry=0x6cda181ab290, p_time=p_time@entry=102) at /home/trinity/TrinityCore/src/common/Utilities/EventProcessor.cpp:56 | |
event = 0x6cdb25045070 | |
i = <optimized out> | |
#22 0x00000000018ca2d5 in Unit::Update (this=0x6cda181ab000, p_time=102) at /home/trinity/TrinityCore/src/server/game/Entities/Unit/Unit.cpp:450 | |
No locals. | |
#23 0x0000000001940393 in Creature::Update (this=this@entry=0x6cda181ab000, diff=diff@entry=102) at /home/trinity/TrinityCore/src/server/game/Entities/Creature/Creature.cpp:649 | |
No locals. | |
#24 0x00000000018a733b in Pet::Update (this=0x6cda181ab000, diff=102) at /home/trinity/TrinityCore/src/server/game/Entities/Pet/Pet.cpp:708 | |
No locals. | |
#25 0x0000000001460663 in Trinity::ObjectUpdater::Visit<Creature> (this=0x2410d88 <HashMapHolder<Player>::GetLock()::_lock+8>, this@entry=0x6cdbaf756d60, m=...) at /home/trinity/TrinityCore/src/server/game/Grids/Notifiers/GridNotifiers.cpp:406 | |
No locals. | |
#26 0x000000000176a477 in VisitorHelper<Trinity::ObjectUpdater, Creature> (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:45 | |
No locals. | |
#27 VisitorHelper<Trinity::ObjectUpdater, Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:51 | |
No locals. | |
#28 VisitorHelper<Trinity::ObjectUpdater, Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:52 | |
No locals. | |
#29 VisitorHelper<Trinity::ObjectUpdater, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:58 | |
No locals. | |
#30 Visit (c=..., this=0x6cdbaf756d80) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:92 | |
No locals. | |
#31 Visit<Trinity::ObjectUpdater> (visitor=..., this=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Grids/Grid.h:98 | |
No locals. | |
#32 VisitGrid<Trinity::ObjectUpdater, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (visitor=..., y=<optimized out>, x=<optimized out>, this=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Grids/NGrid.h:153 | |
No locals. | |
#33 Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (visitor=..., cell=..., this=0x6cda7d84f000) at /home/trinity/TrinityCore/src/server/game/Maps/Map.h:810 | |
No locals. | |
#34 Map::VisitNearbyCellsOf (this=0x6cda7d84f000, obj=<optimized out>, gridVisitor=..., worldVisitor=...) at /home/trinity/TrinityCore/src/server/game/Maps/Map.cpp:688 | |
cell_id = 148214 | |
pair = {x_coord = 246, y_coord = 289} | |
cell = {data = {Part = {grid_x = 30, grid_y = 36, cell_x = 6, cell_y = 1, nocreate = 1, reserved = 0}, All = 17066270}} | |
y = 289 | |
x = 246 | |
area = {low_bound = {x_coord = <optimized out>, y_coord = 286}, high_bound = {x_coord = 249, y_coord = 291}} | |
worldVisitor = @0x6cdbaf756d80: {i_visitor = @0x6cdbaf756d60} | |
gridVisitor = @0x6cdbaf756d70: {i_visitor = @0x6cdbaf756d60} | |
obj = <optimized out> | |
this = 0x6cda7d84f000 | |
#35 0x00000000017738e3 in Map::Update (this=this@entry=0x6cda7d84f000, t_diff=t_diff@entry=102) at /home/trinity/TrinityCore/src/server/game/Maps/Map.cpp:729 | |
updater = {i_timeDiff = 102} | |
grid_object_update = {i_visitor = @0x6cdbaf756d60} | |
mapId = "" | |
world_object_update = {i_visitor = @0x6cdbaf756d60} | |
totalAdds = "\000\000(B\000\000\000\000 )\367\002\333l\000\000\200[O\217\332l\000\000x", '\000' <repeats 15 times>, " k)\275\332l\000\000j\002\000\000\000\000\000\000]m\034Z\000\000\000\000\001\000\000\000ork\000\200\351\000\367\333l\000\000\201\000\000\000\al\000\000\000\000\000\000\332l\000\000sql.sql\000\000\354\000\367\333l\000\000~\000\000\000\006l\000\000\000\000\000\000\332l\000\000sql.sql\000\000RW\347\332l\000\000\314\001\000\000\000\000\000\000dl\034Z\000\000\000\000\001\000\000\000ork\000\200\353\000\367\333l\000\000q\000\000\000\005l\000\000\000\000\000\000\332l\000\000sql.sql\000"... | |
totalActive = "\000\000\000work\000\000\000\000\000\000\000\000\000\236\b\000\000\300\b\000\000B\022\000\000).\236Cmaps\000ql\000\000\320\071\240\332l\000\000 2A\002\000\000\000\000f\000\000\000\000\000\000\000\060\000\067\000\000rk\000\000\200 \264\332l\000\000 2A\002\000\000\000\000f\000\000\000\332l\000\000\060\000\070\000sql\000\000\000/\020\332l\000\000 2A\002\000\000\000\000f\000\000\000\001l\000\000\060\000ot\000s\000\000\374\024\000\000\a\241\376\001\a\253\252\005\000\000\000\000\067\215\246\021\000\000\000\000\000\000\000\000ork\000 מ\016\333l\000\000N\t\000\000\000\000\000\000h\033\247\177\332l\000\000sql.sql\000"... | |
#36 0x00000000017740f0 in InstanceMap::Update (this=0x6cda7d84f000, t_diff=102) at /home/trinity/TrinityCore/src/server/game/Maps/Map.cpp:3223 | |
No locals. | |
#37 0x000000000175dea1 in call (this=0x6cdaa073a380) at /home/trinity/TrinityCore/src/server/game/Maps/MapUpdater.cpp:42 | |
No locals. | |
#38 MapUpdater::WorkerThread (this=0x2413220 <MapManager::instance()::instance+160>) at /home/trinity/TrinityCore/src/server/game/Maps/MapUpdater.cpp:113 | |
request = 0x6cdaa073a380 | |
#39 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#40 0x00006cdc3d2c5064 in start_thread (arg=0x6cdbaf757700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdbaf757700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119690797348608, 3131122856329082088, 1, 119693207453792, 132455638204576, 119690797348608, -953455461798382360, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#41 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 30 (Thread 0x6cdbb0022700 (LWP 60733)): | |
#0 0x000000000194036f in Creature::Update (this=0x6cdb5e871000, diff=102) at /home/trinity/TrinityCore/src/server/game/Entities/Creature/Creature.cpp:575 | |
No locals. | |
#1 0x0000000001460663 in Trinity::ObjectUpdater::Visit<Creature> (this=0x6cdb5e871000, this@entry=0x6cdbb0021d80, m=...) at /home/trinity/TrinityCore/src/server/game/Grids/Notifiers/GridNotifiers.cpp:406 | |
No locals. | |
#2 0x000000000176a5f8 in VisitorHelper<Trinity::ObjectUpdater, Creature> (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:45 | |
No locals. | |
#3 VisitorHelper<Trinity::ObjectUpdater, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:51 | |
No locals. | |
#4 VisitorHelper<Trinity::ObjectUpdater, GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:52 | |
No locals. | |
#5 VisitorHelper<Trinity::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:58 | |
No locals. | |
#6 Visit (c=..., this=0x6cdbb0021d90) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:92 | |
No locals. | |
#7 Visit<Trinity::ObjectUpdater> (visitor=..., this=0x6cdb8ea73c88) at /home/trinity/TrinityCore/src/server/game/Grids/Grid.h:91 | |
No locals. | |
#8 VisitGrid<Trinity::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (visitor=..., y=<optimized out>, x=7, this=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Grids/NGrid.h:153 | |
No locals. | |
#9 Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (visitor=..., cell=..., this=0x6cdbfb2a3000) at /home/trinity/TrinityCore/src/server/game/Maps/Map.h:810 | |
No locals. | |
#10 Map::VisitNearbyCellsOf (this=0x6cdbfb2a3000, obj=<optimized out>, gridVisitor=..., worldVisitor=...) at /home/trinity/TrinityCore/src/server/game/Maps/Map.cpp:687 | |
cell_id = 132887 | |
pair = {x_coord = 279, y_coord = 259} | |
cell = {data = {Part = {grid_x = 34, grid_y = 32, cell_x = 7, cell_y = 3, nocreate = 1, reserved = 0}, All = 17594402}} | |
y = 259 | |
x = 279 | |
area = {low_bound = {x_coord = <optimized out>, y_coord = 258}, high_bound = {x_coord = 281, y_coord = 261}} | |
worldVisitor = @0x6cdbb0021da0: {i_visitor = @0x6cdbb0021d80} | |
gridVisitor = @0x6cdbb0021d90: {i_visitor = @0x6cdbb0021d80} | |
obj = <optimized out> | |
this = 0x6cdbfb2a3000 | |
#11 0x00000000017738e3 in Map::Update (this=0x6cdbfb2a3000, t_diff=102) at /home/trinity/TrinityCore/src/server/game/Maps/Map.cpp:729 | |
updater = {i_timeDiff = 102} | |
grid_object_update = {i_visitor = @0x6cdbb0021d80} | |
mapId = "" | |
world_object_update = {i_visitor = @0x6cdbb0021d80} | |
totalAdds = <error reading variable: Cannot access memory at address 0xa7> | |
totalActive = "" | |
#12 0x000000000175dea1 in call (this=0x6cdbb2e09ba0) at /home/trinity/TrinityCore/src/server/game/Maps/MapUpdater.cpp:42 | |
No locals. | |
#13 MapUpdater::WorkerThread (this=0x2413220 <MapManager::instance()::instance+160>) at /home/trinity/TrinityCore/src/server/game/Maps/MapUpdater.cpp:113 | |
request = 0x6cdbb2e09ba0 | |
#14 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#15 0x00006cdc3d2c5064 in start_thread (arg=0x6cdbb0022700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdbb0022700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119690806568704, 3131122856329082088, 1, 119693207453792, 132455638204576, 119690806568704, -953466102042987288, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#16 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 29 (Thread 0x6cdbb091e700 (LWP 60732)): | |
#0 0x0000000001be80ea in dtNavMesh::calcTileLoc (this=0x3024ddf00000002, pos=pos@entry=0x6cdbb091d2e0, tx=tx@entry=0x6cdbb091d2d0, ty=ty@entry=0x6cdbb091d2d4) at /home/trinity/TrinityCore/dep/recastnavigation/Detour/Source/DetourNavMesh.cpp:1124 | |
No locals. | |
#1 0x0000000001bea062 in dtNavMeshQuery::queryPolygons (this=0x6cda6935be40, center=<optimized out>, extents=<optimized out>, filter=0x6cdb7b0a66c0, query=0x6cdbb091d440) at /home/trinity/TrinityCore/dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp:984 | |
bmin = {591.185181, 604.311157, 5787.97705} | |
bmax = {597.185181, 614.311157, 5793.97705} | |
minx = -122699776 | |
maxx = 34 | |
miny = 27867 | |
maxy = 0 | |
neis = {0x540, 0x9654ff82bd75fd00, 0x436a638bb091d380, 0x9654ff82bd75fd00, 0x6cda806be000, 0x6cdbb091d38f, 0x2410db0 <HashMapHolder<Player>::GetLock()::_lock+48>, 0x2410dd8 <HashMapHolder<Player>::GetLock()::_lock+88>, 0x2410d80 <HashMapHolder<Player>::GetLock()::_lock>, 0x6cdc3e2e7d90 <boost::detail::get_current_thread_data()+16>, 0x6cdbb091d400, 0x6cdc3e2e8193 <boost::this_thread::disable_interruption::~disable_interruption()+19>, 0x2410d88 <HashMapHolder<Player>::GetLock()::_lock+8>, 0x168f942 <HashMapHolder<Player>::Find(ObjectGuid)+1042>, 0x6f1c5, 0x1b16a65 <Log::GetLoggerByType(std::string const&) const+53>, 0x4, 0x6cdc3db8c930 <char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag)+80>, 0xbf800000bf800000, 0x6cdbbf800000, 0x6cdbb091d950, 0x6cdbb091d400, 0x6cdbb091d8fc, 0x1baa801 <G3D::CollisionDetection::collisionTimeForMovingPointFixedAABox(G3D::Vector3 const&, G3D::Vector3 const&, G3D::AABox const&, G3D::Vector3&, bool&, G3D::Vector3&)+17>, 0x10002880000e6e, 0x6cdbad0dbf20, 0x0, 0x1b74097 <G3D::Ray::intersectionTime(G3D::AABox const&) const+71>, 0x0, 0x7f800000, 0x6cdbb091d900, 0x1aec9e3 <VMAP::WorldModel::IntersectRay(G3D::Ray const&, float&, bool, VMAP::ModelIgnoreFlags) const+67>} | |
#2 0x0000000001bea1cd in dtNavMeshQuery::findNearestPoly (this=0x3024ddf00000002, center=0x6cdbb091d2e0, center@entry=0x6cdbb091d710, extents=0x6cdbb091d2d0, extents@entry=0x6cdbb091d4b0, filter=0x6cdbb091d2d4, filter@entry=0x6cdb7b0a66c0, nearestRef=0x6cdbb091d440, nearestRef@entry=0x6cdbb091d4a8, nearestPt=nearestPt@entry=0x6cdbb091d4c0) at /home/trinity/TrinityCore/dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp:773 | |
query = {<dtPolyQuery> = {_vptr.dtPolyQuery = 0x1ed5b10 <vtable for dtFindNearestPolyQuery+16>}, m_query = 0x6cda6935be40, m_center = 0x6cdbb091d710, m_nearestDistanceSqr = 3.40282347e+38, m_nearestRef = 0, m_nearestPoint = {0, 0, 0}} | |
#3 0x000000000166b027 in PathGenerator::GetPolyByLocation (this=this@entry=0x6cdb7b0a6400, point=point@entry=0x6cdbb091d710, distance=distance@entry=0x6cdbb091d548) at /home/trinity/TrinityCore/src/server/game/Movement/PathGenerator.cpp:141 | |
polyRef = 0 | |
extents = {3, 5, 3} | |
closestPoint = {0, 0, 0} | |
#4 0x000000000166e14c in PathGenerator::BuildPolyPath (this=this@entry=0x6cdb7b0a6400, startPos=..., endPos=...) at /home/trinity/TrinityCore/src/server/game/Movement/PathGenerator.cpp:169 | |
startPoint = {594.185181, 609.311157, 5790.97705} | |
endPoint = {587.541016, 611.122498, 5797.78711} | |
startPoly = <optimized out> | |
farFromPoly = <optimized out> | |
pathStartIndex = <optimized out> | |
pathEndIndex = <optimized out> | |
distToStartPoly = 6.73162651e-38 | |
distToEndPoly = 0 | |
endPoly = <optimized out> | |
startPolyFound = <optimized out> | |
endPolyFound = <optimized out> | |
#5 0x0000000001671a6e in PathGenerator::CalculatePath (this=0x6cdb7b0a6400, destX=5797.78711, destY=587.541016, destZ=611.122498, forceDest=<optimized out>, straightLine=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Movement/PathGenerator.cpp:90 | |
y = 594.185181 | |
dest = {x = 5797.78711, y = 587.541016, z = 611.122498} | |
x = 5790.97705 | |
z = <optimized out> | |
start = {x = 5790.97705, y = 594.185181, z = 609.311157} | |
#6 0x000000000168618a in FleeingMovementGenerator<Player>::SetTargetLocation (this=0x3024ddf00000002, owner=0x6cdbb091d2e0) at /home/trinity/TrinityCore/src/server/game/Movement/MovementGenerators/FleeingMovementGenerator.cpp:129 | |
init = {args = {path = std::vector of length -9973793734817, capacity 540084112 = {{x = 0, y = 5.79711569e-40, z = -3.48121766e+22}, {x = 3.9048583e-41, y = -2.5028845e+21, z = 3.9048583e-41}, {x = -2.79378437e-05, y = 3.9048583e-41, z = 7.14662217e-44}, {x = 0, y = 5.54914192e-43, z = 0}, {x = 0, y = 9.6812586e-39, z = -3.48122847e+22}, {x = 3.9048583e-41, y = -2.80073457e+21, z = 3.9048583e-41}, {x = -2.79381056e-05, y = 3.9048583e-41, z = 7.14662217e-44}, {x = 0, y = 1.1530384e+33, z = 3.9048583e-41}, {x = 1.1530384e+33, y = 3.9048583e-41, z = 1.15303159e+33}, {x = 3.9048583e-41, y = 5.89946653e-43, z = 1.50559991e-39}, {x = 1.15304087e+33, y = 3.9048583e-41, z = 1.15304087e+33}, {x = 3.9048583e-41, y = 1.15304211e+33, z = 3.9048583e-41}, {x = 1.15304211e+33, y = 3.9048583e-41, z = 1.15304335e+33}, {x = 3.9048583e-41, y = 1.15304335e+33, z = 3.9048583e-41}, {x = 1.15304459e+33, y = 3.9048583e-41, z = 1.15304459e+33}, {x = 3.9048583e-41, y = -5.25608779e+18, z = 3.9048583e-41}, {x = 5.25549378e+15, y = 3.90499843e-41, z = 1.15304706e+33}, {x = 3.9048583e-41, y = 1.15304706e+33, z = 3.9048583e-41}, {x = 1.1530483e+33, y = 3.9048583e-41, z = 1.1530483e+33}, {x = 3.9048583e-41, y = 8.36712561e-29, z = 3.90499843e-41}, {x = 8.36712561e-29, y = 3.90499843e-41, z = 1.15305078e+33}, {x = 3.9048583e-41, y = 1.15305078e+33, z = 3.9048583e-41}, {x = 1.15305201e+33, y = 3.9048583e-41, z = 1.15305201e+33}, {x = 3.9048583e-41, y = -2.97390338e+22, z = 3.9048583e-41}, {x = -1.51048972e+19, y = 3.9048583e-41, z = 1.15305449e+33}, {x = 3.9048583e-41, y = 1.15305449e+33, z = 3.9048583e-41}, {x = 1.15305573e+33, y = 3.9048583e-41, z = 1.15305573e+33}, {x = 3.9048583e-41, y = 1.15305697e+33, z = 3.9048583e-41}, {x = 1.15305697e+33, y = 3.9048583e-41, z = 1.1530582e+33}, {x = 3.9048583e-41, y = 1.1530582e+33, z = 3.9048583e-41}, {x = 1.15305944e+33, y = 3.9048583e-41, z = 1.15305944e+33}, {x = 3.9048583e-41, y = 1.15306068e+33, z = 3.9048583e-41}, {x = 1.15306068e+33, y = 3.9048583e-41, z = 1.15306192e+33}, {x = 3.9048583e-41, y = 1.15306192e+33, z = 3.9048583e-41}, {x = 1.15306316e+33, y = 3.9048583e-41, z = 1.15306316e+33}, {x = 3.9048583e-41, y = -1.79727201e+16, z = 3.9048583e-41}, {x = -1.79727201e+16, y = 3.9048583e-41, z = 1.15306563e+33}, {x = 3.9048583e-41, y = 1.15306563e+33, z = 3.9048583e-41}, {x = 1.15306687e+33, y = 3.9048583e-41, z = 1.15306687e+33}, {x = 3.9048583e-41, y = 1.15306811e+33, z = 3.9048583e-41}, {x = 1.15306811e+33, y = 3.9048583e-41, z = 1.15306935e+33}, {x = 3.9048583e-41, y = 1.15306935e+33, z = 3.9048583e-41}, {x = 1.15307058e+33, y = 3.9048583e-41, z = 1.15307058e+33}, {x = 3.9048583e-41, y = 1.15307182e+33, z = 3.9048583e-41}, {x = 1.15307182e+33, y = 3.9048583e-41, z = 1.15307306e+33}, {x = 3.9048583e-41, y = 1.15307306e+33, z = 3.9048583e-41}, {x = 1.1530743e+33, y = 3.9048583e-41, z = 1.1530743e+33}, {x = 3.9048583e-41, y = 1.15307554e+33, z = 3.9048583e-41}, {x = 1.15307554e+33, y = 3.9048583e-41, z = 25.5393066}, {x = 3.9048583e-41, y = 25.5393066, z = 3.9048583e-41}, {x = 1.15307801e+33, y = 3.9048583e-41, z = 1.15307801e+33}, {x = 3.9048583e-41, y = -9.22119061e+18, z = 3.9048583e-41}, {x = 1.29386112e-35, y = 3.90499843e-41, z = -8.80209196e+18}, {x = 3.9048583e-41, y = -8.80209196e+18, z = 3.9048583e-41}, {x = 1.15308173e+33, y = 3.9048583e-41, z = 1.15308173e+33}, {x = 3.9048583e-41, y = 1.15308296e+33, z = 3.9048583e-41}, {x = 1.15308296e+33, y = 3.9048583e-41, z = 1.1530842e+33}, {x = 3.9048583e-41, y = 1.1530842e+33, z = 3.9048583e-41}, {x = 1.15308544e+33, y = 3.9048583e-41, z = 1.15308544e+33}, {x = 3.9048583e-41, y = 1.15308668e+33, z = 3.9048583e-41}, {x = 1.15308668e+33, y = 3.9048583e-41, z = 1.15308792e+33}, {x = 3.9048583e-41, y = 1.15308792e+33, z = 3.9048583e-41}, {x = 1.15308915e+33, y = 3.9048583e-41, z = 1.15308915e+33}, {x = 3.9048583e-41, y = 1.15309039e+33, z = 3.9048583e-41}, {x = 1.15309039e+33, y = 3.9048583e-41, z = 1.15309163e+33}, {x = 3.9048583e-41, y = 1.15309163e+33, z = 3.9048583e-41}, {x = -1.494918e+18, y = 3.9048583e-41, z = 0.00089780055}, {x = 3.90499843e-41, y = 1.1530941e+33, z = 3.9048583e-41}, {x = 1.1530941e+33, y = 3.9048583e-41, z = 1.15309534e+33}, {x = 3.9048583e-41, y = 1.15309534e+33, z = 3.9048583e-41}, {x = 1.15309658e+33, y = 3.9048583e-41, z = 1.15309658e+33}, {x = 3.9048583e-41, y = 1.15309782e+33, z = 3.9048583e-41}, {x = 1.15309782e+33, y = 3.9048583e-41, z = 1.15309906e+33}, {x = 3.9048583e-41, y = 1.15309906e+33, z = 3.9048583e-41}, {x = 1.15310029e+33, y = 3.9048583e-41, z = 1.15310029e+33}, {x = 3.9048583e-41, y = 1.15310153e+33, z = 3.9048583e-41}, {x = 1.15310153e+33, y = 3.9048583e-41, z = 1.15310277e+33}, {x = 3.9048583e-41, y = 1.15310277e+33, z = 3.9048583e-41}, {x = 1.15310401e+33, y = 3.9048583e-41, z = 1.15310401e+33}, {x = 3.9048583e-41, y = -1.63988641e+18, z = 3.9048583e-41}, {x = -9.08730424e+23, y = 3.9048583e-41, z = 1.15310648e+33}, {x = 3.9048583e-41, y = 1.15310648e+33, z = 3.9048583e-41}, {x = 1.15310772e+33, y = 3.9048583e-41, z = 1.15310772e+33}, {x = 3.9048583e-41, y = 1.15310896e+33, z = 3.9048583e-41}, {x = 1.15310896e+33, y = 3.9048583e-41, z = 1.1531102e+33}, {x = 3.9048583e-41, y = 1.1531102e+33, z = 3.9048583e-41}, {x = -1.64008432e+18, y = 3.9048583e-41, z = -9.08580544e+23}, {x = 3.9048583e-41, y = 1.15311267e+33, z = 3.9048583e-41}, {x = 1.15311267e+33, y = 3.9048583e-41, z = 1.15311391e+33}, {x = 3.9048583e-41, y = 1.15311391e+33, z = 3.9048583e-41}, {x = 1.15311515e+33, y = 3.9048583e-41, z = 1.15311515e+33}, {x = 3.9048583e-41, y = 1.15311639e+33, z = 3.9048583e-41}, {x = 1.15311639e+33, y = 3.9048583e-41, z = 1.15311763e+33}, {x = 3.9048583e-41, y = 1.15311763e+33, z = 3.9048583e-41}, {x = 1.15311886e+33, y = 3.9048583e-41, z = 1.15311886e+33}, {x = 3.9048583e-41, y = 1.1531201e+33, z = 3.9048583e-41}, {x = 1.1531201e+33, y = 3.9048583e-41, z = 1.15312134e+33}, {x = 3.9048583e-41, y = 1.15312134e+33, z = 3.9048583e-41}, {x = 1.15312258e+33, y = 3.9048583e-41, z = 1.15312258e+33}, {x = 3.9048583e-41, y = 1.15312382e+33, z = 3.9048583e-41}, {x = 1.15312382e+33, y = 3.9048583e-41, z = 1.15312505e+33}, {x = 3.9048583e-41, y = 1.15312505e+33, z = 3.9048583e-41}, {x = 1.15312629e+33, y = 3.9048583e-41, z = 1.15312629e+33}, {x = 3.9048583e-41, y = 1.15312753e+33, z = 3.9048583e-41}, {x = 1.15312753e+33, y = 3.9048583e-41, z = 1.15312877e+33}, {x = 3.9048583e-41, y = 1.15312877e+33, z = 3.9048583e-41}, {x = 1.15313001e+33, y = 3.9048583e-41, z = 1.15313001e+33}, {x = 3.9048583e-41, y = 1.15313124e+33, z = 3.9048583e-41}, {x = 1.15313124e+33, y = 3.9048583e-41, z = 1.15313248e+33}, {x = 3.9048583e-41, y = 1.15313248e+33, z = 3.9048583e-41}, {x = 1.15313372e+33, y = 3.9048583e-41, z = 1.15313372e+33}, {x = 3.9048583e-41, y = 1.15313496e+33, z = 3.9048583e-41}, {x = 1.15313496e+33, y = 3.9048583e-41, z = 1.15313619e+33}, {x = 3.9048583e-41, y = 1.15313619e+33, z = 3.9048583e-41}, {x = 1.28273773, y = 3.90499843e-41, z = 1.28273773}, {x = 3.90499843e-41, y = -2.53360806e+21, z = 3.9048583e-41}, {x = -3.33154615e+11, y = 3.9048583e-41, z = 1.15313991e+33}, {x = 3.9048583e-41, y = 1.15313991e+33, z = 3.9048583e-41}, {x = 1.15314115e+33, y = 3.9048583e-41, z = 1.15314115e+33}, {x = 3.9048583e-41, y = 1.15314238e+33, z = 3.9048583e-41}, {x = 1.15314238e+33, y = 3.9048583e-41, z = 1.15314362e+33}, {x = 3.9048583e-41, y = 1.15314362e+33, z = 3.9048583e-41}, {x = 1.15314486e+33, y = 3.9048583e-41, z = 1.15314486e+33}, {x = 3.9048583e-41, y = 1.1531461e+33, z = 3.9048583e-41}, {x = 1.1531461e+33, y = 3.9048583e-41, z = 1.15314734e+33}, {x = 3.9048583e-41, y = 1.15314734e+33, z = 3.9048583e-41}, {x = 2.51615065e+25, y = 3.90499843e-41, z = 2.51615065e+25}, {x = 3.90499843e-41, y = 1.15314981e+33, z = 3.9048583e-41}, {x = 1.15314981e+33, y = 3.9048583e-41, z = 1.15315105e+33}, {x = 3.9048583e-41, y = 1.15315105e+33, z = 3.9048583e-41}, {x = 1.15315229e+33, y = 3.9048583e-41, z = 1.15315229e+33}, {x = 3.9048583e-41, y = 1.15315353e+33, z = 3.9048583e-41}, {x = 1.15315353e+33, y = 3.9048583e-41, z = 1.15315476e+33}, {x = 3.9048583e-41, y = 1.15315476e+33, z = 3.9048583e-41}, {x = 1.153156e+33, y = 3.9048583e-41, z = 1.153156e+33}, {x = 3.9048583e-41, y = 1.15315724e+33, z = 3.9048583e-41}, {x = 1.15315724e+33, y = 3.9048583e-41, z = 1.15315848e+33}, {x = 3.9048583e-41, y = 1.15315848e+33, z = 3.9048583e-41}, {x = 1.15315972e+33, y = 3.9048583e-41, z = 1.15315972e+33}, {x = 3.9048583e-41, y = 1.15316095e+33, z = 3.9048583e-41}, {x = 1.15316095e+33, y = 3.9048583e-41, z = -3.26161662e+12}, {x = 3.9048583e-41, y = -3.26161662e+12, z = 3.9048583e-41}, {x = 5.38760376, y = 3.9048583e-41, z = -1.39365416e-35}, {x = 3.9048583e-41, y = 1.15316467e+33, z = 3.9048583e-41}, {x = 1.15316467e+33, y = 3.9048583e-41, z = 1.15316591e+33}, {x = 3.9048583e-41, y = 1.15316591e+33, z = 3.9048583e-41}, {x = 1.15316714e+33, y = 3.9048583e-41, z = 1.15316714e+33}, {x = 3.9048583e-41, y = 1.15316838e+33, z = 3.9048583e-41}, {x = 1.15316838e+33, y = 3.9048583e-41, z = 1.15316962e+33}, {x = 3.9048583e-41, y = 1.15316962e+33, z = 3.9048583e-41}, {x = 1.15317086e+33, y = 3.9048583e-41, z = 1.15317086e+33}, {x = 3.9048583e-41, y = 1.1531721e+33, z = 3.9048583e-41}, {x = 1.1531721e+33, y = 3.9048583e-41, z = -1.71109958e+18}, {x = 3.9048583e-41, y = -1.51661179e-34, z = 3.9048583e-41}, {x = -1.44792487e+18, y = 3.9048583e-41, z = -0.221387863}, {x = 3.9048583e-41, y = 1.15317581e+33, z = 3.9048583e-41}, {x = 1.15317581e+33, y = 3.9048583e-41, z = 1.15317705e+33}, {x = 3.9048583e-41, y = 1.15317705e+33, z = 3.9048583e-41}, {x = 1.15317828e+33, y = 3.9048583e-41, z = 1.15317828e+33}, {x = 3.9048583e-41, y = 1.15317952e+33, z = 3.9048583e-41}, {x = 1.15317952e+33, y = 3.9048583e-41, z = 1.15318076e+33}, {x = 3.9048583e-41, y = 1.15318076e+33, z = 3.9048583e-41}, {x = 1.153182e+33, y = 3.9048583e-41, z = 1.153182e+33}, {x = 3.9048583e-41, y = 1.15318324e+33, z = 3.9048583e-41}, {x = 1.15318324e+33, y = 3.9048583e-41, z = 1.15318447e+33}, {x = 3.9048583e-41, y = 1.15318447e+33, z = 3.9048583e-41}, {x = 1.15318571e+33, y = 3.9048583e-41, z = 1.15318571e+33}, {x = 3.9048583e-41, y = 1.15318695e+33, z = 3.9048583e-41}, {x = 1.15318695e+33, y = 3.9048583e-41, z = 1.15318819e+33}, {x = 3.9048583e-41, y = 1.15318819e+33, z = 3.9048583e-41}, {x = 1.15318943e+33, y = 3.9048583e-41, z = 1.15318943e+33}, {x = 3.9048583e-41, y = 1.15319066e+33, z = 3.9048583e-41}, {x = 1.15319066e+33, y = 3.9048583e-41, z = 1.1531919e+33}, {x = 3.9048583e-41, y = 1.1531919e+33, z = 3.9048583e-41}, {x = 1.15319314e+33, y = 3.9048583e-41, z = 1.15319314e+33}, {x = 3.9048583e-41, y = 5.38807678, z = 3.9048583e-41}, {x = 1.31323311e-15, y = 3.90499843e-41, z = 1.15319562e+33}, {x = 3.9048583e-41, y = 1.15319562e+33, z = 3.9048583e-41}, {x = 1.15319685e+33, y = 3.9048583e-41, z = 1.15319685e+33}, {x = 3.9048583e-41, y = 1.15319809e+33, z = 3.9048583e-41}, {x = 1.15319809e+33, y = 3.9048583e-41, z = 1.15319933e+33}, {x = 3.9048583e-41, y = 1.15319933e+33, z = 3.9048583e-41}, {x = 1.15320057e+33, y = 3.9048583e-41, z = 1.15320057e+33}, {x = 3.9048583e-41, y = 1.15320181e+33, z = 3.9048583e-41}, {x = 1.15320181e+33, y = 3.9048583e-41, z = 1.15320304e+33}, {x = 3.9048583e-41, y = 1.15320304e+33, z = 3.9048583e-41}, {x = 1.15320428e+33, y = 3.9048583e-41, z = 1.15320428e+33}, {x = 3.9048583e-41, y = 1.15320552e+33, z = 3.9048583e-41}, {x = 1.15320552e+33, y = 3.9048583e-41, z = 1.15320676e+33}, {x = 3.9048583e-41, y = 1.15320676e+33, z = 3.9048583e-41}, {x = 1.153208e+33, y = 3.9048583e-41, z = 1.153208e+33}, {x = 3.9048583e-41, y = 1.15320923e+33, z = 3.9048583e-41}, {x = 1.15320923e+33, y = 3.9048583e-41, z = -5.2423483e+18}, {x = 3.9048583e-41, y = -5.2423483e+18, z = 3.9048583e-41}, {x = 1.15321171e+33, y = 3.9048583e-41, z = 1.15321171e+33}, {x = 3.9048583e-41, y = 1.15321295e+33, z = 3.9048583e-41}, {x = 1.15321295e+33, y = 3.9048583e-41, z = 1.15321419e+33}, {x = 3.9048583e-41, y = 1.15321419e+33, z = 3.9048583e-41}, {x = 1.15321542e+33, y = 3.9048583e-41, z = 1.15321542e+33}, {x = 3.9048583e-41, y = -1.68122365e+18, z = 3.9048583e-41}...}, facing = {f = {x = 3.21520926e-38, y = 0, z = 2.75130886e+34}, target = 19860858, angle = 3.21520926e-38}, flags = {animId = 0 '\000', done = false, falling = false, no_spline = false, parabolic = false, canswim = false, flying = true, orientationFixed = true, final_point = false, final_target = true, final_angle = true, catmullrom = false, cyclic = false, enter_cycle = false, animation = true, frozen = true, transportEnter = false, transportExit = false, unknown7 = true, unknown8 = true, backward = false, unknown10 = true, unknown11 = true, unknown12 = true, unknown13 = false}, path_Idx_offset = 27866, velocity = 1.15302664e+33, parabolic_amplitude = 3.9048583e-41, time_perc = -1.540343e-35, splineId = 27867, initialOrientation = 1.15302664e+33, walk = 218, HasVelocity = 108, TransformForTransport = false}, unit = 0x0} | |
destination = {m_positionX = 5797.78711, m_positionY = 587.541016, m_positionZ = 611.122498, m_orientation = 0.570208549} | |
result = 8 | |
traveltime = 1986224128 | |
#7 0x0000000001686357 in FleeingMovementGenerator<Player>::DoUpdate (this=0x3024ddf00000002, owner=0x6cdbb091d2e0, diff=2962346704) at /home/trinity/TrinityCore/src/server/game/Movement/MovementGenerators/FleeingMovementGenerator.cpp:94 | |
No locals. | |
#8 0x000000000167aed5 in MotionMaster::UpdateMotion (this=0x3024ddf00000002, diff=2962346704) at /home/trinity/TrinityCore/src/server/game/Movement/MotionMaster.cpp:96 | |
__FUNCTION__ = "UpdateMotion" | |
#9 0x00000000018ca3ca in Unit::Update (this=0x6cda76636000, p_time=102) at /home/trinity/TrinityCore/src/server/game/Entities/Unit/Unit.cpp:499 | |
p_time = 102 | |
this = 0x6cda76636000 | |
#10 0x0000000001877334 in Player::Update (this=0x6cda76636000, p_time=102) at /home/trinity/TrinityCore/src/server/game/Entities/Player/Player.cpp:1059 | |
now = <optimized out> | |
pet = <optimized out> | |
#11 0x00000000017738ce in Map::Update (this=0x6cdbf8afc000, t_diff=102) at /home/trinity/TrinityCore/src/server/game/Maps/Map.cpp:727 | |
updater = {i_timeDiff = 102} | |
grid_object_update = {i_visitor = @0x6cdbb091dd80} | |
mapId = "0" | |
world_object_update = {i_visitor = @0x6cdbb091dd80} | |
totalAdds = "\001\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\377\377\377\377\000\000\000\000\061\000ps\000s\000\000\240\213\f\351\332l\000\000\250\000\000\000\001\001\375\001\222\005\033Z\000\000\000\000\000\001l.sql\000\000\300\370\215\332l\000\000 1\\w\333l\000\000\000\377\033\003\001\000\000\000network\000\340\214k~\333l\000\000\f\373\000\000\353\002\020\361\360\023.\025\334l\000\000\000\000\000\000\000\000\000\000 i\206~\333l\000\000\240Ok~\333l\000\000\361\000\000\070\361\002\020\361root\000s\000\000\200#\377\201\333l\000\000\260\022\000\000\061\001\002۵\214zU\000\000\000\000\000\000o\223\004\000k\000\000\226k~\333l\000\000"... | |
totalActive = "" | |
#12 0x000000000175dea1 in call (this=0x6cdb493f65e0) at /home/trinity/TrinityCore/src/server/game/Maps/MapUpdater.cpp:42 | |
No locals. | |
#13 MapUpdater::WorkerThread (this=0x2413220 <MapManager::instance()::instance+160>) at /home/trinity/TrinityCore/src/server/game/Maps/MapUpdater.cpp:113 | |
request = 0x6cdb493f65e0 | |
#14 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#15 0x00006cdc3d2c5064 in start_thread (arg=0x6cdbb091e700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdbb091e700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119690815989504, 3131122856329082088, 1, 119693207453792, 132455638204576, 119690815989504, -953467319666215704, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#16 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 28 (Thread 0x6cdbb112b700 (LWP 60731)): | |
#0 0x0000000001bc93b9 in arena_run_tree_insert (rbtree=rbtree@entry=0x6cdc394ec0c0, node=0x6cdaf54058b0) at /home/trinity/TrinityCore/dep/jemalloc/src/arena.c:69 | |
path = {{node = 0x6cdb7dc037b0, cmp = -1}, {node = 0x6cdb48000258, cmp = -1}, {node = 0x6cdb37804878, cmp = -1}, {node = 0x6cdb190045a8, cmp = -1}, {node = 0x6cdb17c04b00, cmp = -1}, {node = 0x6cdb12c039f0, cmp = -1}, {node = 0x6cdb12803ab0, cmp = -1}, {node = 0x6cdb004025b0, cmp = -1}, {node = 0x6cdafec00858, cmp = -1}, {node = 0x6cdaf5c00198, cmp = -1}, {node = 0x6cdae2c021d8, cmp = 1}, {node = 0x6cdaf5405e50, cmp = -1}, {node = 0x6cdae2c05dd8, cmp = 1}, {node = 0x6cdaf5c00198, cmp = -1}, {node = 0x6cdb18802b68, cmp = -1}, {node = 0x6cdb18802a78, cmp = -1}, {node = 0x6cdc394ec160, cmp = 1}, {node = 0x6cdc394ec160, cmp = 1}, {node = 0x6cdc394ec160, cmp = 1}, {node = 0x6cdc394ec160, cmp = 1}, {node = 0x6cdc394ec160, cmp = -1068708710}, {node = 0x3f070000c1882a00, cmp = -1068708710}, {node = 0xbf80000000000000, cmp = 2139095040}, {node = 0xdbf800000, cmp = -4194304}, {node = 0x80000000ff800000, cmp = -2147483648}, {node = 0xff800000ffc00000, cmp = -4194304}, {node = 0x3f070000c1882a00, cmp = -1}, {node = 0x640, cmp = -1324178576}, {node = 0x60, cmp = 28231399}, {node = 0x6cdbb112a318, cmp = 0}, {node = 0x6cdb95800030, cmp = 1}, {node = 0x6cdb000000c6, cmp = -1}, {node = 0x6cda59004398, cmp = 234}, {node = 0x6cda59004398, cmp = 1}, {node = 0x6cda59004398, cmp = -1}, {node = 0x6cda59004398, cmp = 1}, {node = 0x6cda59004398, cmp = 1}, {node = 0x6cdc394ebf48, cmp = -996880384}, {node = 0x6cdb486e1000, cmp = 25927063}, {node = 0x6cdb486e1000, cmp = -1156412112}, {node = 0x6cdbb112a498, cmp = -1324179200}, {node = 0x6cdbb112a0ec, cmp = -1324179216}, {node = 0x8, cmp = 28232005}, {node = 0x6cdabf74c000, cmp = -1082866112}, {node = 0x39cbf3007f800000, cmp = 0}, {node = 0x6cdabf800000, cmp = -519512064}, {node = 0x6cdbf7028100, cmp = -1324178280}, {node = 0x1, cmp = -1324178288}, {node = 0x6cdb1462fe88, cmp = 28428664}, {node = 0x6cdb63404f80, cmp = -1}, {node = 0x3f070000c1882a00, cmp = -1068289280}, {node = 0x0, cmp = -1082130432}, {node = 0x3f070000c1882a00, cmp = -1068287648}, {node = 0x6cdac2805cd0, cmp = -1324178176}, {node = 0x8, cmp = 28312318}, {node = 0x6cdbb112a498, cmp = -1}, {node = 0x6cda0000000f, cmp = -1}, {node = 0x6cda66c01500, cmp = -1}, {node = 0x6cda61c018c0, cmp = -1}, {node = 0x6cdc394ec458, cmp = 1}, {node = 0x6cdc394ec458, cmp = 0}, {node = 0x18, cmp = 1112014848}, {node = 0xc270a500428b8500, cmp = -2037297152}, {node = 0x6cdbb112a500, cmp = 26008593}, {node = 0xbf80000000000000, cmp = 2139095040}, {node = 0xdbf800000, cmp = -4194304}, {node = 0x80000000ff800000, cmp = -150359264}, {node = 0x6cdbb112a688, cmp = -1324178644}, {node = 0x14, cmp = 25153632}, {node = 0x6cdbb112a670, cmp = 28230693}, {node = 0x6cdae109d000, cmp = -519393280}, {node = 0x6cdbb112a501, cmp = -150359264}, {node = 0x6cdbb112a688, cmp = 28231013}, {node = 0x21, cmp = 28312318}, {node = 0x6cdbb112a5c8, cmp = 0}, {node = 0xc1d24400438cf980, cmp = 1092635680}, {node = 0xc1d24400438cf980, cmp = 1092635680}, {node = 0xbf80000000000000, cmp = 2139095040}, {node = 0xdbf800000, cmp = -4194304}, {node = 0x80000000ff800000, cmp = -1156412112}, {node = 0x6cdbb112a380, cmp = -1324178580}, {node = 0x6cdbb112a770, cmp = -1324178576}, {node = 0x6cdbb112a710, cmp = 28231741}, {node = 0x6cdabf74c000, cmp = -1082866112}, {node = 0x39cbf3007f800000, cmp = 0}, {node = 0xbf800000, cmp = 23656770}, {node = 0x6cdbf7028100, cmp = -1324177552}, {node = 0x1, cmp = 342032008}, {node = 0x4, cmp = 28429279}, {node = 0x6cdbb112a400, cmp = 1}, {node = 0x3f070000c1882a00, cmp = -1068289280}, {node = 0x0, cmp = -1082130432}, {node = 0x3f070000c1882a00, cmp = -1068287648}, {node = 0x6cdac494d000, cmp = -1324177568}, {node = 0x8, cmp = 28312713}, {node = 0x2410d88 <HashMapHolder<Player>::GetLock()::_lock+8>, cmp = 28422499}, {node = 0xf, cmp = 261996544}, {node = 0x6cdbb112a720, cmp = 26008593}, {node = 0xe898fb80, cmp = 0}, {node = 0x23f94c0 <ConditionMgr::instance()::instance>, cmp = -392551680}, {node = 0x6cdbb112a790, cmp = 270258176}, {node = 0x1, cmp = 37721280}, {node = 0x6cdbb112a4d0, cmp = 19390705}, {node = 0x24179c0 <Log::instance()::instance>, cmp = -1324178160}, {node = 0x6cdc14f9e318, cmp = 342032000}, {node = 0x6cdbb112a500, cmp = -1324177968}, {node = 0x6cdbb112a5d4, cmp = -1324177960}, {node = 0x6cdbb112a5dc, cmp = 28313512}, {node = 0x6cdbf7028088, cmp = 1321279488}, {node = 0x2a05, cmp = 5645}, {node = 0x6cdbb112a6e0, cmp = 648274304}, {node = 0x277, cmp = -1324178052}, {node = 0x6cdbb112a5d0, cmp = -1324177964}, {node = 0x6cdbb112a5d8, cmp = 28246794}, {node = 0x0, cmp = 1321279488}, {node = 0x6cdb4ec120e8, cmp = -1324177960}, {node = 0x6cdbb112a5dc, cmp = -1324176895}, {node = 0x6cdb4ec12000, cmp = 24544906}, {node = 0x6cdbb112a5d8, cmp = -1324178048}, {node = 0x1a, cmp = 1536}, {node = 0x6cdb4ec12000, cmp = 12289440}, {node = 0x6cdb4ec120e8, cmp = 1321279488}, {node = 0x1, cmp = 1536}, {node = 0x6cdb4ec12000, cmp = 24544906}, {node = 0x6cdbb112a64a, cmp = -1324177952}, {node = 0x6cdbb112a64a, cmp = 26}, {node = 0x6cdc213811a8, cmp = 24560835}, {node = 0x6cdb00000000, cmp = -176463872}} | |
pathp = 0x6cdbb1129e90 | |
#1 0x0000000001bcafec in arena_bin_runs_insert (bin=bin@entry=0x6cdc394ec090, run=run@entry=0x6cdaf57b6000) at /home/trinity/TrinityCore/dep/jemalloc/src/arena.c:1330 | |
chunk = <optimized out> | |
pageind = <optimized out> | |
#2 0x0000000001bcb321 in arena_bin_lower_run (run=run@entry=0x6cdaf57b6000, bin=bin@entry=0x6cdc394ec090, chunk=0x6cdaf5400000, arena=0x6cdc394ebe40) at /home/trinity/TrinityCore/dep/jemalloc/src/arena.c:1868 | |
No locals. | |
#3 0x0000000001bcf22a in arena_dalloc_bin_locked (arena=arena@entry=0x6cdc394ebe40, chunk=chunk@entry=0x6cdaf5400000, ptr=<optimized out>, mapelm=<optimized out>) at /home/trinity/TrinityCore/dep/jemalloc/src/arena.c:1898 | |
pageind = <optimized out> | |
run = 0x6cdaf57b6000 | |
bin = 0x6cdc394ec090 | |
bin_info = <optimized out> | |
size = 32 | |
binind = 26 | |
#4 0x0000000001bc56dd in tcache_bin_flush_small (tbin=0x6cdba1806068, binind=2, rem=40, tcache=0x6cdba1806000) at /home/trinity/TrinityCore/dep/jemalloc/src/tcache.c:127 | |
pageind = <optimized out> | |
chunk = <optimized out> | |
arena = 0x6cdc394ebe40 | |
bin = 0x6cdc394ec090 | |
ptr = <optimized out> | |
i = <optimized out> | |
nflush = <optimized out> | |
ndeferred = 0 | |
merged_stats = <optimized out> | |
#5 0x0000000001bc5f6d in tcache_event_hard (tcache=0x6cdba1806000) at /home/trinity/TrinityCore/dep/jemalloc/src/tcache.c:39 | |
binind = 2 | |
tbin = 0x6cdba1806068 | |
tbin_info = 0x6cdc39400008 | |
#6 0x0000000001b16b46 in _M_dispose (__a=..., this=<optimized out>) at /usr/include/c++/4.9/bits/basic_string.h:249 | |
__a = @0x6cdbb112a730: {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>} | |
this = <optimized out> | |
#7 ~basic_string (this=0x6cdbb112a720, __in_chrg=<optimized out>) at /usr/include/c++/4.9/bits/basic_string.h:547 | |
No locals. | |
#8 Log::GetLoggerByType (this=this@entry=0x24179c0 <Log::instance()::instance>, type="network") at /home/trinity/TrinityCore/src/common/Logging/Log.cpp:255 | |
it = {<std::__detail::_Node_iterator_base<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::unique_ptr<Logger, std::default_delete<Logger> > >, true>> = {_M_cur = 0x0}, <No data fields>} | |
parentLogger = "root" | |
#9 0x0000000001b16b03 in Log::GetLoggerByType (this=0x24179c0 <Log::instance()::instance>, type="network.opcode") at /home/trinity/TrinityCore/src/common/Logging/Log.cpp:255 | |
it = {<std::__detail::_Node_iterator_base<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::unique_ptr<Logger, std::default_delete<Logger> > >, true>> = {_M_cur = 0x0}, <No data fields>} | |
parentLogger = "network" | |
#10 0x0000000001b16c08 in Log::ShouldLog (this=<optimized out>, type="network.opcode", level=level@entry=LOG_LEVEL_TRACE) at /home/trinity/TrinityCore/src/common/Logging/Log.cpp:347 | |
logger = <optimized out> | |
logLevel = <optimized out> | |
#11 0x0000000001473719 in WorldSession::SendPacket (this=0x6cdb1d8eaa80, packet=0x6cdbb112aa00) at /home/trinity/TrinityCore/src/server/game/Server/WorldSession.cpp:239 | |
__FUNCTION__ = "SendPacket" | |
#12 0x000000000145d17a in SendPacket (player=<optimized out>, this=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Grids/Notifiers/GridNotifiers.h:149 | |
No locals. | |
#13 Trinity::MessageDistDeliverer::Visit (this=0x6cdc394ec0c0, this@entry=0x6cdbb112a970, m=...) at /home/trinity/TrinityCore/src/server/game/Grids/Notifiers/GridNotifiers.cpp:275 | |
No locals. | |
#14 0x00000000017e509f in VisitorHelper<Trinity::MessageDistDeliverer, Player> (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:45 | |
No locals. | |
#15 VisitorHelper<Trinity::MessageDistDeliverer, Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:51 | |
No locals. | |
#16 VisitorHelper<Trinity::MessageDistDeliverer, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:58 | |
No locals. | |
#17 Visit (c=..., this=<synthetic pointer>) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:92 | |
No locals. | |
#18 Visit<Trinity::MessageDistDeliverer> (visitor=<synthetic pointer>, this=0x6cdb323111e8) at /home/trinity/TrinityCore/src/server/game/Grids/Grid.h:98 | |
No locals. | |
#19 VisitGrid<Trinity::MessageDistDeliverer, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (visitor=<synthetic pointer>, y=1, x=0, this=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Grids/NGrid.h:153 | |
No locals. | |
#20 Visit<Trinity::MessageDistDeliverer, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (visitor=<synthetic pointer>, cell=..., this=0x6cda72e5a000) at /home/trinity/TrinityCore/src/server/game/Maps/Map.h:810 | |
No locals. | |
#21 VisitCircle<Trinity::MessageDistDeliverer, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (end_cell=<synthetic pointer>, begin_cell=<synthetic pointer>, map=..., visitor=<synthetic pointer>, this=0x6cdbb112a930) at /home/trinity/TrinityCore/src/server/game/Grids/Cells/CellImpl.h:146 | |
r_zone = {data = {Part = {grid_x = 40, grid_y = 37, cell_x = 0, cell_y = 1, nocreate = 1, reserved = 0}, All = 17041768}} | |
y = 297 | |
x = 320 | |
x_shift = 1 | |
x_start = 317 | |
y_end = <optimized out> | |
x_end = 320 | |
y_start = <optimized out> | |
#22 Visit<Trinity::MessageDistDeliverer, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (radius=<optimized out>, y_off=<optimized out>, x_off=<optimized out>, map=..., visitor=<synthetic pointer>, standing_cell=<synthetic pointer>, this=0x6cdbb112a930) at /home/trinity/TrinityCore/src/server/game/Grids/Cells/CellImpl.h:104 | |
area = {low_bound = {x_coord = <optimized out>, y_coord = 294}, high_bound = {x_coord = <optimized out>, y_coord = 300}} | |
#23 Visit<Trinity::MessageDistDeliverer, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (radius=<optimized out>, obj=..., map=..., visitor=<synthetic pointer>, standing_cell=<synthetic pointer>, this=0x6cdbb112a930) at /home/trinity/TrinityCore/src/server/game/Grids/Cells/CellImpl.h:68 | |
No locals. | |
#24 VisitWorldObjects<Trinity::MessageDistDeliverer> (dont_load=true, radius=<optimized out>, visitor=..., center_obj=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Grids/Cells/CellImpl.h:202 | |
p = <optimized out> | |
cell = {data = {Part = {grid_x = 39, grid_y = 37, cell_x = 6, cell_y = 1, nocreate = 1, reserved = 0}, All = 17066343}} | |
wnotifier = {i_visitor = @0x6cdbb112a970} | |
#25 Player::SendMessageToSet (this=<optimized out>, data=<optimized out>, skipped_rcvr=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Entities/Player/Player.cpp:6485 | |
notifier = {i_source = 0x6cda67a84000, i_message = 0x6cdbb112aa00, i_phaseMask = 1, i_distSq = 28900, team = 0, skipped_receiver = 0x6cda67a84000} | |
#26 0x0000000001a1caad in WorldSession::HandleMovementOpcodes (this=0x6cdaafe1cc00, recvData=...) at /home/trinity/TrinityCore/src/server/game/Handlers/MovementHandler.cpp:373 | |
mover = 0x6cda67a84000 | |
__FUNCTION__ = "HandleMovementOpcodes" | |
data = {<ByteBuffer> = {_vptr.ByteBuffer = 0x1c0d3f0 <vtable for WorldPacket+16>, static DEFAULT_SIZE = 4096, _rpos = 0, _wpos = 34, _storage = std::vector of length 34, capacity 34 = {7 '\a', 65 'A', 97 'a', 4 '\004', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 173 '\255', 20 '\024', 216 '\330', 1 '\001', 215 '\327', 59 ';', 131 '\203', 69 'E', 31 '\037', 21 '\025', 45 '-', 69 'E', 77 'M', 136 '\210', 175 '\257', 67 'C', 22 '\026', 223 '\337', 143 '\217', 62 '>', 0 '\000', 0 '\000', 0 '\000', 0 '\000'}}, m_opcode = 218} | |
guid = {static Empty = {static Empty = <same as static member of an already seen type>, _guid = 0}, _guid = 287041} | |
movementInfo = {guid = {static Empty = {static Empty = <same as static member of an already seen type>, _guid = 0}, _guid = 287041}, flags = 0, flags2 = 0, pos = {m_positionX = 4199.47998, m_positionY = 2769.32007, m_positionZ = 351.06485, m_orientation = 0.280998886}, time = 30938285, transport = {guid = {static Empty = {static Empty = <same as static member of an already seen type>, _guid = 0}, _guid = 0}, pos = {m_positionX = 0, m_positionY = 0, m_positionZ = 0, m_orientation = 0}, seat = -1 '\377', time = 0, time2 = 0}, pitch = 0, fallTime = 0, jump = {zspeed = 0, sinAngle = 0, cosAngle = 0, xyspeed = 0}, splineElevation = 0} | |
mstime = <optimized out> | |
#27 0x0000000001477dd4 in WorldSession::Update (this=0x6cdaafe1cc00, diff=diff@entry=102, updater=...) at /home/trinity/TrinityCore/src/server/game/Server/WorldSession.cpp:312 | |
packet = 0x6cdacb255300 | |
deletePacket = true | |
requeuePackets = std::vector of length 0, capacity 0 | |
processedPackets = 4 | |
currentTime = 1511812505 | |
#28 0x000000000177380a in Map::Update (this=this@entry=0x6cda72e5a000, t_diff=t_diff@entry=102) at /home/trinity/TrinityCore/src/server/game/Maps/Map.cpp:705 | |
updater = {<PacketFilter> = {_vptr.PacketFilter = 0x1e32ed0 <vtable for MapSessionFilter+16>, m_pSession = 0x6cdaafe1cc00}, <No data fields>} | |
updater = {i_timeDiff = 102} | |
grid_object_update = {i_visitor = @0x6cdbb112ad60} | |
mapId = "root" | |
world_object_update = {i_visitor = @0x6cdbb112ad60} | |
totalAdds = "0" | |
totalActive = "0" | |
#29 0x00000000017740f0 in InstanceMap::Update (this=0x6cda72e5a000, t_diff=102) at /home/trinity/TrinityCore/src/server/game/Maps/Map.cpp:3223 | |
No locals. | |
#30 0x000000000175dea1 in call (this=0x6cdacf841900) at /home/trinity/TrinityCore/src/server/game/Maps/MapUpdater.cpp:42 | |
No locals. | |
#31 MapUpdater::WorkerThread (this=0x2413220 <MapManager::instance()::instance+160>) at /home/trinity/TrinityCore/src/server/game/Maps/MapUpdater.cpp:113 | |
request = 0x6cdacf841900 | |
#32 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#33 0x00006cdc3d2c5064 in start_thread (arg=0x6cdbb112b700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdbb112b700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119690824431360, 3131122856329082088, 1, 119693207453792, 132455638204576, 119690824431360, -953468443337034520, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#34 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 27 (Thread 0x6cdbb19fe700 (LWP 60730)): | |
#0 operator() (u=<optimized out>, this=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Grids/Notifiers/GridNotifiers.h:934 | |
No locals. | |
#1 Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck>::Visit (this=this@entry=0x6cdbb19fd660, m=...) at /home/trinity/TrinityCore/src/server/game/Grids/Notifiers/GridNotifiersImpl.h:422 | |
No locals. | |
#2 0x000000000132a25b in VisitorHelper<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck>, Creature> (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:45 | |
No locals. | |
#3 VisitorHelper<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck>, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:51 | |
No locals. | |
#4 VisitorHelper<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck>, GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:52 | |
No locals. | |
#5 VisitorHelper<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck>, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:58 | |
No locals. | |
#6 Visit (c=..., this=<synthetic pointer>) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:92 | |
No locals. | |
#7 Visit<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck> > (visitor=<synthetic pointer>, this=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Grids/Grid.h:91 | |
No locals. | |
#8 VisitGrid<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck>, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (visitor=<synthetic pointer>, y=7, x=7, this=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Grids/NGrid.h:153 | |
No locals. | |
#9 Visit<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck>, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (visitor=<synthetic pointer>, cell=..., this=0x6cda7727c000) at /home/trinity/TrinityCore/src/server/game/Maps/Map.h:810 | |
No locals. | |
#10 VisitCircle<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck>, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (end_cell=<synthetic pointer>, begin_cell=<synthetic pointer>, map=..., visitor=<synthetic pointer>, this=0x6cdbb19fd590) at /home/trinity/TrinityCore/src/server/game/Grids/Cells/CellImpl.h:146 | |
r_zone = {data = {Part = {grid_x = 30, grid_y = 35, cell_x = 7, cell_y = 7, nocreate = 1, reserved = 0}, All = 18643166}} | |
y = 287 | |
x = 247 | |
x_shift = 5 | |
x_start = 245 | |
y_end = <optimized out> | |
x_end = 251 | |
y_start = <optimized out> | |
#11 Visit<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck>, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (radius=<optimized out>, y_off=<optimized out>, x_off=<optimized out>, map=..., visitor=<synthetic pointer>, standing_cell=<synthetic pointer>, this=0x6cdbb19fd590) at /home/trinity/TrinityCore/src/server/game/Grids/Cells/CellImpl.h:104 | |
area = {low_bound = {x_coord = <optimized out>, y_coord = 281}, high_bound = {x_coord = <optimized out>, y_coord = 297}} | |
#12 Visit<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck>, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (radius=50000, obj=..., map=..., visitor=<synthetic pointer>, standing_cell=<synthetic pointer>, this=0x6cdbb19fd590) at /home/trinity/TrinityCore/src/server/game/Grids/Cells/CellImpl.h:68 | |
No locals. | |
#13 Cell::VisitAllObjects<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck> > (center_obj=<optimized out>, visitor=..., radius=radius@entry=50000, dont_load=dont_load@entry=true) at /home/trinity/TrinityCore/src/server/game/Grids/Cells/CellImpl.h:216 | |
p = <optimized out> | |
cell = {data = {Part = {grid_x = 31, grid_y = 36, cell_x = 0, cell_y = 1, nocreate = 1, reserved = 0}, All = 17041695}} | |
wnotifier = {i_visitor = @0x6cdbb19fd660} | |
gnotifier = {i_visitor = @0x6cdbb19fd660} | |
#14 0x00000000013261ac in UnitAura::FillTargetMap (this=0x6cdb1c9ba580, targets=std::unordered_map with 0 elements, caster=0x6cdb7d5ba000) at /home/trinity/TrinityCore/src/server/game/Spells/Auras/SpellAuras.cpp:2526 | |
u_check = {i_obj = 0x6cdb7d5ba000, i_funit = 0x6cdb7d5ba000, i_range = 50000, i_playerOnly = true, i_incOwnRadius = false, i_incTargetRadius = true} | |
searcher = {<Trinity::ContainerInserter<Unit*>> = {ref = 0x6cdbb19fd680, inserter = 0x13275e0 <Trinity::ContainerInserter<Unit*>::InserterOf<std::deque<Unit*, std::allocator<Unit*> > >(void*, Unit*&&)>}, i_phaseMask = 17, i_check = @0x6cdbb19fd640} | |
radius = 50000 | |
units = std::deque with 11 elements = {0x6cdb7d5ba000, 0x6cda36222000, 0x6cda75209000, 0x6cdaa03d1000, 0x6cdb6bf4d000, 0x6cda8d053000, 0x6cda7a7ae000, 0x6cda7c4ad000, 0x6cda7245d000, 0x6cda7ba3e000, 0x6cdabd2fb000} | |
effIndex = 0 '\000' | |
#15 0x00000000013252a6 in Aura::UpdateTargetMap (this=this@entry=0x6cdb1c9ba580, caster=caster@entry=0x6cdb7d5ba000, apply=apply@entry=true) at /home/trinity/TrinityCore/src/server/game/Spells/Auras/SpellAuras.cpp:494 | |
targets = std::unordered_map with 0 elements | |
targetsToRemove = std::deque with 14960766832448 elements = {<error reading variable targetsToRemove (Cannot access memory at address 0x0)> | |
__FUNCTION__ = "UpdateTargetMap" | |
#16 0x0000000001325df0 in Aura::UpdateOwner (this=this@entry=0x6cdb1c9ba580, diff=diff@entry=102, owner=owner@entry=0x6cdb7d5ba000) at /home/trinity/TrinityCore/src/server/game/Spells/Auras/SpellAuras.cpp:667 | |
__FUNCTION__ = "UpdateOwner" | |
caster = 0x6cdb7d5ba000 | |
modSpell = 0x0 | |
modOwner = 0x0 | |
#17 0x00000000018acfae in Unit::_UpdateSpells (this=this@entry=0x6cdb7d5ba000, time=time@entry=102) at /home/trinity/TrinityCore/src/server/game/Entities/Unit/Unit.cpp:3110 | |
i_aura = 0x6cdb1c9ba580 | |
#18 0x00000000018ca2ea in Unit::Update (this=0x6cdb7d5ba000, p_time=102) at /home/trinity/TrinityCore/src/server/game/Entities/Unit/Unit.cpp:455 | |
No locals. | |
#19 0x0000000001940393 in Creature::Update (this=0x6cdb7d5ba000, diff=102) at /home/trinity/TrinityCore/src/server/game/Entities/Creature/Creature.cpp:649 | |
No locals. | |
#20 0x0000000001460663 in Trinity::ObjectUpdater::Visit<Creature> (this=0x6cdbb19fd660, this@entry=0x6cdbb19fdd60, m=...) at /home/trinity/TrinityCore/src/server/game/Grids/Notifiers/GridNotifiers.cpp:406 | |
No locals. | |
#21 0x000000000176a5f8 in VisitorHelper<Trinity::ObjectUpdater, Creature> (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:45 | |
No locals. | |
#22 VisitorHelper<Trinity::ObjectUpdater, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:51 | |
No locals. | |
#23 VisitorHelper<Trinity::ObjectUpdater, GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:52 | |
No locals. | |
#24 VisitorHelper<Trinity::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:58 | |
No locals. | |
#25 Visit (c=..., this=0x6cdbb19fdd70) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:92 | |
No locals. | |
#26 Visit<Trinity::ObjectUpdater> (visitor=..., this=0x6cdb7d0de1e8) at /home/trinity/TrinityCore/src/server/game/Grids/Grid.h:91 | |
No locals. | |
#27 VisitGrid<Trinity::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (visitor=..., y=<optimized out>, x=0, this=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Grids/NGrid.h:153 | |
No locals. | |
#28 Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (visitor=..., cell=..., this=0x6cda7727c000) at /home/trinity/TrinityCore/src/server/game/Maps/Map.h:810 | |
No locals. | |
#29 Map::VisitNearbyCellsOf (this=0x6cda7727c000, obj=<optimized out>, gridVisitor=..., worldVisitor=...) at /home/trinity/TrinityCore/src/server/game/Maps/Map.cpp:687 | |
cell_id = 148216 | |
pair = {x_coord = 248, y_coord = 289} | |
cell = {data = {Part = {grid_x = 31, grid_y = 36, cell_x = 0, cell_y = 1, nocreate = 1, reserved = 0}, All = 17041695}} | |
y = 289 | |
x = 248 | |
area = {low_bound = {x_coord = <optimized out>, y_coord = 286}, high_bound = {x_coord = 253, y_coord = 291}} | |
worldVisitor = @0x6cdbb19fdd80: {i_visitor = @0x6cdbb19fdd60} | |
gridVisitor = @0x6cdbb19fdd70: {i_visitor = @0x6cdbb19fdd60} | |
obj = <optimized out> | |
this = 0x6cda7727c000 | |
#30 0x00000000017738e3 in Map::Update (this=this@entry=0x6cda7727c000, t_diff=t_diff@entry=102) at /home/trinity/TrinityCore/src/server/game/Maps/Map.cpp:729 | |
updater = {i_timeDiff = 102} | |
grid_object_update = {i_visitor = @0x6cdbb19fdd60} | |
mapId = "" | |
world_object_update = {i_visitor = @0x6cdbb19fdd60} | |
totalAdds = "" | |
totalActive = "0\000twork\000\300\257\242h\333l\000\000(\000\000ޏ\000\060\361(\000\000ޏ\000\060\361root\000rk\000\000\000\000\000\000\000\000\000\343\005\000\000\f\b\000\000\377\377\377\377\245\226$Dmaps\000rk\000@\360\277@\333l\000\000\374\002\000\346\217\000P\361\374\002\000\346\217\000P\361network\000`\305NT\333l\000\000\241\317\t\214\005\000\060\361\000@\316=\333l\000\000\241\317\t\214\005\000\060\361\340 \tt\333l\000\000\220!\000\000t\000\060\361\000@\316=\333l\000\000\060\000twork\000\a\000\000\000\000\000\000\000\a", '\000' <repeats 11 times>, "\333l\000\000Suisida\000"... | |
#31 0x00000000017740f0 in InstanceMap::Update (this=0x6cda7727c000, t_diff=102) at /home/trinity/TrinityCore/src/server/game/Maps/Map.cpp:3223 | |
No locals. | |
#32 0x000000000175dea1 in call (this=0x6cda86afa7c0) at /home/trinity/TrinityCore/src/server/game/Maps/MapUpdater.cpp:42 | |
No locals. | |
#33 MapUpdater::WorkerThread (this=0x2413220 <MapManager::instance()::instance+160>) at /home/trinity/TrinityCore/src/server/game/Maps/MapUpdater.cpp:113 | |
request = 0x6cda86afa7c0 | |
#34 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#35 0x00006cdc3d2c5064 in start_thread (arg=0x6cdbb19fe700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdbb19fe700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119690833684224, 3131122856329082088, 1, 119693207453792, 132455638204576, 119690833684224, -953469432790125336, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#36 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 26 (Thread 0x6cdbb22be700 (LWP 60729)): | |
#0 VisitorHelper<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck>, Player> (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:45 | |
No locals. | |
#1 VisitorHelper<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck>, Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:51 | |
No locals. | |
#2 VisitorHelper<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck>, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:58 | |
No locals. | |
#3 Visit (c=..., this=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:92 | |
No locals. | |
#4 Visit<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck> > (visitor=<synthetic pointer>, this=0x6cdab8073e68) at /home/trinity/TrinityCore/src/server/game/Grids/Grid.h:98 | |
No locals. | |
#5 VisitGrid<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck>, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (visitor=<synthetic pointer>, y=1, x=1, this=0x6cdab8073000) at /home/trinity/TrinityCore/src/server/game/Grids/NGrid.h:153 | |
No locals. | |
#6 Visit<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck>, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (visitor=<synthetic pointer>, cell=..., this=0x6cdaa7720000) at /home/trinity/TrinityCore/src/server/game/Maps/Map.h:810 | |
No locals. | |
#7 VisitCircle<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck>, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (end_cell=<synthetic pointer>, begin_cell=<synthetic pointer>, map=..., visitor=<synthetic pointer>, this=0x6cdbb22bd590) at /home/trinity/TrinityCore/src/server/game/Grids/Cells/CellImpl.h:146 | |
r_zone = {data = {Part = {grid_x = 31, grid_y = 36, cell_x = 1, cell_y = 1, nocreate = 1, reserved = 0}, All = 17045791}} | |
y = 289 | |
x = 249 | |
x_shift = 5 | |
x_start = 245 | |
y_end = <optimized out> | |
x_end = 251 | |
y_start = <optimized out> | |
#8 Visit<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck>, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (radius=<optimized out>, y_off=<optimized out>, x_off=<optimized out>, map=..., visitor=<synthetic pointer>, standing_cell=<synthetic pointer>, this=0x6cdbb22bd590) at /home/trinity/TrinityCore/src/server/game/Grids/Cells/CellImpl.h:104 | |
area = {low_bound = {x_coord = <optimized out>, y_coord = 281}, high_bound = {x_coord = <optimized out>, y_coord = 297}} | |
#9 Visit<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck>, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (radius=50000, obj=..., map=..., visitor=<synthetic pointer>, standing_cell=<synthetic pointer>, this=0x6cdbb22bd590) at /home/trinity/TrinityCore/src/server/game/Grids/Cells/CellImpl.h:68 | |
No locals. | |
#10 Cell::VisitAllObjects<Trinity::UnitListSearcher<Trinity::AnyFriendlyUnitInObjectRangeCheck> > (center_obj=0x6cdb227be000, visitor=..., radius=radius@entry=50000, dont_load=dont_load@entry=true) at /home/trinity/TrinityCore/src/server/game/Grids/Cells/CellImpl.h:214 | |
p = {x_coord = 248, y_coord = 289} | |
cell = {data = {Part = {grid_x = 31, grid_y = 36, cell_x = 0, cell_y = 1, nocreate = 1, reserved = 0}, All = 17041695}} | |
wnotifier = {i_visitor = @0x6cdbb22bd660} | |
gnotifier = <optimized out> | |
#11 0x00000000013261ac in UnitAura::FillTargetMap (this=0x6cdae1ba36e0, targets=std::unordered_map with 0 elements, caster=0x6cdb227be000) at /home/trinity/TrinityCore/src/server/game/Spells/Auras/SpellAuras.cpp:2526 | |
u_check = {i_obj = 0x6cdb227be000, i_funit = 0x6cdb227be000, i_range = 50000, i_playerOnly = true, i_incOwnRadius = false, i_incTargetRadius = true} | |
searcher = {<Trinity::ContainerInserter<Unit*>> = {ref = 0x6cdbb22bd680, inserter = 0x13275e0 <Trinity::ContainerInserter<Unit*>::InserterOf<std::deque<Unit*, std::allocator<Unit*> > >(void*, Unit*&&)>}, i_phaseMask = 17, i_check = @0x6cdbb22bd640} | |
radius = 50000 | |
units = std::deque with 11 elements = {0x6cdb227be000, 0x6cdad58b0000, 0x6cda9fcb5000, 0x6cda095f1000, 0x6cda8e928000, 0x6cda11aa1000, 0x6cda74257000, 0x6cda814ef000, 0x6cdaa6f2c000, 0x6cda7aca6000, 0x6cda8ebbc000} | |
effIndex = 0 '\000' | |
#12 0x00000000013252a6 in Aura::UpdateTargetMap (this=this@entry=0x6cdae1ba36e0, caster=caster@entry=0x6cdb227be000, apply=apply@entry=true) at /home/trinity/TrinityCore/src/server/game/Spells/Auras/SpellAuras.cpp:494 | |
targets = std::unordered_map with 0 elements | |
targetsToRemove = std::deque with -942517596528960 elements = {<error reading variable targetsToRemove (Cannot access memory at address 0x0)> | |
__FUNCTION__ = "UpdateTargetMap" | |
#13 0x0000000001325df0 in Aura::UpdateOwner (this=this@entry=0x6cdae1ba36e0, diff=diff@entry=102, owner=owner@entry=0x6cdb227be000) at /home/trinity/TrinityCore/src/server/game/Spells/Auras/SpellAuras.cpp:667 | |
__FUNCTION__ = "UpdateOwner" | |
caster = 0x6cdb227be000 | |
modSpell = 0x0 | |
modOwner = 0x0 | |
#14 0x00000000018acfae in Unit::_UpdateSpells (this=this@entry=0x6cdb227be000, time=time@entry=102) at /home/trinity/TrinityCore/src/server/game/Entities/Unit/Unit.cpp:3110 | |
i_aura = 0x6cdae1ba36e0 | |
#15 0x00000000018ca2ea in Unit::Update (this=0x6cdb227be000, p_time=102) at /home/trinity/TrinityCore/src/server/game/Entities/Unit/Unit.cpp:455 | |
No locals. | |
#16 0x0000000001940393 in Creature::Update (this=0x6cdb227be000, diff=102) at /home/trinity/TrinityCore/src/server/game/Entities/Creature/Creature.cpp:649 | |
No locals. | |
#17 0x0000000001460663 in Trinity::ObjectUpdater::Visit<Creature> (this=0x190, this@entry=0x6cdbb22bdd60, m=...) at /home/trinity/TrinityCore/src/server/game/Grids/Notifiers/GridNotifiers.cpp:406 | |
No locals. | |
#18 0x000000000176a5f8 in VisitorHelper<Trinity::ObjectUpdater, Creature> (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:45 | |
No locals. | |
#19 VisitorHelper<Trinity::ObjectUpdater, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:51 | |
No locals. | |
#20 VisitorHelper<Trinity::ObjectUpdater, GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:52 | |
No locals. | |
#21 VisitorHelper<Trinity::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:58 | |
No locals. | |
#22 Visit (c=..., this=0x6cdbb22bdd70) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:92 | |
No locals. | |
#23 Visit<Trinity::ObjectUpdater> (visitor=..., this=0x6cdab80731e8) at /home/trinity/TrinityCore/src/server/game/Grids/Grid.h:91 | |
No locals. | |
#24 VisitGrid<Trinity::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (visitor=..., y=<optimized out>, x=0, this=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Grids/NGrid.h:153 | |
No locals. | |
#25 Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (visitor=..., cell=..., this=0x6cdaa7720000) at /home/trinity/TrinityCore/src/server/game/Maps/Map.h:810 | |
No locals. | |
#26 Map::VisitNearbyCellsOf (this=0x6cdaa7720000, obj=<optimized out>, gridVisitor=..., worldVisitor=...) at /home/trinity/TrinityCore/src/server/game/Maps/Map.cpp:687 | |
cell_id = 148216 | |
pair = {x_coord = 248, y_coord = 289} | |
cell = {data = {Part = {grid_x = 31, grid_y = 36, cell_x = 0, cell_y = 1, nocreate = 1, reserved = 0}, All = 17041695}} | |
y = 289 | |
x = 248 | |
area = {low_bound = {x_coord = <optimized out>, y_coord = 286}, high_bound = {x_coord = 250, y_coord = 291}} | |
worldVisitor = @0x6cdbb22bdd80: {i_visitor = @0x6cdbb22bdd60} | |
gridVisitor = @0x6cdbb22bdd70: {i_visitor = @0x6cdbb22bdd60} | |
obj = <optimized out> | |
this = 0x6cdaa7720000 | |
#27 0x00000000017738e3 in Map::Update (this=this@entry=0x6cdaa7720000, t_diff=t_diff@entry=102) at /home/trinity/TrinityCore/src/server/game/Maps/Map.cpp:729 | |
updater = {i_timeDiff = 102} | |
grid_object_update = {i_visitor = @0x6cdbb22bdd60} | |
mapId = "`\335+\262\333l\000\000\000\002\000\000\000\000\000\000\200\335+\262\333l\000\000\000\000\000\000\000\000\000\000\200\335+\262\333l\000\000\230\346,=\334l\000\000x\340ӵ\332l\000\000\000\000\000\000\000\000\000\000\270\357ӵ\332l\000\000\030\000\000\000\000\000\000\000\030\343~\004\333l\000\000\000\000\000\000\000\000\000\000 2A\002", '\000' <repeats 12 times>, "Ʌ,=\334l\000\000\231\\\220<\334l\000\000\320.\343\001\000\000\000\000\000\024Ώ\332l\000\000\000\000\000\000\000\000\000\000\200Z\270\a\333l\000\000\320.\343\001\000\000\000\000\000\000r\247\332l\000\000f\000\000\000\000\000\000\000 \372\017\227\333l\000\000\240\205\273\000\000\000\000\000"... | |
world_object_update = {i_visitor = @0x6cdbb22bdd60} | |
totalAdds = "`\335+\262\333l\000\000\000\002\000\000\000\000\000\000\200\335+\262\333l\000\000\000\000\000\000\000\000\000\000\200\335+\262\333l\000\000\230\346,=\334l\000\000x\340ӵ\332l\000\000\000\000\000\000\000\000\000\000\270\357ӵ\332l\000\000\030\000\000\000\000\000\000\000\030\343~\004\333l\000\000\000\000\000\000\000\000\000\000 2A\002", '\000' <repeats 12 times>, "Ʌ,=\334l\000\000\231\\\220<\334l\000\000\320.\343\001\000\000\000\000\000\024Ώ\332l\000\000\000\000\000\000\000\000\000\000\200Z\270\a\333l\000\000\320.\343\001\000\000\000\000\000\000r\247\332l\000\000f\000\000\000\000\000\000\000 \372\017\227\333l\000\000\240\205\273\000\000\000\000\000"... | |
totalActive = "" | |
#28 0x00000000017740f0 in InstanceMap::Update (this=0x6cdaa7720000, t_diff=102) at /home/trinity/TrinityCore/src/server/game/Maps/Map.cpp:3223 | |
No locals. | |
#29 0x000000000175dea1 in call (this=0x6cdb970ffa20) at /home/trinity/TrinityCore/src/server/game/Maps/MapUpdater.cpp:42 | |
No locals. | |
#30 MapUpdater::WorkerThread (this=0x2413220 <MapManager::instance()::instance+160>) at /home/trinity/TrinityCore/src/server/game/Maps/MapUpdater.cpp:113 | |
request = 0x6cdb970ffa20 | |
#31 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#32 0x00006cdc3d2c5064 in start_thread (arg=0x6cdbb22be700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdbb22be700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119690842859264, 3131122856329082088, 1, 119693207453792, 132455638204576, 119690842859264, -953461358251608856, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#33 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 25 (Thread 0x6cdbb2b51700 (LWP 60728)): | |
#0 0x00006cdc3c911390 in std::string::swap(std::string&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#1 0x0000000001b16ae4 in operator= (__str=<unknown type in /home/trinity/server/bin/worldserver, CU 0x166502b5, DIE 0x166811f6>, this=0x6cdbb2b50710) at /usr/include/c++/4.9/bits/basic_string.h:592 | |
No locals. | |
#2 Log::GetLoggerByType (this=0x24179c0 <Log::instance()::instance>, type="entities.unit") at /home/trinity/TrinityCore/src/common/Logging/Log.cpp:253 | |
it = {<std::__detail::_Node_iterator_base<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::unique_ptr<Logger, std::default_delete<Logger> > >, true>> = {_M_cur = 0x0}, <No data fields>} | |
parentLogger = "root" | |
#3 0x0000000001b16c08 in Log::ShouldLog (this=<optimized out>, type="entities.unit", level=level@entry=LOG_LEVEL_DEBUG) at /home/trinity/TrinityCore/src/common/Logging/Log.cpp:347 | |
logger = <optimized out> | |
logLevel = <optimized out> | |
#4 0x00000000018df342 in Unit::AttackerStateUpdate (this=0x6cdb0c50d000, victim=victim@entry=0x6cda76cb8000, attType=attType@entry=BASE_ATTACK, extra=extra@entry=false) at /home/trinity/TrinityCore/src/server/game/Entities/Unit/Unit.cpp:2164 | |
damageInfo = {attacker = 0x6cdb0c50d000, target = 0x6cda76cb8000, damageSchoolMask = 1, damage = 10, absorb = 0, resist = 0, blocked_amount = 0, HitInfo = 2, TargetState = 1, attackType = BASE_ATTACK, procAttacker = 4194308, procVictim = 1048584, cleanDamage = 6, hitOutCome = MELEE_HIT_NORMAL} | |
dmgInfo = {m_attacker = 0x6cdb0c50d000, m_victim = 0x6cda76cb8000, m_damage = 10, m_spellInfo = 0x0, m_schoolMask = SPELL_SCHOOL_MASK_NORMAL, m_damageType = DIRECT_DAMAGE, m_attackType = BASE_ATTACK, m_absorb = 0, m_resist = 0, m_block = 0, m_hitMask = 1} | |
#5 0x00000000015d736f in UnitAI::DoMeleeAttackIfReady (this=0x6cdaba17da60) at /home/trinity/TrinityCore/src/server/game/AI/CoreAI/UnitAI.cpp:72 | |
No locals. | |
#6 0x000000000194043e in Creature::Update (this=0x6cdb0c50d000, diff=102) at /home/trinity/TrinityCore/src/server/game/Entities/Creature/Creature.cpp:727 | |
No locals. | |
#7 0x0000000001460663 in Trinity::ObjectUpdater::Visit<Creature> (this=0x6cdbb2b50710, this@entry=0x6cdbb2b50d80, m=...) at /home/trinity/TrinityCore/src/server/game/Grids/Notifiers/GridNotifiers.cpp:406 | |
No locals. | |
#8 0x000000000176a5f8 in VisitorHelper<Trinity::ObjectUpdater, Creature> (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:45 | |
No locals. | |
#9 VisitorHelper<Trinity::ObjectUpdater, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:51 | |
No locals. | |
#10 VisitorHelper<Trinity::ObjectUpdater, GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:52 | |
No locals. | |
#11 VisitorHelper<Trinity::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (c=..., v=...) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:58 | |
No locals. | |
#12 Visit (c=..., this=0x6cdbb2b50d90) at /home/trinity/TrinityCore/src/server/game/Grids/Dynamic/TypeContainerVisitor.h:92 | |
No locals. | |
#13 Visit<Trinity::ObjectUpdater> (visitor=..., this=0x6cda82598638) at /home/trinity/TrinityCore/src/server/game/Grids/Grid.h:91 | |
No locals. | |
#14 VisitGrid<Trinity::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (visitor=..., y=<optimized out>, x=1, this=<optimized out>) at /home/trinity/TrinityCore/src/server/game/Grids/NGrid.h:153 | |
No locals. | |
#15 Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (visitor=..., cell=..., this=0x6cdc15a5b000) at /home/trinity/TrinityCore/src/server/game/Maps/Map.h:810 | |
No locals. | |
#16 Map::VisitNearbyCellsOf (this=0x6cdc15a5b000, obj=<optimized out>, gridVisitor=..., worldVisitor=...) at /home/trinity/TrinityCore/src/server/game/Maps/Map.cpp:687 | |
cell_id = 113905 | |
pair = {x_coord = 241, y_coord = 222} | |
cell = {data = {Part = {grid_x = 30, grid_y = 27, cell_x = 1, cell_y = 6, nocreate = 1, reserved = 0}, All = 18355934}} | |
y = 222 | |
x = 241 | |
area = {low_bound = {x_coord = <optimized out>, y_coord = 220}, high_bound = {x_coord = 243, y_coord = 223}} | |
worldVisitor = @0x6cdbb2b50da0: {i_visitor = @0x6cdbb2b50d80} | |
gridVisitor = @0x6cdbb2b50d90: {i_visitor = @0x6cdbb2b50d80} | |
obj = <optimized out> | |
this = 0x6cdc15a5b000 | |
#17 0x00000000017738e3 in Map::Update (this=0x6cdc15a5b000, t_diff=102) at /home/trinity/TrinityCore/src/server/game/Maps/Map.cpp:729 | |
updater = {i_timeDiff = 102} | |
grid_object_update = {i_visitor = @0x6cdbb2b50d80} | |
mapId = "spells\000\000\000\260\245\025\334l\000\000 2A\002\000\000\000\000f\000" | |
world_object_update = {i_visitor = @0x6cdbb2b50d80} | |
totalAdds = "root\000s\000\000\000\260\244\311\332l\000\000\000\306\307u\333l\000\000\000\001\031\001\221\000\060\361root\000rk\000\240q\216P\333l\000\000\037\036\000\274\244\001@\361\037\036\000\274\244\001@\361network\000\200%\275`\333l\000\000\257\000\000!p\000\060\361\257\000\000!p\000\060\361root\000rk\000\360\265\244\311\332l\000\000\300\205\211`\333l\000\000\200\375\226\311\332l\000\000spells\000\000 \272\266X\333l\000\000\066\001\000\321\355\002\020\361\066\001\000\321\355\002\020\361", '\000' <repeats 40 times>... | |
totalActive = "root" | |
#18 0x000000000175dea1 in call (this=0x6cdbb2e0b4c0) at /home/trinity/TrinityCore/src/server/game/Maps/MapUpdater.cpp:42 | |
No locals. | |
#19 MapUpdater::WorkerThread (this=0x2413220 <MapManager::instance()::instance+160>) at /home/trinity/TrinityCore/src/server/game/Maps/MapUpdater.cpp:113 | |
request = 0x6cdbb2e0b4c0 | |
#20 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#21 0x00006cdc3d2c5064 in start_thread (arg=0x6cdbb2b51700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdbb2b51700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119690851849984, 3131122856329082088, 1, 119693207453792, 132455638204576, 119690851849984, -953462605402737432, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#22 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 24 (Thread 0x6cdc2c6fa700 (LWP 60717)): | |
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
No locals. | |
#1 0x00006cdc3c905c7c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#2 0x0000000001ac692f in WaitAndPop (value=<synthetic pointer>, this=<optimized out>) at /home/trinity/TrinityCore/src/common/Threading/ProducerConsumerQueue.h:76 | |
lock = {_M_device = 0x6cdc3903f240, _M_owns = true} | |
#3 DatabaseWorker::WorkerThread (this=0x6cdc390c15c0) at /home/trinity/TrinityCore/src/server/database/Database/DatabaseWorker.cpp:48 | |
operation = 0x0 | |
#4 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#5 0x00006cdc3d2c5064 in start_thread (arg=0x6cdc2c6fa700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdc2c6fa700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119692894119680, 3131122856329082088, 1, 119693207453792, 132455638212960, 119692894119680, -951487148616715032, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#6 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 23 (Thread 0x6cdc2cfb9700 (LWP 60715)): | |
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
No locals. | |
#1 0x00006cdc3c905c7c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#2 0x0000000001ac692f in WaitAndPop (value=<synthetic pointer>, this=<optimized out>) at /home/trinity/TrinityCore/src/common/Threading/ProducerConsumerQueue.h:76 | |
lock = {_M_device = 0x6cdc3903f240, _M_owns = true} | |
#3 DatabaseWorker::WorkerThread (this=0x6cdc390c1640) at /home/trinity/TrinityCore/src/server/database/Database/DatabaseWorker.cpp:48 | |
operation = 0x0 | |
#4 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#5 0x00006cdc3d2c5064 in start_thread (arg=0x6cdc2cfb9700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdc2cfb9700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119692903290624, 3131122856329082088, 1, 119693207453792, 132455638212960, 119692903290624, -951488419390163736, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#6 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 22 (Thread 0x6cdc2d881700 (LWP 60713)): | |
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
No locals. | |
#1 0x00006cdc3c905c7c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#2 0x0000000001ac692f in WaitAndPop (value=<synthetic pointer>, this=<optimized out>) at /home/trinity/TrinityCore/src/common/Threading/ProducerConsumerQueue.h:76 | |
lock = {_M_device = 0x6cdc3903f240, _M_owns = true} | |
#3 DatabaseWorker::WorkerThread (this=0x6cdc390c1680) at /home/trinity/TrinityCore/src/server/database/Database/DatabaseWorker.cpp:48 | |
operation = 0x0 | |
#4 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#5 0x00006cdc3d2c5064 in start_thread (arg=0x6cdc2d881700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdc2d881700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119692912498432, 3131122856329082088, 1, 119693207453792, 132455638212960, 119692912498432, -951490193211656984, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#6 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 21 (Thread 0x6cdc2e0d6700 (LWP 60711)): | |
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
No locals. | |
#1 0x00006cdc3c905c7c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#2 0x0000000001ac692f in WaitAndPop (value=<synthetic pointer>, this=<optimized out>) at /home/trinity/TrinityCore/src/common/Threading/ProducerConsumerQueue.h:76 | |
lock = {_M_device = 0x6cdc3903f240, _M_owns = true} | |
#3 DatabaseWorker::WorkerThread (this=0x6cdc390c16c0) at /home/trinity/TrinityCore/src/server/database/Database/DatabaseWorker.cpp:48 | |
operation = 0x0 | |
#4 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#5 0x00006cdc3d2c5064 in start_thread (arg=0x6cdc2e0d6700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdc2e0d6700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119692921235200, 3131122856329082088, 1, 119693207453792, 132455638212960, 119692921235200, -951482456364944152, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#6 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 20 (Thread 0x6cdc2e926700 (LWP 60695)): | |
#0 0x00006cdc3d2cba9d in read () at ../sysdeps/unix/syscall-template.S:81 | |
No locals. | |
#1 0x00006cdc3cdc4e44 in vio_read_buff () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#2 0x00006cdc3cdb498e in ?? () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#3 0x00006cdc3cdb560d in my_net_read () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#4 0x00006cdc3cdae97c in cli_safe_read () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#5 0x00006cdc3cdafbb2 in ?? () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#6 0x00006cdc3cdaafa4 in ?? () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#7 0x00006cdc3cdab929 in cli_stmt_execute () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#8 0x00006cdc3cdacb4d in mysql_stmt_execute () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#9 0x0000000001a90aa8 in MySQLConnection::Execute (this=0x6cdc3908cc80, stmt=0x6cda55b10130) at /home/trinity/TrinityCore/src/server/database/Database/MySQLConnection.cpp:226 | |
m_mStmt = 0x6cdc2820a470 | |
__FUNCTION__ = "Execute" | |
index = <optimized out> | |
#10 0x0000000001a8a0cd in PreparedStatementTask::Execute (this=0x6cda55b10160) at /home/trinity/TrinityCore/src/server/database/Database/PreparedStatement.cpp:475 | |
No locals. | |
#11 0x0000000001ac68a5 in call (this=0x6cda55b10160) at /home/trinity/TrinityCore/src/server/database/Database/SQLOperation.h:62 | |
No locals. | |
#12 DatabaseWorker::WorkerThread (this=0x6cdc390c1b40) at /home/trinity/TrinityCore/src/server/database/Database/DatabaseWorker.cpp:54 | |
operation = 0x6cda55b10160 | |
#13 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#14 0x00006cdc3d2c5064 in start_thread (arg=0x6cdc2e926700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdc2e926700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119692929951488, 3131122856329082088, 1, 119693207453792, 132455638212960, 119692929951488, -951483822164544280, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#15 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 19 (Thread 0x6cdc2f146700 (LWP 60693)): | |
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
No locals. | |
#1 0x00006cdc3c905c7c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#2 0x0000000001ac692f in WaitAndPop (value=<synthetic pointer>, this=<optimized out>) at /home/trinity/TrinityCore/src/common/Threading/ProducerConsumerQueue.h:76 | |
lock = {_M_device = 0x6cdc3903f300, _M_owns = true} | |
#3 DatabaseWorker::WorkerThread (this=0x6cdc390c1bc0) at /home/trinity/TrinityCore/src/server/database/Database/DatabaseWorker.cpp:48 | |
operation = 0x0 | |
#4 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#5 0x00006cdc3d2c5064 in start_thread (arg=0x6cdc2f146700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdc2f146700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119692938471168, 3131122856329082088, 1, 119693207453792, 132455638212960, 119692938471168, -951484870136564504, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#6 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 18 (Thread 0x6cdc2f9ac700 (LWP 60691)): | |
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
No locals. | |
#1 0x00006cdc3c905c7c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#2 0x0000000001ac692f in WaitAndPop (value=<synthetic pointer>, this=<optimized out>) at /home/trinity/TrinityCore/src/common/Threading/ProducerConsumerQueue.h:76 | |
lock = {_M_device = 0x6cdc3903f300, _M_owns = true} | |
#3 DatabaseWorker::WorkerThread (this=0x6cdc390c1c40) at /home/trinity/TrinityCore/src/server/database/Database/DatabaseWorker.cpp:48 | |
operation = 0x0 | |
#4 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#5 0x00006cdc3d2c5064 in start_thread (arg=0x6cdc2f9ac700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdc2f9ac700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119692947277568, 3131122856329082088, 1, 119693207453792, 132455638212960, 119692947277568, -951485955689548568, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#6 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 17 (Thread 0x6cdc302a5700 (LWP 60689)): | |
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
No locals. | |
#1 0x00006cdc3c905c7c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#2 0x0000000001ac692f in WaitAndPop (value=<synthetic pointer>, this=<optimized out>) at /home/trinity/TrinityCore/src/common/Threading/ProducerConsumerQueue.h:76 | |
lock = {_M_device = 0x6cdc3903f300, _M_owns = true} | |
#3 DatabaseWorker::WorkerThread (this=0x6cdc390c1cc0) at /home/trinity/TrinityCore/src/server/database/Database/DatabaseWorker.cpp:48 | |
operation = 0x0 | |
#4 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#5 0x00006cdc3d2c5064 in start_thread (arg=0x6cdc302a5700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdc302a5700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119692956686080, 3131122856329082088, 1, 119693207453792, 132455638212960, 119692956686080, -951495435219241752, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#6 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 16 (Thread 0x6cdc30b09700 (LWP 60687)): | |
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
No locals. | |
#1 0x00006cdc3c905c7c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#2 0x0000000001ac692f in WaitAndPop (value=<synthetic pointer>, this=<optimized out>) at /home/trinity/TrinityCore/src/common/Threading/ProducerConsumerQueue.h:76 | |
lock = {_M_device = 0x6cdc3903f300, _M_owns = true} | |
#3 DatabaseWorker::WorkerThread (this=0x6cdc390c1d80) at /home/trinity/TrinityCore/src/server/database/Database/DatabaseWorker.cpp:48 | |
operation = 0x0 | |
#4 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#5 0x00006cdc3d2c5064 in start_thread (arg=0x6cdc30b09700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdc30b09700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119692965484288, 3131122856329082088, 1, 119693207453792, 132455638212960, 119692965484288, -951496725856914200, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#6 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 15 (Thread 0x6cdc313c6700 (LWP 60685)): | |
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
No locals. | |
#1 0x00006cdc3c905c7c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#2 0x0000000001ac692f in WaitAndPop (value=<synthetic pointer>, this=<optimized out>) at /home/trinity/TrinityCore/src/common/Threading/ProducerConsumerQueue.h:76 | |
lock = {_M_device = 0x6cdc3903f300, _M_owns = true} | |
#3 DatabaseWorker::WorkerThread (this=0x6cdc390c1d40) at /home/trinity/TrinityCore/src/server/database/Database/DatabaseWorker.cpp:48 | |
operation = 0x0 | |
#4 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#5 0x00006cdc3d2c5064 in start_thread (arg=0x6cdc313c6700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdc313c6700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119692974647040, 3131122856329082088, 1, 119693207453792, 132455638212960, 119692974647040, -951497720678714136, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#6 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 14 (Thread 0x6cdc31cb4700 (LWP 60683)): | |
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
No locals. | |
#1 0x00006cdc3c905c7c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#2 0x0000000001ac692f in WaitAndPop (value=<synthetic pointer>, this=<optimized out>) at /home/trinity/TrinityCore/src/common/Threading/ProducerConsumerQueue.h:76 | |
lock = {_M_device = 0x6cdc3903f300, _M_owns = true} | |
#3 DatabaseWorker::WorkerThread (this=0x6cdc390c1f40) at /home/trinity/TrinityCore/src/server/database/Database/DatabaseWorker.cpp:48 | |
operation = 0x0 | |
#4 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#5 0x00006cdc3d2c5064 in start_thread (arg=0x6cdc31cb4700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdc31cb4700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119692984010496, 3131122856329082088, 1, 119693207453792, 132455638212960, 119692984010496, -951499549261040408, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#6 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 13 (Thread 0x6cdc32534700 (LWP 60681)): | |
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
No locals. | |
#1 0x00006cdc3c905c7c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#2 0x0000000001ac692f in WaitAndPop (value=<synthetic pointer>, this=<optimized out>) at /home/trinity/TrinityCore/src/common/Threading/ProducerConsumerQueue.h:76 | |
lock = {_M_device = 0x6cdc3903f300, _M_owns = true} | |
#3 DatabaseWorker::WorkerThread (this=0x6cdc390c1e40) at /home/trinity/TrinityCore/src/server/database/Database/DatabaseWorker.cpp:48 | |
operation = 0x0 | |
#4 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#5 0x00006cdc3d2c5064 in start_thread (arg=0x6cdc32534700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdc32534700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119692992923392, 3131122856329082088, 1, 119693207453792, 132455638212960, 119692992923392, -951492058838076184, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#6 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 12 (Thread 0x6cdc32dc2700 (LWP 60679)): | |
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
No locals. | |
#1 0x00006cdc3c905c7c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#2 0x0000000001ac692f in WaitAndPop (value=<synthetic pointer>, this=<optimized out>) at /home/trinity/TrinityCore/src/common/Threading/ProducerConsumerQueue.h:76 | |
lock = {_M_device = 0x6cdc3903f300, _M_owns = true} | |
#3 DatabaseWorker::WorkerThread (this=0x6cdc390c1e80) at /home/trinity/TrinityCore/src/server/database/Database/DatabaseWorker.cpp:48 | |
operation = 0x0 | |
#4 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#5 0x00006cdc3d2c5064 in start_thread (arg=0x6cdc32dc2700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdc32dc2700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119693001893632, 3131122856329082088, 1, 119693207453792, 132455638212960, 119693001893632, -951493045606812440, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#6 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 11 (Thread 0x6cdc33652700 (LWP 60677)): | |
#0 0x00006cdc3d2cba9d in read () at ../sysdeps/unix/syscall-template.S:81 | |
No locals. | |
#1 0x00006cdc3cdc4e44 in vio_read_buff () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#2 0x00006cdc3cdb498e in ?? () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#3 0x00006cdc3cdb560d in my_net_read () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#4 0x00006cdc3cdae97c in cli_safe_read () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#5 0x00006cdc3cdafbb2 in ?? () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#6 0x00006cdc3cdaafa4 in ?? () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#7 0x00006cdc3cdab929 in cli_stmt_execute () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#8 0x00006cdc3cdacb4d in mysql_stmt_execute () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#9 0x0000000001a90aa8 in MySQLConnection::Execute (this=this@entry=0x6cdc3908c780, stmt=0x6cdae83ebbb0) at /home/trinity/TrinityCore/src/server/database/Database/MySQLConnection.cpp:226 | |
m_mStmt = 0x6cdc2ac8edd0 | |
__FUNCTION__ = "Execute" | |
index = <optimized out> | |
#10 0x0000000001a91751 in MySQLConnection::ExecuteTransaction (this=0x6cdc3908c780, transaction=std::shared_ptr (count 1, weak 0) 0x6cdb59aaa9b0) at /home/trinity/TrinityCore/src/server/database/Database/MySQLConnection.cpp:387 | |
stmt = <optimized out> | |
itr = {element = {stmt = , query = "\320\355\310*\334l"}, type = SQL_ELEMENT_PREPARED} | |
queries = std::vector of length 26, capacity 32 = {{element = {stmt = 0x6cdb3085c280, query = 0x6cdb3085c280 ""}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cda8d5972b0, query = 0x6cda8d5972b0 "\220r\345*\334l"}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdb47ea02e0, query = 0x6cdb47ea02e0 "`\245\202*\334l"}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdafcbbbc70, query = 0x6cdafcbbbc70 "@\307\335*\334l"}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdb557e01c0, query = 0x6cdb557e01c0 "\240\306\335*\334l"}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdae835db50, query = 0x6cdae835db50 "0\355\310*\334l"}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdae83ebbb0, query = 0x6cdae83ebbb0 "\320\355\310*\334l"}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdae8427130, query = 0x6cdae8427130 ""}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdae8542580, query = 0x6cdae8542580 ""}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdae85de7f0, query = 0x6cdae85de7f0 ""}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdae88f4490, query = 0x6cdae88f4490 ""}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdae8969100, query = 0x6cdae8969100 ""}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdae8969d30, query = 0x6cdae8969d30 ""}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdae89c6910, query = 0x6cdae89c6910 ""}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdaea3e0670, query = 0x6cdaea3e0670 ""}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdaf0f2cac0, query = 0x6cdaf0f2cac0 ""}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdaf1581af0, query = 0x6cdaf1581af0 ""}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdaf1584100, query = 0x6cdaf1584100 ""}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdaf17ff1c0, query = 0x6cdaf17ff1c0 ""}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdaf72cf760, query = 0x6cdaf72cf760 ""}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdaf72cfeb0, query = 0x6cdaf72cfeb0 ""}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdb0b75abe0, query = 0x6cdb0b75abe0 ""}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdb0f8310a0, query = 0x6cdb0f8310a0 ""}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdb0f8d19a0, query = 0x6cdb0f8d19a0 ""}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdb0fa50850, query = 0x6cdb0fa50850 ""}, type = SQL_ELEMENT_PREPARED}, {element = {stmt = 0x6cdb0fb00580, query = 0x6cdb0fb00580 ""}, type = SQL_ELEMENT_PREPARED}} | |
__FUNCTION__ = "ExecuteTransaction" | |
#11 0x0000000001a93a9d in TransactionTask::Execute (this=0x6cdba6ba3b20) at /home/trinity/TrinityCore/src/server/database/Database/Transaction.cpp:68 | |
errorCode = <optimized out> | |
#12 0x0000000001ac68a5 in call (this=0x6cdba6ba3b20) at /home/trinity/TrinityCore/src/server/database/Database/SQLOperation.h:62 | |
No locals. | |
#13 DatabaseWorker::WorkerThread (this=0x6cdc390c1fc0) at /home/trinity/TrinityCore/src/server/database/Database/DatabaseWorker.cpp:54 | |
operation = 0x6cdba6ba3b20 | |
#14 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#15 0x00006cdc3d2c5064 in start_thread (arg=0x6cdc33652700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdc33652700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119693010872064, 3131122856329082088, 1, 119693207453792, 132455638212960, 119693010872064, -951493792931121944, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#16 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 10 (Thread 0x6cdc33f42700 (LWP 60675)): | |
#0 0x00006cdc3d2cba9d in read () at ../sysdeps/unix/syscall-template.S:81 | |
No locals. | |
#1 0x00006cdc3cdc4e44 in vio_read_buff () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#2 0x00006cdc3cdb498e in ?? () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#3 0x00006cdc3cdb560d in my_net_read () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#4 0x00006cdc3cdae97c in cli_safe_read () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#5 0x00006cdc3cdafbb2 in ?? () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#6 0x00006cdc3cdaafa4 in ?? () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#7 0x00006cdc3cdab929 in cli_stmt_execute () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#8 0x00006cdc3cdacb4d in mysql_stmt_execute () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#9 0x0000000001a90aa8 in MySQLConnection::Execute (this=0x6cdc3908c700, stmt=0x6cdad1b1e3d0) at /home/trinity/TrinityCore/src/server/database/Database/MySQLConnection.cpp:226 | |
m_mStmt = 0x6cdc39241740 | |
__FUNCTION__ = "Execute" | |
index = <optimized out> | |
#10 0x0000000001a8a0cd in PreparedStatementTask::Execute (this=0x6cdacfdd1880) at /home/trinity/TrinityCore/src/server/database/Database/PreparedStatement.cpp:475 | |
No locals. | |
#11 0x0000000001ac68a5 in call (this=0x6cdacfdd1880) at /home/trinity/TrinityCore/src/server/database/Database/SQLOperation.h:62 | |
No locals. | |
#12 DatabaseWorker::WorkerThread (this=0x6cdc390c5040) at /home/trinity/TrinityCore/src/server/database/Database/DatabaseWorker.cpp:54 | |
operation = 0x6cdacfdd1880 | |
#13 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#14 0x00006cdc3d2c5064 in start_thread (arg=0x6cdc33f42700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdc33f42700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119693020243712, 3131122856329082088, 1, 119693207453792, 132455638212960, 119693020243712, -951495038471637784, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#15 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 9 (Thread 0x6cdc347c2700 (LWP 60673)): | |
#0 0x00006cdc3d2cba9d in read () at ../sysdeps/unix/syscall-template.S:81 | |
No locals. | |
#1 0x00006cdc3cdc4e44 in vio_read_buff () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#2 0x00006cdc3cdb498e in ?? () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#3 0x00006cdc3cdb560d in my_net_read () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#4 0x00006cdc3cdae97c in cli_safe_read () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#5 0x00006cdc3cdafbb2 in ?? () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#6 0x00006cdc3cdaafa4 in ?? () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#7 0x00006cdc3cdab929 in cli_stmt_execute () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#8 0x00006cdc3cdacb4d in mysql_stmt_execute () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#9 0x0000000001a90aa8 in MySQLConnection::Execute (this=this@entry=0x6cdc3908c680, stmt=0x6cda55b10250) at /home/trinity/TrinityCore/src/server/database/Database/MySQLConnection.cpp:226 | |
m_mStmt = 0x6cdc2b6376f0 | |
__FUNCTION__ = "Execute" | |
index = <optimized out> | |
#10 0x0000000001a91751 in MySQLConnection::ExecuteTransaction (this=0x6cdc3908c680, transaction=std::shared_ptr (count 1, weak 0) 0x6cda55b102c0) at /home/trinity/TrinityCore/src/server/database/Database/MySQLConnection.cpp:387 | |
stmt = <optimized out> | |
itr = {element = {stmt = , query = "\360vc+\334l"}, type = SQL_ELEMENT_PREPARED} | |
queries = std::vector of length 1, capacity 1 = {{element = {stmt = 0x6cda55b10250, query = 0x6cda55b10250 "\360vc+\334l"}, type = SQL_ELEMENT_PREPARED}} | |
__FUNCTION__ = "ExecuteTransaction" | |
#11 0x0000000001a93a9d in TransactionTask::Execute (this=0x6cdbb2e095a0) at /home/trinity/TrinityCore/src/server/database/Database/Transaction.cpp:68 | |
errorCode = <optimized out> | |
#12 0x0000000001ac68a5 in call (this=0x6cdbb2e095a0) at /home/trinity/TrinityCore/src/server/database/Database/SQLOperation.h:62 | |
No locals. | |
#13 DatabaseWorker::WorkerThread (this=0x6cdc390c5180) at /home/trinity/TrinityCore/src/server/database/Database/DatabaseWorker.cpp:54 | |
operation = 0x6cdbb2e095a0 | |
#14 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#15 0x00006cdc3d2c5064 in start_thread (arg=0x6cdc347c2700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdc347c2700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119693029156608, 3131122856329082088, 1, 119693207453792, 132455638212960, 119693029156608, -951504865356811032, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#16 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 8 (Thread 0x6cdc34fd4700 (LWP 60671)): | |
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
No locals. | |
#1 0x00006cdc3c905c7c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#2 0x0000000001ac692f in WaitAndPop (value=<synthetic pointer>, this=<optimized out>) at /home/trinity/TrinityCore/src/common/Threading/ProducerConsumerQueue.h:76 | |
lock = {_M_device = 0x6cdc3903f3c0, _M_owns = true} | |
#3 DatabaseWorker::WorkerThread (this=0x6cdc390c50c0) at /home/trinity/TrinityCore/src/server/database/Database/DatabaseWorker.cpp:48 | |
operation = 0x0 | |
#4 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#5 0x00006cdc3d2c5064 in start_thread (arg=0x6cdc34fd4700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdc34fd4700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119693037618944, 3131122856329082088, 1, 119693207453792, 132455638212960, 119693037618944, -951505957352246040, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#6 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 7 (Thread 0x6cdc357f0700 (LWP 60670)): | |
#0 0x00006cdc3d2cba9d in read () at ../sysdeps/unix/syscall-template.S:81 | |
No locals. | |
#1 0x00006cdc3cdc4e44 in vio_read_buff () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#2 0x00006cdc3cdb498e in ?? () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#3 0x00006cdc3cdb560d in my_net_read () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#4 0x00006cdc3cdae97c in cli_safe_read () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#5 0x00006cdc3cdafbb2 in ?? () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#6 0x00006cdc3cdaafa4 in ?? () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#7 0x00006cdc3cdab929 in cli_stmt_execute () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#8 0x00006cdc3cdacb4d in mysql_stmt_execute () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 | |
No symbol table info available. | |
#9 0x0000000001a90aa8 in MySQLConnection::Execute (this=0x6cdc3908c300, stmt=0x6cda55b10280) at /home/trinity/TrinityCore/src/server/database/Database/MySQLConnection.cpp:226 | |
m_mStmt = 0x6cdc3936f6a0 | |
__FUNCTION__ = "Execute" | |
index = <optimized out> | |
#10 0x0000000001a8a0cd in PreparedStatementTask::Execute (this=0x6cda55b10310) at /home/trinity/TrinityCore/src/server/database/Database/PreparedStatement.cpp:475 | |
No locals. | |
#11 0x0000000001ac68a5 in call (this=0x6cda55b10310) at /home/trinity/TrinityCore/src/server/database/Database/SQLOperation.h:62 | |
No locals. | |
#12 DatabaseWorker::WorkerThread (this=0x6cdc390c5140) at /home/trinity/TrinityCore/src/server/database/Database/DatabaseWorker.cpp:54 | |
operation = 0x6cda55b10310 | |
#13 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#14 0x00006cdc3d2c5064 in start_thread (arg=0x6cdc357f0700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdc357f0700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119693046122240, 3131122856329082088, 1, 119693207453792, 132455638212960, 119693046122240, -951507089076128536, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#15 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 6 (Thread 0x6cdc35ffe700 (LWP 60669)): | |
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
No locals. | |
#1 0x00006cdc3c905c7c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#2 0x0000000001ac692f in WaitAndPop (value=<synthetic pointer>, this=<optimized out>) at /home/trinity/TrinityCore/src/common/Threading/ProducerConsumerQueue.h:76 | |
lock = {_M_device = 0x6cdc3903f3c0, _M_owns = true} | |
#3 DatabaseWorker::WorkerThread (this=0x6cdc390c5200) at /home/trinity/TrinityCore/src/server/database/Database/DatabaseWorker.cpp:48 | |
operation = 0x0 | |
#4 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#5 0x00006cdc3d2c5064 in start_thread (arg=0x6cdc35ffe700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdc35ffe700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119693054568192, 3131122856329082088, 1, 119693207453792, 132455638212960, 119693054568192, -951508178924079896, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#6 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 5 (Thread 0x6cdc36f80700 (LWP 60668)): | |
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
No locals. | |
#1 0x00006cdc3c905c7c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#2 0x0000000001ac692f in WaitAndPop (value=<synthetic pointer>, this=<optimized out>) at /home/trinity/TrinityCore/src/common/Threading/ProducerConsumerQueue.h:76 | |
lock = {_M_device = 0x6cdc3903f3c0, _M_owns = true} | |
#3 DatabaseWorker::WorkerThread (this=0x6cdc390c51c0) at /home/trinity/TrinityCore/src/server/database/Database/DatabaseWorker.cpp:48 | |
operation = 0x0 | |
#4 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | |
No symbol table info available. | |
#5 0x00006cdc3d2c5064 in start_thread (arg=0x6cdc36f80700) at pthread_create.c:309 | |
__res = <optimized out> | |
pd = 0x6cdc36f80700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {119693070829312, 3131122856329082088, 1, 119693105071968, 17, 119693070829312, -951501651647531800, -951523971025341208}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#6 0x00006cdc3c07962d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. | |
Thread 3 (Thread 0x6cdc3831e700 (LWP 60666)): | |
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
No locals. | |
#1 0x0000000000c07dc5 in wait<boost::asio::detail::scoped_lock<boost::asio::detail::posix_mutex> > (lock=..., this=0x6cdc3831de20) at /usr/include/boost/asio/detail/posix_event.hpp:80 | |
No locals. | |
#2 do_run_one (ec=..., this_thread=..., lock=..., this=0x6cdc3903f600) at /usr/include/boost/asio/detail/impl/task_io_service.ipp:395 | |
No locals. | |
#3 boost::asio::detail::task_io_service::run (this=0x6cdc3903f600, ec=...) at /usr/include/boost/asio/detail/impl/task_io_service.ipp:153 | |
this_thread = {<boost::asio::detail::thread_info_base> = {<boost::asio::detail::noncopyable> = {<No data fields>}, reusable_memory_ = 0x6cdad3e126f0}, wakeup_event = 0x6cdc3831de20, private_op_queue = {<boost::asio::detail::noncopyable> = {<No data fields>}, front_ = 0x0, back_ = 0x0}, private_outstanding_work = 0, next = 0x0} | |
wakeup_event = {<boost::asio::detail::noncopyable> = {<No data fields>}, cond_ = {__data = {__lock = 0, __futex = 1649235, __total_seq = 824618, __wakeup_seq = 824617, __woken_seq = 824617, __mutex = 0x6cdc3903f630, __nwaiters = 2, __broadcast_seq = 0}, __size = "\000\000\000\000S*\031\000*\225\f\000\000\000\000\000)\225\f\000\000\000\000\000)\225\f\000\000\000\000\000\060\366\003\071\334l\000\000\002\000\000\000\000\000\000", __align = 7083410388418560}, signalled_ = false} | |
ctx = {<boost::asio::detail::noncopyable> = {<No data fields>}, key_ = 0x6cdc3903f600, value_ = 0x6cdc3831ddf0, next_ = 0x0} | |
lock = {<boost::asio::detail::noncopyable> = {<No data fields>}, mutex_ = @0x6cdc3903f630, locked_ = true} | |
n = 914582 | |
#4 0x0000000000bfc796 in run (this=<optimized out>) at /usr/include/boost/asio/impl/io_service.ipp:59 | |
ec = {m_val = 0, m_cat = 0x6cdc3e9110d0} | |
#5 operator() (__closure=<optimized out>) at /home/trinity/TrinityCore/src/server/worldserver/Main.cpp:209 | |
ioService = <optimized out> | |
#6 _M_invoke<> (this=<optimized out>) at /usr/include/c++/4.9/functional:1700 | |
No locals. | |
#7 operator() (this=<optimized out>) at /usr/include/c++/4.9/functional:1688 | |
No locals. | |
#8 std::thread::_Impl<std::_Bind_simple<main(int, char**)::<lambda()>()> >::_M_run(void) (this=<optimized out>) at /usr/include/c++/4.9/thread:115 | |
No locals. | |
#9 0x00006cdc3c909970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment