named pipe leaked

2010-11-17 Thread No Name
Configuration Information [Automatically generated, do not change]:Machine: x86_64OS: linux-gnuCompiler: gccCompilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKA

RE: named pipe leaked

2010-11-17 Thread No Name
(sorry for the previous garbled message, hopefully this one comes out better)Configuration Information [Automatically generated, do not change]:Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x

Weird "/dev/fd/62: Permission denied"

2010-05-01 Thread No Name
The following $ while read l ; do continue; done < <(ls -l / 2>/dev/null)fails on: BASH_VERSINFO=4 BASH_VERSION=4.1.2(1)-release SHLVL=1 (the machine I'm on doesn't have bashbug).with """-bash: /dev/fd/62: Permission denied"""and not on bash3, bash2. And not on bash4 with a $SHLVL -gt 1.