Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: problem with 'ls | less' shell function
> 2022/10/21 14:45, Jun T <takimoto-j@xxxxxxxxxxxxxxxxx> wrote:
>
> 2447 is the main zsh, 3644 is the subshell for the left hand side
> of the pipeline, and 3645 is 'sleep 10'.
And the subshell is using 100% of a CPU core, in the loop
for (; !nowait;) {
in function execpline(), mostly lines 1779-1797 in exec.c.
The subshell have missed the SIGCHLD?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author