From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 435 invoked from network); 22 Aug 2000 13:28:48 -0000 Received: from ns2.primenet.com.au (HELO primenet.com.au) (?f3TYV/FUaEJlt2wNAL4uIYGh4aSXumoH?@203.24.36.3) by ns1.primenet.com.au with SMTP; 22 Aug 2000 13:28:48 -0000 Received: (qmail 2821 invoked from network); 22 Aug 2000 13:28:31 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns2.primenet.com.au with SMTP; 22 Aug 2000 13:28:31 -0000 Received: (qmail 6960 invoked by alias); 22 Aug 2000 13:27:30 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3388 Received: (qmail 6953 invoked from network); 22 Aug 2000 13:27:29 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "Bernd Eggink" , "Zsh Users" Subject: RE: Bug in 3.1.9-dev-5: vared again Date: Tue, 22 Aug 2000 17:27:26 +0400 Message-ID: <001b01c00c3c$b6423fe0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20000822151205.A19985@eggink4.rrz.uni-hamburg.de> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > > in zsh-3.1.9-dev-5 this innocent little script crashes with > a segmentation fault (on Linux): > > function f > { > read "dat?What: " > } > > vared -c P > > This doesn't happen if there is no 'read' in the function > (although f is never called). > It works fine here with current CVS. But I'm not on Linux. -andrej