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
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
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
3 matches
Mail list logo