Re: fault in rxvt tail -f remains after upgrade ...

2003-09-21 Thread Alexander Osipenko
This SegFault remains after upgrade to cygwin 1.5.5-1, rxvt 2.7.10-3, bash 2.05b-15. "Alexander Osipenko" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > running bash (all versions) under rxvt with command > > rxvt -e /bin/bash -l -i > > Executing commands: > > $ while true; do dat

fault in rxvt tail -f

2003-09-15 Thread Alexander Osipenko
running bash (all versions) under rxvt with command rxvt -e /bin/bash -l -i Executing commands: $ while true; do date >>somefile.log; sleep 3; done & # ok, any real program that writes a log, may be win app or in other shell session $ tail -f somefile.log Interrupting with CTRL-C after second