From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3035 invoked from network); 16 Jun 1999 14:36:41 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 16 Jun 1999 14:36:41 -0000 Received: (qmail 25645 invoked by alias); 16 Jun 1999 14:36:27 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6670 Received: (qmail 25633 invoked from network); 16 Jun 1999 14:36:27 -0000 From: "Andrej Borsenkow" To: "Andrej Borsenkow" , "ZSH workers mailing list" Subject: RE: pws-22: killing the ZSH loops problem Date: Wed, 16 Jun 1999 12:43:56 +0400 Message-ID: <000b01beb7d4$5f067100$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 The easy way to reproduce it is > > bor@itsrm2:~%> while true > while> do > while> echo $((i++)) > while> sh -c "read line" > while> done > 0 > ^C > 1 > ^C > 2 > It does not happen, if I use 'zsh -c "read line"' (that is, the whole loop is killed), but as it stays with every external command I tried. /andrej