Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20011213032302.58576.qmail@web14403.mail.yahoo.com> Date: Wed, 12 Dec 2001 19:23:02 -0800 (PST) From: moo cow Subject: SIGINT isnt acting like CTRL+C To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii raise(SIGINT) is not killing fork()ed child processes (not detached) i do not trap SIGINT at all.. at most i handle SIGCHLD like below (unrelated code removed) int sig_child(int moof){ pid_t pid; int stat; pid = wait(&stat); return; } an i on crack or is this a cygwin bug.. please reply to me since i dont check the cygwin list often mike www.va2600.net __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com -- 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/