0v0katai
0v0katai
Hi, I'm the original reporter of this issue. I apologize for not using gbd when @thomas-touhey commented because I got different valgrind results the next day and I had to...
> That isn't a crash call stack though... ? gdb doesn't prompt any crash while the minimal script is running, so I can't get the crash call stack atm.
Update: I was able to reproduce the result that prompts segfault explicitly: valgrind log ``` ==338== Memcheck, a memory error detector ==338== Copyright (C) 2002-2024, and GNU GPL'd, by Julian...
Thanks @thomas-touhey. The SDL3 minimal script no longer segfaults and outputs the following message: `Failed to initialize SDL: No available video device` valgrind log ``` ==477475== Memcheck, a memory error...
With the latest verison of SDL2, the SDL2 minimal program now outputs `Failed to initialize SDL: No available video device` as well. ~~Seems like the memory leak is fixed.~~ **(Edit...