Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15378

Re: wait fails to grab exit codes with multiple process substitutions

From Chet Ramey <chet.ramey@case.edu>
Newsgroups gnu.bash.bug
Subject Re: wait fails to grab exit codes with multiple process substitutions
Date 2019-09-18 13:58 -0400
Message-ID <mailman.499.1568829550.2190.bug-bash@gnu.org> (permalink)
References <533681393.3415642.1568456966350.JavaMail.zimbra@ntymail.com> <46f7a12e-6a3d-6be9-765a-e229f9f25dbe@case.edu>

Show all headers | View raw


On 9/14/19 6:29 AM, leo.dalecki@ntymail.com wrote:

> Bash Version: 5.0
> Patch Level: 3
> Release Status: release
> 
> Description:
> 	Hi,
> 
> 	I was trying to write a script that could run an arbitrary amount of asynchronous commands, and then as soon as one finishes, perform actions
> 	according to its exit code and output. 
> 
> 	I attempted to do this by using process substitution and the wait command. But wait's ability to retrieve the exit code of a finished process 
> 	that is a current shell's children seems inconsistent.

Thanks for the report. This will be fixed in the next version. All the
pieces are there, but I need to tie them together.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
		 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

Re: wait fails to grab exit codes with multiple process substitutions Chet Ramey <chet.ramey@case.edu> - 2019-09-18 13:58 -0400

csiph-web