'make test' problem with Kaffe 1.0.b2
Boris Zemlyak
borisz at lsil.com
Thu Nov 5 09:14:11 PST 1998
Hello!
I compiled two versions of Kaffe 1.0.b2 with the following
configuration options:
./configure --prefix=... --enable-gcc --with-engine=intrp
--with-threads=unix-jthreads --with-staticlib
and the second one:
./configure --prefix=... --enable-gcc --with-engine=jit
--with-threads=unix-jthreads --with-staticlib
The JIT installation passed all tests 'make test', while the
intrp installation failed on the last test with the following
messages:
ThreadLocalTest ... error running
Should have got:
Thread 1 interation 0:
TL: TL initial
ITL: ITL initial
Thread 2 interation 0:
TL: TL initial
ITL: ITL initial
...
Thread 6 interation 3:
TL: TL initial changed by 6 at k == 0 changed by 6 at k == 1 changed by 6 at k == 2
ITL: null
*** Failed
May be you know, what can cause such problem?
Thank you in advance,
Boris
More information about the kaffe
mailing list