On 27.11.2017 16:33, Liu Hao wrote:
On 2017/11/27 21:55, Jeremy Nicoll wrote:
On Mon, 27 Nov 2017, at 13:03, Ruben Van Boxem wrote:
It would really helpful there were a backtrace of the crash, so we could
pinpoint where the problem might lie.

How does one capture one on Windows?

Compile all your source with `-ggdb` or `-g3`, then run it from GDB. As
soon as the crash happens, type `backtrace` or `bt` then press Enter in
GDB to get the backtrace.



Thanks! That helped.
The problem seems to be in SDL2. SDL-2.0.5 does not crash, but 2.0.6 and 2.0.7 do.

--
chs


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to