-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random floating point exception #34
Comments
Rename beep.txt to beep.mp3 |
Hi |
I tried running the provided code with different configurations/modifications/feature flags (namely coreaudio on macos), and I can't seem to hit the exception. I've also run with sanitizers. I'm using macos 12.6.6 on an intel x64 cpu. Using the latest version of soloud-rs. |
May be take a look at https://github.com/kargirwar/break-timer-tauri/tree/wrappingvec/src-tauri/src. |
Describe the bug
I am using soloud to play an mp3 file. It works most of the time. But every now and then
the app crashes with the reason as Floating point exception: 8. It appears to originate
from soloud.
To Reproduce
This is hard to do, since the problem occurs randomly. This is code snippet:
Expected behavior
Code should never crash.
Desktop:
log.txt
beep.txt
build.log
Additional context
Using this crate in a Tauri application
The text was updated successfully, but these errors were encountered: