From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: Possible infinite loop during compilation in 2.2 Date: Fri, 18 Apr 2014 17:43:23 -0400 Message-ID: <87vbu648lg.fsf@yeeloong.lan> References: <87vbu6o36i.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1397857541 5190 80.91.229.3 (18 Apr 2014 21:45:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Apr 2014 21:45:41 +0000 (UTC) Cc: Andy Wingo , guile-devel To: Julian Graham Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Apr 18 23:45:34 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 1WbGbF-00034a-Ic for guile-devel@m.gmane.org; Fri, 18 Apr 2014 23:45:33 +0200 Original-Received: from localhost ([::1]:40021 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbGbF-00059R-5h for guile-devel@m.gmane.org; Fri, 18 Apr 2014 17:45:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbGb4-0004tv-6r for guile-devel@gnu.org; Fri, 18 Apr 2014 17:45:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WbGaw-0001U5-Nt for guile-devel@gnu.org; Fri, 18 Apr 2014 17:45:22 -0400 Original-Received: from world.peace.net ([96.39.62.75]:57299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbGaw-0001Tu-JA for guile-devel@gnu.org; Fri, 18 Apr 2014 17:45:14 -0400 Original-Received: from turntable.mit.edu ([18.160.0.29] helo=yeeloong.lan) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WbGak-0004Av-Vi; Fri, 18 Apr 2014 17:45:03 -0400 In-Reply-To: (Julian Graham's message of "Fri, 18 Apr 2014 15:57:08 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 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:17080 Archived-At: Julian Graham writes: > On Fri, Apr 18, 2014 at 3:21 PM, Julian Graham wrote: >> I think it was compiling for about a minute or two, which was much >> longer than it took to compile everything else. I'll let it go for a >> good 30 minutes and send another trace. > > > Okay, this is interesting: The stack trace is largely the same after > running it for half an hour =E2=80=93 it's still getting stuck in expansi= on. Does Guile 2.0.11 or current stable-2.0 compile it correctly? Mark