Re: signal issue

2004-05-04 Thread Brian Dessent
Christian Renoulin wrote: I try to kill a process under cygwin. The main process Stop repeating. You've posted this three times now. Dave Korn has already replied, why don't you address his comments rather then reposting the same message. If you're hoping to get help with your problem then

signal issue

2004-05-03 Thread Christian Renoulin
I try to kill a process under cygwin. The main process need to kill one its child process. The child process is playing a music using : system(cat phrase3.wav /dev/dsp ); The main process code is (pidChild is correst) : kill(SIGKILL, pidChild); I tried with SIGUSR2 (with a function

signal issue

2004-04-30 Thread crenouli
I try to kill a process under cygwin. The main process need to kill one its child process. The child process is playing a music using : system(cat phrase3.wav /dev/dsp ); The main process code is (pidChild is correst) : kill(SIGKILL, pidChild); I tried with SIGUSR2 (with a function

RE: signal issue

2004-04-30 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of crenouli Sent: 30 April 2004 14:28 I try to kill a process under cygwin. The main process need to kill one its child process. The child process is playing a music using : system(cat phrase3.wav /dev/dsp ); The main process