www.delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
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 <pharpsyde AT yahoo DOT com> |
Subject: | SIGINT isnt acting like CTRL+C |
To: | cygwin AT cygwin DOT com |
MIME-Version: | 1.0 |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |