DragonFly BSD
DragonFly bugs List (threaded) for 2006-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Broken pipe error


From: Petr Janda <elekktretterr@xxxxxxxxxxxxxx>
Date: Sun, 16 Jul 2006 08:05:19 +1000

I get the same error in xterm too though. Are you sure?

I start xorg via startx, but will run the compile/file once i wake up! Im dead.

Petr


Simon 'corecode' Schubert wrote:
Simon 'corecode' Schubert wrote:
Petr Janda wrote:
Keep forgetting to say this, to anyone who asked what shell im using. For root I use the default csh, for my non-root I use tcsh. I run fluxbox and Eterm.
^^^^^

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 shell. zsh resets this to SIG_DFL, but sh/tcsh don't. I think that's a bug in Eterm.

cheers
 simon





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