zsh-workers
 help / color / mirror / code / Atom feed
* Using 9 or more pipe at a time cause segmentation fault
@ 1996-11-26  8:37 KIMURA Yasuhiro / 木村康浩 
  0 siblings, 0 replies; only message in thread
From: KIMURA Yasuhiro / 木村康浩  @ 1996-11-26  8:37 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-11-26  8:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-11-26  8:37 Using 9 or more pipe at a time cause segmentation fault KIMURA Yasuhiro / 木村康浩 

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).