bug-inetutils
[Top][All Lists]
Advanced

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

Re: [bug-inetutils] already connected when closed


From: Alfred M. Szmidt
Subject: Re: [bug-inetutils] already connected when closed
Date: Fri, 13 Jul 2007 21:51:26 +0200 (CEST)

       Try doing this (somewhere) instead: signal (SIGPIPE, SIG_IGN);

   Yep.  I put that just before the NOOP, and now it works!  I would guess
   the handler should be saved and restored, but I'll leave that to you.

Well, that is trivial, after whatever that is supposed to be ignored
(we are using the default handler):

signal (SIGPIPE, SIG_DFL);


The problem though is if we actually want this in inetutils; that I am
completely unsure of, I really do not like to ignore signals like
this.  Sergey, Alain, any opinions?

   Thanks for persevering with me on this ...

The same to you!




reply via email to

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