-
Notifications
You must be signed in to change notification settings - Fork 156
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
Crash ConcurrentModificationException from Branch #1054
Comments
Facing the same issue in our app after updating from 5.0.1 to 5.2.7 |
|
Having the same Also, this is a duplicate of 900 issue Can you make it a bit more priority cause apparently it's 20-25% of crashes right now? and not only me according to the task |
The issue is that you are trying to save a state in an Intent instance, which is not recommended. Consider using SharedPreferences or in-memory storage for such cases. Or, at least, you can copy the intent and do modifications. Here's a small example:
Hope you'll include this fix to your lib in the next release |
Good catch @catsoft , we'll take a look at your recommendations and see if we can get this in the next sprint. |
Have you guys found a solution to this? We are experiencing a lot of crashes because of this issue. |
We are also experiencing this issue in our app and it produces 40% of our overall crashes. It would be great to hear about progress on this |
This is still a problem. it would help a lot if you could at least catch the issue in your code. Since the initialization is asynchronous we cannot catch it in the surrounding code |
How long does your sprint take? Has it already been fixed in a specific version? @gdeluna-branch |
How about setting the
will this solve the issue ? @GoodSir42 |
Describe the bug
We have gotten around ~300 crashes with the following stack trace.
SDK Version
5.2.7
Make and Model
Multiple Devices
OS
8.0, 10, 11, 12, 13
The text was updated successfully, but these errors were encountered: