Re: [kaffe] [gump] utf8const.c

2005-01-18 Thread Guilhem Lavaux
Helmer Krämer wrote: Guilhem Lavaux <[EMAIL PROTECTED]> wrote: Helmer Krämer wrote: Davanum Srinivas <[EMAIL PROTECTED]> wrote: looks like we need a lock for locking access to utfLockRoot :( I'd think that the whole utfLockRoot thing is broken (you'd need one utfLockRoot per thread since it's pe

Re: [kaffe] [gump] utf8const.c

2005-01-16 Thread Helmer Krämer
Guilhem Lavaux <[EMAIL PROTECTED]> wrote: > Helmer Krämer wrote: > > Davanum Srinivas <[EMAIL PROTECTED]> wrote: > > > > > >>looks like we need a lock for locking access to utfLockRoot :( > >> > > > > > > I'd think that the whole utfLockRoot thing is broken (you'd > > need one utfLockRoot per

Re: [kaffe] [gump] utf8const.c

2005-01-05 Thread Guilhem Lavaux
Helmer Krämer wrote: Davanum Srinivas <[EMAIL PROTECTED]> wrote: looks like we need a lock for locking access to utfLockRoot :( I'd think that the whole utfLockRoot thing is broken (you'd need one utfLockRoot per thread since it's perfectly legal for two threads to work on utf8 constants at the s

Re: [kaffe] [gump] utf8const.c

2005-01-05 Thread Helmer Krämer
Davanum Srinivas <[EMAIL PROTECTED]> wrote: > looks like we need a lock for locking access to utfLockRoot :( > I'd think that the whole utfLockRoot thing is broken (you'd need one utfLockRoot per thread since it's perfectly legal for two threads to work on utf8 constants at the same time). Howev

[kaffe] [gump] utf8const.c

2005-01-04 Thread Davanum Srinivas
looks like we need a lock for locking access to utfLockRoot :( -- dims --- Davanum Srinivas <[EMAIL PROTECTED]> wrote: > Guilhem, > > As per your instructions on IRC, i tried the patch below...no luck. am still > getting with > commons-io. It's very intermittent. so i just keep running "ant >