emacs-devel
[Top][All Lists]
Advanced

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

Re: Wasn't this supposed to be fixed?


From: Jan D.
Subject: Re: Wasn't this supposed to be fixed?
Date: Mon, 26 Jan 2004 21:50:13 +0100

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?

I'll fix it.

        Jan D.





reply via email to

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