From owner-freebsd-java Tue Mar 6 3:37: 3 2001 Delivered-To: freebsd-java@freebsd.org Received: from pluto.senet.com.au (pluto.senet.com.au [203.56.239.150]) by hub.freebsd.org (Postfix) with ESMTP id 16AAE37B71A for ; Tue, 6 Mar 2001 03:36:59 -0800 (PST) (envelope-from glewis@misty.eyesbeyond.com) Received: from misty.eyesbeyond.com (c24-fr-p41.senet.com.au [172.16.24.42]) by pluto.senet.com.au (8.11.0/8.11.0) with ESMTP id f26Bapn38643; Tue, 6 Mar 2001 22:06:51 +1030 (CST) (envelope-from glewis@misty.eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.9.3/8.9.3) id WAA71785; Tue, 6 Mar 2001 22:06:49 +1030 (CST) (envelope-from glewis) Date: Tue, 6 Mar 2001 22:06:49 +1030 From: Greg Lewis To: Philip Murray Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK1.1.8 segfaults Message-ID: <20010306220649.A71154@misty.eyesbeyond.com> References: <000901c0a5fc$d89af730$0100a8c0@sparlak> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000901c0a5fc$d89af730$0100a8c0@sparlak>; from me@philth.net.nz on Tue, Mar 06, 2001 at 06:18:08PM +1300 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Mar 06, 2001 at 06:18:08PM +1300, Philip Murray wrote: > I just installed JDK 1.1.8 from the ports (on FreeBSD 4.2-Stable), and when > I try and run jar, or java and any of the commands from the jdk it seg > faults with the following: > > pmurray@monolith:/usr/local/jdk1.1.8/bin/ > ./jar > SIGSEGV 11* segmentation violation > > Full thread dump: > Monitor Cache Dump: > Registered Monitor Dump: > Monitor IO lock: > Child death monitor: > Event monitor: > I/O monitor: > Alarm monitor: > Memory allocation lock: > Monitor registry: > Thread Alarm Q: > Abort trap > > Can anyone tell me why its doing this and how I can fix it? Yes, you need to install the compat3x package. Can someone please add some lines to post-install target in the Makefile which does something like: .if ${OSVERSION} > 400000 ${ECHO} "You will need to install the compat3x libraries to use this port." .endif Other ports print out a message at this stage, I think it would be sensible for this port to print out a message too, since this question comes up so often. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Mobile: 0419 868 494 Information Technology Web : http://www.eyesbeyond.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message