-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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 RxJavaPlugins.getPluginImplementationViaProperty #3749
Comments
You seem to have something changing |
Ping @niqo01: were you able to fix the problem? @akarnokd gave most possible reason of the issue, probably some third-party library modifies system properties concurrently (you can debug access to system properties to find that out). // We can try to |
I don't know what kind of map it is thus copying might have the same issue. We could catch the CME and retry the operation with a fresh iterator. |
According to the javadoc of Properties, I think
|
@zsxwing Great! PR welcome. |
Closing via #3822 |
I am using RxJava 1.1.1 on Android and getting the following error:
My code is
Full detail here: http://crashes.to/s/4ecb8083b7f
The text was updated successfully, but these errors were encountered: