Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: deadlock caused by gettext usage in a signal handler



Le Fri, 7 Dec 2007 10:35:33 +0000,
Peter Stephenson <pws@xxxxxxx> a écrit :

> The traditional zsh way is to queue signals
> around an operation

Oh, I didn't know queue_signals().

> but fork() is atomic to the calling code and blocking
> should be quicker

Ok, but I don't mind changing it to queue_signals().

> so your patch is fine and I've committed it.

Thanks, how about reverting the strerror_r one (also in zsh-4.2)?

-- 
Guillaume



Messages sorted by: Reverse Date, Date, Thread, Author