libjava gcc-3_0-branch, klass timing out in testsuite again

Jeff Sturm jsturm@one-point.com
Fri May 4 20:38:00 GMT 2001


On Fri, 4 May 2001, Gordon Sadler wrote:
> Exception in thread "main" WARNING: program timed out.
> FAIL: klass execution from source compiled test

Though I've never seen this on i686-pc-linux-gnu I get it nightly on 
alpha-unknown-linux-gnu.  I haven't investigated carefully yet.  (The
state of gdb on alpha-linux is so bad sometimes I don't even try.)

I do know the program seems to loop on SIGSEGV somewhere in
java::lang::Object::clone, around the line

  if (klass->isArray())

The klass object appears to have been overwritten:

(gdb) print klass->name
$2 = (_Jv_Utf8Const *) 0x23bd86d827ba002e

Does this look like the same failure?

Jeff




More information about the Gcc mailing list