Re: procps returns parent's cmdline for a child process in cygwin 1.7.1

2010-01-04 Thread Christopher Faylor
On Mon, Jan 04, 2010 at 02:10:19PM -0800, Jonathan Schedler wrote: >The following foo.sh script reproduces what I am seeing, using >notepad.exe instead of java.exe > >#!/bin/bash > >notepad & > >procps -eF > >If the above is in a file named foo.sh, the output of procps -eF will be > >Jon 507

Re: procps returns parent's cmdline for a child process in cygwin 1.7.1

2010-01-04 Thread Jonathan Schedler
The following foo.sh script reproduces what I am seeing, using notepad.exe instead of java.exe #!/bin/bash notepad & procps -eF If the above is in a file named foo.sh, the output of procps -eF will be Jon 5072 4756 0 1390 7548 0 14:08 tty0 00:00:00 /usr/bin/bash ./foo.sh Jon

procps returns parent's cmdline for a child process in cygwin 1.7.1

2010-01-04 Thread Jonathan Schedler
I have updated to cygwin 1.7.1 from 1.5.x this morning. I have discovered that some of my scripts have started to fail. I am on Vista SP2. uname -a is returns: CYGWIN_NT-6.0-WOW64 Office-PC 1.7.1(0.218/5/3) 2009-12-07 11:48 i686 Cygwin My script starts a process in the background and then kills