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

java.util.ConcurrentModificationException #8647

Closed
chenyunecjtu opened this issue Jan 9, 2025 · 2 comments
Closed

java.util.ConcurrentModificationException #8647

chenyunecjtu opened this issue Jan 9, 2025 · 2 comments
Labels
bug Bug in existing code needs info More information needed from reporter

Comments

@chenyunecjtu
Copy link

okhttp 4.10.0
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.next(ArrayList.java:860)
at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(SourceFile:18)
at okhttp3.internal.connection.RouteSelector.nextProxy(SourceFile:3)
at okhttp3.internal.connection.RouteSelector.next(SourceFile:4)
at okhttp3.internal.connection.ExchangeFinder.findConnection(SourceFile:27)
at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(SourceFile:1)
at okhttp3.internal.connection.ExchangeFinder.find(SourceFile:7)
at okhttp3.internal.connection.RealCall.initExchange$okhttp(SourceFile:8)
at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:2)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:12)
at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:12)
at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:22)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:12)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:7)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:12)

@chenyunecjtu chenyunecjtu added the bug Bug in existing code label Jan 9, 2025
@yschimke
Copy link
Collaborator

yschimke commented Jan 9, 2025

Is this reproducible? Happening a lot? Does it still happen with 4.12.0?

More context would help understand the urgency.

@yschimke
Copy link
Collaborator

Not enough info to reproduce

@yschimke yschimke added the needs info More information needed from reporter label Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug in existing code needs info More information needed from reporter
Projects
None yet
Development

No branches or pull requests

2 participants