RE: bash, background java VMs and ctrl-C

2002-02-26 Thread Jeff Meredith
VMs and ctrl-C Jeff -- Check the value of the CYGWIN environment variable for you and your coworker who isn't having the problem. Does your coworker have 'tty' in the variable? Do you not have it? I had a problem with ^C killing ssh sessions over which I was tunnelling X Windows

Re: bash, background java VMs and ctrl-C

2002-02-26 Thread Brian P Kasper
Jeff -- Check the value of the CYGWIN environment variable for you and your coworker who isn't having the problem. Does your coworker have 'tty' in the variable? Do you not have it? I had a problem with ^C killing ssh sessions over which I was tunnelling X Windows packets. I was able to work a

bash, background java VMs and ctrl-C

2002-02-26 Thread Jeff Meredith
I have a difficult time with the following bash (or maybe cygwin.dll) behavior: bash-2.05a$> java com.edgility..ClassName & bash-2.05a$> tail -f mylogfile ... ctrl-C as soon as I hit ctrl-C the java VM exits. In the bash reference manual it talks about background