You should never mix different compiler versions.
Just build SFML for the right compiler, no need to change QtCreator.
If an application crashes, there needs to be a call stack. You could also run gdb directly from the command line, run your application, let it crash and get the call stack with the command bt.