Re: Problem using kill for child process

2004-01-16 Thread Brian Dessent
Pierre Mallard wrote: > Maybe this is a little bit stupid from me but it > appears I got some problem killing an innocent child > process (I show the code below ...) > > Got Cygwin from cygwin.com about 15 days ago...running > on Windows2000 This actually has nothing to do with Cygwin, it's stan

Re: Problem using kill for child process

2004-01-16 Thread Christopher Faylor
On Sat, Jan 17, 2004 at 02:17:32AM +0100, Pierre Mallard wrote: >If I call from my parent process a simple kill(pid) >then it doesn't stop the child process at all, or >maybe after more than one minute but I don't think >so... >If I send from my parent process a kill(pid,x) where x >is 1 or 9, then

Problem using kill for child process

2004-01-16 Thread Pierre Mallard
Hi, Maybe this is a little bit stupid from me but it appears I got some problem killing an innocent child process (I show the code below ...) Got Cygwin from cygwin.com about 15 days ago...running on Windows2000 If I call from my parent process a simple kill(pid) then it doesn't stop the child pr