From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Julian Graham Newsgroups: gmane.lisp.guile.devel Subject: Re: Possible infinite loop during compilation in 2.2 Date: Fri, 18 Apr 2014 15:57:08 -0400 Message-ID: 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 1397851046 15299 80.91.229.3 (18 Apr 2014 19:57:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Apr 2014 19:57:26 +0000 (UTC) Cc: guile-devel To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Apr 18 21:57:19 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 1WbEuS-0000EV-HW for guile-devel@m.gmane.org; Fri, 18 Apr 2014 21:57:16 +0200 Original-Received: from localhost ([::1]:39657 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbEuS-0003JZ-89 for guile-devel@m.gmane.org; Fri, 18 Apr 2014 15:57:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbEuN-0003JJ-N8 for guile-devel@gnu.org; Fri, 18 Apr 2014 15:57:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WbEuN-0008S6-0v for guile-devel@gnu.org; Fri, 18 Apr 2014 15:57:11 -0400 Original-Received: from mail-pd0-x22a.google.com ([2607:f8b0:400e:c02::22a]:52721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbEuM-0008Rx-Pp for guile-devel@gnu.org; Fri, 18 Apr 2014 15:57:10 -0400 Original-Received: by mail-pd0-f170.google.com with SMTP id v10so1745878pde.1 for ; Fri, 18 Apr 2014 12:57:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=Ap1Vm2iqWYU6l36fJzlWskfmo5INJud5WEPNpjrrhoY=; b=EA1OSD9gD4Kvk6dy5dZPZSQld9i1JAsMwh/eyoqo+y26RssLMUDrTFcHP+x6oLuVXN C9sI2ODHMKGVJ7ldZXC8iSkcb6JQMoXImSz948UbW9Zz11qRr6KwWlNfF2HhTqOjv7HK LGIMvrBYjNmwx1E5bd6QQe/six6w/7RUZBB/iE8z+J8GWQWEmBuXfXo8Li3dLYLmPE/T q0UiXRQg7X+PaVbOzfOLaI9g9nIOH3yfXdAekpJ094z8zg4ojyGfNYeynD09vJwahKde g6x+P/zIl331VpmGHK4O6LnftGWz/uuxeprs/bcE7ZdHRnTn5pkA5AHu1dxtuzps5s4i 5oXg== X-Received: by 10.68.202.8 with SMTP id ke8mr24055805pbc.86.1397851028383; Fri, 18 Apr 2014 12:57:08 -0700 (PDT) Original-Received: by 10.70.11.194 with HTTP; Fri, 18 Apr 2014 12:57:08 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::22a 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:17079 Archived-At: 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 expansion= .