Why zsh hangs during command substitution?
Issue
- zsh hangs during command substitution
- It hangs in
rt_sig
state ingetoutput()
- zsh may hang waiting for
SIGCHLD
of process forked for command substitution which has been handled beforewaitforpid()
was called ingetoutput()
.
Environment
- Red Hat Enterprise Linux 6
- Red Hat Enterprise Linux 7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.