tags 581425 - unreproducible
tags 581425 + upstream
forwarded 581425 upstream
quit
On Tue, May 18, 2010 at 06:18:42PM -0400, Jeff King wrote:
> On Tue, May 18, 2010 at 05:46:27PM -0400, Jeff King wrote:
>
> > I found some more oddness with 'wait' that I can reproduce. The
> > following script:
>
On Tue, May 18, 2010 at 05:46:27PM -0400, Jeff King wrote:
> I found some more oddness with 'wait' that I can reproduce. The
> following script:
I bisected this, and the bad patch seems to be
0001-JOBS-Fix-dowait-signal-race.diff. As that is cherry-picked from
upstream, I grabbed the upstream rep
Package: dash
Version: 0.5.5.1-5
Severity: normal
I found some more oddness with 'wait' that I can reproduce. The
following script:
for i in 1 2 3; do
(sleep $i; echo $i) &
done
wait
echo all done
produces different output in 0.5.5.1-3 and 0.5.5.1-5. With 0.5.5.1-3 (or
bash), it give
3 matches
Mail list logo