Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Zsh segfault with process substitution
- X-seq: zsh-workers 29702
- From: "Eric P. Mangold" <eric@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Zsh segfault with process substitution
- Date: Wed, 17 Aug 2011 18:28:02 +0000
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi, I was just fooling around today and managed to segfault zsh in a way
that is reliable to reproduce. Some other folks on IRC were able to
reproduce on zsh 4.3.10 and recent git builds - on Linux and OpenBSD.
Sapphire ~/code % zsh
Sapphire ~/code % cat =(echo foo)
foo
Sapphire ~/code % cat tree=${:-=(echo 'C,D),(F,G)'}
zsh: oops.
zsh: segmentation fault (core dumped) zsh
Let me know if I can be of further assistance.
-teratorn
Messages sorted by:
Reverse Date,
Date,
Thread,
Author