From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129338 invoked by alias); 18 Aug 2015 14:31:52 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 129323 invoked by uid 89); 18 Aug 2015 14:31:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_40,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: etr-usa.com Received: from etr-usa.com (HELO etr-usa.com) (130.94.180.135) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 18 Aug 2015 14:31:50 +0000 Received: (qmail 8063 invoked by uid 13447); 18 Aug 2015 14:31:48 -0000 Received: from unknown (HELO polypore.west.etr-usa.com) ([73.26.17.49]) (envelope-sender ) by 130.94.180.135 (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 18 Aug 2015 14:31:48 -0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: how to make sure subprocesses die? From: Warren Young In-Reply-To: <55D33D15.2030401@gmail.com> Date: Tue, 18 Aug 2015 14:31:00 -0000 Content-Transfer-Encoding: quoted-printable Message-Id: <47B92080-8E07-4832-9520-A183E3436070@etr-usa.com> References: <55D33D15.2030401@gmail.com> To: The Cygwin Mailing List X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00308.txt.bz2 On Aug 18, 2015, at 8:11 AM, Noel Grandin wrote: >=20 > When running GNU make from the cygwin bash prompt and killing it with CTR= L-C, the children don't seem to be dying properly. $ svn checkout svn://svn.code.sf.net/p/ctags/code/trunk ctags $ cd ctags $ autoconf && autoheader && ./configure $ make -j3 gcc -I. -I. -DHAVE_CONFIG_H -g -O2 -c args.c gcc -I. -I. -DHAVE_CONFIG_H -g -O2 -c ant.c gcc -I. -I. -DHAVE_CONFIG_H -g -O2 -c asm.c gcc -I. -I. -DHAVE_CONFIG_H -g -O2 -c asp.c gcc -I. -I. -DHAVE_CONFIG_H -g -O2 -c awk.c gcc -I. -I. -DHAVE_CONFIG_H -g -O2 -c basic.c gcc -I. -I. -DHAVE_CONFIG_H -g -O2 -c beta.c gcc -I. -I. -DHAVE_CONFIG_H -g -O2 -c c.c make: *** Deleting file 'basic.o' Makefile:220: recipe for target 'beta.o' failed make: *** [beta.o] Interrupt Makefile:220: recipe for target 'basic.o' failed make: *** [basic.o] Interrupt $ Works for me. Disagree? Provide a replicable, simple test case to show it. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple