From owner-freebsd-bugs@FreeBSD.ORG Wed Apr 16 14:30:14 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 658FF37B401 for ; Wed, 16 Apr 2003 14:30:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F30EE43F93 for ; Wed, 16 Apr 2003 14:30:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3GLUDUp059970 for ; Wed, 16 Apr 2003 14:30:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3GLUD6i059969; Wed, 16 Apr 2003 14:30:13 -0700 (PDT) Date: Wed, 16 Apr 2003 14:30:13 -0700 (PDT) Message-Id: <200304162130.h3GLUD6i059969@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Enache Adrian Subject: Re: bin/49087: Signals lost in programs linked with libc_r X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Enache Adrian List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2003 21:30:14 -0000 The following reply was made to PR bin/49087; it has been noted by GNATS. From: Enache Adrian To: Anton Berezin , Enache Adrian , FreeBSD-gnats-submit@FreeBSD.org, fjoe@FreeBSD.org, deischen@FreeBSD.org, marcel@FreeBSD.org Cc: Subject: Re: bin/49087: Signals lost in programs linked with libc_r Date: Thu, 17 Apr 2003 00:22:22 +0300 On Wed, Apr 16, 2003 at 03:56:42PM +0200, Anton Berezin wrote: > Please try the following patch (tested an identical patch on 4.8; not > tested with -current): > > Index: uthread_sig.c > =================================================================== > RCS file: /home/ncvs/src/lib/libc_r/uthread/uthread_sig.c,v > retrieving revision 1.45 > diff -u -r1.45 uthread_sig.c > --- uthread_sig.c 5 Mar 2003 04:28:08 -0000 1.45 > +++ uthread_sig.c 16 Apr 2003 13:45:36 -0000 It works. ( applied on top of lib/libc_r sources cvsup'ed just now & the rest of the system built 2 days ago ). Regards Adi