emacs-pretest-bug
[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: Richard Stallman
Subject: Re: Wasn't this supposed to be fixed?
Date: Mon, 26 Jan 2004 14:22:20 -0500

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?




reply via email to

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