From owner-freebsd-java Wed Mar 7 10: 9:32 2001 Delivered-To: freebsd-java@freebsd.org Received: from nova.fnal.gov (nova.fnal.gov [131.225.18.207]) by hub.freebsd.org (Postfix) with ESMTP id B36C737B718 for ; Wed, 7 Mar 2001 10:09:29 -0800 (PST) (envelope-from zingelman@fnal.gov) Received: from localhost (tez@localhost) by nova.fnal.gov (8.9.3+Sun/8.9.1) with ESMTP id MAA23005; Wed, 7 Mar 2001 12:09:20 -0600 (CST) X-Authentication-Warning: nova.fnal.gov: tez owned process doing -bs Date: Wed, 7 Mar 2001 12:09:20 -0600 (CST) From: Tim Zingelman X-Sender: To: Ernst de Haan Cc: FreeBSD Java mailing list Subject: Re: linux-jdk1.3.0_02 problems [Was: JDK1.1.8 segfaults] In-Reply-To: <20010307123640.A12640@c187104187.telekabel.chello.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 7 Mar 2001, Ernst de Haan wrote: > I have just reinstalled the emulators/linux_base port on both systems, and > then ran java -version again, but the results are the same as before. Seems > it's not a linux_base issue. > > -- > Ernst > > Ernst de Haan wrote: Sorry I was 1/2 asleep when I wrote that... I was talking about kernel patches, not in the port. Here's a bit from the commit email: gallatin 2001/02/21 15:01:58 PST Modified files: (Branch: RELENG_4) sys/i386/linux syscalls.master linux.h linux_dummy.c linux_genassym.c linux_locore.s linux_machdep.c linux_sysvec.c Log: MFC: Linux signal handling fixes from current. This should improve emulation of signal intensive Linux apps (such as Java). This allows an older version of the IBM JDK to run on -stable and gets rid of the "cannot uninstall sigaltstack" message from the Sun Linux JDK 1.3 Reviewed by: marcel Approved by: marcel Revision Changes Path 1.30.2.3 +4 -4 src/sys/i386/linux/syscalls.master 1.41.2.2 +134 -6 src/sys/i386/linux/linux.h 1.21.2.4 +1 -2 src/sys/i386/linux/linux_dummy.c 1.13.2.1 +5 -2 src/sys/i386/linux/linux_genassym.c 1.5.2.2 +17 -5 src/sys/i386/linux/linux_locore.s 1.6.2.2 +64 -10 src/sys/i386/linux/linux_machdep.c 1.55.2.4 +295 -27 src/sys/i386/linux/linux_sysvec.c - Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message