GNU bug report logs - #16597
23.2; Emacs's SIGPIPE ignore passed to child processes

Previous Next

Package: emacs;

Reported by: Juergen Nickelsen <nickelsen <at> zedat.fu-berlin.de>

Date: Thu, 30 Jan 2014 16:58:02 UTC

Severity: normal

Found in version 23.2

Fixed in version 24.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: Andreas Schwab <schwab <at> linux-m68k.org>
Cc: holger <at> cis.fu-berlin.de, asulfrian <at> zedat.fu-berlin.de, Juergen Nickelsen <nickelsen <at> zedat.fu-berlin.de>, plenz <at> zedat.fu-berlin.de, 16597 <at> debbugs.gnu.org
Subject: bug#16597: 23.2; Emacs's SIGPIPE ignore passed to child processes
Date: Thu, 30 Jan 2014 12:19:50 -0500
Andreas Schwab wrote:

> Juergen Nickelsen <nickelsen <at> 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.




This bug report was last modified 11 years and 118 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.