-
Notifications
You must be signed in to change notification settings - Fork 578
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
Fatal Exception: java.util.ConcurrentModificationException #5091
Comments
I found a few problems with this issue:
|
Another trace:
|
@muriloventuroso, thanks for reporting this, I've been looking into this issue but don't have a solution yet. If you find a repro, please let me know. This may be the same issue as firebase/flutterfire#10745 |
Yes, I think it's the same problem. And this issue had no updates. Any new information I have will be shared here. |
Some of my app users are experiencing the same problem. Firebase BoM: 32.0.0 Stack trace gathered from the Firebase Crashlytics:
|
I haven't been able to reproduce this error, but in reviewing the code in this call stack we identified a possible case of thread interference, which could be the root cause of the ConcurrentModificationException. The fix is in #5099. |
The fix will release in v24.6.2, which should be out soon. Please let me know if you continue to have issues after updating to v24.6.2. |
While running the Android app, the following error was reported in the crash log.
Steps to reproduce
I still haven't been able to reproduce the error on my Android devices or the emulator. But I get this error report everyday from my app users.
Additional context
Occurs on Android 10 (SDK 29)
Firebase Android SDK 32.0.0
The text was updated successfully, but these errors were encountered: