Have you raised an issue on the SFML forums of github? What Operating System are you targetting?
I did raise an issue, no response really, I guess because the occurance is so rare they see it as a fluke, or that I am doing something wrong. This is on Windows, on linux it's rock solid. But the crash clearly happens in OpenAL according to the stack trace it's in an OpenAL thread, not in an API call. And the SFML use of the API looks all ok.
I guess that the question I have that comes up is whether you know the crash is related to ogg playback or is it definitely a crash occurring in OpenAL? Are you using the latest version of OpenAL Soft?
I switched to a latest greatest once. Then crashes happened for everyone, so switched back to a specific version.
Crashes are happening in OpenAL. As they also happen if music is disabled but only sound effects are playing.
I just gave up on it. I do not want to debug a large OpenAL stack. SDL2 is serving me a whole lot better then SFML these days.