| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Sun, 28 Aug 2005 19:27:33 -0400 |
| From: | Christopher Faylor <cgf-no-personal-reply-please AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: script hangs with 20050716/20050826 snapshot but not with 1.5.18 dll |
| Message-ID: | <20050828232733.GA28706@trixie.casa.cgf.cx> |
| Reply-To: | cygwin AT cygwin DOT com |
| References: | <43114179 DOT 2020001 AT scytek DOT de> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <43114179.2020001@scytek.de> |
| User-Agent: | Mutt/1.5.8i |
On Sun, Aug 28, 2005 at 12:45:45AM -0400, Volker Quetschke wrote:
>The following script hangs after running a short while when using
>the 20050716/20050826 snapshots, but works with the 1.5.18 dll.
>
>--- start tcsh_hang.csh ---
>#!/bin/tcsh
>while (1)
># perl -e 'print("12\n");' |& /usr/bin/grep -v "yy"
> perl -e 'exec( "/cygdrive/c/WINNT/system32/cmd", "/c", "echo 12");' |&
> /usr/bin/grep -v "yy"
> date
>end
>--- end tcsh_hang.csh ---
Thanks for the test case. This was easy to reproduce, so I've fixed the
problem.
cgf
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |