Date: Mon, 15 Mar 1999 13:04:23 +0900 From: SHUDO Kazuyuki <shudoh@muraoka.info.waseda.ac.jp> To: freebsd-java@FreeBSD.ORG Subject: Re: the prelease jdk1.2 for linux: problem Message-ID: <199903150404.NAA07005@cafe.muraoka.info.waseda.ac.jp> In-Reply-To: Your message of "Sat, 13 Mar 1999 15:46:42 JST." <199903130646.PAA24203@cafe.muraoka.info.waseda.ac.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
> > /home/daichi(942) /usr/local/jdk1.2/bin/java > > SIGSEGV 11* segmentation violation > > stackpointer=0xefbfcec0 > > > > Full thread dump Classic VM (Linux_JDK_1.2_pre-release-v1, native threads): > ^^^^^^^^^^^^^^ > > "main" (TID:0x291761e0, sys_thread_t:0x81434e0, state:R, native ID:0x400) prio=5 > At least, you should use green threads instead of native > threads. Even on Linux, native threads can't work well > yet with glibc 2.1. I forgot to mention an important matter. You must disable JIT compiler. JDK 1.2 for Linux contains a JIT from Sun, but that can't work with green threads. Specify `-Djava.compiler=' with java command to disable the JIT. But still, I suppose that JDK 1.2 for Linux can't work on linux emulation of FreeBSD. If you'll go on trying that, It's desirable to watch java-linux list. The port of JDK 1.2 is still *pre*-release. Kazuyuki SHUDO Happy Hacking! Muraoka Lab., Grad. School of Sci. & Eng., Waseda Univ. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903150404.NAA07005>