Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: scozens AT pwj DOT co DOT jp X-Lotus-FromDomain: PRICE WATERHOUSE-JAPAN To: cygwin AT sourceware DOT cygnus DOT com Message-ID: <492568A3.0020F860.00@pwj-gw-n001.pwj.co.jp> Date: Wed, 15 Mar 2000 15:07:21 +0900 Subject: Possible bash bug? Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Apologies if this is a known issue; I'm not in a position to check the archives at the moment. (Actually, could some kind soul forward me some instructions on how to subscribe to this list? I'm on email-access-only at the moment. :( ) Using the current development snapshot I compiled up Perl 5.6.0 RC1 without any problems. However, I'm having problems with a very simple line of Perl: perl -le 'print q/foo/ if -t STDIN' (Print foo if STDIN is connected to a terminal.) Running this on bash 2.03, I got the following: (after a long delay) $ perl -le 'print q/foo/ if -t STDIN' foo 205865942 [main] bash 9025 sig_send: wait for sig_complete event failed, sig -2, rc 258, Win32 error 0 Running under strace and/or zsh, the problem went away. Any ideas on how to fix this? Simon -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com