Re: ConcurrentModificationException in UpdateTracker.getDirtyAreas()

2004-08-11 Thread y g
Hi Thomas I created the bug entry 30584 with this information and a sample program to reproduce the problem. yann. --- Thomas DeWeese <[EMAIL PROTECTED]> wrote: > Hi Yann, > > This appears to be a real issue, but I have been > unable to > reproduce the problem. Can you create a Bugzilla

Re: ConcurrentModificationException in UpdateTracker.getDirtyAreas()

2004-08-09 Thread Thomas DeWeese
Hi Yann, This appears to be a real issue, but I have been unable to reproduce the problem. Can you create a Bugzilla entry, and I will attach a possible patch so you can try it out? This will also ensure that the issue doesn't get lost. If you could include some information on the system

ConcurrentModificationException in UpdateTracker.getDirtyAreas()

2004-08-06 Thread y g
Hi I have some problems with RunnableQueue. I've read that UpdateTracker is _not_ intended to be thread safe, but UpdateTracker.changeStarted() is called outside the UpdateManager thread when resizing the SVGCanvas. sometimes this could finnish with a ConcurrentModificationException in UpdateMana