``` Thread 9 received signal SIGSEGV, Segmentation fault. [Switching to Thread 6928.0x17c4] 0x000007fefd64716e in msvcrt!_beginthreadex () from C:\Windows\system32\msvcrt.dll (gdb) bt #0 0x000007fefd64716e in msvcrt!_beginthreadex () from C:\Windows\system32\msvcrt.dll #1 0x000007fefd642657 in msvcrt!_vsnprintf_l () from C:\Windows\system32\msvcrt.dll #2 0x000007fefd6425e9 in vsnprintf () from C:\Windows\system32\msvcrt.dll #3 0x000000000049d596 in log_log_impl (level=LEVEL_INFO, have_color=false, color=..., sys=0x9671d4 "vulkan", fmt=0x967198 "allocated chunk of memory with size: %zu for frame %zu (%s)", args=0xc07fa90 "") at E:/Teeworlds_DDNet/ddnet/src/base/log.cpp:119 #4 0x000000000049d654 in log_log_v (level=LEVEL_INFO, sys=0x9671d4 "vulkan", fmt=0x967198 "allocated chunk of memory with size: %zu for frame %zu (%s)", args=0xc07fa90 "") at E:/Teeworlds_DDNet/ddnet/src/base/log.cpp:133 #5 0x000000000049df21 in dbg_msg ( sys=0x9671d4 "vulkan", fmt=0x967198 "allocated chunk of memory with size: %zu for frame %zu (%s)") at E:/Teeworlds_DDNet/ddnet/src/base/system.cpp:200 #6 0x0000000000748397 in CCommandProcessorFragment_Vulkan::VerboseAllocatedMemory (this=0x45f24d0, Size=196608, FrameImageIndex=0, MemUsage=CCommandProcessorFragment_Vulkan::MEMORY_BLOCK_USAGE_BUFFER) at E:/Teeworlds_DDNet/ddnet/src/engine/client/backend/vulkan/backend_vulkan.cpp:90 #7 0x00000000007346a0 in CCommandProcessorFragment_Vulkan::CreateBuffer ( this=0x45f24d0, BufferSize=196608, MemUsage=CCommandProcessorFragment_Vulkan::MEMORY_BLOCK_USAGE_BUFFER, BufferUsage=66, MemoryProperties=1, VKBuffer=@0xc07fc48: 0xe9fe500, VKBufferMemory=...) at E:/Teeworlds_DDNet/ddnet/src/engine/client/backend/vulkan/backend_vulkan.cpp:5659 #8 0x000000000073c366 in CCommandProcessorFragment_Vulkan::CreateIndexBuffer (this=0x45f24d0, pData=0xc07fd20, DataSize=196608, Buffer=@0x45f26a8: 0xbaadf00dbaadf00d, Memory=...) at E:/Teeworlds_DDNet/ddnet/src/engine/client/backend/vulkan/backend_vulkan.cpp:6382 #9 0x0000000000750d09 in CCommandProcessorFragment_Vulkan::Cmd_Init ( this=0x45f24d0, pCommand=0x45f4800) at E:/Teeworlds_DDNet/ddnet/src/engine/client/backend/vulkan/backend_vulkan.cpp:6584 #10 0x0000000000732f8a in CCommandProcessorFragment_Vulkan::RunCommand ( this=0x45f24d0, pBaseCommand=0x45f4800) at E:/Teeworlds_DDNet/ddnet/src/engine/client/backend/vulkan/backend_vulkan.cpp:6481 #11 0x00000000004c10bf in CCommandProcessor_SDL_GL::RunBuffer ( this=0x45f2430, pBuffer=0x22af70) at E:/Teeworlds_DDNet/ddnet/src/engine/client/backend_sdl.cpp:327 #12 0x00000000004c04ae in CGraphicsBackend_Threaded::ThreadFunc ( pUser=0x4672800) at E:/Teeworlds_DDNet/ddnet/src/engine/client/backend_sdl.cpp:63 #13 0x000000000049efaa in thread_run (user=0x45f41c0) at E:/Teeworlds_DDNet/ddnet/src/base/system.cpp:730 #14 0x0000000076df556d in KERNEL32!BaseThreadInitThunk () from C:\Windows\system32\kernel32.dll #15 0x000000007705372d in ntdll!RtlUserThreadStart () from C:\Windows\SYSTEM32\ntdll.dll #16 0x0000000000000000 in ?? () Backtrace stopped: previous frame inner to this frame (corrupt stack?) ```