From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: sigaction leak Date: Fri, 02 Apr 2004 08:07:19 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87u103uzc8.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1080857371 30011 80.91.224.253 (1 Apr 2004 22:09:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Apr 2004 22:09:31 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Apr 02 00:09:20 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B9ANE-0007QR-00 for ; Fri, 02 Apr 2004 00:09:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B9AN1-0001Vf-Sq for guile-devel@m.gmane.org; Thu, 01 Apr 2004 17:09:07 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B9AMl-0001U0-9e for guile-devel@gnu.org; Thu, 01 Apr 2004 17:08:51 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B9ALZ-0000BG-Er for guile-devel@gnu.org; Thu, 01 Apr 2004 17:08:09 -0500 Original-Received: from [61.8.0.85] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B9ALY-000087-34 for guile-devel@gnu.org; Thu, 01 Apr 2004 17:07:36 -0500 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout2.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i31M7Y5v001699 for ; Fri, 2 Apr 2004 08:07:34 +1000 Original-Received: from localhost (ppp2E4E.dyn.pacific.net.au [61.8.46.78]) by mailproxy2.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i31M7Xsf027600 for ; Fri, 2 Apr 2004 08:07:34 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1B9ALH-0000S8-00; Fri, 02 Apr 2004 08:07:19 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3582 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3582 On my i386 debian, a program (while #t (sigaction SIGPIPE (sigaction SIGPIPE SIG_IGN))) seems to make the guile process grow without bound, not very quickly, but apparently inexorably. Perhaps someone smarter than me can look into where it might be going. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel