Re: Another call of async-signal-unsafe function

2011-11-07 Thread Chet Ramey
On 11/7/11 9:05 AM, Roman Rakus wrote: > There's a small chance to call unsafe function (malloc) during signal > handling. It occurs during bash 4.2 startup, when user resize window. > Occurs on bash configured to use system malloc (not bash malloc). Thanks for the report. This will be fixed in t

Another call of async-signal-unsafe function

2011-11-07 Thread Roman Rakus
There's a small chance to call unsafe function (malloc) during signal handling. It occurs during bash 4.2 startup, when user resize window. Occurs on bash configured to use system malloc (not bash malloc). The stack trace: #0 __lll_lock_wait_private () at ../nptl/sysdeps/unix/sysv/linux/x86_64