From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile HEAD on Cygwin-1.7 Date: Thu, 23 Jul 2009 22:59:56 +0200 Message-ID: References: <4A39EDCD.1070609@ludens.elte.hu> <4A462061.30101@ludens.elte.hu> <4A536F83.80908@ludens.elte.hu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1248383395 3895 80.91.229.12 (23 Jul 2009 21:09:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Jul 2009 21:09:55 +0000 (UTC) Cc: guile-devel To: szgyg Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jul 23 23:09:48 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MU5Xv-0000mu-2h for guile-devel@m.gmane.org; Thu, 23 Jul 2009 23:09:47 +0200 Original-Received: from localhost ([127.0.0.1]:54006 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MU5Xu-00044e-Ho for guile-devel@m.gmane.org; Thu, 23 Jul 2009 17:09:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MU5Xe-00040C-PL for guile-devel@gnu.org; Thu, 23 Jul 2009 17:09:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MU5Xa-0003yX-2z for guile-devel@gnu.org; Thu, 23 Jul 2009 17:09:30 -0400 Original-Received: from [199.232.76.173] (port=35719 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MU5XZ-0003yT-Va for guile-devel@gnu.org; Thu, 23 Jul 2009 17:09:26 -0400 Original-Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:61822 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MU5XX-0001l5-Ro for guile-devel@gnu.org; Thu, 23 Jul 2009 17:09:24 -0400 Original-Received: from localhost.localdomain (unknown [127.0.0.1]) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id A4B7E11FC0; Thu, 23 Jul 2009 17:09:23 -0400 (EDT) Original-Received: from unquote (unknown [81.38.186.175]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id DA01D11FBF; Thu, 23 Jul 2009 17:09:21 -0400 (EDT) In-Reply-To: <4A536F83.80908@ludens.elte.hu> (szgyg@ludens.elte.hu's message of "Tue, 07 Jul 2009 17:53:39 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: 18D9B3B2-77CD-11DE-AADB-F699A5B33865-02397024!a-sasl-quonix.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8931 Archived-At: Hi szgyg, I can't recall where we were with this. 1. psyntax-pp.scm sometimes regenerating itself 2. some kind of segfault related to stack sizes on cygwin 3. The following: On Tue 07 Jul 2009 17:53, szgyg writes: > That segfault was an fd_set overflow. We should > #define FD_SETSIZE 1024 > before including sys/types.h on cygwin. Also, guile should check that > (filedescriptor < FD_SETSIZE) before FD_SET and select. Is that correct? Andy -- http://wingolog.org/