Fullscreen crash on Mingw

hi to all,
i report some unexpected crash of executable when i try to switch to fullscreen mode on windows with a linux application compiled with Mingw.
The problem is that SDL do not report any kind of error!!! The only thingh that tell is: Fatal Signal (SDL paracadute deployed)
However if i try to switch to window mode there’s not any problem.

What can it be?

Thanks,
Muzero

hi to all,
i report some unexpected crash of executable when i try to switch to fullscreen mode on windows with a linux application compiled with Mingw.
The problem is that SDL do not report any kind of error!!! The only thingh that tell is: Fatal Signal (SDL paracadute deployed)
However if i try to switch to window mode there’s not any problem.

What can it be?

This is usually caused by not locking surfaces properly before doing pixel
accesses on them.

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment