Package: sablevm
Version: 1.11.3-1.1
Severity: important

Test program:
====
class jtest {
   public static void main( String[] args ) {
      System.out.println( "Success: " + args[ 1 ] );
   }
}
====

(this is the "test for a working java" used by bigloo)

Once compiled with the default javac on merulo (gcj-wrapper-4.0), the
resulting class runs fine with jig or gcj, but fails with an exception
on sablevm:

[EMAIL PROTECTED]:~$ /usr/lib/jvm/java-gcj/bin/java jtest a b c
Success: b
[EMAIL PROTECTED]:~$ /usr/bin/gij-wrapper-4.0 jtest a b c
Success: b
[EMAIL PROTECTED]:~$ java-sablevm jtest a b c
java.lang.ExceptionInInitializerError

The very same .class file, when copied to an i386 box, passes the test:

$ java-sablevm jtest a b c
Success: b

Similarly, a .class file built on i386 (using javac-sablevm), which
works when run on i386, fails with the same exception on ia64.



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.31-k6
Locale: LANG=C, LC_CTYPE=french (charmap=ISO-8859-1)

Versions of packages sablevm depends on:
ii  java-common                   0.23       Base of all Java packages
ii  libc6                         2.3.5-7    GNU C Library: Shared libraries an
ii  libpopt0                      1.7-5      lib for parsing cmdline parameters
ii  libsablevm1                   1.11.3-1.1 Free implementation of JVM second 
ii  unzip                         5.52-3     De-archiver for .zip files

Versions of packages sablevm recommends:
ii  free-java-sdk                 1.0-1      Complete Java SDK environment cons
ii  jikes                         1:1.22-3   Fast Java compiler adhering to lan
ii  libgnujaxp-java               1.3-4      free implementation of jaxp api

-- no debconf information

-- 
Yann Dirson    <[EMAIL PROTECTED]> |
Debian-related: <[EMAIL PROTECTED]> |   Support Debian GNU/Linux:
                                    |  Freedom, Power, Stability, Gratis
     http://ydirson.free.fr/        | Check <http://www.debian.org/>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to