Re: race conditions in Ant

2007-10-05 Thread Matt Benson
--- Steve Loughran <[EMAIL PROTECTED]> wrote: > Matt Benson wrote: > > --- Steve Loughran <[EMAIL PROTECTED]> wrote: > > > >> Steve Loughran wrote: > >>> > >>> I've been running the new build and havent seen > >> any more loops; I think > >>> race conditions are gone. > >>> > >>> Incidentally,

Re: race conditions in Ant

2007-10-05 Thread Steve Loughran
Peter Reilly wrote: On 10/5/07, Steve Loughran <[EMAIL PROTECTED]> wrote: oh, lots of ambuiguity about ThreadLocal cleanup too: stuff in a ThreadLocal can hang around for the life of a thread Yes, this is the issue with IVY. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6209042 Whic

Re: race conditions in Ant

2007-10-05 Thread Steve Loughran
Peter Reilly wrote: On 10/5/07, Steve Loughran <[EMAIL PROTECTED]> wrote: Matt Benson wrote: --- Steve Loughran <[EMAIL PROTECTED]> wrote: Steve Loughran wrote: I've been running the new build and havent seen any more loops; I think race conditions are gone. Incidentally, given we didnt s

Re: race conditions in Ant

2007-10-05 Thread Peter Reilly
On 10/5/07, Steve Loughran <[EMAIL PROTECTED]> wrote: > Matt Benson wrote: > > --- Steve Loughran <[EMAIL PROTECTED]> wrote: > > > >> Steve Loughran wrote: > >>> > >>> I've been running the new build and havent seen > >> any more loops; I think > >>> race conditions are gone. > >>> > >>> Incidental

Re: race conditions in Ant

2007-10-05 Thread Steve Loughran
Matt Benson wrote: --- Steve Loughran <[EMAIL PROTECTED]> wrote: Steve Loughran wrote: I've been running the new build and havent seen any more loops; I think race conditions are gone. Incidentally, given we didnt see any way that the thing could loop, given we were using threadlocal to

Re: race conditions in Ant

2007-10-04 Thread Matt Benson
--- Steve Loughran <[EMAIL PROTECTED]> wrote: > Steve Loughran wrote: > > > > > > I've been running the new build and havent seen > any more loops; I think > > race conditions are gone. > > > > Incidentally, given we didnt see any way that the > thing could loop, > > given we were using thre

Re: race conditions in Ant

2007-10-04 Thread Steve Loughran
Steve Loughran wrote: I've been running the new build and havent seen any more loops; I think race conditions are gone. Incidentally, given we didnt see any way that the thing could loop, given we were using threadlocal to store a per-thread datastructure, and given that threadlocals are i