From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-workers-request@euclid.skiles.gatech.edu Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.6/8.7.3) with ESMTP id TAA11526 for ; Tue, 26 Nov 1996 19:48:33 +1100 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id DAA11924; Tue, 26 Nov 1996 03:41:41 -0500 (EST) Resent-Date: Tue, 26 Nov 1996 03:41:41 -0500 (EST) Message-Id: <199611260837.RAA08922@isl.rdc.toshiba.co.jp> To: zsh-workers@math.gatech.edu Subject: Using 9 or more pipe at a time cause segmentation fault X-Mailer: Mew version 1.05+ on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Tue, 26 Nov 1996 17:37:26 +0900 From: "KIMURA Yasuhiro / =?ISO-2022-JP?B?GyRCTFpCPDkvOUAbKEI=?= " Resent-Message-ID: <"m18qE2.0.Bw2.5rgco"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2478 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hello Maintainers. I found this problem when executing 'source reporter' to report another problem, so it might be already reported. But I report it anyway. Since I'm not a subscriber, please ask directly to me if you have any question. Version of Zsh ============== 3.0.1 Discription of Problem ====================== % echo foo | cat | cat | cat | cat | cat | cat | cat | cat This doesn't cause any problem. % echo foo | cat | cat | cat | cat | cat | cat | cat | cat | cat This produces following result. zsh: done echo foo | cat | cat | cat | cat | cat | cat | cat | zsh: segmentation fault (core dumped) cat | zsh: done cat % echo foo | cat | cat | cat | cat | cat | cat | cat | cat | cat | cat This lead to segmentation fault of zsh itself. Environment =========== This problem happens on following environment. SunOS 4.1.{3,3C,3U1,4} with JLE (Japanese Language Environment) And it DOESN'T happen on following one. Japanese Solaris 2.{3,4,5} for Sparc Outout of 'source reporter' =========================== As I mentioned abobe, % source reporter cause this probrem. So I can't send complete output of 'reporter'. --- Yasuhiro Kimura // yasu@isl.rdc.toshiba.co.jp Reserch Lab. III Communication and Information System Labs. Research and Developement Center TOSHIBA CORPORATION