Re: program restarts itself automatically when run from Cygwin shell

2012-06-06 Thread jjo
Actually, I think Greg Chicares-2 may have provided the answer earlier. When I set CYGWIN to procs_retry:1 the old fashioned Windows way (using the Control Panel, etc.) and then open a new Cygwin shell to run my application in, I do not see the repeated restart behavior. Furthermore, when I foll

Re: program restarts itself automatically when run from Cygwin shell

2012-06-06 Thread jjo
value something other than 0 or 1? Was my way of setting the proc_retry environment variable effective? Greg Chicares-2 wrote: > > On 2012-06-06 22:19Z, jjo wrote: >> >> Oftentimes, when I start my command line launched console application >> from >> Cygwin it runs th

program restarts itself automatically when run from Cygwin shell

2012-06-06 Thread jjo
My problem in brief: Oftentimes, when I start my command line launched console application from Cygwin it runs through to the end and then it restarts itself from the beginning without any intervention on my part. I've seen it automatically restart itself and run through several times over befor