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

2011-03-26 Thread Andreas Schwab
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 calling malloc in a signal handler. Andreas. -- Andreas

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

2011-03-26 Thread Henning Bekel
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 is the configuration i use now (derived from the archlinux pkgbuild): ./configure --prefix=/usr --with-curses --e