bug-readline
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-readline] Malloc from signal handler in readline


From: Brian Bloniarz
Subject: Re: [Bug-readline] Malloc from signal handler in readline
Date: Thu, 2 Aug 2012 14:40:02 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0

> You're looking in the wrong place.  The change of note is in signals.c:
> neither rl_signal_handler() nor rl_sigwinch_handler() will call
> rl_resize_terminal() in a signal handler context; it is only called from
> the RL_CHECK_SIGNALS() macro via _rl_signal_handler().

Got it, my mistake. Thanks!

-Brian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]