From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20859 invoked from network); 3 Feb 2000 18:48:09 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Feb 2000 18:48:09 -0000 Received: (qmail 6879 invoked by alias); 3 Feb 2000 18:48:03 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9551 Received: (qmail 6869 invoked from network); 3 Feb 2000 18:48:02 -0000 Date: Thu, 3 Feb 2000 10:45:48 -0800 From: Clint Olsen To: zsh-workers@sunsite.auc.dk Subject: Zsh 3.1.6 still hangs on for loops utilizing lots of stdout Message-ID: <20000203104548.A25426@ichips.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Organization: Intel Corporation, Hillsboro, OR X-Disclaimer: Mutt Bites! I'm currently on AIX 4.1.X, and I had this problem with 3.0.5 which made me try to upgrade to 3.1.6. Everything seemed to be working great until I did the following: for file in *.something do cat $file done > /tmp/concat The number of files matched were probably in the thousand or so range, each with about 10 lines of data. Zsh hangs on large jobs like this to the point of having to kill the window entirely (^C doesn't work, neither does ^Z). Does anyone have any idea how they could possibly reproduce this or determine if it's an AIX-specific issue? Thanks, -Clint P.S. I'm not on the list, so please Cc me if you want me to provide any further info or make suggestions.