Hi Guilhem and all,

I have narrowed down when this problem was introduced on RH8.0.

When the ChangeLog head is
    2004-10-12  Dalibor Topic <[EMAIL PROTECTED]>

        * libraries/clib/native/ZipFile.c
        (java_util_zip_ZipFile_getZipData0):
        Use '\0' for an empty string to fix compiler warning.
the regression test result is
    ================================
    8 of 144 tests failed
    Please report to [EMAIL PROTECTED]
    ================================
And failed test cases are
    UDPTest.java                SoTimeout.java
    KaffeVerifyBug.java         InetSocketAddressTest.java
    InterfaceSuperClass.java    ImplementClass.java
    FieldErrors.java            MethodErrors.java

The later four cases are common because I used kjc.

On the other hand, if the ChangeLog head is
    2004-10-12  Guilhem Lavaux  <[EMAIL PROTECTED]>

        * kaffe/kaffevm/thread.c
the regression test result is
    ================================
    115 of 144 tests failed
    Please report to [EMAIL PROTECTED]
    ================================
And typical errors are
    error compiling:
    Internal error: caught an unexpected exception.
    Please check your CLASSPATH and your installation.
    java/lang/NullPointerException
    Internal error: caught an unexpected exception.
    Please check your CLASSPATH and your installation.
    java/lang/NullPointerException

So, I am sure it was caused by your mod to pthread.
Additionally, I configured to use unix-jthreads but the result has some funny
output. Detailed report later.

Kiyo

 

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to