From owner-freebsd-current@FreeBSD.ORG Fri Mar 5 07:41:41 2004 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 7F89816A4CE; Fri, 5 Mar 2004 07:41:41 -0800 (PST) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E01B43D1D; Fri, 5 Mar 2004 07:41:41 -0800 (PST) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: from dibbler.crodrigues.org (h00609772adf0.ne.client2.attbi.com[66.31.45.197]) by comcast.net (sccrmhc13) with ESMTP id <2004030515414001600ps6jse>; Fri, 5 Mar 2004 15:41:40 +0000 Received: from dibbler.crodrigues.org (localhost.crodrigues.org [127.0.0.1]) i25Ffk9S002790; Fri, 5 Mar 2004 10:41:46 -0500 (EST) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: (from rodrigc@localhost) by dibbler.crodrigues.org (8.12.11/8.12.10/Submit) id i25FfkPl002789; Fri, 5 Mar 2004 10:41:46 -0500 (EST) (envelope-from rodrigc) Date: Fri, 5 Mar 2004 10:41:45 -0500 From: Craig Rodrigues To: "Brian F. Feldman" Message-ID: <20040305154145.GA2761@crodrigues.org> References: <20040305074521.V91802@bas.flux.utah.edu> <200403051517.i25FHP5Z064551@green.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403051517.i25FHP5Z064551@green.homeunix.org> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org cc: Mac Newbold Subject: Re: uthread_kern.c problems (still) 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, 05 Mar 2004 15:41:41 -0000 On Fri, Mar 05, 2004 at 10:17:25AM -0500, Brian F. Feldman wrote: > Have you checked to make sure that you're not using both libc_r and > libpthread at the same time now? Try mapping libpthread to libc_r in all > cases in libmap.conf, e.g. > > # > libpthread.so libc_r.so > libpthread.so.1 libc_r.so.5 You've got that backwards. Look at the man page for libmap.conf: libc_r.so.5 libpthread.so.1 # Everything that uses 'libc_r' libc_r.so libpthread.so # now uses 'libpthread' -- Craig Rodrigues http://crodrigues.org rodrigc@crodrigues.org