-
Notifications
You must be signed in to change notification settings - Fork 411
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
ConcurrentModificationException in SlidingPercentile #612
Labels
Comments
Thanks for reporting! It looks like we are missing a synchronization block in this code - we'll update the class to fix this. |
Good news, thanks |
1 task
copybara-service bot
pushed a commit
that referenced
this issue
Sep 8, 2023
Issue: #612 PiperOrigin-RevId: 563690229
copybara-service bot
pushed a commit
to google/ExoPlayer
that referenced
this issue
Sep 8, 2023
Issue: androidx/media#612 PiperOrigin-RevId: 563690229
microkatz
pushed a commit
to v-novaltd/androidx-media
that referenced
this issue
Sep 21, 2023
Issue: androidx#612 PiperOrigin-RevId: 563690229
microkatz
pushed a commit
to hugohlln/media
that referenced
this issue
Sep 29, 2023
Issue: androidx#612 PiperOrigin-RevId: 563690229
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
Media3 1.1.1
More version details
No response
Devices that reproduce the issue
AndroidTV box
Devices that do not reproduce the issue
No response
Reproducible in the demo app?
Not tested
Reproduction steps
Looking for the different methods to compute bandwidth, I'm using in this case the ExperimentalBandwidthMeter without any changes in Builder.
Expected result
No crash
Actual result
Sometimes the app crashes with this call stack:
Media
Any dash stream should retroduce the issue
Bug Report
adb bugreport
to [email protected] after filing this issue.The text was updated successfully, but these errors were encountered: