Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 96174 invoked from network); 8 Dec 2006 17:50:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2006 17:50:38 -0000 Received: (qmail 53855 invoked by uid 500); 8 Dec 2006 17:50:45 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 53843 invoked by uid 500); 8 Dec 2006 17:50:45 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 53832 invoked by uid 99); 8 Dec 2006 17:50:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2006 09:50:45 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [212.82.213.172] (HELO exkiv.kyiv.vdiweb.com) (212.82.213.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2006 09:50:35 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message Subject: RE: [PATCH] Exec utility signal relay MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 8 Dec 2006 19:51:35 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH] Exec utility signal relay Thread-Index: AccadF+5GYTwm4DwSxitqtAAKzFnIQAfQ/YA From: "Farid Zaripov" To: X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: Martin Sebor [mailto:sebor@roguewave.com]=20 > Sent: Friday, December 08, 2006 4:54 AM > To: stdcxx-dev@incubator.apache.org > Subject: Re: [PATCH] Exec utility signal relay >=20 > Andrew Black wrote: > > Greetings all. > >=20 > > Attached is a patch that aims to resolve an old issue with the exec=20 > > utility on UNIX. The problem observed is that when a kill=20 > signal is=20 > > sent to the exec utility, the child processes aren't killed. This=20 > > patch has been tested on Linux IA-32 and HPUX-11.23 on=20 > IA-64 (chosen=20 > > due to previous issues with signals). >=20 > Looks good to me. Unless Farid objects go ahead and commit it. I see no problem. Farid.