From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Symbol's chain of function indirections contains a loop Date: Tue, 1 Feb 2011 02:20:13 +0100 Message-ID: References: <8362t7heca.fsf@gnu.org> <4D44505B.4020004@gmail.com> <87wrlniozg.fsf@member.fsf.org> <8339obh762.fsf@gnu.org> <83sjwafe1n.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1296523485 9102 80.91.229.12 (1 Feb 2011 01:24:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Feb 2011 01:24:45 +0000 (UTC) Cc: cschol2112@googlemail.com, tassilo@member.fsf.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 01 02:24:39 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pk4yx-00014q-7B for ged-emacs-devel@m.gmane.org; Tue, 01 Feb 2011 02:24:36 +0100 Original-Received: from localhost ([127.0.0.1]:58943 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pk4vS-00029P-6y for ged-emacs-devel@m.gmane.org; Mon, 31 Jan 2011 20:20:58 -0500 Original-Received: from [140.186.70.92] (port=54736 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pk4vF-0001Kc-B3 for emacs-devel@gnu.org; Mon, 31 Jan 2011 20:20:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pk4v6-0001UI-On for emacs-devel@gnu.org; Mon, 31 Jan 2011 20:20:37 -0500 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:34678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pk4v5-0001Tk-8t; Mon, 31 Jan 2011 20:20:35 -0500 Original-Received: by eyh6 with SMTP id 6so2826772eyh.0 for ; Mon, 31 Jan 2011 17:20:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=KXgnjUw3FH5Oyakm3NIPF2fUJdUAbaTkf5F9klzB7Kc=; b=pf7kr3e+DP63XA5w2ZcbsmePkMigGVnoDtF6jF53z0ufNP3pdRqN+mEDjEUP2k28Z7 tYLeYUlvc8L+8JeAMZJOYUjCLBO/ye82s1YTmdBx6T/aIIpyL/eNIgZNfop48t9khh8j FNJpZGpRIeOMMoUF7Zon8fh4fcINDkWBy4Cyk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=r9U7SI84LOegh7iPWyujqad7qbPgzwrCc898Drfl3cns4T3WvGAAnSbCfLYxBsiUTC S0V4HvrdcDO29P2cAMU5PDsOZ66ZjI/NE5nwhaZ9SDZOU8APveXgwu+6fMLMwpK6L/NE N9pmiHc3Hqb+hSDMd7+lU0qsXgGkYIg1+psC0= Original-Received: by 10.213.3.3 with SMTP id 3mr328357ebl.54.1296523233890; Mon, 31 Jan 2011 17:20:33 -0800 (PST) Original-Received: by 10.213.36.11 with HTTP; Mon, 31 Jan 2011 17:20:13 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:135371 Archived-At: On Tue, Feb 1, 2011 at 1:19 AM, Lennart Borgman wrote: >> >> So it looks like Emacs is waiting for the subprocess to finish, doing >> just the last thing whatever that might be, but something prevents it >> from finishing. My last attempt to compile Emacs hanged with the last output make[1]: Leaving directory `C:/emacs-lp/bld/emacs/trunk/nt' Successfully remade target file `bootstrap'. It is somewhere here: make --debug=b bootstrap 2>&1 | tee %trace-tmp% @findstr /m /c:"Error 2" %trace-tmp% @if %errorlevel% EQU 0 goto end cd %curr-wd% @if "%2"=="mkbootstrap" goto end :mkinfo @echo. @echo. @echo ************************************************************** @echo *** make info @echo ************************************************************** I have no idea about what it is waiting for. The latest days when I have seen this it is usually a subprocess, but here I have no idea what it could be. It looks like it is tee.exe that hangs here, but I am not sure. (It used to work. Killing tee.exe stopped the build, but it is a bit complicated by the fact that there are two tee processes. I might have killed the wrong one or it is something else involved.) Any hints? Anyone else seeing this kind of trouble on w32 lately?