This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

SIGINT isnt acting like CTRL+C


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]