|
From: | Jan D. |
Subject: | Re: Wasn't this supposed to be fixed? |
Date: | Tue, 27 Jan 2004 00:42:35 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031019 |
Richard Stallman wrote:
The way this is supposed to work is that sigchld_handler is not supposed to call malloc. However, it was changed to call strsignal, and that calls malloc. I think the best fix is to bring it back to the original design and move the call to strsignal out of the signal handler. Instead, it can set another variable; Fcall_process can check that variable and call strsignal. Would you like to implement this?
Now checked in, please test. Thanks, Jan D.
[Prev in Thread] | Current Thread | [Next in Thread] |