From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 1 13:30:11 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 A020F37B404 for ; Tue, 1 Apr 2003 13:30:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDF3343FA3 for ; Tue, 1 Apr 2003 13:30:10 -0800 (PST) (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 h31LUAUp038620 for ; Tue, 1 Apr 2003 13:30:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h31LUAkt038619; Tue, 1 Apr 2003 13:30:10 -0800 (PST) Date: Tue, 1 Apr 2003 13:30:10 -0800 (PST) Message-Id: <200304012130.h31LUAkt038619@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Joel Ray Holveck Subject: Re: bin/48856: Setting SIGCHLD to SIG_IGN still leaves X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joel Ray Holveck List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2003 21:30:11 -0000 The following reply was made to PR bin/48856; it has been noted by GNATS. From: Joel Ray Holveck To: Alex Semenyaka Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/48856: Setting SIGCHLD to SIG_IGN still leaves Date: 01 Apr 2003 13:26:34 -0800 Thanks for the clarification, Alex, and the patch! I learned about using fork on SysV, and I guess I assumed it was POSIX law. I'll play around with your patch. I have some concerns about what it would do to a program that calls wait, but that's something I can experiment with. A big part is knowing that my assumption was inaccurate. Thanks for the clarification! Cheers, joelh