Skip to content

ConcurrentModificationException #1119

Closed

Description

I wouldn't deem this high priority but it did crash a device.

Android 4.4.2
OkHttp 2.0.0

java.util.ConcurrentModificationException
       at java.util.HashMap$HashIterator.nextEntry(HashMap.java:806)
       at java.util.HashMap$ValueIterator.next(HashMap.java:838)
       at com.squareup.okhttp.internal.spdy.SpdyConnection$Reader.settings(SourceFile:698)
       at com.squareup.okhttp.internal.spdy.Spdy3$Reader.readSettings$5f833cfd(SourceFile:278)
       at com.squareup.okhttp.internal.spdy.Spdy3$Reader.nextFrame$64dcaf67(SourceFile:165)
       at com.squareup.okhttp.internal.spdy.SpdyConnection$Reader.execute(SourceFile:574)
       at com.squareup.okhttp.internal.NamedRunnable.run(SourceFile:33)
       at java.lang.Thread.run(Thread.java:841)

Crashlytics Link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugBug in existing code

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions