From owner-freebsd-java@FreeBSD.ORG Wed Jan 21 08:33:08 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55BC316A4CE for ; Wed, 21 Jan 2004 08:33:08 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BFE143D2F for ; Wed, 21 Jan 2004 08:33:07 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i0LGWliw003464; Wed, 21 Jan 2004 11:32:47 -0500 (EST) Date: Wed, 21 Jan 2004 11:32:47 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Greg Lewis In-Reply-To: <20040121161443.GA72652@misty.eyesbeyond.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-java@freebsd.org Subject: Re: 1.4.2p6 problems on 5.x X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2004 16:33:08 -0000 On Wed, 21 Jan 2004, Greg Lewis wrote: > Can everybody who is having trouble with 1.4.2p6 on 5.x please try using > libmap.conf(5) to map libkse to libc_r and see if the problems persist. > Also, please report if this makes a difference. Remember also that you can't use any Nvidia provided drivers and/or libraries (OpenGL) with libkse or libthr. If folks are having problems make sure this is not the cause. The other potential problem with the jdk using libkse (or even libthr) is that other libraries installed in the system may be pulling in libc_r. For instance /usr/X11R6/lib/libGL.so. I'm not sure how the jvm works, but if this ends up in different thread libraries being pulled in, you can have problems. I suggest everyone having problems to use a libmap.conf with libc_r mapped to libkse. Anyone that has to use NVidia supplied drivers/OpenGL, use a reverse mapping. > If I get a few positive reports for this I think we should shift the port > back to using libc_r by default and libkse as an option. libkse (libpthread) is going to be the default library very soon now, so you should probably leave it unchanged and let us (-java, -threads) figure out where the problems are and fix them. Sorry, I haven't been following any of these threads lately. -- Dan Eischen