On 8 June 2006 at 11:03, Geir Magnusson Jr <[EMAIL PROTECTED]> wrote:
> 
> 
> Mark Hindess wrote:
> > On 8 June 2006 at 18:16, "Ivan Volosyuk" <[EMAIL PROTECTED]> wrote:
> >> Yes, there are a lot of functions without implementation. I have
> >> inserted this exceptions there to fast detect this places. It will
> >> also be a few UnsatisfiedLinkErrors for some missing functions in
> >> java.lang.reflect.Array.
> >> Security is just no-op for now. I have almost zero knowledge in this area.
> >> Most probable reason for the hang in two luni tests is bug or
> >> unimplemented functionality in Thread.java
> > 
> > I should mention that I've actually had the IBM VME hang on some of the
> > thread tests...
> 
> Doh!
> 
> That's not good news..  Any clue which tests and why?

It's only happened three times on the linux build machine and it checks
for changes every hour.  It's never happened on the windows build
machine and I've never been able to reproduce it on my own machine.  The
only clue is that the last message in the log before it hangs:

[junit] java.lang.OutOfMemoryError: Failed to fork OS thread
[junit]         at java.lang.Thread.startImpl(Native Method)
[junit]         at java.lang.Thread.start(Thread.java:1015)
[junit]         at 
tests.api.java.lang.ThreadGroupTest.asyncBuildRandomTreeUnder(ThreadGroupTest.java:1292)
[junit]         at 
tests.api.java.lang.ThreadGroupTest.access$000(ThreadGroupTest.java:20)
[junit]         at 
tests.api.java.lang.ThreadGroupTest$16.run(ThreadGroupTest.java:1289)

The ThreadGroupTest never completes.  (This was building r410365 in 
case the line numbers don't make sense any more.)

I've not really had a look at what might be causing it yet.

Regards,
 Mark.



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to