From owner-freebsd-current@FreeBSD.ORG Fri Apr 7 21:03:36 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 D2C7316A401; Fri, 7 Apr 2006 21:03:36 +0000 (UTC) (envelope-from rwatosn@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F17B43D53; Fri, 7 Apr 2006 21:03:36 +0000 (GMT) (envelope-from rwatosn@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 8269C46B0E; Fri, 7 Apr 2006 17:03:35 -0400 (EDT) Date: Fri, 7 Apr 2006 22:03:35 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Csaba Henk In-Reply-To: <20060407140809.GZ1323@beastie.creo.hu> Message-ID: <20060407220302.Y21361@fledge.watson.org> References: <20060407140809.GZ1323@beastie.creo.hu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Daniel Eischen , freebsd-current@freebsd.org Subject: Re: switching threading libraries X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Apr 2006 21:03:36 -0000 On Fri, 7 Apr 2006, Csaba Henk wrote: > On Fri, Apr 07, 2006 at 09:10:56AM -0400, Daniel Eischen wrote: >> Only between libthr and libpthread. libc_r doesn't have symbol >> versioning. > > That's sad -- given, as noted elsewhere, libc_r is the best suitable for > tracing. > > Will it remain like this or can we expect a symver'd libc_r in due time? BTW, I've found libthr works quite well with ktrace, now that it has thread ID support. Make sure to use -H with kdump. Robert N M Watson