Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-Id: <4.3.2.7.2.20011009125357.00b61b50@san-francisco.beasys.com> X-Sender: andyp AT san-francisco DOT beasys DOT com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Tue, 09 Oct 2001 12:59:09 -0700 To: cygwin AT cygwin DOT com From: Andy Piper Subject: More problems with subprocesses in 1.3.3 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed I'm not sure how to articulate this e-mail since anything I say that is even mildly critical gets shot down in flames. So I guess I will try and stick to the facts. There seems to be a regression in cygwin 1.3.3 with subprocess handling. I have raised the issue before where it is impossible to ^C a subprocess that is running inside of a shell script with CYGWIN=tty. For instance running a shell script that runs java. However, the saving grace used to be that you could ^Z the script and then do kill %1 and that would kill off the shell *and* subprocess. Now even this doesn't work, if you do ^Z and kill %1 the shell script dies but the underlying process doesn't. andy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/