From owner-freebsd-threads@FreeBSD.ORG Thu Jun 1 13:26:14 2006 Return-Path: X-Original-To: freebsd-threads@freebsd.org Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A86D416A64C for ; Thu, 1 Jun 2006 13:26:14 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BB3A43D48 for ; Thu, 1 Jun 2006 13:26:14 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.6/8.13.6/NETPLEX) with ESMTP id k51DQCvJ006882; Thu, 1 Jun 2006 09:26:12 -0400 (EDT) Date: Thu, 1 Jun 2006 09:26:12 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Robert Jenssen In-Reply-To: <200606010530.k515UTVC013086@freefall.freebsd.org> Message-ID: References: <200606010530.k515UTVC013086@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: freebsd-threads@freebsd.org Subject: Re: threads/98256: gnome-system-monitor core dumps from pthread_testcancel X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 13:26:14 -0000 On Thu, 1 Jun 2006, Robert Jenssen wrote: > The following reply was made to PR threads/98256; it has been noted by GNATS. > > From: Robert Jenssen > To: bug-followup@FreeBSD.org, robertjenssen@ozemail.com.au > Cc: > Subject: Re: threads/98256: gnome-system-monitor core dumps from > pthread_testcancel > Date: Thu, 01 Jun 2006 15:23:20 +1000 > > On receiving the e-mail confirming my bug-report I followed the link and > soon found the other pr's for threads. (Sorry, I'm a newbie). As per > http://www.freebsd.org/cgi/query-pr.cgi?pr=97577 I mapped > libpthread.so.2 to libc_r.so.6 in /etc/libmap.conf. For what it's worth, > gnome-system-monitor has so far survived much longer than previously. I > guess 98256 should be marked as a duplicate of 97577. The stack trace is meaningless. I doubt it is a problem in libpthread and libthr. You should try one of the gnome lists to see if anyone else with a clean 6.1 install has the problem. Also, a portupgrade -a will not always work when coming from FreeBSD 5.X packages. Only a portupgrade -af will work if you have packages which are still using libc_r. -- DE