libsdl-org / SDL

Simple Directmedia Layer
https://libsdl.org
zlib License
10.15k stars 1.85k forks source link

Division by zero in SDL_GetTicks64() #11385

Open timaab opened 3 weeks ago

timaab commented 3 weeks ago

Getting it on multiples machines with Win10 on v2.30.8. For now we reverted to v2.30.2 where this issue is not present.

aDron1990 commented 3 weeks ago

the bug is being produced in the RelWithDebInfo build

slouken commented 3 weeks ago

Are you calling this from multiple threads at the same time?