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:21:44 -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 X-Trace: ger.gmane.org 1397848917 16459 80.91.229.3 (18 Apr 2014 19:21:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Apr 2014 19:21:57 +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:21:50 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 1WbEM9-0006BF-LA for guile-devel@m.gmane.org; Fri, 18 Apr 2014 21:21:49 +0200 Original-Received: from localhost ([::1]:39475 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbEM8-0006GV-Pf for guile-devel@m.gmane.org; Fri, 18 Apr 2014 15:21:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbEM6-0006GO-NV for guile-devel@gnu.org; Fri, 18 Apr 2014 15:21:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WbEM5-0006LK-VQ for guile-devel@gnu.org; Fri, 18 Apr 2014 15:21:46 -0400 Original-Received: from mail-pd0-x234.google.com ([2607:f8b0:400e:c02::234]:59341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbEM5-0006LG-OP for guile-devel@gnu.org; Fri, 18 Apr 2014 15:21:45 -0400 Original-Received: by mail-pd0-f180.google.com with SMTP id v10so1708655pde.39 for ; Fri, 18 Apr 2014 12:21:44 -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; bh=4Nb1A6nwVv1iVx1N+HD0nm2ClhggTrbB76LYpeB97+0=; b=sPPaj2jT7fCz1WN6X1SKMVcvq+3A4bd3XMcBVpdmkTdgrqQsDtZMDXd0Ct+sxpWVus S6yVU2ibHzRKRxJiy+dEEaVaVynG27FNgEhHQwAvRdVyZbqqP+ff/uihpRktski3CLRm FSFnt32c95q03zhpJTGWAeEkbn9K4kgnDBh/gz8zdtuoMOXeyLxow4pI3RvO7k/aL5O4 fJKoEYpHpfgkiSChj8GnWas9NezOLLKeX/rP1amY9a6iTc/ni/kFCufnclZKPwBC7Uf1 LNWjUWX5NmGzUEqqbsFBkmyOWd2HIdyZshcBQ44rSzjsMYN7ndTFXZWgEHfW9r2QZXOu YkvA== X-Received: by 10.68.178.162 with SMTP id cz2mr23487421pbc.51.1397848904721; Fri, 18 Apr 2014 12:21:44 -0700 (PDT) Original-Received: by 10.70.11.194 with HTTP; Fri, 18 Apr 2014 12:21:44 -0700 (PDT) In-Reply-To: <87vbu6o36i.fsf@pobox.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::234 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:17077 Archived-At: On Fri, Apr 18, 2014 at 3:20 PM, Andy Wingo wrote: > 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? 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.