[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 5.3: job error caused by funsub + bind + loadable builtin
From: |
Koichi Murase |
Subject: |
Re: 5.3: job error caused by funsub + bind + loadable builtin |
Date: |
Tue, 3 Oct 2023 13:43:24 +0900 |
2023年10月2日(月) 23:15 Chet Ramey <chet.ramey@case.edu>:
> On 9/15/23 12:47 AM, Koichi Murase wrote:
> > Description:
> >
> > DEBUG warnings are produced for inconsistent numbers of dead jobs
> > when a function substitution is used with the loadable builtin
> > `sleep' inside `bind -x'. I guess this is related to the
> > implementation of function substitutions newly introduced in 5.3,
> > but I have not tried to pin down the problem in the codebase.
>
> Thanks, this is harmless. The child forked to run the async function call
> needed to reset the number of dead jobs in the jobs list after clearing it.
Thank you for taking the time to look into that.
--
Koichi