Corinna Vinschen wrote:

- The problem with Ctrl-C propagated to an unrelated child process
  (http://cygwin.com/ml/cygwin/2006-04/msg00556.html) should be fixed.

Thanks. This also solved a problem we had with a nohup'ed background processing receiving SIGINT from the interactive shell from which it was started.

We would start the process as

  nohup java .... > app.out 2>&1 &

from a shell script (which then exits, which should reparent the java (really, any external Win32 console process) to 1 in Cygwin's accounting, shouldn't it?), but it would still receive any ^Cs we typed into the interactive shell window from which that wrapper shell was run..

It doesn't any more.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to