Hi,

In bash, I'm doing:

some_process >& output &

Then, repeatedly doing:

tail -f output

And aborting the operation eventually crashes some_process.

The problem seems to be general; it happens when using other processes, e.g.
the bash script:

while ((1)); do date; sleep 0.5; done

And cat-ing the output and aborting midway several times instead of tail -f.


Thanks,
  Daniel.

Attachment: cygcheck.out
Description: Binary data

--
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