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: Andreas Schwab <schwab <at> linux-m68k.org>
To: Juergen Nickelsen <nickelsen <at> zedat.fu-berlin.de>
Cc: holger <at> cis.fu-berlin.de, asulfrian <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 18:09:19 +0100
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);

Andreas.

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




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.