This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Intermittent FAIL in Thread_Join testcase


Ranjit Mathew wrote:

Exception in thread "Thread-3" java.lang.ExceptionInInitializerError
  at java.lang.Class.initializeClass (natClass.cc:747)
  at Joiner.run (Thread_Join.java:45)
  at java.lang.Thread.run (Thread.java:653)
Caused by: java.lang.NullPointerException
  at java.lang.Class.initializeClass (natClass.cc:737)
  ...2 more
FAIL: Thread_Join execution - gij test
- ------------------------- 8< -------------------------

It does not usually recur if I execute the testsuite
again.

I'm posting it here to see if anyone else has faced
the same problem or has an insight into this issue


I have not seen it, but a NullPointerException in initializeClass definitely looks like a bug. Did this problem just appear recently?


Bryce


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]