I analysed this problem.
It appears that the pthread_cond_timedwait on at least darwin8
sometimes returns a few microseconds early; this may be related to
having ntpd running.
On darwin9 (and/or darwin8 with -D_APPLE_C_SOURCE defined), sometimes
this test hangs, due to a different, known,
Geoffrey Keating writes:
>
> On 11/09/2006, at 3:59 PM, Andrew Pinski wrote:
>
> >>
> >> Geoff,
> >>Did you notice that a new libjava regression occured today on
> >> Darwin
> >> apparently after revision 116838 but by revision 116843? The
> >> testcase...
> >>
> >> FAIL: Threa
On 11/09/2006, at 3:59 PM, Andrew Pinski wrote:
Geoff,
Did you notice that a new libjava regression occured today on
Darwin
apparently after revision 116838 but by revision 116843? The
testcase...
FAIL: Thread_Sleep -O3 -findirect-dispatch output - bytecode-
>native test
now fails.
>
> Geoff,
>Did you notice that a new libjava regression occured today on Darwin
> apparently after revision 116838 but by revision 116843? The testcase...
>
> FAIL: Thread_Sleep -O3 -findirect-dispatch output - bytecode->native test
>
> now fails. Could this be related to your change...
Th
On 11/09/2006, at 3:51 PM, Jack Howarth wrote:
Geoff,
Did you notice that a new libjava regression occured today on
Darwin
apparently after revision 116838 but by revision 116843? The
testcase...
FAIL: Thread_Sleep -O3 -findirect-dispatch output - bytecode-
>native test
now fails. C
Geoff,
Did you notice that a new libjava regression occured today on Darwin
apparently after revision 116838 but by revision 116843? The testcase...
FAIL: Thread_Sleep -O3 -findirect-dispatch output - bytecode->native test
now fails. Could this be related to your change...
---