[Soot-list] ConcurrentModificationException in an extremely simple code piece

Patrick Lam plam at cs.mcgill.ca
Tue May 25 20:32:53 EDT 2010


On 05/25/10 20:08, Sai Zhang wrote:
> It seems that there is no other thread in modifying the SootMethod object.
> So, a bit confused!  Any hints are welcome!

I haven't looked at this case in particular, but 
ConcurrentModificationExceptions arise when you iterate on a list and 
modify it during iteration, even if there's only one thread.

pat


More information about the Soot-list mailing list