zsh-workers
 help / color / mirror / code / Atom feed
From: "KIMURA Yasuhiro / 木村康浩 " <yasu@isl.rdc.toshiba.co.jp>
To: zsh-workers@math.gatech.edu
Subject: Using 9 or more pipe at a time cause segmentation fault
Date: Tue, 26 Nov 1996 17:37:26 +0900	[thread overview]
Message-ID: <199611260837.RAA08922@isl.rdc.toshiba.co.jp> (raw)

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


                 reply	other threads:[~1996-11-26  8:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199611260837.RAA08922@isl.rdc.toshiba.co.jp \
    --to=yasu@isl.rdc.toshiba.co.jp \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).