3 Jul 2006 15:34
Running java (kaffe) dumps core
Uwe Lienig <Uwe.Lienig <at> fif.mw.htw-dresden.de>
2006-07-03 13:34:08 GMT
2006-07-03 13:34:08 GMT
Hello NetBSD-alpha friends,
this is a plain install of NetBSD/alpha, v2.1
NetBSD muxs1et0.fif.mw.htw-dresden.de 2.1 NetBSD 2.1 (GENERIC) #0: Mon Oct 24\
19:17:35 UTC 2005 jmc <at> faith.netbsd.org:/home/builds/ab/netbsd-2-1-RELEASE\
/alpha/200510241747Z-obj/home/builds/ab/netbsd-2-1-RELEASE/src/sys/arch/\
alpha/compile/GENERIC alpha
I installed kaffe from pkgsrc by compiling the source.
I have the following problem
kaffe dumps core with a very simple Hello world. The source is 5 lines
public class Hallo {
public static void main(String[] args) {
System.out.println("Hallo Welt!");
}
}
I'm running bash:
GNU bash, version 2.05b.0(1)-release (alpha--netbsd)
Copyright (C) 2002 Free Software Foundation, Inc.
The environment is
PATH=/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/pkg/java/kaffe/bin
CLASSPATH=/usr/pkg/java/kaffe/jre/lib/rt.jar:.
Compiling with jikes gives no error. Running the resulting class stops with the
(Continue reading)
RSS Feed