bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#16597: 23.2; Emacs's SIGPIPE ignore passed to child processes


From: Glenn Morris
Subject: bug#16597: 23.2; Emacs's SIGPIPE ignore passed to child processes
Date: Thu, 30 Jan 2014 12:19:50 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Andreas Schwab wrote:

> Juergen Nickelsen <nickelsen@zedat.fu-berlin.de> writes:
>
>> I think it would be better to reset the SIGPIPE handling in the
>> subprocess before calling the shell (or whatever).
>
> Works for me.  From src/process.c (create_process):
>
>       /* Emacs ignores SIGPIPE, but the child should not.  */
>       signal (SIGPIPE, SIG_DFL);

Yes, but AFAICS that's not in 23.2, which is rather old.
Looks like it first appeared in 24.1?

Anyway, time to upgrade. Latest is 24.3.





reply via email to

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