rodio
rodio copied to clipboard
Randomly when playing a sound (wav) a very large memory allocation happens, on Linux Raspberry Pi
Sometimes when my program is going to play an audio file (wav), my program crashes with the error:
memory allocation of 5404319552844632832 bytes failed
After that happens I have to reboot the computer to make audio work again. I have searched and found nothing on this issue.
Unfortunately I do not have a small code example, and I have it happened only when my program is running on a Raspberry Pi . I have not been able to reproduce it on my laptop.
I would love to get a hint on where I should start looking for a solution.