Herbert Xu
Thu, 27 May 2010 21:53:22 -0700
Kris Maglione <maglion...@gmail.com> wrote:
>
> I'm not sure how to describe this bug, but it's affected one of my
> scripts, and those of several of my users. Basically, we've had loops
> dieing when backgrounded programs exit. This is the simplest test case
> I can come up with:
>
> #!/bin/dash
> {
> echo foo
> sleep 1
> echo foo
> echo done>/dev/tty
> } | while read p; do
> ( echo good & ) &
> done
> echo done
>
>
> In versions prior to 3800d4934391b, the output would
> "good\ndone\ndone\ngood" (or some permutation thereof depending on
> system load), but from 3800d4934391b on, it's "good\ndone".
This should be fixed by the patch that I posted yesterday. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herb...@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe dash" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html