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

2011-03-27 Thread Chet Ramey
On 3/26/11 3:24 PM, Henning Bekel wrote: > I've noticed that this problem does no longer occur if bash 4.2.8 is > configured --with-bash-malloc. On my distribution (arch) bash is > configured --without-bash-malloc by default. Yes, the bash malloc has code to make it safe to call from a signal hand

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

2011-03-27 Thread Chet Ramey
On 2/27/11 4:26 AM, Henning Bekel wrote: > Bash Version: 4.2 > Patch Level: 0 > Release Status: release > > Description: When the size of an XTerminal is changed via a keybinding >(either by issuing an escape sequence or by an external >program that uses xlib) then sometim

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

2011-03-27 Thread Chet Ramey
On 3/26/11 3:56 PM, Andreas Schwab wrote: > Henning Bekel writes: > >> I've noticed that this problem does no longer occur if bash 4.2.8 is >> configured --with-bash-malloc. On my distribution (arch) bash is >> configured --without-bash-malloc by default. > > This may indicate that bash is calli

Re: Using alias to commands disables its completion

2011-03-27 Thread Gustavo Serra Scalet
First of all, thank you for the quick answer. I wasn't expecting that to be so fast... On 24 March 2011 16:54, Eric Blake wrote: > The lame answer: > > But you can already do this yourself! Write a shell function around > alias, that calls both 'command alias' to do the real work, as well as >