From owner-freebsd-threads@FreeBSD.ORG Mon Feb 2 14:00:50 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 3A2E416A4CF for ; Mon, 2 Feb 2004 14:00:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9A0643D55 for ; Mon, 2 Feb 2004 14:00:35 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i12M0ZFR053350 for ; Mon, 2 Feb 2004 14:00:35 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i12M0ZIF053349; Mon, 2 Feb 2004 14:00:35 -0800 (PST) (envelope-from gnats) Date: Mon, 2 Feb 2004 14:00:35 -0800 (PST) Message-Id: <200402022200.i12M0ZIF053349@freefall.freebsd.org> To: freebsd-threads@FreeBSD.org From: Nick Barnes Subject: Re: bin/31661: pthread_kill signal handler doesn't get sigcontext or ucontext X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nick Barnes List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2004 22:00:50 -0000 The following reply was made to PR bin/31661; it has been noted by GNATS. From: Nick Barnes To: Craig Rodrigues Cc: freebsd-gnats-submit@FreeBSD.org, mps-staff@ravenbrook.com Subject: Re: bin/31661: pthread_kill signal handler doesn't get sigcontext or ucontext Date: Mon, 02 Feb 2004 21:50:13 +0000 At 2004-02-02 21:39:30+0000, Craig Rodrigues writes: > This problem does not seem to exist for the new pthread library. Great, thanks! I must try out -CURRENT. The underlying functionality is essential for some applications (basically anything which needs to pause other threads in order to introspect on their stacks, e.g. for garbage collection). Nick B