Open
Description
Today I encountered a strange SDL Mixer issue on my Pixel 6 Pro Android device.
If an alarm notification occurs while my SDL indie game app is running, the SDL Mixer system gets irreparably harmed.
Post-notification, calls to the SDL Mixer system stall waiting to obtain a mutex lock.
I tried rearranging interactions with SDL Mixer in a few ways, but nothing works. It seems be out of my hands as the app developer.
