Date: Tue, 6 Mar 2001 22:06:49 +1030 From: Greg Lewis <glewis@eyesbeyond.com> To: Philip Murray <me@philth.net.nz> Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK1.1.8 segfaults Message-ID: <20010306220649.A71154@misty.eyesbeyond.com> In-Reply-To: <000901c0a5fc$d89af730$0100a8c0@sparlak>; from me@philth.net.nz on Tue, Mar 06, 2001 at 06:18:08PM %2B1300 References: <000901c0a5fc$d89af730$0100a8c0@sparlak>
next in thread | previous in thread | raw e-mail | index | archive | help
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: <unowned> > Child death monitor: <unowned> > Event monitor: <unowned> > I/O monitor: <unowned> > Alarm monitor: <unowned> > Memory allocation lock: <unowned> > Monitor registry: <unowned> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010306220649.A71154>