From owner-freebsd-threads@FreeBSD.ORG Thu Feb 19 19:00:33 2004 Return-Path: Delivered-To: freebsd-threads@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B16B216A4CE for ; Thu, 19 Feb 2004 19:00:33 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92E6543D2F for ; Thu, 19 Feb 2004 19:00:33 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1K30Vbv012199 for ; Thu, 19 Feb 2004 19:00:31 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1K30V37012198; Thu, 19 Feb 2004 19:00:31 -0800 (PST) (envelope-from gnats) Date: Thu, 19 Feb 2004 19:00:31 -0800 (PST) Message-Id: <200402200300.i1K30V37012198@freefall.freebsd.org> To: freebsd-threads@FreeBSD.org From: Craig Rodrigues Subject: Re: bin/24632: libc_r delicate deviation from libc X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Craig Rodrigues List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 03:00:33 -0000 The following reply was made to PR bin/24632; it has been noted by GNATS. From: Craig Rodrigues To: freebsd-gnats-submit@FreeBSD.org, barak@cwnt.com Cc: rodrigc@crodrigues.org Subject: Re: bin/24632: libc_r delicate deviation from libc Date: Thu, 19 Feb 2004 21:52:12 -0500 (EST) Hi, I tried the testcase in bin/24632 under -CURRENT. I linked against -lc_r, -lthr, and -lpthread. I could not reproduce the problem in this testcase. The patch submitted in this PR is for a very old version of libc_r. For example, SA_ONSTACK is not specified in the signal code in libc_r.