Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
:|: =(hang)
- X-seq: zsh-workers 42609
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxx>
- Subject: :|: =(hang)
- Date: Sun, 08 Apr 2018 00:25:45 +0200
- Authentication-results: amavisd4.gkg.net (amavisd-new); dkim=pass (2048-bit key) header.d=yahoo.co.uk
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1523178662; bh=Ojvtnv33mwtE1BgzEclQOYhibsfCIQ4mlOrG9ILNDE0=; h=From:To:Subject:Date:From:Subject; b=WtdGpKdG9+wQQbfS0Z9Fu9MfDQikdSj7YjNb5Dy8jrr8SD9Gydeleruc5ulckLUw6wfBjn9qmKyO/hCk3KnguKyRr0+V/t37h4BQM/9hMwJsHhqOYsVJvUwdYpiaZ3zafkT5EKjCS5UFaA90zWArW/NDaJmWCTOzGWhiQ9CHNZtEwBnj3Q+zvxcW0dsPWI+a7ktGZrUizWPk7nf9mir+ypTTzt0HyDR30bBEqsN2ykl5L+Mg3C2hOq3WrrxNCGHLFBfCAaX5EiDg2WYRXFiAKpFYcDDHMpaUdWQoccce9koGJwR37qtedVTNvb4012lvA7mmZ1M+wmAZ8KkuiJvWww==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
The following hangs the shell which seems like a bug to me:
zsh -f
% echo hi | echo =(notfound)
zsh: command not found: notfound
kill -9 is needed at this point.
Putting the not found command in the other place also hangs things:
% notfound | echo =(echo hi)
zsh: command not found: notfound
/tmp/zshWEjDri
Two command substitutions but no pipe seems to be fine, e.g : =(notfound) =(:)
This behaviour isn't new. And as it isn't a regression, I wouldn't hold
up 5.5 or anything.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author