X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Shankar Unni <shankarunni@netscape.net>
Subject:  Re: Call for testing Cygwin snapshot
Date:  Tue, 25 Apr 2006 13:43:19 -0700
Lines: 19
Message-ID: <e2m1l8$3p1$1@sea.gmane.org>
References:  <20060424181242.GA5783@calimero.vinschen.de>
Mime-Version:  1.0
Content-Type:  text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding:  7bit
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060308 Thunderbird/1.5.0.2 Mnenhy/0.7.3.0
In-Reply-To: <20060424181242.GA5783@calimero.vinschen.de>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Corinna Vinschen wrote:

> - The problem with Ctrl-C propagated to an unrelated child process
>   (http://cygwin.com/ml/cygwin/2006-04/msg00556.html) should be fixed.

Thanks. This also solved a problem we had with a nohup'ed background 
processing receiving SIGINT from the interactive shell from which it was 
started.

We would start the process as

   nohup java .... > app.out 2>&1 &

from a shell script (which then exits, which should reparent the java 
(really, any external Win32 console process) to 1 in Cygwin's 
accounting, shouldn't it?), but it would still receive any ^Cs we typed 
into the interactive shell window from which that wrapper shell was run..

It doesn't any more.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

