Re: [bug-bash] Named fifo's causing hanging bash scripts

2015-01-16 Thread Jonathan Hankins
Dr. Fink, Have you tried getting rid of the stderr redirect on your find command to make sure find isn't showing any errors? If you eliminate most of the inside of your while loop, does it still hang? For example: while IFS="|" read link link_dir link_dest; do echo "$link,$link_dir,$link_de

Re: [bug-bash] Named fifo's causing hanging bash scripts

2015-01-16 Thread Dr. Werner Fink
On Fri, Jan 16, 2015 at 10:46:02AM -0500, Chet Ramey wrote: > >> > >> What do ps and gdb tell you about pid 19175 (and the corresponding pid in > >> the call to waitchld in the other traceback)? Running, terminated, reaped, > >> other? > > > > d136:~ # ps 10942 > > PID TTY STAT TIME

Re: [bug-bash] Named fifo's causing hanging bash scripts

2015-01-16 Thread Chet Ramey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/16/15 10:32 AM, Dr. Werner Fink wrote: > On Fri, Jan 16, 2015 at 09:22:36AM -0500, Chet Ramey wrote: >> On 1/13/15 4:29 AM, Dr. Werner Fink wrote: >> > Bash Version: 4.3 > Patch Level: 33 > Release Status: release > > Descripti

Re: [bug-bash] Named fifo's causing hanging bash scripts

2015-01-16 Thread Dr. Werner Fink
On Fri, Jan 16, 2015 at 09:22:36AM -0500, Chet Ramey wrote: > On 1/13/15 4:29 AM, Dr. Werner Fink wrote: > > >>> Bash Version: 4.3 > >>> Patch Level: 33 > >>> Release Status: release > >>> > >>> Description: > >>> Named fifo's causing hanging bash scripts like > >>> > >>> while IFS

Re: [bug-bash] Named fifo's causing hanging bash scripts

2015-01-16 Thread Chet Ramey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/13/15 4:29 AM, Dr. Werner Fink wrote: >>> Bash Version: 4.3 >>> Patch Level: 33 >>> Release Status: release >>> >>> Description: >>> Named fifo's causing hanging bash scripts like >>> >>> while IFS="|" read a b c ; do >>>

Re: [bug-bash] Named fifo's causing hanging bash scripts

2015-01-13 Thread Dr. Werner Fink
On Mon, Jan 12, 2015 at 11:50:56AM -0500, Chet Ramey wrote: > On 1/12/15 9:55 AM, wer...@linux-8jdz.site wrote: > > Configuration Information [Automatically generated, do not change]: > > Machine: x86_64 > > OS: linux-gnu > > Compiler: gcc -I/home/abuild/rpmbuild/BUILD/bash-4.3 > > -L/home/abuild/