Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <002201c37bed$5d364850$0200a8c0@asip> From: "Alexander Osipenko" To: Subject: fault in rxvt tail -f Date: Tue, 16 Sep 2003 04:55:33 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 printed chunk gives exception box: Application Error: The instruction at "0x6107b558" referenced memory at "0x0000". The memory could not be "read". Moreover, `logout', `exit' and ^D does not terminate or wait for started background job. Host OS: XP(SP1) bash any version rxvt 2.7.10.3, 2.7.10.2 textutils 2.0.21-1 Exception does not appear under Win2000 -- 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/