From 4034e702e6c922d9bebc1d0345a506dd1ea7b7e8 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 6 Jun 2020 01:01:09 +0000 Subject: unposted: Add users/24904 to Etc/BUGS (a process substitution / forking issue). --- ChangeLog | 5 +++++ Etc/BUGS | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 44bebc218..ef4212e0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-06-06 Daniel Shahaf + + * unposted: Etc/BUGS: Add users/24904 to Etc/BUGS (a process + substitution / forking issue). + 2020-06-05 Mikael Magnusson * 45985: Src/builtin.c: typeset: Fix leaving corrupted entries diff --git a/Etc/BUGS b/Etc/BUGS index 5dbe23650..37f0455a7 100644 --- a/Etc/BUGS +++ b/Etc/BUGS @@ -57,3 +57,10 @@ The originator has a gentoo.org address which might provide some extra clues. ------------------------------------------------------------------------ 44525, 45778 [PATCH] prompt redrawn on the wrong line upon SIGWINCH ------------------------------------------------------------------------ +users/24904: 'func <(...) | wc -l' results in ENOENT on /proc/self/fd/13 + +% efe() cat $1 +% efe <(seq 1 10) | wc -l +cat: /proc/self/fd/13: No such file or directory +0 +------------------------------------------------------------------------ -- cgit 1.4.1