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: Possible infinite loop during compilation in 2.2 Date: Fri, 18 Apr 2014 21:20:05 +0200 Message-ID: <87vbu6o36i.fsf@pobox.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1397848841 15137 80.91.229.3 (18 Apr 2014 19:20:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Apr 2014 19:20:41 +0000 (UTC) Cc: guile-devel To: Julian Graham Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Apr 18 21:20:35 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WbEKr-0003wk-5G for guile-devel@m.gmane.org; Fri, 18 Apr 2014 21:20:29 +0200 Original-Received: from localhost ([::1]:39470 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbEKq-0004HS-Kq for guile-devel@m.gmane.org; Fri, 18 Apr 2014 15:20:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbEKf-00043N-BP for guile-devel@gnu.org; Fri, 18 Apr 2014 15:20:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WbEKa-0005Uo-6f for guile-devel@gnu.org; Fri, 18 Apr 2014 15:20:17 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:56399 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbEKa-0005Uk-2U for guile-devel@gnu.org; Fri, 18 Apr 2014 15:20:12 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 0706111154; Fri, 18 Apr 2014 15:20:11 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=WusUfR4xuoIfu3bVT8BoCiOuu1g=; b=ey0Ws2 NYfjGtdcEjfb16R7qkdJqmW/ZtlVef8ClcjP86qABdbK1mGNw8YOkVr2pggyJnZe jZYtCKN92OTFXOHrb/PgT5vIZbJNSch2jXkDtV/n5gjJWi7uJkeJhZmfZ5tWxJ5k 9DvWs3eMVutdA56o71cBCPYgNnleDCYqPrjJI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=W7eHJGs8XkVb0cVcnzAU0ATdWuT/yIgr rrRwHsqizWZk1q7+CDK4cpF/iLgl/kBF++EoWj0PGqgwbgsO9+PN7PZ4/TL4Ku86 i4a0Z0X52k6u8n2truhLvdVlhJUeKW7bWPf95hrri/BX4zsR+3gVjlm6HB+ALFf+ ww2OCtafd3o= Original-Received: from a-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id EEBD311152; Fri, 18 Apr 2014 15:20:10 -0400 (EDT) Original-Received: from badger (unknown [88.160.190.192]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id F000811151; Fri, 18 Apr 2014 15:20:07 -0400 (EDT) In-Reply-To: (Julian Graham's message of "Fri, 18 Apr 2014 12:05:54 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Pobox-Relay-ID: 7413846E-C72E-11E3-B23A-6F330E5B5709-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 208.72.237.25 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17076 Archived-At: On Fri 18 Apr 2014 18:05, Julian Graham writes: > I was experimenting with building one of my projects using Guile 2.2 > and found that some files just don't seem to want to finish compiling, > and peg my CPU at 100% -- seems like they might be getting stuck in a > loop. (Other files compile just fine.) Interestingly this seems to happen at macro-expansion time. Did you C-c your file early, or was this after letting it run for a while? Andy -- http://wingolog.org/