Skip to content

Instantly share code, notes, and snippets.

@ShadowNinja
Created March 12, 2017 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShadowNinja/78e5a78dedff68a23da6b50781b205d2 to your computer and use it in GitHub Desktop.
Save ShadowNinja/78e5a78dedff68a23da6b50781b205d2 to your computer and use it in GitHub Desktop.
# some last errors in debug.txt
2017-03-08 21:23:48: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:48: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:48: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:48: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:49: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:49: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:49: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:49: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:49: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:49: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:49: WARNING[Server]: active block modifiers took 398ms (longer than 200ms)
2017-03-08 21:23:50: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:50: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:50: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:51: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:51: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:51: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:52: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:52: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:52: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:52: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:53: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:53: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:54: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:55: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:56: [Server]: whiteshell activated!
2017-03-08 21:23:56: [Server]: whiteshell activated!
2017-03-08 21:23:57: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:23:57: WARNING[Server]: active block modifiers took 258ms (longer than 200ms)
2017-03-08 21:23:59: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:24:01: WARNING[Server]: active block modifiers took 211ms (longer than 200ms)
2017-03-08 21:24:01: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:24:04: WARNING[Server]: Map::setNodeTimer(): Block not found
2017-03-08 21:24:05: WARNING[Server]: active block modifiers took 448ms (longer than 200ms)
2017-03-08 21:24:10: WARNING[Server]: active block modifiers took 265ms (longer than 200ms)
2017-03-08 21:24:14: WARNING[Server]: active block modifiers took 263ms (longer than 200ms)
2017-03-08 21:24:17: ACTION[Server]: singleplayer sets time to 8:00
2017-03-08 21:24:18: WARNING[Server]: active block modifiers took 219ms (longer than 200ms)
2017-03-08 21:24:22: WARNING[Server]: active block modifiers took 328ms (longer than 200ms)
2017-03-08 21:24:26: WARNING[Server]: active block modifiers took 304ms (longer than 200ms)
2017-03-08 21:24:31: WARNING[Server]: active block modifiers took 292ms (longer than 200ms)
2017-03-08 21:24:59: WARNING[Server]: active block modifiers took 1171ms (longer than 200ms)
2017-03-08 21:25:03: ERROR[Emerge-0]: EmergeThread::finishGen: Couldn't grab block we just generated: (197,-3,328)
# bt
(gdb) #0 0x00000000006ba80a in lj_BC_RET ()
#1 0x00000000006a9592 in lua_pcall ()
#2 0x00000000004653e6 in LuaABM::trigger (this=0x132e52c0, env=0x13238400,
p=..., n=..., active_object_count=0, active_object_count_wider=1)
at /media/sf_Exchange/minetest/build/minetest/src/script/lua_api/l_env.cpp:86
#3 0x0000000000729cbd in ABMHandler::apply (this=0x10caf2e0,
block=0x75f92380)
at /media/sf_Exchange/minetest/build/minetest/src/serverenvironment.cpp:824
#4 0x000000000066e1eb in ServerEnvironment::step (this=0x13238400,
dtime=0.201999977)
at /media/sf_Exchange/minetest/build/minetest/src/serverenvironment.cpp:1327
#5 0x00000000006576a7 in Server::AsyncRunStep (this=0x66e5ea0,
initial_step=false)
at /media/sf_Exchange/minetest/build/minetest/src/server.cpp:565
#6 0x0000000000653bee in ServerThread::run (this=0xa35c750)
at /media/sf_Exchange/minetest/build/minetest/src/server.cpp:98
#7 0x0000000000495fdb in Thread::threadProc (param=0xa35c750)
at /media/sf_Exchange/minetest/build/minetest/src/threading/thread.cpp:267
#8 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
#9 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
#10 0x0000000000000000 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
# thread apply all bt
(gdb)
Thread 21 (Thread 2720.0x12b8):
#0 0x00000000778dbd7a in ntdll!ZwWaitForSingleObject ()
from C:\Windows\SYSTEM32\ntdll.dll
#1 0x000007fefd8f10ac in WaitForSingleObjectEx ()
from C:\Windows\system32\KernelBase.dll
#2 0x000000000049593c in Semaphore::wait (this=0x13313440)
at /media/sf_Exchange/minetest/build/minetest/src/threading/semaphore.cpp:103
#3 0x0000000000735087 in UpdateThread::run (this=0x133133c0)
at /media/sf_Exchange/minetest/build/minetest/src/util/thread.h:217
#4 0x0000000000495fdb in Thread::threadProc (param=0x133133c0)
at /media/sf_Exchange/minetest/build/minetest/src/threading/thread.cpp:267
#5 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
#6 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
#7 0x0000000000000000 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 17 (Thread 2720.0xa70):
#0 0x00000000778dbd7a in ntdll!ZwWaitForSingleObject ()
from C:\Windows\SYSTEM32\ntdll.dll
#1 0x00000000778d8f58 in ntdll!RtlDeNormalizeProcessParams ()
from C:\Windows\SYSTEM32\ntdll.dll
#2 0x00000000778d8e54 in ntdll!RtlDeNormalizeProcessParams ()
from C:\Windows\SYSTEM32\ntdll.dll
#3 0x00000000004957e2 in Mutex::lock (this=0x66e5ee8)
at /media/sf_Exchange/minetest/build/minetest/src/threading/mutex.cpp:83
#4 0x000000000073623a in MutexAutoLock::MutexAutoLock (this=0x1704fbd0,
m=...)
at /media/sf_Exchange/minetest/build/minetest/src/util/../threading/mutex_auto_lock.h:43
#5 0x0000000000564fc3 in EmergeThread::getBlockOrStartGen (this=0xa35d040,
pos=..., allow_gen=false, block=0x1704fe58, bmdata=0x1704fcf0)
at /media/sf_Exchange/minetest/build/minetest/src/emerge.cpp:507
#6 0x000000000056590c in EmergeThread::run (this=0xa35d040)
at /media/sf_Exchange/minetest/build/minetest/src/emerge.cpp:612
#7 0x0000000000495fdb in Thread::threadProc (param=0xa35d040)
at /media/sf_Exchange/minetest/build/minetest/src/threading/thread.cpp:267
#8 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
#9 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
#10 0x0000000000000000 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 16 (Thread 2720.0x66c):
#0 0x00000000778dbd7a in ntdll!ZwWaitForSingleObject ()
from C:\Windows\SYSTEM32\ntdll.dll
#1 0x000007fefd8f10ac in WaitForSingleObjectEx ()
from C:\Windows\system32\KernelBase.dll
#2 0x000000000049593c in Semaphore::wait (this=0xa462c80)
at /media/sf_Exchange/minetest/build/minetest/src/threading/semaphore.cpp:103
#3 0x0000000000735087 in UpdateThread::run (this=0xa462c00)
at /media/sf_Exchange/minetest/build/minetest/src/util/thread.h:217
#4 0x0000000000495fdb in Thread::threadProc (param=0xa462c00)
at /media/sf_Exchange/minetest/build/minetest/src/threading/thread.cpp:267
#5 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
#6 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
#7 0x0000000000000000 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 15 (Thread 2720.0xff0):
#0 0x00000000778dbd7a in ntdll!ZwWaitForSingleObject ()
from C:\Windows\SYSTEM32\ntdll.dll
#1 0x000007fefcda1318 in ?? () from C:\Windows\system32\mswsock.dll
#2 0x000007fefcdb12d7 in WSPStartup () from C:\Windows\system32\mswsock.dll
#3 0x000007fefed4507c in select () from C:\Windows\system32\ws2_32.dll
#4 0x000007fefed44ffd in select () from C:\Windows\system32\ws2_32.dll
#5 0x00000000006895a6 in UDPSocket::WaitData (this=0x13333738, timeout_ms=50)
at /media/sf_Exchange/minetest/build/minetest/src/socket.cpp:560
#6 0x00000000004264e8 in con::ConnectionReceiveThread::receive (
this=0x133339b0)
at /media/sf_Exchange/minetest/build/minetest/src/network/connection.cpp:2143
#7 0x00000000004258c0 in con::ConnectionReceiveThread::run (this=0x133339b0)
at /media/sf_Exchange/minetest/build/minetest/src/network/connection.cpp:2066
#8 0x0000000000495fdb in Thread::threadProc (param=0x133339b0)
at /media/sf_Exchange/minetest/build/minetest/src/threading/thread.cpp:267
#9 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
#10 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
#11 0x0000000000000000 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 14 (Thread 2720.0x348):
#0 0x00000000778dbd7a in ntdll!ZwWaitForSingleObject ()
from C:\Windows\SYSTEM32\ntdll.dll
#1 0x000007fefd8f10ac in WaitForSingleObjectEx ()
from C:\Windows\system32\KernelBase.dll
#2 0x0000000000495969 in Semaphore::wait (this=0x13333998, time_ms=50)
at /media/sf_Exchange/minetest/build/minetest/src/threading/semaphore.cpp:115
#3 0x000000000041fd8a in con::ConnectionSendThread::run (this=0x133338b8)
at /media/sf_Exchange/minetest/build/minetest/src/network/connection.cpp:1295
#4 0x0000000000495fdb in Thread::threadProc (param=0x133338b8)
at /media/sf_Exchange/minetest/build/minetest/src/threading/thread.cpp:267
#5 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
#6 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
#7 0x0000000000000000 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 13 (Thread 2720.0x10ac):
#0 0x00000000006ba80a in lj_BC_RET ()
#1 0x00000000006a9592 in lua_pcall ()
#2 0x00000000004653e6 in LuaABM::trigger (this=0x132e52c0, env=0x13238400,
p=..., n=..., active_object_count=0, active_object_count_wider=1)
at /media/sf_Exchange/minetest/build/minetest/src/script/lua_api/l_env.cpp:86
#3 0x0000000000729cbd in ABMHandler::apply (this=0x10caf2e0,
block=0x75f92380)
at /media/sf_Exchange/minetest/build/minetest/src/serverenvironment.cpp:824
#4 0x000000000066e1eb in ServerEnvironment::step (this=0x13238400,
dtime=0.201999977)
at /media/sf_Exchange/minetest/build/minetest/src/serverenvironment.cpp:1327
#5 0x00000000006576a7 in Server::AsyncRunStep (this=0x66e5ea0,
initial_step=false)
at /media/sf_Exchange/minetest/build/minetest/src/server.cpp:565
#6 0x0000000000653bee in ServerThread::run (this=0xa35c750)
at /media/sf_Exchange/minetest/build/minetest/src/server.cpp:98
#7 0x0000000000495fdb in Thread::threadProc (param=0xa35c750)
at /media/sf_Exchange/minetest/build/minetest/src/threading/thread.cpp:267
#8 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
#9 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
#10 0x0000000000000000 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 12 (Thread 2720.0x1018):
#0 0x00000000778dbd7a in ntdll!ZwWaitForSingleObject ()
from C:\Windows\SYSTEM32\ntdll.dll
#1 0x000007fefcda1318 in ?? () from C:\Windows\system32\mswsock.dll
#2 0x000007fefcdb12d7 in WSPStartup () from C:\Windows\system32\mswsock.dll
#3 0x000007fefed4507c in select () from C:\Windows\system32\ws2_32.dll
#4 0x000007fefed44ffd in select () from C:\Windows\system32\ws2_32.dll
#5 0x00000000006895a6 in UDPSocket::WaitData (this=0x66e5fc8, timeout_ms=50)
at /media/sf_Exchange/minetest/build/minetest/src/socket.cpp:560
#6 0x00000000004264e8 in con::ConnectionReceiveThread::receive (
this=0x66e6240)
at /media/sf_Exchange/minetest/build/minetest/src/network/connection.cpp:2143
#7 0x00000000004258c0 in con::ConnectionReceiveThread::run (this=0x66e6240)
at /media/sf_Exchange/minetest/build/minetest/src/network/connection.cpp:2066
#8 0x0000000000495fdb in Thread::threadProc (param=0x66e6240)
at /media/sf_Exchange/minetest/build/minetest/src/threading/thread.cpp:267
#9 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
#10 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
#11 0x0000000000000000 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 11 (Thread 2720.0xb70):
#0 0x00000000778dbd7a in ntdll!ZwWaitForSingleObject ()
from C:\Windows\SYSTEM32\ntdll.dll
#1 0x000007fefd8f10ac in WaitForSingleObjectEx ()
from C:\Windows\system32\KernelBase.dll
#2 0x0000000000495969 in Semaphore::wait (this=0x66e6228, time_ms=50)
at /media/sf_Exchange/minetest/build/minetest/src/threading/semaphore.cpp:115
#3 0x000000000041fd8a in con::ConnectionSendThread::run (this=0x66e6148)
at /media/sf_Exchange/minetest/build/minetest/src/network/connection.cpp:1295
#4 0x0000000000495fdb in Thread::threadProc (param=0x66e6148)
at /media/sf_Exchange/minetest/build/minetest/src/threading/thread.cpp:267
#5 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
#6 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
#7 0x0000000000000000 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 10 (Thread 2720.0x1d4):
#0 0x00000000778dbd7a in ntdll!ZwWaitForSingleObject ()
from C:\Windows\SYSTEM32\ntdll.dll
#1 0x000007fefd8f10ac in WaitForSingleObjectEx ()
from C:\Windows\system32\KernelBase.dll
#2 0x000000006b626ce0 in MMDevApiProc ()
from D:\Programs\_Dev\msys64\home\KEK\minetest-debug\bin\OpenAL32.dll
#3 0x000000006b61f31d in StarterFunc ()
from D:\Programs\_Dev\msys64\home\KEK\minetest-debug\bin\OpenAL32.dll
#4 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
#5 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
#6 0x0000000000000000 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 9 (Thread 2720.0xcd4):
#0 0x00000000778dc2ea in ntdll!ZwWaitForMultipleObjects ()
from C:\Windows\SYSTEM32\ntdll.dll
#1 0x00000000778aa3c7 in ntdll!TpIsTimerSet ()
from C:\Windows\SYSTEM32\ntdll.dll
#2 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
#3 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
#4 0x0000000000000000 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 3 (Thread 2720.0xf18):
#0 0x00000000777a9e4a in USER32!SfmDxSetSwapChainStats ()
from C:\Windows\system32\user32.dll
#1 0x00000000777a611e in USER32!GetMessageA ()
from C:\Windows\system32\user32.dll
#2 0x000000006b625a6a in MMDevApiMsgProc ()
from D:\Programs\_Dev\msys64\home\KEK\minetest-debug\bin\OpenAL32.dll
#3 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
#4 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
#5 0x0000000000000000 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 2 (Thread 2720.0x1274):
#0 0x00000000778dbd7a in ntdll!ZwWaitForSingleObject ()
from C:\Windows\SYSTEM32\ntdll.dll
#1 0x000007fefd8f10ac in WaitForSingleObjectEx ()
from C:\Windows\system32\KernelBase.dll
#2 0x000007fee849c018 in atigktxx!XopOpenLinkedAdapter ()
from C:\Windows\system32\atig6txx.dll
#3 0x000007fee849c089 in atigktxx!XopOpenLinkedAdapter ()
from C:\Windows\system32\atig6txx.dll
#4 0x000007fee849be6f in atigktxx!XopOpenLinkedAdapter ()
from C:\Windows\system32\atig6txx.dll
#5 0x000007fee84a6b7f in atigktxx!XopOpenLinkedAdapter ()
from C:\Windows\system32\atig6txx.dll
#6 0x000007fee84a6d36 in atigktxx!XopOpenLinkedAdapter ()
from C:\Windows\system32\atig6txx.dll
#7 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
#8 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
#9 0x0000000000000000 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 1 (Thread 2720.0x410):
#0 0x0000000000759b41 in irr::core::irrAllocator<unsigned short>::irrAllocator (this=0xa324ea8)
at /media/sf_Exchange/minetest/build/libs/irrlicht/include/irrAllocator.h:25
#1 0x000000000076b427 in irr::core::ustring16<irr::core::irrAllocator<unsigned short> >::ustring16<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > (this=0x22e730, other=...)
at /media/sf_Exchange/minetest/build/minetest/src/cguittfont/irrUString.h:861
#2 0x0000000000711b25 in irr::gui::CGUITTFont::draw (this=0x66f6460,
text=..., position=..., color=..., hcenter=false, vcenter=false,
clip=0x6edd17c0)
at /media/sf_Exchange/minetest/build/minetest/src/cguittfont/CGUITTFont.cpp:583
#3 0x0000000000412452 in irr::gui::StaticText::draw (this=0x6edd1770)
at /media/sf_Exchange/minetest/build/minetest/src/irrlicht_changes/static_text.cpp:163
#4 0x000000006e67dae8 in createDeviceEx ()
from D:\Programs\_Dev\msys64\home\KEK\minetest-debug\bin\Irrlicht.dll
#5 0x000000006e5a01ce in createDeviceEx ()
from D:\Programs\_Dev\msys64\home\KEK\minetest-debug\bin\Irrlicht.dll
#6 0x000000006e67dae8 in createDeviceEx ()
from D:\Programs\_Dev\msys64\home\KEK\minetest-debug\bin\Irrlicht.dll
#7 0x000000006e582a6a in createDeviceEx ()
from D:\Programs\_Dev\msys64\home\KEK\minetest-debug\bin\Irrlicht.dll
#8 0x000000000055eafe in draw_scene (driver=0x66defc0, smgr=0x66e5690,
camera=..., client=..., player=0x66e5bb0, hud=..., mapper=...,
guienv=0x66e1760, screensize=..., skycolor=..., show_hud=true,
show_minimap=false)
at /media/sf_Exchange/minetest/build/minetest/src/drawscene.cpp:557
#9 0x000000000057ed99 in Game::updateFrame (this=0x22f190, graph=0x22f040,
stats=0x22eff0, runData=0x22f280, dtime=0.0419999994, flags=..., cam=...)
at /media/sf_Exchange/minetest/build/minetest/src/game.cpp:4258
#10 0x0000000000572464 in Game::run (this=0x22f190)
at /media/sf_Exchange/minetest/build/minetest/src/game.cpp:1819
#11 0x0000000000580eb4 in the_game (kill=0xb5d2b0 <porting::g_killed>,
random_input=false, input=0x6715030, device=0x66dddf0, map_dir=...,
playername=..., password=..., address=..., port=49875, error_message=...,
chat_backend=..., reconnect_requested=0x22f88f, gamespec=...,
simple_singleplayer_mode=true)
at /media/sf_Exchange/minetest/build/minetest/src/game.cpp:4608
#12 0x000000000040280e in ClientLauncher::run (this=0x22fc30,
game_params=..., cmd_args=...)
at /media/sf_Exchange/minetest/build/minetest/src/client/clientlauncher.cpp:263
#13 0x00000000005d1f55 in main (argc=1, argv=0x4e48bf0)
at /media/sf_Exchange/minetest/build/minetest/src/main.cpp:225
# thread apply all bt full
(gdb)
Thread 21 (Thread 2720.0x12b8):
#0 0x00000000778dbd7a in ntdll!ZwWaitForSingleObject ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#1 0x000007fefd8f10ac in WaitForSingleObjectEx ()
from C:\Windows\system32\KernelBase.dll
No symbol table info available.
#2 0x000000000049593c in Semaphore::wait (this=0x13313440)
at /media/sf_Exchange/minetest/build/minetest/src/threading/semaphore.cpp:103
No locals.
#3 0x0000000000735087 in UpdateThread::run (this=0x133133c0)
at /media/sf_Exchange/minetest/build/minetest/src/util/thread.h:217
__debug_stacker = {m_stack = 0x6ed79b30, m_overflowed = false}
__FUNCTION__ = "run"
#4 0x0000000000495fdb in Thread::threadProc (param=0x133133c0)
at /media/sf_Exchange/minetest/build/minetest/src/threading/thread.cpp:267
thr = 0x133133c0
#5 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
No symbol table info available.
#6 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#7 0x0000000000000000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 17 (Thread 2720.0xa70):
#0 0x00000000778dbd7a in ntdll!ZwWaitForSingleObject ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#1 0x00000000778d8f58 in ntdll!RtlDeNormalizeProcessParams ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#2 0x00000000778d8e54 in ntdll!RtlDeNormalizeProcessParams ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#3 0x00000000004957e2 in Mutex::lock (this=0x66e5ee8)
at /media/sf_Exchange/minetest/build/minetest/src/threading/mutex.cpp:83
No locals.
#4 0x000000000073623a in MutexAutoLock::MutexAutoLock (this=0x1704fbd0,
m=...)
at /media/sf_Exchange/minetest/build/minetest/src/util/../threading/mutex_auto_lock.h:43
No locals.
#5 0x0000000000564fc3 in EmergeThread::getBlockOrStartGen (this=0xa35d040,
pos=..., allow_gen=false, block=0x1704fe58, bmdata=0x1704fcf0)
at /media/sf_Exchange/minetest/build/minetest/src/emerge.cpp:507
envlock = {mutex = @0x66e5ee8}
#6 0x000000000056590c in EmergeThread::run (this=0xa35d040)
at /media/sf_Exchange/minetest/build/minetest/src/emerge.cpp:612
action = EMERGE_FROM_DISK
block = 0x767e2f70
modified_blocks = {_M_t = {
_M_impl = {<std::allocator<std::_Rb_tree_node<std::pair<irr::core::vector3d<short> const, MapBlock*> > >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<irr::core::vector3d<short> const, MapBlock*> > >> = {<No data fields>}, <No data fields>},
_M_key_compare = {<std::binary_function<irr::core::vector3d<short>, irr::core::vector3d<short>, bool>> = {<No data fields>}, <No data fields>}, _M_header = {_M_color = std::_S_red, _M_parent = 0x0, _M_left = 0x1704fcc8,
_M_right = 0x1704fcc8}, _M_node_count = 0}}}
bedata = {peer_requested = 0, flags = 0,
callbacks = {<std::_Vector_base<std::pair<void (*)(irr::core::vector3d<short>, EmergeAction, void*), void*>, std::allocator<std::pair<void (*)(irr::core::vector3d<short>, EmergeAction, void*), void*> > >> = {
_M_impl = {<std::allocator<std::pair<void (*)(irr::core::vector3d<short>, EmergeAction, void*), void*> >> = {<__gnu_cxx::new_allocator<std::pair<void (*)(irr::core::vector3d<short>, EmergeAction, void*), void*> >> = {<No data fields>}, <No data fields>}, _M_start = 0x0, _M_finish = 0x0,
_M_end_of_storage = 0x0}}, <No data fields>}}
bmdata = {vmanip = 0x0, seed = 0, blockpos_min = {X = 0, Y = 0,
Z = 0}, blockpos_max = {X = 0, Y = 0, Z = 0},
blockpos_requested = {X = 0, Y = 0, Z = 0}, transforming_liquid = {
m_set = {_M_t = {
_M_impl = {<std::allocator<std::_Rb_tree_node<irr::core::vector3d<short> > >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<irr::core::vector3d<short> > >> = {<No data fields>}, <No data fields>},
_M_key_compare = {<std::binary_function<irr::core::vector3d<short>, irr::core::vector3d<short>, bool>> = {<No data fields>}, <No data fields>}, _M_header = {_M_color = std::_S_red, _M_parent = 0x0,
_M_left = 0x1704fd20, _M_right = 0x1704fd20},
_M_node_count = 0}}}, m_queue = {
c = {<std::_Deque_base<irr::core::vector3d<short>, std::allocator<irr::core::vector3d<short> > >> = {
_M_impl = {<std::allocator<irr::core::vector3d<short> >> = {<__gnu_cxx::new_allocator<irr::core::vector3d<short> >> = {<No data fields>}, <No data fields>}, _M_map = 0x6edc31f0, _M_map_size = 8, _M_start = {
_M_cur = 0x7b433fd0, _M_first = 0x7b433fd0,
_M_last = 0x7b4341ce, _M_node = 0x6edc3208},
_M_finish = {_M_cur = 0x7b433fd0, _M_first = 0x7b433fd0,
_M_last = 0x7b4341ce,
_M_node = 0x6edc3208}}}, <No data fields>}}},
nodedef = 0x0}
allow_gen = false
__debug_stacker = {m_stack = 0xa496ca0, m_overflowed = false}
__FUNCTION__ = "run"
pos = {X = 189, Y = 0, Z = 324}
#7 0x0000000000495fdb in Thread::threadProc (param=0xa35d040)
at /media/sf_Exchange/minetest/build/minetest/src/threading/thread.cpp:267
thr = 0xa35d040
#8 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
No symbol table info available.
#9 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#10 0x0000000000000000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 16 (Thread 2720.0x66c):
#0 0x00000000778dbd7a in ntdll!ZwWaitForSingleObject ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#1 0x000007fefd8f10ac in WaitForSingleObjectEx ()
from C:\Windows\system32\KernelBase.dll
No symbol table info available.
#2 0x000000000049593c in Semaphore::wait (this=0xa462c80)
at /media/sf_Exchange/minetest/build/minetest/src/threading/semaphore.cpp:103
No locals.
#3 0x0000000000735087 in UpdateThread::run (this=0xa462c00)
at /media/sf_Exchange/minetest/build/minetest/src/util/thread.h:217
__debug_stacker = {m_stack = 0xa4bcce0, m_overflowed = false}
__FUNCTION__ = "run"
#4 0x0000000000495fdb in Thread::threadProc (param=0xa462c00)
at /media/sf_Exchange/minetest/build/minetest/src/threading/thread.cpp:267
thr = 0xa462c00
#5 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
No symbol table info available.
#6 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#7 0x0000000000000000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 15 (Thread 2720.0xff0):
#0 0x00000000778dbd7a in ntdll!ZwWaitForSingleObject ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#1 0x000007fefcda1318 in ?? () from C:\Windows\system32\mswsock.dll
No symbol table info available.
#2 0x000007fefcdb12d7 in WSPStartup () from C:\Windows\system32\mswsock.dll
No symbol table info available.
#3 0x000007fefed4507c in select () from C:\Windows\system32\ws2_32.dll
No symbol table info available.
#4 0x000007fefed44ffd in select () from C:\Windows\system32\ws2_32.dll
No symbol table info available.
#5 0x00000000006895a6 in UDPSocket::WaitData (this=0x13333738, timeout_ms=50)
at /media/sf_Exchange/minetest/build/minetest/src/socket.cpp:560
readset = {fd_count = 1, fd_array = {9352, 2433020519, 100925442,
17039365, 286587008, 100925442, 2005786072, 104, 2433020519,
2006582216, 0, 0, 82051072, 1500, 1500, 2006582216, 0, 0,
82051072, 4, 4, 0, 2005786072, 82051072, 1073741922, 4, 0, 0,
286587200, 82051072, 1980487360, 82051072, 2006267761, 82051072,
1342177635, 0, 1980487376, 2041774337, 2041828272, 0, 1980487376,
82051072, 286588112, 0, 0, 0, 0, 1500, 0, 0, 0, 0, 0, 4, 0,
286587328, 8791759786962, 4, 4, 82051072, 32, 0, 1875639708, 4}}
result = 0
tv = {tv_sec = 0, tv_usec = 50000}
#6 0x00000000004264e8 in con::ConnectionReceiveThread::receive (
this=0x133339b0)
at /media/sf_Exchange/minetest/build/minetest/src/network/connection.cpp:2143
packet_maxsize = 1500
packetdata = {data = 0x6f51a7b0 "", m_size = 1500,
refcount = 0x6f01dc90}
packet_queued = true
loop_count = 0
#7 0x00000000004258c0 in con::ConnectionReceiveThread::run (this=0x133339b0)
at /media/sf_Exchange/minetest/build/minetest/src/network/connection.cpp:2066
sp = {m_profiler = 0xb5d380 <main_profiler>, m_name = {static npos =
<optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0x79b3d3c8 "ConnectionReceive: [con(9352/0)]"}},
m_timer = 0x760bd6d0, m_type = SPT_AVG}
ThreadIdentifier =
{<std::basic_iostream<char, std::char_traits<char> >> = {<std::basic_istream<char, std::char_traits<char> >> = {<std::basic_ios<char, std::char_traits<char> >> = {<std::ios_base> = {
_vptr.ios_base = 0x6fce7da8 <vtable for std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >+104>,
static boolalpha = std::_S_boolalpha,
static dec = std::_S_dec, static fixed = std::_S_fixed,
static hex = std::_S_hex,
static internal = std::_S_internal,
static left = std::_S_left, static oct = std::_S_oct,
static right = std::_S_right,
static scientific = std::_S_scientific,
static showbase = std::_S_showbase,
static showpoint = std::_S_showpoint,
static showpos = std::_S_showpos,
static skipws = std::_S_skipws,
static unitbuf = std::_S_unitbuf,
static uppercase = std::_S_uppercase,
static adjustfield = std::_S_adjustfield,
static basefield = std::_S_basefield,
static floatfield = std::_S_floatfield,
static badbit = std::_S_badbit,
static eofbit = std::_S_eofbit,
static failbit = std::_S_failbit,
static goodbit = std::_S_goodbit, static app = std::_S_app,
static ate = std::_S_ate, static binary = std::_S_bin,
static in = std::_S_in, static out = std::_S_out,
static trunc = std::_S_trunc, static beg = std::_S_beg,
static cur = std::_S_cur, static end = std::_S_end,
_M_precision = 6, _M_width = 0, _M_flags = 4098,
_M_exception = std::_S_goodbit,
_M_streambuf_state = std::_S_goodbit, _M_callbacks = 0x0,
_M_word_zero = {_M_pword = 0x0, _M_iword = 0},
_M_local_word = {{_M_pword = 0x0, _M_iword = 0}, {
_M_pword = 0x0, _M_iword = 0}, {_M_pword = 0x0,
_M_iword = 0}, {_M_pword = 0x0, _M_iword = 0}, {
_M_pword = 0x0, _M_iword = 0}, {_M_pword = 0x0,
_M_iword = 0}, {_M_pword = 0x0, _M_iword = 0}, {
_M_pword = 0x0, _M_iword = 0}}, _M_word_size = 8,
_M_word = 0x1114fde8, _M_ios_locale = {static none = 0,
static ctype = 1, static numeric = 2, static collate = 4,
static time = 8, static monetary = 16,
static messages = 32, static all = 63,
_M_impl = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>, static _S_classic = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>,
static _S_global = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>, static _S_categories = 0x6fcddd80 <__gnu_cxx::category_names>,
static _S_once = {done = 1, started = 0}}}, _M_tie = 0x0,
_M_fill = 0 '\000', _M_fill_init = false,
_M_streambuf = 0x1114fd58, _M_ctype =
0x6fcd5980 <(anonymous namespace)::ctype_c>, _M_num_put =
0x6fcd61e0 <(anonymous namespace)::num_put_c>,
_M_num_get = 0x6fcd61c0 <(anonymous namespace)::num_get_c>},
_vptr.basic_istream = 0x6fce7d58 <vtable for std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >+24>,
_M_gcount = 0}, <std::basic_ostream<char, std::char_traits<char> >> = {
_vptr.basic_ostream = 0x6fce7d80 <vtable for std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >+64>}, <No data fields>},
_M_stringbuf = {<std::basic_streambuf<char, std::char_traits<char> >> = {
_vptr.basic_streambuf = 0x6fce7510 <vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >+16>,
_M_in_beg = 0xa474958 "ConnectionReceive: [con(9352/0)]\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є"...,
_M_in_cur = 0xa474958 "ConnectionReceive: [con(9352/0)]\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є"...,
_M_in_end = 0xa474959 "onnectionReceive: [con(9352/0)]\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\r"...,
_M_out_beg = 0xa474958 "ConnectionReceive: [con(9352/0)]\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є"...,
_M_out_cur = 0xa474978 "\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є"...,
_M_out_end = 0xa474b58 "о", '«' <repeats 16 times>, "юоюоюою",
_M_buf_locale = {static none = 0, static ctype = 1,
static numeric = 2, static collate = 4, static time = 8,
static monetary = 16, static messages = 32, static all = 63,
_M_impl = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>,
static _S_classic = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>, static _S_global = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>,
static _S_categories = 0x6fcddd80 <__gnu_cxx::category_names>, static _S_once = {done = 1, started = 0}}},
_M_mode = (std::_S_in | std::_S_out), _M_string = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa474958 "ConnectionReceive: [con(9352/0)]\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є"...}}}}
#8 0x0000000000495fdb in Thread::threadProc (param=0x133339b0)
at /media/sf_Exchange/minetest/build/minetest/src/threading/thread.cpp:267
thr = 0x133339b0
#9 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
No symbol table info available.
#10 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#11 0x0000000000000000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 14 (Thread 2720.0x348):
#0 0x00000000778dbd7a in ntdll!ZwWaitForSingleObject ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#1 0x000007fefd8f10ac in WaitForSingleObjectEx ()
from C:\Windows\system32\KernelBase.dll
No symbol table info available.
#2 0x0000000000495969 in Semaphore::wait (this=0x13333998, time_ms=50)
at /media/sf_Exchange/minetest/build/minetest/src/threading/semaphore.cpp:115
ret = 0
#3 0x000000000041fd8a in con::ConnectionSendThread::run (this=0x133338b8)
at /media/sf_Exchange/minetest/build/minetest/src/network/connection.cpp:1295
sp = {m_profiler = 0xb5d380 <main_profiler>, m_name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0x762dc758 "ConnectionSend: [con(9352/0)]"}},
m_timer = 0x7569ec70, m_type = SPT_AVG}
dtime = 0.0320000015
c = {type = con::CONNCMD_NONE, address = {m_addr_family = 0,
m_address = {ipv4 = {sin_family = 0, sin_port = 0, sin_addr = {
S_un = {S_un_b = {s_b1 = 0 '\000', s_b2 = 0 '\000',
s_b3 = 0 '\000', s_b4 = 0 '\000'}, S_un_w = {s_w1 = 0,
s_w2 = 0}, S_addr = 0}},
sin_zero = "\000\000\000\000\000\000\000"}, ipv6 = {
sin6_family = 0, sin6_port = 0, sin6_flowinfo = 0,
sin6_addr = {u = {Byte = '\000' <repeats 15 times>, Word = {
0, 0, 0, 0, 0, 0, 0, 0}}}, {sin6_scope_id = 0,
sin6_scope_struct = {{{Zone = 0, Level = 0},
Value = 0}}}}}, m_port = 0}, peer_id = 0,
channelnum = 0 '\000', data = {data = 0x0, m_size = 0},
reliable = false, raw = false}
curtime = 22669566
lasttime = 22669534
ThreadIdentifier = {<std::basic_iostream<char, std::char_traits<char> >> = {<std::basic_istream<char, std::char_traits<char> >> = {<std::basic_ios<char, std::char_traits<char> >> = {<std::ios_base> = {
_vptr.ios_base = 0x6fce7da8 <vtable for std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >+104>,
static boolalpha = std::_S_boolalpha,
static dec = std::_S_dec, static fixed = std::_S_fixed,
static hex = std::_S_hex,
static internal = std::_S_internal,
static left = std::_S_left, static oct = std::_S_oct,
static right = std::_S_right,
static scientific = std::_S_scientific,
static showbase = std::_S_showbase,
static showpoint = std::_S_showpoint,
static showpos = std::_S_showpos,
static skipws = std::_S_skipws,
static unitbuf = std::_S_unitbuf,
static uppercase = std::_S_uppercase,
static adjustfield = std::_S_adjustfield,
static basefield = std::_S_basefield,
static floatfield = std::_S_floatfield,
static badbit = std::_S_badbit,
static eofbit = std::_S_eofbit,
static failbit = std::_S_failbit,
static goodbit = std::_S_goodbit, static app = std::_S_app,
static ate = std::_S_ate, static binary = std::_S_bin,
static in = std::_S_in, static out = std::_S_out,
static trunc = std::_S_trunc, static beg = std::_S_beg,
static cur = std::_S_cur, static end = std::_S_end,
_M_precision = 6, _M_width = 0, _M_flags = 4098,
_M_exception = std::_S_goodbit,
_M_streambuf_state = std::_S_goodbit, _M_callbacks = 0x0,
_M_word_zero = {_M_pword = 0x0, _M_iword = 0},
_M_local_word = {{_M_pword = 0x0, _M_iword = 0}, {
_M_pword = 0x0, _M_iword = 0}, {_M_pword = 0x0,
_M_iword = 0}, {_M_pword = 0x0, _M_iword = 0}, {
_M_pword = 0x0, _M_iword = 0}, {_M_pword = 0x0,
_M_iword = 0}, {_M_pword = 0x0, _M_iword = 0}, {
_M_pword = 0x0, _M_iword = 0}}, _M_word_size = 8,
_M_word = 0x10f4fd88, _M_ios_locale = {static none = 0,
static ctype = 1, static numeric = 2, static collate = 4,
static time = 8, static monetary = 16,
static messages = 32, static all = 63,
_M_impl = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>, static _S_classic = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>,
static _S_global = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>, static _S_categories = 0x6fcddd80 <__gnu_cxx::category_names>,
static _S_once = {done = 1, started = 0}}}, _M_tie = 0x0,
_M_fill = 0 '\000', _M_fill_init = false,
_M_streambuf = 0x10f4fcf8,
_M_ctype = 0x6fcd5980 <(anonymous namespace)::ctype_c>,
_M_num_put = 0x6fcd61e0 <(anonymous namespace)::num_put_c>,
_M_num_get = 0x6fcd61c0 <(anonymous namespace)::num_get_c>},
_vptr.basic_istream = 0x6fce7d58 <vtable for std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >+24>,
_M_gcount = 0}, <std::basic_ostream<char, std::char_traits<char> >> = {
_vptr.basic_ostream = 0x6fce7d80 <vtable for std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >+64>}, <No data fields>},
_M_stringbuf = {<std::basic_streambuf<char, std::char_traits<char> >> = {
_vptr.basic_streambuf = 0x6fce7510 <vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >+16>,
_M_in_beg = 0xa468ef8 "ConnectionSend: [con(9352/0)]р­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є"...,
_M_in_cur = 0xa468ef8 "ConnectionSend: [con(9352/0)]р­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є"...,
_M_in_end = 0xa468ef9 "onnectionSend: [con(9352/0)]р­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\r"...,
_M_out_beg = 0xa468ef8 "ConnectionSend: [con(9352/0)]р­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є"...,
_M_out_cur = 0xa468f15 "р­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\r"...,
_M_out_end = 0xa4690f8 "о", '«' <repeats 16 times>, "юоюоюоюоюоюоюоюоюоюоюою", _M_buf_locale = {static none = 0, static ctype = 1,
static numeric = 2, static collate = 4, static time = 8,
static monetary = 16, static messages = 32, static all = 63,
_M_impl = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>,
static _S_classic = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>, static _S_global = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>,
static _S_categories = 0x6fcddd80 <__gnu_cxx::category_names>, static _S_once = {done = 1, started = 0}}},
_M_mode = (std::_S_in | std::_S_out), _M_string = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa468ef8 "ConnectionSend: [con(9352/0)]р­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є"...}}}}
#4 0x0000000000495fdb in Thread::threadProc (param=0x133338b8)
at /media/sf_Exchange/minetest/build/minetest/src/threading/thread.cpp:267
thr = 0x133338b8
#5 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
No symbol table info available.
#6 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#7 0x0000000000000000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 13 (Thread 2720.0x10ac):
#0 0x00000000006ba80a in lj_BC_RET ()
No symbol table info available.
#1 0x00000000006a9592 in lua_pcall ()
No symbol table info available.
#2 0x00000000004653e6 in LuaABM::trigger (this=0x132e52c0, env=0x13238400,
p=..., n=..., active_object_count=0, active_object_count_wider=1)
at /media/sf_Exchange/minetest/build/minetest/src/script/lua_api/l_env.cpp:86
scriptIface = 0x678ddb0
__FUNCTION__ = "trigger"
stack_unroller = {m_lua = 0xa250378, m_original_top = 0}
error_handler = 1
L = 0xa250378
result = 8143784
#3 0x0000000000729cbd in ABMHandler::apply (this=0x10caf2e0,
block=0x75f92380)
at /media/sf_Exchange/minetest/build/minetest/src/serverenvironment.cpp:824
i = {_M_current = 0x78a23490}
n = @0x77b74898: {param0 = 54, param1 = 14 '\016', param2 = 0 '\000'}
c = 54
p = {X = 3054, Y = 16, Z = 5134}
map = 0xa46aa00
active_object_count_wider = 1
active_object_count = 0
p0 = {X = 14, Y = 0, Z = 14}
#4 0x000000000066e1eb in ServerEnvironment::step (this=0x13238400,
dtime=0.201999977)
at /media/sf_Exchange/minetest/build/minetest/src/serverenvironment.cpp:1327
p = {X = 190, Y = 1, Z = 320}
block = 0x75f92380
i = {_M_node = 0x6f356b10}
timer = {
m_name = 0xa15ad8 <dedicated_server_loop(Server&, bool&)::__FUNCTION__+2120> "modify in active blocks per interval", m_time1 = 22669539,
m_running = true, m_precision = PRECISION_MILLI, m_result = 0x0}
abmhandler = {m_env = 0x13238400,
m_aabms = {<std::_Vector_base<std::vector<ActiveABM, std::allocator<ActiveABM> >*, std::allocator<std::vector<ActiveABM, std::allocator<ActiveABM> >*> >> = {
_M_impl = {<std::allocator<std::vector<ActiveABM, std::allocator<ActiveABM> >*>> = {<__gnu_cxx::new_allocator<std::vector<ActiveABM, std::allocator<ActiveABM> >*>> = {<No data fields>}, <No data fields>}, _M_start = 0x799e3400,
_M_finish = 0x799f66c8,
_M_end_of_storage = 0x799fa670}}, <No data fields>}}
max_time_ms = 1
sp = {m_profiler = 0xb5d380 <main_profiler>, m_name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0x7dff28e8 "SEnv: modify in blocks avg per interval"}},
m_timer = 0x7ac5b250, m_type = SPT_AVG}
time_ms = 0
__debug_stacker = {m_stack = 0xa4b9200, m_overflowed = false}
__FUNCTION__ = "step"
server_step = 0.100000001
#5 0x00000000006576a7 in Server::AsyncRunStep (this=0x66e5ea0,
initial_step=false)
at /media/sf_Exchange/minetest/build/minetest/src/server.cpp:565
lock = {mutex = @0x66e5ee8}
max_lag = 33.4604149
sp = {m_profiler = 0xb5d380 <main_profiler>, m_name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0x7896d498 "SEnv step"}}, m_timer = 0x807a68f0,
m_type = SPT_ADD}
sp2 = {m_profiler = 0xb5d380 <main_profiler>, m_name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0x11e722a8 "SEnv step avg"}}, m_timer = 0x12a890b0,
m_type = SPT_AVG}
__debug_stacker = {m_stack = 0xa4b9200, m_overflowed = false}
__FUNCTION__ = "AsyncRunStep"
dtime = 0.201999977
map_timer_and_unload_dtime = 2.92000008
#6 0x0000000000653bee in ServerThread::run (this=0xa35c750)
at /media/sf_Exchange/minetest/build/minetest/src/server.cpp:98
__debug_stacker = {m_stack = 0xa4b9200, m_overflowed = false}
__FUNCTION__ = "run"
#7 0x0000000000495fdb in Thread::threadProc (param=0xa35c750)
at /media/sf_Exchange/minetest/build/minetest/src/threading/thread.cpp:267
thr = 0xa35c750
#8 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
No symbol table info available.
#9 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#10 0x0000000000000000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 12 (Thread 2720.0x1018):
#0 0x00000000778dbd7a in ntdll!ZwWaitForSingleObject ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#1 0x000007fefcda1318 in ?? () from C:\Windows\system32\mswsock.dll
No symbol table info available.
#2 0x000007fefcdb12d7 in WSPStartup () from C:\Windows\system32\mswsock.dll
No symbol table info available.
#3 0x000007fefed4507c in select () from C:\Windows\system32\ws2_32.dll
No symbol table info available.
#4 0x000007fefed44ffd in select () from C:\Windows\system32\ws2_32.dll
No symbol table info available.
#5 0x00000000006895a6 in UDPSocket::WaitData (this=0x66e5fc8, timeout_ms=50)
at /media/sf_Exchange/minetest/build/minetest/src/socket.cpp:560
readset = {fd_count = 1, fd_array = {9300, 0, 0, 11748864, 0,
109468848, 8791778453464, 0, 9300, 2006582216, 0, 2150044536,
82051072, 4, 4, 2006582216, 0, 0, 82051072, 4, 4, 0, 2005786072,
82051072, 1073741922, 4, 0, 0, 189528384, 386643984, 0, 0,
4806702, 1, 9172212, 189528255, 386644016, 189528272, 7561835,
172546408, 2130706433, 0, 0, 0, 0, 0, 4806702, 0, 8791759786184,
0, 0, 189528384, 7561835, 172546408, 2115883712, 2,
8791759786184, 189528528, 4316280, 189528432, 172546408, 2,
7553658, 172546408}}
result = 1
tv = {tv_sec = 0, tv_usec = 50000}
#6 0x00000000004264e8 in con::ConnectionReceiveThread::receive (
this=0x66e6240)
at /media/sf_Exchange/minetest/build/minetest/src/network/connection.cpp:2143
packet_maxsize = 1500
packetdata = {data = 0x88260790 "OEt\003", m_size = 1500,
refcount = 0x879f9f90}
packet_queued = false
loop_count = 1
#7 0x00000000004258c0 in con::ConnectionReceiveThread::run (this=0x66e6240)
at /media/sf_Exchange/minetest/build/minetest/src/network/connection.cpp:2066
sp = {m_profiler = 0xb5d380 <main_profiler>, m_name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0x795aca18 "ConnectionReceive: [con(9300/0)]"}},
m_timer = 0x6ef35dd0, m_type = SPT_AVG}
ThreadIdentifier = {<std::basic_iostream<char, std::char_traits<char> >> = {<std::basic_istream<char, std::char_traits<char> >> = {<std::basic_ios<char, std::char_traits<char> >> = {<std::ios_base> = {
_vptr.ios_base = 0x6fce7da8 <vtable for std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >+104>,
static boolalpha = std::_S_boolalpha,
static dec = std::_S_dec, static fixed = std::_S_fixed,
static hex = std::_S_hex,
static internal = std::_S_internal,
static left = std::_S_left, static oct = std::_S_oct,
static right = std::_S_right,
static scientific = std::_S_scientific,
static showbase = std::_S_showbase,
static showpoint = std::_S_showpoint,
static showpos = std::_S_showpos,
static skipws = std::_S_skipws,
static unitbuf = std::_S_unitbuf,
static uppercase = std::_S_uppercase,
static adjustfield = std::_S_adjustfield,
static basefield = std::_S_basefield,
static floatfield = std::_S_floatfield,
static badbit = std::_S_badbit,
static eofbit = std::_S_eofbit,
static failbit = std::_S_failbit,
static goodbit = std::_S_goodbit, static app = std::_S_app,
static ate = std::_S_ate, static binary = std::_S_bin,
static in = std::_S_in, static out = std::_S_out,
static trunc = std::_S_trunc, static beg = std::_S_beg,
static cur = std::_S_cur, static end = std::_S_end,
_M_precision = 6, _M_width = 0, _M_flags = 4098,
_M_exception = std::_S_goodbit,
_M_streambuf_state = std::_S_goodbit, _M_callbacks = 0x0,
_M_word_zero = {_M_pword = 0x0, _M_iword = 0},
_M_local_word = {{_M_pword = 0x0, _M_iword = 0}, {
_M_pword = 0x0, _M_iword = 0}, {_M_pword = 0x0,
_M_iword = 0}, {_M_pword = 0x0, _M_iword = 0}, {
_M_pword = 0x0, _M_iword = 0}, {_M_pword = 0x0,
_M_iword = 0}, {_M_pword = 0x0, _M_iword = 0}, {
_M_pword = 0x0, _M_iword = 0}}, _M_word_size = 8,
_M_word = 0xb4bfde8, _M_ios_locale = {static none = 0,
static ctype = 1, static numeric = 2, static collate = 4,
static time = 8, static monetary = 16,
static messages = 32, static all = 63,
_M_impl = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>, static _S_classic = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>,
static _S_global = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>, static _S_categories = 0x6fcddd80 <__gnu_cxx::category_names>,
static _S_once = {done = 1, started = 0}}}, _M_tie = 0x0,
_M_fill = 0 '\000', _M_fill_init = false,
_M_streambuf = 0xb4bfd58,
_M_ctype = 0x6fcd5980 <(anonymous namespace)::ctype_c>,
_M_num_put = 0x6fcd61e0 <(anonymous namespace)::num_put_c>,
_M_num_get = 0x6fcd61c0 <(anonymous namespace)::num_get_c>},
_vptr.basic_istream = 0x6fce7d58 <vtable for std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >+24>,
_M_gcount = 0}, <std::basic_ostream<char, std::char_traits<char> >> = {
_vptr.basic_ostream = 0x6fce7d80 <vtable for std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >+64>}, <No data fields>},
_M_stringbuf = {<std::basic_streambuf<char, std::char_traits<char> >> = {
_vptr.basic_streambuf = 0x6fce7510 <vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >+16>,
_M_in_beg = 0x66e7208 "ConnectionReceive: [con(9300/0)]\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є"...,
_M_in_cur = 0x66e7208 "ConnectionReceive: [con(9300/0)]\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є"...,
_M_in_end = 0x66e7209 "onnectionReceive: [con(9300/0)]\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\r"...,
_M_out_beg = 0x66e7208 "ConnectionReceive: [con(9300/0)]\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є"...,
_M_out_cur = 0x66e7228 "\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є"...,
_M_out_end = 0x66e7408 "о", '«' <repeats 16 times>, "юоюоюою",
_M_buf_locale = {static none = 0, static ctype = 1,
static numeric = 2, static collate = 4, static time = 8,
static monetary = 16, static messages = 32, static all = 63,
_M_impl = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>,
static _S_classic = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>, static _S_global = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>,
static _S_categories = 0x6fcddd80 <__gnu_cxx::category_names>, static _S_once = {done = 1, started = 0}}},
_M_mode = (std::_S_in | std::_S_out), _M_string = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0x66e7208 "ConnectionReceive: [con(9300/0)]\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є"...}}}}
#8 0x0000000000495fdb in Thread::threadProc (param=0x66e6240)
at /media/sf_Exchange/minetest/build/minetest/src/threading/thread.cpp:267
thr = 0x66e6240
#9 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
No symbol table info available.
#10 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#11 0x0000000000000000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 11 (Thread 2720.0xb70):
#0 0x00000000778dbd7a in ntdll!ZwWaitForSingleObject ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#1 0x000007fefd8f10ac in WaitForSingleObjectEx ()
from C:\Windows\system32\KernelBase.dll
No symbol table info available.
#2 0x0000000000495969 in Semaphore::wait (this=0x66e6228, time_ms=50)
at /media/sf_Exchange/minetest/build/minetest/src/threading/semaphore.cpp:115
ret = 0
#3 0x000000000041fd8a in con::ConnectionSendThread::run (this=0x66e6148)
at /media/sf_Exchange/minetest/build/minetest/src/network/connection.cpp:1295
sp = {m_profiler = 0xb5d380 <main_profiler>, m_name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0x786d5fe8 "ConnectionSend: [con(9300/0)]"}},
m_timer = 0x7c11db10, m_type = SPT_AVG}
dtime = 0
c = {type = con::CONNCMD_NONE, address = {m_addr_family = 0,
m_address = {ipv4 = {sin_family = 0, sin_port = 0, sin_addr = {
S_un = {S_un_b = {s_b1 = 0 '\000', s_b2 = 0 '\000',
s_b3 = 0 '\000', s_b4 = 0 '\000'}, S_un_w = {s_w1 = 0,
s_w2 = 0}, S_addr = 0}},
sin_zero = "\000\000\000\000\000\000\000"}, ipv6 = {
sin6_family = 0, sin6_port = 0, sin6_flowinfo = 0,
sin6_addr = {u = {Byte = '\000' <repeats 15 times>, Word = {
0, 0, 0, 0, 0, 0, 0, 0}}}, {sin6_scope_id = 0,
sin6_scope_struct = {{{Zone = 0, Level = 0},
Value = 0}}}}}, m_port = 0}, peer_id = 0,
channelnum = 1 '\001', data = {data = 0x0, m_size = 0},
reliable = false, raw = false}
curtime = 22669581
lasttime = 22669581
ThreadIdentifier = {<std::basic_iostream<char, std::char_traits<char> >> = {<std::basic_istream<char, std::char_traits<char> >> = {<std::basic_ios<char, std::char_traits<char> >> = {<std::ios_base> = {
_vptr.ios_base = 0x6fce7da8 <vtable for std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >+104>,
static boolalpha = std::_S_boolalpha,
static dec = std::_S_dec, static fixed = std::_S_fixed,
static hex = std::_S_hex,
static internal = std::_S_internal,
static left = std::_S_left, static oct = std::_S_oct,
static right = std::_S_right,
static scientific = std::_S_scientific,
static showbase = std::_S_showbase,
static showpoint = std::_S_showpoint,
static showpos = std::_S_showpos,
static skipws = std::_S_skipws,
static unitbuf = std::_S_unitbuf,
static uppercase = std::_S_uppercase,
static adjustfield = std::_S_adjustfield,
static basefield = std::_S_basefield,
static floatfield = std::_S_floatfield,
static badbit = std::_S_badbit,
static eofbit = std::_S_eofbit,
static failbit = std::_S_failbit,
static goodbit = std::_S_goodbit, static app = std::_S_app,
static ate = std::_S_ate, static binary = std::_S_bin,
static in = std::_S_in, static out = std::_S_out,
static trunc = std::_S_trunc, static beg = std::_S_beg,
static cur = std::_S_cur, static end = std::_S_end,
_M_precision = 6, _M_width = 0, _M_flags = 4098,
_M_exception = std::_S_goodbit,
_M_streambuf_state = std::_S_goodbit, _M_callbacks = 0x0,
_M_word_zero = {_M_pword = 0x0, _M_iword = 0},
_M_local_word = {{_M_pword = 0x0, _M_iword = 0}, {
_M_pword = 0x0, _M_iword = 0}, {_M_pword = 0x0,
_M_iword = 0}, {_M_pword = 0x0, _M_iword = 0}, {
_M_pword = 0x0, _M_iword = 0}, {_M_pword = 0x0,
_M_iword = 0}, {_M_pword = 0x0, _M_iword = 0}, {
_M_pword = 0x0, _M_iword = 0}}, _M_word_size = 8,
_M_word = 0xb2bfd88, _M_ios_locale = {static none = 0,
static ctype = 1, static numeric = 2, static collate = 4,
static time = 8, static monetary = 16,
static messages = 32, static all = 63,
_M_impl = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>, static _S_classic = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>,
static _S_global = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>, static _S_categories = 0x6fcddd80 <__gnu_cxx::category_names>,
static _S_once = {done = 1, started = 0}}}, _M_tie = 0x0,
_M_fill = 0 '\000', _M_fill_init = false,
_M_streambuf = 0xb2bfcf8,
_M_ctype = 0x6fcd5980 <(anonymous namespace)::ctype_c>,
_M_num_put = 0x6fcd61e0 <(anonymous namespace)::num_put_c>,
_M_num_get = 0x6fcd61c0 <(anonymous namespace)::num_get_c>},
_vptr.basic_istream = 0x6fce7d58 <vtable for std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >+24>,
_M_gcount = 0}, <std::basic_ostream<char, std::char_traits<char> >> = {
_vptr.basic_ostream = 0x6fce7d80 <vtable for std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >+64>}, <No data fields>},
_M_stringbuf = {<std::basic_streambuf<char, std::char_traits<char> >> = {
_vptr.basic_streambuf = 0x6fce7510 <vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >+16>,
_M_in_beg = 0x66e6b88 "ConnectionSend: [con(9300/0)]р­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є"...,
_M_in_cur = 0x66e6b88 "ConnectionSend: [con(9300/0)]р­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є"...,
_M_in_end = 0x66e6b89 "onnectionSend: [con(9300/0)]р­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\r"...,
_M_out_beg = 0x66e6b88 "ConnectionSend: [con(9300/0)]р­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є"...,
_M_out_cur = 0x66e6ba5 "р­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\r"...,
_M_out_end = 0x66e6d88 "о", '«' <repeats 16 times>, "юоюоюою",
_M_buf_locale = {static none = 0, static ctype = 1,
static numeric = 2, static collate = 4, static time = 8,
static monetary = 16, static messages = 32, static all = 63,
_M_impl = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>,
static _S_classic = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>, static _S_global = 0x6fcd4fa0 <(anonymous namespace)::c_locale_impl>,
static _S_categories = 0x6fcddd80 <__gnu_cxx::category_names>, static _S_once = {done = 1, started = 0}}},
_M_mode = (std::_S_in | std::_S_out), _M_string = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0x66e6b88 "ConnectionSend: [con(9300/0)]р­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є\rр­є"...}}}}
#4 0x0000000000495fdb in Thread::threadProc (param=0x66e6148)
at /media/sf_Exchange/minetest/build/minetest/src/threading/thread.cpp:267
thr = 0x66e6148
#5 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
No symbol table info available.
#6 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#7 0x0000000000000000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 10 (Thread 2720.0x1d4):
#0 0x00000000778dbd7a in ntdll!ZwWaitForSingleObject ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#1 0x000007fefd8f10ac in WaitForSingleObjectEx ()
from C:\Windows\system32\KernelBase.dll
No symbol table info available.
#2 0x000000006b626ce0 in MMDevApiProc ()
from D:\Programs\_Dev\msys64\home\KEK\minetest-debug\bin\OpenAL32.dll
No symbol table info available.
#3 0x000000006b61f31d in StarterFunc ()
from D:\Programs\_Dev\msys64\home\KEK\minetest-debug\bin\OpenAL32.dll
No symbol table info available.
#4 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
No symbol table info available.
#5 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#6 0x0000000000000000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 9 (Thread 2720.0xcd4):
#0 0x00000000778dc2ea in ntdll!ZwWaitForMultipleObjects ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#1 0x00000000778aa3c7 in ntdll!TpIsTimerSet ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#2 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
No symbol table info available.
#3 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 3 (Thread 2720.0xf18):
#0 0x00000000777a9e4a in USER32!SfmDxSetSwapChainStats ()
from C:\Windows\system32\user32.dll
No symbol table info available.
#1 0x00000000777a611e in USER32!GetMessageA ()
from C:\Windows\system32\user32.dll
No symbol table info available.
#2 0x000000006b625a6a in MMDevApiMsgProc ()
from D:\Programs\_Dev\msys64\home\KEK\minetest-debug\bin\OpenAL32.dll
No symbol table info available.
#3 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
No symbol table info available.
#4 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#5 0x0000000000000000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 2 (Thread 2720.0x1274):
#0 0x00000000778dbd7a in ntdll!ZwWaitForSingleObject ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#1 0x000007fefd8f10ac in WaitForSingleObjectEx ()
from C:\Windows\system32\KernelBase.dll
No symbol table info available.
#2 0x000007fee849c018 in atigktxx!XopOpenLinkedAdapter ()
from C:\Windows\system32\atig6txx.dll
No symbol table info available.
#3 0x000007fee849c089 in atigktxx!XopOpenLinkedAdapter ()
from C:\Windows\system32\atig6txx.dll
No symbol table info available.
#4 0x000007fee849be6f in atigktxx!XopOpenLinkedAdapter ()
from C:\Windows\system32\atig6txx.dll
No symbol table info available.
#5 0x000007fee84a6b7f in atigktxx!XopOpenLinkedAdapter ()
from C:\Windows\system32\atig6txx.dll
No symbol table info available.
#6 0x000007fee84a6d36 in atigktxx!XopOpenLinkedAdapter ()
from C:\Windows\system32\atig6txx.dll
No symbol table info available.
#7 0x00000000776859cd in KERNEL32!BaseThreadInitThunk ()
from C:\Windows\system32\kernel32.dll
No symbol table info available.
#8 0x00000000778ba561 in ntdll!RtlUserThreadStart ()
from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#9 0x0000000000000000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 1 (Thread 2720.0x410):
#0 0x0000000000759b41 in irr::core::irrAllocator<unsigned short>::irrAllocator (this=0xa324ea8)
at /media/sf_Exchange/minetest/build/libs/irrlicht/include/irrAllocator.h:25
No locals.
#1 0x000000000076b427 in irr::core::ustring16<irr::core::irrAllocator<unsigned short> >::ustring16<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > (this=0x22e730, other=...)
at /media/sf_Exchange/minetest/build/minetest/src/cguittfont/irrUString.h:861
No locals.
#2 0x0000000000711b25 in irr::gui::CGUITTFont::draw (this=0x66f6460,
text=..., position=..., color=..., hcenter=false, vcenter=false,
clip=0x6edd17c0)
at /media/sf_Exchange/minetest/build/minetest/src/cguittfont/CGUITTFont.cpp:583
colors = {<std::_Vector_base<irr::video::SColor, std::allocator<irr::video::SColor> >> = {
_M_impl = {<std::allocator<irr::video::SColor>> = {<__gnu_cxx::new_allocator<irr::video::SColor>> = {<No data fields>}, <No data fields>},
_M_start = 0x7d257ec0, _M_finish = 0x7d258088,
_M_end_of_storage = 0x7d258088}}, <No data fields>}
textDimension = {Width = 0, Height = 0}
offset = {X = 10, Y = 69}
Render_Map = {Root = 0x22e840, Size = 8448213}
previousChar = 46
iter = {<std::iterator<std::bidirectional_iterator_tag, irr::core::ustring16<irr::core::irrAllocator<unsigned short> >::_ustring16_iterator_access, long long, irr::core::ustring16<irr::core::irrAllocator<unsigned short> >::_ustring16_iterator_access const, irr::core::ustring16<irr::core::irrAllocator<unsigned short> >::_ustring16_iterator_access const>> = {<No data fields>},
ref = 0x22e7d0, pos = 2120794084}
j = {Root = 0x22e800,
Cur = 0x7a06ae <__gnu_cxx::operator!=<irr::video::SColor const*, std::vector<irr::video::SColor, std::allocator<irr::video::SColor> > >(__gnu_cxx::__normal_iterator<irr::video::SColor const*, std::vector<irr::video::SColor, std::allocator<irr::video::SColor> > > const&, __gnu_cxx::__normal_iterator<irr::video::SColor const*, std::vector<irr::video::SColor, std::allocator<irr::video::SColor> > > const&)+46>}
n = 0
applied_colors = {<std::_Vector_base<irr::video::SColor, std::allocator<irr::video::SColor> >> = {
_M_impl = {<std::allocator<irr::video::SColor>> = {<__gnu_cxx::new_allocator<irr::video::SColor>> = {<No data fields>}, <No data fields>},
_M_start = 0x22e818,
_M_finish = 0x8c9fd1 <std::_Construct<irr::video::SColor, irr::video::SColor>(irr::video::SColor*, irr::video::SColor const&)+33>,
_M_end_of_storage = 0x4}}, <No data fields>}
utext = {array = 0x0, encoding = irr::core::unicode::EUTFE_UTF16_LE,
allocated = 0, used = 0, allocator = warning: can't find linker symbol for virtual table for `irr::core::irrAllocator<unsigned short>' value
warning: found `operator new(unsigned long long)' instead
{
_vptr.irrAllocator = 0x6fcbfd9c
<operator new(unsigned long long)+28>}}
#3 0x0000000000412452 in irr::gui::StaticText::draw (this=0x6edd1770)
at /media/sf_Exchange/minetest/build/minetest/src/irrlicht_changes/static_text.cpp:163
str = {m_string = {static npos = 18446744073709551615,
_M_dataplus = {<std::allocator<wchar_t>> = {<__gnu_cxx::new_allocator<wchar_t>> = {<No data fields>}, <No data fields>},
_M_p = 0x7c02dac8 L"2017-03-08 21:25:03: ERROR[Emerge-0]: EmergeThread::finishGen: Couldn't grab block we just generated: (197,-3,328)"}},
m_colors = {<std::_Vector_base<irr::video::SColor, std::allocator<irr::video::SColor> >> = {
_M_impl = {<std::allocator<irr::video::SColor>> = {<__gnu_cxx::new_allocator<irr::video::SColor>> = {<No data fields>}, <No data fields>},
_M_start = 0x79359d00, _M_finish = 0x79359ec8,
_M_end_of_storage = 0x79359ec8}}, <No data fields>},
m_has_background = false, m_background = {color = 0}}
tmp = 0x66f6460
i = 2
r = {UpperLeftCorner = {X = 10, Y = 69}, LowerRightCorner = {X = 703,
Y = 117}}
height = 16
totalHeight = 48
previous_color = {color = 4294967295}
font = 0x66f6460
skin = 0x66e5420
driver = 0x66defc0
frameRect = {UpperLeftCorner = {X = 10, Y = 37}, LowerRightCorner = {
X = 703, Y = 85}}
#4 0x000000006e67dae8 in createDeviceEx ()
from D:\Programs\_Dev\msys64\home\KEK\minetest-debug\bin\Irrlicht.dll
No symbol table info available.
#5 0x000000006e5a01ce in createDeviceEx ()
from D:\Programs\_Dev\msys64\home\KEK\minetest-debug\bin\Irrlicht.dll
No symbol table info available.
#6 0x000000006e67dae8 in createDeviceEx ()
from D:\Programs\_Dev\msys64\home\KEK\minetest-debug\bin\Irrlicht.dll
No symbol table info available.
#7 0x000000006e582a6a in createDeviceEx ()
from D:\Programs\_Dev\msys64\home\KEK\minetest-debug\bin\Irrlicht.dll
No symbol table info available.
#8 0x000000000055eafe in draw_scene (driver=0x66defc0, smgr=0x66e5690,
camera=..., client=..., player=0x66e5bb0, hud=..., mapper=...,
guienv=0x66e1760, screensize=..., skycolor=..., show_hud=true,
show_minimap=false)
at /media/sf_Exchange/minetest/build/minetest/src/drawscene.cpp:557
timer = {
m_name = 0x9aca89 <_ZN3irr4coreL15fast_atof_tableE+201> "smgr",
m_time1 = 22669547, m_running = true,
m_precision = PRECISION_MILLI, m_result = 0x0}
draw_wield_tool = true
draw_crosshair = true
draw_mode = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xa34e258 "none"}}
#9 0x000000000057ed99 in Game::updateFrame (this=0x22f190, graph=0x22f040,
stats=0x22eff0, runData=0x22f280, dtime=0.0419999994, flags=..., cam=...)
at /media/sf_Exchange/minetest/build/minetest/src/game.cpp:4258
player = 0x66e5bb0
time_brightness = 1
direct_brightness = 0.882352948
daynight_ratio = 1000
sunlight_seen = true
time_of_day = 0.370783716
maxsm = 0.0500000007
todsm = 0.0500000007
camera_direction = {X = -0.0557014607, Y = -0.998341739,
Z = 0.0145286247}
tt_draw = {
m_name = 0x9b855f <FontEngine::updateSkin()::__FUNCTION__+6297> "mainloop: draw", m_time1 = 22669547, m_running = true,
m_precision = PRECISION_MILLI, m_result = 0x0}
time_of_day_smooth = 0.370548159
screensize = {X = 1280, Y = 977}
skycolor = {color = 4287347193}
#10 0x0000000000572464 in Game::run (this=0x22f190)
at /media/sf_Exchange/minetest/build/minetest/src/game.cpp:1819
stats = {drawtime = 12, beginscenetime = 0, endscenetime = 1,
dtime_jitter = {max = 0.0831597298, min = 0, avg = 0.018652048,
counter = -1.51431143, max_sample = 0.0970785096, min_sample = 0,
max_fraction = 2.08645844}, busy_time_jitter = {max = 0,
min = -39688.3477, avg = 39701.0625, counter = -1.51431143,
max_sample = 0, min_sample = -39639.2734, max_fraction = 0}}
cam_view_target = {camera_yaw = -284.618774,
camera_pitch = 86.6999435}
dtime = 0.0419999994
graph = {
m_log = {<std::_Deque_base<ProfilerGraph::Piece, std::allocator<ProfilerGraph::Piece> >> = {
_M_impl = {<std::allocator<ProfilerGraph::Piece>> = {<__gnu_cxx::new_allocator<ProfilerGraph::Piece>> = {<No data fields>}, <No data fields>},
_M_map = 0x7564b080, _M_map_size = 78, _M_start = {
_M_cur = 0x79ac8460, _M_first = 0x79ac83d0,
_M_last = 0x79ac85b0, _M_node = 0x7564b190}, _M_finish = {
_M_cur = 0x7b92b870, _M_first = 0x7b92b7e0,
_M_last = 0x7b92b9c0,
_M_node = 0x7564b230}}}, <No data fields>},
m_log_max_size = 200}
cam_view = {camera_yaw = -284.618774, camera_pitch = 86.6999435}
draw_times = {last_time = 2538070, busy_time = 42, sleep_time = 0}
dummyvalues = {_M_t = {
_M_impl = {<std::allocator<std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, float> > >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, float> > >> = {<No data fields>}, <No data fields>},
_M_key_compare = {<std::binary_function<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool>> = {<No data fields>}, <No data fields>}, _M_header = {_M_color = std::_S_red, _M_parent = 0x6edbd9e0,
_M_left = 0x6edf8ed0, _M_right = 0x6ee04f60},
_M_node_count = 4}}}
#11 0x0000000000580eb4 in the_game (kill=0xb5d2b0 <porting::g_killed>,
random_input=false, input=0x6715030, device=0x66dddf0, map_dir=...,
playername=..., password=..., address=..., port=49875, error_message=...,
chat_backend=..., reconnect_requested=0x22f88f, gamespec=...,
simple_singleplayer_mode=true)
at /media/sf_Exchange/minetest/build/minetest/src/game.cpp:4608
game = {input = 0x6715030, client = 0x13313360, server = 0x66e5ea0,
texture_src = 0xa3600f0, shader_src = 0xa364d50,
itemdef_manager = 0xa345b40, nodedef_manager = 0xa3549b0,
soundfetcher = {<OnDemandSoundFetcher> = {
_vptr.OnDemandSoundFetcher = 0xa43ed0 <vtable for GameOnDemandSoundFetcher+16>}, m_fetched = {_M_t = {
_M_impl = {<std::allocator<std::_Rb_tree_node<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >> = {<No data fields>}, <No data fields>},
_M_key_compare = {<std::binary_function<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool>> = {<No data fields>}, <No data fields>}, _M_header = {_M_color = std::_S_red, _M_parent = 0x7d8613b0,
_M_left = 0x765d71e0, _M_right = 0x7a7e6730},
_M_node_count = 4}}}}, sound = 0x66e8510,
sound_is_dummy = false, soundmaker = 0x66e8f90,
chat_backend = 0x22f770, current_formspec = 0x0, cur_formname = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xa32c8e8 ""}},
eventmgr = 0xa326d00, quicktune = 0xa326b30, gui_chat_console =
0x6edd1a70, draw_control = 0x6785b90, camera = 0x474bc1f0, clouds =
0x6edfc910, sky = 0x6ee87fd0, local_inventory = 0x6edc9940,
hud = 0x6edf95e0, mapper = 0xa4519e0, runData = {dig_index = 0,
new_playeritem = 0, pointed_old = {type = POINTEDTHING_NODE,
node_undersurface = {X = 3007, Y = 12, Z = 5153},
node_abovesurface = {X = 3008, Y = 12, Z = 5153},
node_real_undersurface = {X = 3007, Y = 12, Z = 5153},
intersection_point = {X = 30075, Y = 117.791962,
Z = 51532.7422}, intersection_normal = {X = 1, Y = 0, Z = 0},
object_id = -1}, digging = false, ldown_for_dig = false,
left_punch = false, update_wielded_item_trigger = false,
reset_jump_timer = true, nodig_delay_timer = -22.9829998,
dig_time = 0, dig_time_complete = 0, repeat_rightclick_timer = 0,
object_hit_delay_timer = -0.0340000018,
time_from_last_punch = 380.847778, selected_object = 0x0,
jump_timer = 0, damage_flash = -6.49992323,
update_draw_list_timer = 0.158999994, statustext_time = 0,
fog_range = 2400, update_draw_list_last_cam_dir = {
X = -0.0828011408, Y = -0.996345222, Z = 0.0209807605},
profiler_current_page = 0, profiler_max_page = 3,
time_of_day = 0.370783716, time_of_day_smooth = 0.370548159},
flags = {invert_mouse = false, show_chat = true, show_hud = true,
show_minimap = false, force_fog_off = false, show_debug = true,
show_profiler_graph = false, disable_camera_update = false,
first_loop_after_window_activation = false,
camera_offset_changed = false}, device = 0x66dddf0,
driver = 0x66defc0, smgr = 0x66e5690,
kill = 0xb5d2b0 <porting::g_killed>, error_message = 0x22f890,
reconnect_requested = 0x22f88f, skybox = 0x0, random_input = false,
simple_singleplayer_mode = true, crack_animation_length = 5,
guitext = 0x6ed98c10, guitext2 = 0x6edd11d0,
guitext_info = 0x6edd13b0, guitext_status = 0x6edd1590,
guitext_chat = 0x6edd1770, guitext_profiler = 0x6edf9000,
infotext = {static npos = 18446744073709551615,
_M_dataplus = {<std::allocator<wchar_t>> = {<__gnu_cxx::new_allocator<wchar_t>> = {<No data fields>}, <No data fields>},
_M_p = 0x79c616c8 L""}}, statustext = {
static npos = 18446744073709551615,
_M_dataplus = {<std::allocator<wchar_t>> = {<__gnu_cxx::new_allocator<wchar_t>> = {<No data fields>}, <No data fields>},
_M_p = 0x7bfc31d8 L""}}, keycache = {key = {{
Key = irr::KEY_KEY_W, Char = 87 L'W', m_name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa3468b8 "KEY_KEY_W"}}}, {Key = irr::KEY_KEY_S,
Char = 83 L'S', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa346858 "KEY_KEY_S"}}}, {Key = irr::KEY_KEY_A,
Char = 65 L'A', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa34b7f8 "KEY_KEY_A"}}}, {Key = irr::KEY_KEY_D,
Char = 68 L'D', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa34b928 "KEY_KEY_D"}}}, {Key = irr::KEY_SPACE,
Char = 0 L'\000', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa34b9f8 "KEY_SPACE"}}}, {Key = irr::KEY_KEY_E,
Char = 69 L'E', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa358b98 "KEY_KEY_E"}}}, {Key = irr::KEY_LSHIFT,
Char = 0 L'\000', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa364408 "KEY_LSHIFT"}}}, {
Key = irr::KEY_KEY_CODES_COUNT, Char = 0 L'\000', m_name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x66ddaa8 ""}}},
{Key = irr::KEY_ESCAPE, Char = 0 L'\000', m_name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0x66910e8 "KEY_ESCAPE"}}}, {Key = irr::KEY_KEY_Q,
Char = 81 L'Q', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa358e08 "KEY_KEY_Q"}}}, {Key = irr::KEY_KEY_I,
Char = 73 L'I', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa3a6168 "KEY_KEY_I"}}}, {Key = irr::KEY_KEY_T,
Char = 84 L'T', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa3a6238 "KEY_KEY_T"}}}, {
Key = irr::KEY_KEY_CODES_COUNT, Char = 47 L'/', m_name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa346808 "/"}}}, {Key = irr::KEY_F10,
Char = 0 L'\000', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0x66ddaf8 "KEY_F10"}}}, {Key = irr::KEY_F9,
Char = 0 L'\000', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa3a6498 "KEY_F9"}}}, {Key = irr::KEY_KEY_K,
Char = 75 L'K', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa349fc8 "KEY_KEY_K"}}}, {Key = irr::KEY_KEY_J,
Char = 74 L'J', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa34a0f8 "KEY_KEY_J"}}}, {Key = irr::KEY_KEY_H,
Char = 72 L'H', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa34a1c8 "KEY_KEY_H"}}}, {
Key = irr::KEY_KEY_CODES_COUNT, Char = 0 L'\000', m_name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x66ddd18 ""}}},
{Key = irr::KEY_F12, Char = 0 L'\000', m_name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa3a6448 "KEY_F12"}}}, {Key = irr::KEY_F1,
Char = 0 L'\000', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0x66eb198 "KEY_F1"}}}, {Key = irr::KEY_F2,
Char = 0 L'\000', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0x66eb148 "KEY_F2"}}}, {Key = irr::KEY_F3,
Char = 0 L'\000', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa34b2c8 "KEY_F3"}}}, {
Key = irr::KEY_KEY_CODES_COUNT, Char = 0 L'\000', m_name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xa358818 ""}}},
{Key = irr::KEY_F5, Char = 0 L'\000', m_name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa34b388 "KEY_F5"}}}, {Key = irr::KEY_F6,
Char = 0 L'\000', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa34b568 "KEY_F6"}}}, {Key = irr::KEY_F7,
Char = 0 L'\000', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa34b628 "KEY_F7"}}}, {Key = irr::KEY_PLUS,
Char = 43 L'+', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa3a66c8 "KEY_PLUS"}}}, {Key = irr::KEY_MINUS,
Char = 45 L'-', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa3a6808 "KEY_MINUS"}}}, {Key = irr::KEY_KEY_R,
Char = 82 L'R', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa3a6938 "KEY_KEY_R"}}}, {Key = irr::KEY_KEY_Z,
Char = 90 L'Z', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa3a6a08 "KEY_KEY_Z"}}}, {Key = irr::KEY_END,
Char = 0 L'\000', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa34b518 "KEY_END"}}}, {Key = irr::KEY_HOME,
Char = 0 L'\000', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa34fab8 "KEY_HOME"}}}, {Key = irr::KEY_PRIOR,
Char = 0 L'\000', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa34fb88 "KEY_PRIOR"}}}, {Key = irr::KEY_NEXT,
Char = 0 L'\000', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa34fcb8 "KEY_NEXT"}}}, {Key = irr::KEY_KEY_P,
Char = 80 L'P', m_name = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa34fd88 "KEY_KEY_P"}}}, {
Key = irr::KEY_KEY_CODES_COUNT, Char = 0 L'\000', m_name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xa3466c8 ""}}},
{Key = irr::KEY_KEY_CODES_COUNT, Char = 0 L'\000', m_name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xa346718 ""}}},
{Key = irr::KEY_KEY_CODES_COUNT, Char = 0 L'\000', m_name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xa346768 ""}}},
{Key = irr::KEY_KEY_CODES_COUNT, Char = 0 L'\000', m_name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa3467b8 ""}}}}, handler = 0x6715030},
profiler_interval = {m_accumulator = 4.48663044},
m_cache_doubletap_jump = false, m_cache_enable_clouds = true,
m_cache_enable_joysticks = false, m_cache_enable_particles = true,
m_cache_enable_fog = true, m_cache_enable_noclip = false,
m_cache_enable_free_move = false,
m_cache_mouse_sensitivity = 0.200000003,
m_cache_joystick_frustum_sensitivity = 170,
m_repeat_right_click_time = 0.25, m_cache_cam_smoothing = 1,
m_cache_fog_start = 0.699999988}
server_address = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xa3545c8 ""}}
#12 0x000000000040280e in ClientLauncher::run (this=0x22fc30,
game_params=..., cmd_args=...)
at /media/sf_Exchange/minetest/build/minetest/src/client/clientlauncher.cpp:263
game_has_run = true
text = 0xa32c5b0 L"\140\025\203\156"
video_driver = 0x66defc0
__FUNCTION__ = "run"
retval = true
kill = 0xb5d2b0 <porting::g_killed>
camera = 0xa32a4a0
chat_backend = {m_console_buffer = {m_scrollback = 500,
m_unformatted = {<std::_Vector_base<ChatLine, std::allocator<ChatLine> >> = {
_M_impl = {<std::allocator<ChatLine>> = {<__gnu_cxx::new_allocator<ChatLine>> = {<No data fields>}, <No data fields>}, _M_start = 0x765b1a00,
_M_finish = 0x765b21e8,
_M_end_of_storage = 0x765b2500}}, <No data fields>},
m_cols = 158, m_rows = 12, m_scroll = 11,
m_formatted = {<std::_Vector_base<ChatFormattedLine, std::allocator<ChatFormattedLine> >> = {
_M_impl = {<std::allocator<ChatFormattedLine>> = {<__gnu_cxx::new_allocator<ChatFormattedLine>> = {<No data fields>}, <No data fields>},
_M_start = 0x75868cd0, _M_finish = 0x75868fb0,
_M_end_of_storage = 0x758690d0}}, <No data fields>},
m_empty_formatted_line = {
fragments = {<std::_Vector_base<ChatFormattedFragment, std::allocator<ChatFormattedFragment> >> = {
_M_impl = {<std::allocator<ChatFormattedFragment>> = {<__gnu_cxx::new_allocator<ChatFormattedFragment>> = {<No data fields>}, <No data fields>}, _M_start = 0x0, _M_finish = 0x0,
_M_end_of_storage = 0x0}}, <No data fields>},
first = true}}, m_recent_buffer = {m_scrollback = 6,
m_unformatted = {<std::_Vector_base<ChatLine, std::allocator<ChatLine> >> = {
_M_impl = {<std::allocator<ChatLine>> = {<__gnu_cxx::new_allocator<ChatLine>> = {<No data fields>}, <No data fields>}, _M_start = 0x7561eba0,
_M_finish = 0x7561eca8,
_M_end_of_storage = 0x7561ee60}}, <No data fields>},
m_cols = 0, m_rows = 0, m_scroll = 0,
m_formatted = {<std::_Vector_base<ChatFormattedLine, std::allocator<ChatFormattedLine> >> = {
_M_impl = {<std::allocator<ChatFormattedLine>> = {<__gnu_cxx::new_allocator<ChatFormattedLine>> = {<No data fields>}, <No data fields>},
_M_start = 0x0, _M_finish = 0x0,
_M_end_of_storage = 0x0}}, <No data fields>},
m_empty_formatted_line = {
fragments = {<std::_Vector_base<ChatFormattedFragment, std::allocator<ChatFormattedFragment> >> = {
_M_impl = {<std::allocator<ChatFormattedFragment>> = {<__gnu_cxx::new_allocator<ChatFormattedFragment>> = {<No data fields>}, <No data fields>}, _M_start = 0x0, _M_finish = 0x0,
_M_end_of_storage = 0x0}}, <No data fields>},
first = true}}, m_prompt = {m_prompt = {
static npos = 18446744073709551615,
_M_dataplus = {<std::allocator<wchar_t>> = {<__gnu_cxx::new_allocator<wchar_t>> = {<No data fields>}, <No data fields>},
_M_p = 0xa32a778 L"]"}}, m_line = {
static npos = 18446744073709551615,
_M_dataplus = {<std::allocator<wchar_t>> = {<__gnu_cxx::new_allocator<wchar_t>> = {<No data fields>}, <No data fields>},
_M_p = 0x6f870f98 L""}},
m_history = {<std::_Vector_base<std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > >> = {
_M_impl = {<std::allocator<std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >> = {<__gnu_cxx::new_allocator<std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >> = {<No data fields>}, <No data fields>}, _M_start = 0x7ad75f50,
_M_finish = 0x7ad75fb0,
_M_end_of_storage = 0x7ad75fd0}}, <No data fields>},
m_history_index = 12, m_history_limit = 500, m_cols = 157,
m_view = 0, m_cursor = 0, m_cursor_len = 0,
m_nick_completion_start = 0, m_nick_completion_end = 0}}
error_message = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xa32ca98 ""}}
reconnect_requested = false
first_loop = false
#13 0x00000000005d1f55 in main (argc=1, argv=0x4e48bf0)
at /media/sf_Exchange/minetest/build/minetest/src/main.cpp:225
retval = 7425237
cmd_args = {m_settings = {_M_t = {
_M_impl = {<std::allocator<std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, SettingsEntry> > >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, SettingsEntry> > >> = {<No data fields>}, <No data fields>},
_M_key_compare = {<std::binary_function<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool>> = {<No data fields>}, <No data fields>}, _M_header = {_M_color = std::_S_red, _M_parent = 0x0,
_M_left = 0x22fb58, _M_right = 0x22fb58},
_M_node_count = 0}}}, m_defaults = {_M_t = {
_M_impl = {<std::allocator<std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, SettingsEntry> > >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, SettingsEntry> > >> = {<No data fields>}, <No data fields>},
_M_key_compare = {<std::binary_function<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool>> = {<No data fields>}, <No data fields>}, _M_header = {_M_color = std::_S_red, _M_parent = 0x0,
_M_left = 0x22fb88, _M_right = 0x22fb88},
_M_node_count = 0}}}, m_callbacks = {_M_t = {
_M_impl = {<std::allocator<std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::vector<std::pair<void (*)(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*), void*>, std::allocator<std::pair<void (*)(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*), void*> > > > > >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::vector<std::pair<void (*)(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*), void*>, std::allocator<std::pair<void (*)(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*), void*> > > > > >> = {<No data fields>}, <No data fields>},
_M_key_compare = {<std::binary_function<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool>> = {<No data fields>}, <No data fields>}, _M_header = {_M_color = std::_S_red, _M_parent = 0x0,
_M_left = 0x22fbb8, _M_right = 0x22fbb8},
_M_node_count = 0}}}, m_callback_mutex = {mutex = {
DebugInfo = 0x2e7a90, LockCount = -1, RecursionCount = 0,
OwningThread = 0x0, LockSemaphore = 0x0, SpinCount = 0}},
m_mutex = {mutex = {DebugInfo = 0x2e7af0, LockCount = -1,
RecursionCount = 0, OwningThread = 0x0, LockSemaphore = 0x0,
SpinCount = 0}}}
cmd_args_ok = true
__debug_stacker = {m_stack = 0x66b85a0, m_overflowed = false}
__FUNCTION__ = "main"
game_params = {socket_port = 30000, world_path = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0x66dd8e8 "D:\\Programs\\_Dev\\msys64\\home\\KEK\\minetest-debug\\bin\\..\\worlds\\world"}}, game_spec = {id = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0x66c9198 "minetest"}}, path = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0x66dd7b8 "D:\\Programs\\_Dev\\msys64\\home\\KEK\\minetest-debug\\bin\\..\\games\\minetest_game"}}, gamemods_path = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0x66dd9b8 "D:\\Programs\\_Dev\\msys64\\home\\KEK\\minetest-debug\\bin\\..\\games\\minetest_game\\mods"}}, addon_mods_paths = {
_M_t = {
_M_impl = {<std::allocator<std::_Rb_tree_node<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >> = {<No data fields>}, <No data fields>},
_M_key_compare = {<std::binary_function<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool>> = {<No data fields>}, <No data fields>}, _M_header = {_M_color = std::_S_red, _M_parent = 0x66d01e0,
_M_left = 0x66d01e0, _M_right = 0x66d01e0},
_M_node_count = 1}}}, name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0x66de128 "Minetest Game"}}, menuicon_path = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0x66de028 "D:\\Programs\\_Dev\\msys64\\home\\KEK\\minetest-debug\\bin\\..\\games\\minetest_game\\menu\\icon.png"}}},
is_dedicated_server = false}
launcher = {list_video_modes = false, skip_main_menu = false,
use_freetype = true, random_input = false, address = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xa3554a8 ""}},
playername = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xa34fa68 ""}},
password = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xa3a6118 ""}},
device = 0x66dddf0, input = 0x6715030, receiver = 0x66ddd50,
skin = 0x66e5420, font = 0x0, smgr = 0x66e5690, gamespec = {id = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa32c898 "illuna"}}, path = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa3a52e8 "D:\\Programs\\_Dev\\msys64\\home\\KEK\\minetest-debug\\bin\\..\\games\\illuna"}}, gamemods_path = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa358738 "D:\\Programs\\_Dev\\msys64\\home\\KEK\\minetest-debug\\bin\\..\\games\\illuna\\mods"}}, addon_mods_paths = {_M_t = {
_M_impl = {<std::allocator<std::_Rb_tree_node<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >> = {<No data fields>}, <No data fields>},
_M_key_compare = {<std::binary_function<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool>> = {<No data fields>}, <No data fields>}, _M_header = {_M_color = std::_S_red, _M_parent = 0x66cfc40,
_M_left = 0x66cfc40, _M_right = 0x66cfc40},
_M_node_count = 1}}}, name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa34ae28 "Minetest Game"}}, menuicon_path = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0x66eb2c8 "D:\\Programs\\_Dev\\msys64\\home\\KEK\\minetest-debug\\bin\\..\\games\\illuna\\menu\\icon.png"}}}, worldspec = {path = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa364468 "D:\\Programs\\_Dev\\msys64\\home\\KEK\\minetest-debug\\bin\\..\\worlds\\AMOOOOOOOVE"}}, name = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa349ef8 "AMOOOOOOOVE"}}, gameid = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa35eef8 "illuna"}}},
simple_singleplayer_mode = true, current_playername = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
_M_p = 0xa34af68 "singleplayer"}}, current_password = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x66dda58 ""}},
current_address = {static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xa3545c8 ""}},
current_port = 49875}
(gdb) A debugging session is active.
Inferior 1 [process 2720] will be killed.
Quit anyway? (y or n) [answered Y; input not from terminal]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment