Broken pipe error

Matthew Dillon dillon at apollo.backplane.com
Sat Jul 15 10:29:40 PDT 2006


:that's the bug:
:
:Eterm/src/command.c:install_handlers():
:    signal(SIGPIPE, SIG_IGN);
:
:(called from main)
:
:eterm is simply ignoring SIGPIPE and not changing this for the running sh=
:ell.  zsh resets this to SIG_DFL, but sh/tcsh don't.  I think that's a bu=
:g in Eterm.
:
:cheers
:  simon

    Yup.  And the kdump shows no signal being generated.

						-Matt






More information about the Bugs mailing list