From owner-freebsd-current@FreeBSD.ORG Sun Jun 4 14:46:08 2006 Return-Path: X-Original-To: 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 0052F16A4C5 for ; Sun, 4 Jun 2006 14:46:07 +0000 (UTC) (envelope-from eischen@vigrid.com) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E675943D62 for ; Sun, 4 Jun 2006 14:46:02 +0000 (GMT) (envelope-from eischen@vigrid.com) 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 k54Ek0pS002213; Sun, 4 Jun 2006 10:46:00 -0400 (EDT) Date: Sun, 4 Jun 2006 10:46:00 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: "Matthew D. Fuller" In-Reply-To: <20060604082335.GB76919@over-yonder.net> Message-ID: References: <20060604075414.GA47483@zibbi.meraka.csir.co.za> <20060604082335.GB76919@over-yonder.net> 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: John Hay , current@freebsd.org Subject: Re: libpthread.so.2 compatibility 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: Sun, 04 Jun 2006 14:46:08 -0000 On Sun, 4 Jun 2006, Matthew D. Fuller wrote: > On Sun, Jun 04, 2006 at 09:54:14AM +0200 I heard the voice of > John Hay, and lo! it spake thus: >> >> They all seem to die in pthread_setcancelstate according to gdb: > > FWIW, I just upgraded a system from an early January -CURRENT, and I'm > getting the same thing. I've already rebuilt most things, which > probably means there'll be a "fix" for this that requires rebuilding > them again :p There have been no ABI changes in libpthread, so it must be coming from somewhere else. I know that libc had some ABI changes but it's version was bumped to account for that. libpthread did move from /usr/lib to /lib, but I don't know how that would bite you unless you deleted it from /usr/lib in the upgrade process. -- DE