Changing window size via bind -x may cause bash to hang in futex() call

2011-02-27 Thread Henning Bekel
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='x86_64-unknown-linux-gnu' -DCONF_VENDOR='unknown' -DLOCALEDIR='/usr/share/local

Re: bash tab variable expansion question?

2011-02-27 Thread Clark J. Wang
On Sat, Feb 26, 2011 at 10:49 PM, gnu.bash.bug wrote: > > Wow...I'ts good workaround: > > $ cd /tmp > $ echo ~+ > /tmp > > Thanks Andreas! > > A workaround is fine but is the 4.2 behavior bug or not? > //Michael > > > On 26 Feb, 09:09, Andreas Schwab wrote: > > "gnu.bash.bug" writes: > > > Wha

Re: bash tab variable expansion question?

2011-02-27 Thread Michael Kalisz
2011/2/27 Clark J. Wang > > A workaround is fine but is the 4.2 behavior bug or not? > I agree...Would be nice if someone could confirm if this is a bug or not? I'm betting that this is a bug :-) //Michael

bad double-quoted pattern substitution in indexed arrays

2011-02-27 Thread Diego Augusto Molina
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: x86_64-pc-linux-gnu-gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR uname out

Manual: parentheses mismatch in '6.7 Arrays'

2011-02-27 Thread Christophe Jarry
Dear developers, I read the page of the BASH manual about Arrays (http://www.gnu.org/software/bash/manual/html_node/Arrays.html#Arrays) today and found a parentheses mismatch in the first paragraph in the following part: (including arithmetic expressions (see Shell Arithmetic) Which should i

Re: bash tab variable expansion question?

2011-02-27 Thread Chet Ramey
On 2/27/11 8:39 AM, Clark J. Wang wrote: > On Sat, Feb 26, 2011 at 10:49 PM, gnu.bash.bug > wrote: > >> >> Wow...I'ts good workaround: >> >> $ cd /tmp >> $ echo ~+ >> /tmp >> >> Thanks Andreas! >> >> > A workaround is fine but is the 4.2 behavior bug or not? It's a more-or-less unintended conseq