You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using cloning-1.7.4 or cloning-1.7.5-SNAPSHOT (from today's trunk), I am
getting a ConcurrentModificationException error. If I change the execution
timing of my code by enabling some logging, I do not generally get the
exception. My application utilizes a single Cloner instance, and calls it very
rapidly, however, not from multiple threads.
The full exception stack is below, minus the calls from my application:
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
at java.util.HashMap$EntryIterator.next(HashMap.java:834)
at java.util.HashMap$EntryIterator.next(HashMap.java:832)
at com.rits.cloning.FastClonerHashMap.clone(com.rits.cloning.FastClonerHashMap:20)
at com.rits.cloning.Cloner.fastClone(com.rits.cloning.Cloner:96)
at com.rits.cloning.Cloner.cloneInternal(com.rits.cloning.Cloner:360)
at com.rits.cloning.Cloner.cloneInternal(com.rits.cloning.Cloner:409)
at com.rits.cloning.Cloner.cloneInternal(com.rits.cloning.Cloner:409)
at com.rits.cloning.Cloner.deepClone(com.rits.cloning.Cloner:309)
If my inquiry should be going to a mailing list instead, please let me know. I
looked briefly but I didn't see one off hand.
Thanks,
Greg
Original issue reported on code.google.com by ghasse...@gmail.com on 7 Mar 2011 at 9:02
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
ghasse...@gmail.com
on 7 Mar 2011 at 9:02The text was updated successfully, but these errors were encountered: