From owner-freebsd-java@FreeBSD.ORG Sun Aug 8 20:19:01 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 0AAE816A4CE; Sun, 8 Aug 2004 20:19:01 +0000 (GMT) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC10A43D1F; Sun, 8 Aug 2004 20:19:00 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-67-115-74-195.dsl.lsan03.pacbell.net [67.115.74.195]) i78KJ2jx031340; Sun, 8 Aug 2004 16:19:02 -0400 Received: from [10.0.0.2] (xor [10.0.0.2]) by obsecurity.dyndns.org (Postfix) with ESMTP id E90F151383; Sun, 8 Aug 2004 13:18:58 -0700 (PDT) Message-ID: <41168AB2.4090209@obsecurity.org> Date: Sun, 08 Aug 2004 13:18:58 -0700 From: Kris Kennaway User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040617 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Schultz References: <20040712061452.GB36359@xor.obsecurity.org> <20040712073453.GA47267@VARK.homeunix.com> <20040714060529.GA84279@xor.obsecurity.org> <20040805025649.GA853@VARK.homeunix.com> In-Reply-To: <20040805025649.GA853@VARK.homeunix.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: java@FreeBSD.ORG Subject: java dlopen'ing libc (Re: [ports-i386@FreeBSD.org: java_cup-10.k failed on i386 4]) 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: Sun, 08 Aug 2004 20:19:01 -0000 David Schultz wrote: > > All libm-related problems with diablo-jre13 should be fixed now. > Sorry about the delay. Thanks very much; no problem. > However, java now segfaults because it's > apparently dlopening libc, which means it gets libc.so.4 and > libc.so.5 loaded simultaneously, which clearly causes things to > blow up. Hmm. ISTR this was discovered a long time ago but thought fixed. I'm CC'ing the java mailing list for further comments. Kris