-
Notifications
You must be signed in to change notification settings - Fork 22
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
Unsafe precondition(s) violated: slice::get_unchecked_mut index not within slice #42
Comments
The error seems to be actually inside |
I got the same issue. |
That issue thread has someone forking slice_deque and crating slice_ring_buffer. I tried replacing slice_deque with slice_ring_buffer but it seems to run into the same error Another user noticed this in the slice_ring_buffer repo, and created a pull request addressing the issue back in May I've sent the owner of the slice_ring_buffer repo an email about merging and publishing that change |
The owner of the slice_ring_buffer repo has performed the required merge and publish actions to update slice_ring_buffer, so I've now made a pull request on this repository to use slice_ring_buffer #43 |
Thanks for contacting the maintainer! 😃 |
next_frame()
has some unsafe code that dumps core, not entirely sure why this happens, the stream should be valid mp3, but either way this shouldn't happen.The text was updated successfully, but these errors were encountered: