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/