Re: Killing-Process woes

2017-06-24 Thread Csaba Raduly
On Tue, Jun 20, 2017 at 3:30 PM, Ronald Fischer wrote: > cyg Simple wrote: >> Perhaps use the -f --force switch might help. > > No, doesn't help either. I thought "Use the force" always works :) Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbe

Re: Killing-Process woes

2017-06-20 Thread Ronald Fischer
> > The background processes are actually (zsh-) scripts, which do some > > setup (basically setting various environment variables), and then invoke > > a (Cygwin-)Ruby program which does the "real work". The program is > > executed by something like > > > > ruby myprog.rb > > > > (Note that

Re: Killing-Process woes

2017-06-20 Thread cyg Simple
On 6/20/2017 2:23 AM, Ronald Otto Valentin Fischer wrote: > I'm spawning processes in background, but have problems killing them. > Here is the setup: > Maybe review the Cygwin document at https://cygwin.com/cygwin-ug-net/kill.html would help. > My script (zsh) creates one or more processes in t

Killing-Process woes

2017-06-19 Thread Ronald Otto Valentin Fischer
I'm spawning processes in background, but have problems killing them. Here is the setup: My script (zsh) creates one or more processes in the background, and waits until they are finished. I have also set up a trap for SIGINT, with the intention that if I press Control-C, the background processes