[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: |
Fri, 19 May 2023 17:24:39 +0700 |
Date: Thu, 18 May 2023 14:07:32 -0400
From: Chet Ramey <chet.ramey@case.edu>
Message-ID: <fbd768c6-1a89-c3cf-dd4c-2b388265c73e@case.edu>
| This isn't a problem, and is a red herring. The code that manages that list
| makes sure to keep as many jobs in the list as POSIX requires, subject to
| the maxchild resource limit.
That is good.
Everyone else be aware that my previous response was based upon (rather
incomplete) data from a message Chet sent me off list (because I sent him
one off list, by accident really - the off list part).
Bugs getting fixed is always a good thing.
kre
- Re: `wait -n` returns 127 when it shouldn't, (continued)