Skip to content
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 while call Bugsnag.notify() #281

Closed
Tougee opened this issue Mar 28, 2018 · 3 comments
Closed

ConcurrentModificationException while call Bugsnag.notify() #281

Tougee opened this issue Mar 28, 2018 · 3 comments

Comments

@Tougee
Copy link

Tougee commented Mar 28, 2018

java.util.ConcurrentModificationException
        at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:346)
        at java.util.LinkedHashMap$KeyIterator.next(LinkedHashMap.java:366)
        at com.bugsnag.android.Client.runBeforeNotifyTasks(Client.java:1009)
        at com.bugsnag.android.Client.notify(Client.java:924)
        at com.bugsnag.android.Client.notify(Client.java:899)
        at com.bugsnag.android.Client.notify(Client.java:656)
        at com.bugsnag.android.Bugsnag.notify(Bugsnag.java:346)
@fractalwrench
Copy link
Contributor

This should be resolved in 4.3.2 by #266 - please let us know if that's not the case, and I'll reopen this ticket.

@Tougee
Copy link
Author

Tougee commented Mar 28, 2018

The version of my is 4.3.1, I'll check this in 4.3.2, thank you for reply

@panser
Copy link

panser commented Jul 16, 2019

see the same error in bugsnag-spring

rich-bugsnag pushed a commit that referenced this issue Sep 3, 2021
Update bugsnag-android to v5.9.4 and bugsnag-cocoa to v6.9.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants