[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `wait -n` returns 127 when it shouldn't
From: |
Robert Elz |
Subject: |
Re: `wait -n` returns 127 when it shouldn't |
Date: |
Mon, 22 May 2023 18:52:55 +0700 |
Date: Mon, 22 May 2023 02:43:18 -0300
From: Aleksey Covacevice <aleksey.covacevice@gmail.com>
Message-ID:
<CAJzF2PwGZSc5e_pk+b2pDuO8tWTs7FsyqngA2G3vHgQ-UbVL_g@mail.gmail.com>
| I fail to see where the race condition in `true & wait -n` is.
It wasn't in the script - but in the implementation inside bash.
Chet has (apparently, I don't look at bash sources, and only
run released versions & patches) fixed it already.
Any further discussion of this issue is just a waste of everyone's time
(unless you have obtained the fixed version and discover further problems,
naturally).
kre
- Re: `wait -n` returns 127 when it shouldn't, (continued)