Bug#581425: 'wait' is broken

2010-05-13 Thread Gerrit Pape
found 581425 0.5.5.1-4 notfound 581425 0.5.5.1-3 tags 581425 + unreproducible quit On Wed, May 12, 2010 at 11:38:51PM +0200, Enrico Tassi wrote: > wait exit status is wrong, it is 145 (signaled with SIGCHLD). > Downgrading to 0.5.5.1-3 solves the problem. This is a simple > test that shows the bug

Bug#581425: 'wait' is broken

2010-05-12 Thread Enrico Tassi
Package: dash Version: 0.5.5.1-3 Severity: important Tags: sid wait exit status is wrong, it is 145 (signaled with SIGCHLD). Downgrading to 0.5.5.1-3 solves the problem. This is a simple test that shows the bug: ta...@birba:~$ cat /tmp/test-dash.sh true & p1=$! true & p2=$! wait $p2 || echo p2 fa