From owner-freebsd-current@FreeBSD.ORG Thu Oct 30 23:02:10 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF02516A4CE for ; Thu, 30 Oct 2003 23:02:10 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 3A1AF43FAF for ; Thu, 30 Oct 2003 23:02:09 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 70481 invoked by uid 1002); 31 Oct 2003 07:02:08 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 31 Oct 2003 07:02:08 -0000 Message-ID: <3FA208CF.9070001@freebsd.org> Date: Fri, 31 Oct 2003 00:01:35 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031025 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <20031029211951.GA12398@rot13.obsecurity.org> <20031029152202.C7702@pooker.samsco.home> <20031029154141.T7702@pooker.samsco.home> <20031030.234813.72025638.imp@bsdimp.com> In-Reply-To: <20031030.234813.72025638.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: das@freebsd.org cc: john@adminforum.se cc: current@freebsd.org cc: kris@obsecurity.org Subject: Re: __fpclassifyd problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2003 07:02:10 -0000 M. Warner Losh wrote: > In message: <20031029154141.T7702@pooker.samsco.home> > Scott Long writes: > : To respond to myself, I got ahold of a 4.8 libm.so and made sure that the > : linker used it. No change in the problem, and it still hints that the > : native libc is being linked in. > > You might want to enable debugging of ld.so to confirm. > > Warner > > > This was already resolved. Java does a dlopen() on /usr/lib/libc.so. Rumor has it that this is fixed. Scott