Re: Bug in bash 4.3.30 with --disable-job-control

2015-06-11 Thread Chet Ramey
> There is a bug of some sort in bash 4.3.30 (and likely others) when > compiled with --disable-job-control on Linux/x86_64. > > The following script will produce output after running for about 30 seconds: > while true; do dfOutput="$(/bin/echo test)"; if echo "${dfOutput}" | > /bin/

Re: Bug in bash 4.3.30 with --disable-job-control

2015-06-10 Thread Chet Ramey
On 6/10/15 12:55 PM, Eduardo A. Bustamante López wrote: > Notice that it doesn't happen if you don't use the interactive mode. Thanks. This might be the key. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, ITS

Re: Bug in bash 4.3.30 with --disable-job-control

2015-06-10 Thread Eduardo A . Bustamante López
On Wed, Jun 10, 2015 at 11:00:51AM -0400, Chet Ramey wrote: > On 6/2/15 1:07 PM, Roy Keene wrote: > > All, > > > > There is a bug of some sort in bash 4.3.30 (and likely others) when > > compiled with --disable-job-control on Linux/x86_64. > > I can't reproduce this on RHEL 6 or Fedora 22 wit

Re: Bug in bash 4.3.30 with --disable-job-control

2015-06-10 Thread Chet Ramey
On 6/2/15 1:07 PM, Roy Keene wrote: > All, > > There is a bug of some sort in bash 4.3.30 (and likely others) when > compiled with --disable-job-control on Linux/x86_64. I can't reproduce this on RHEL 6 or Fedora 22 with bash-4.3.39. -- ``The lyf so short, the craft so long to lerne.'' - Ch

Re: Bug in bash 4.3.30 with --disable-job-control

2015-06-09 Thread Chet Ramey
On 6/2/15 1:07 PM, Roy Keene wrote: > All, > > There is a bug of some sort in bash 4.3.30 (and likely others) when > compiled with --disable-job-control on Linux/x86_64. I will have to look at this on a Linux system when I get access to one. It doesn't misbehave when I run it on Mac OS X. Ch