From owner-freebsd-hackers@FreeBSD.ORG Tue May 4 14:20:53 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B309016A4CE for ; Tue, 4 May 2004 14:20:53 -0700 (PDT) Received: from acenet.co.za (acenet.co.za [196.25.152.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1463443D1F for ; Tue, 4 May 2004 14:20:52 -0700 (PDT) (envelope-from cole@acenet.co.za) Date: Tue, 4 May 2004 23:21:22 EST Message-Id: <200405042321.AA82575904@acenet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Cole" To: freebsd-hackers@freebsd.org X-Mailer: X-Mailman-Approved-At: Wed, 05 May 2004 05:33:46 -0700 Subject: SIG_IGN X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: cole@acenet.co.za List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2004 21:20:53 -0000 Hey Im writing a threaded program to handle connections coming from squid. And the program is working fine, except that i cant seem to set signal(SIGPIPE, SIG_IGN) It doesnt give any errors when performing that command, and then when i check to see what SIGPIPE is set to, it apparently isnt SIG_IGN. So i started to search google and i did find a page where guys had the same problem, but that was on linux and not FreeBSD. Im running FreeBSD 4.8-RELEASE gcc version 2.95.4 20020320 [FreeBSD] If anyone has any ideas please let me know. Thanks /Cole