bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

wait inside subshell waits for sibling


From: Oğuz İsmail Uysal
Subject: wait inside subshell waits for sibling
Date: Sun, 23 Oct 2022 10:47:45 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2

To reproduce:

   $ echo $BASH_VERSION
   5.2.2(3)-release
   $ ( : & wait ) > >(cat)
   *hangs*

It should return immediately, but hangs instead.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]