[BusyBox] [Bug#208810: busybox ash doesn't handle SIGPIPE correctly when built without -DJOBS]

Glenn McGrath bug1 at optushome.com.au
Mon Sep 15 14:47:31 UTC 2003


On Sat, 13 Sep 2003 17:28:11 +0200
Bastian Blank <waldi at debian.org> wrote:

> ----- Forwarded message from "Steinar H. Gunderson" <sgunderson at bigfoot.com> -----
>
> The solution (at least to me) seems to be replacing the first five lines by
> 
>                 st = WTERMSIG(status);
> #if JOBS
>                 if (WIFSTOPPED(status))
>                         st = WSTOPSIG(status);
> #endif
> 
> which seems logical, and fixes the problem for me.
> 
> /* Steinar */

I applied this to CVS, i mistakenly gave you the credit waldi.


Glenn



More information about the busybox mailing list