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? #31

Open
feiyuu opened this issue May 15, 2017 · 1 comment

Comments

@feiyuu
Copy link

feiyuu commented May 15, 2017

java.util.ConcurrentModificationException
at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:346)
at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:375)
at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:375)
at com.litesuits.http.request.AbstractRequest.reqToString(AbstractRequest.java)
at com.litesuits.http.request.AbstractRequest.toString(AbstractRequest.java)
at java.lang.StringBuilder.append(StringBuilder.java:202)

感觉是reqToString中没有做线程安全处理导致,现在这个bug友盟每天都报,是我这个项目里最大的bug。

@feiyuu
Copy link
Author

feiyuu commented May 16, 2017

已经联系作者解决

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

1 participant