all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: cschol2112@googlemail.com, tassilo@member.fsf.org, emacs-devel@gnu.org
Subject: Re: Symbol's chain of function indirections contains a loop
Date: Tue, 1 Feb 2011 02:20:13 +0100	[thread overview]
Message-ID: <AANLkTi=7m3PAssFhi-9D4Z1YJU-mnWA6=M7x7cfJgXq6@mail.gmail.com> (raw)
In-Reply-To: <AANLkTimXonqg+4-aORGP9VRvuCgdmTiPjTq7zAxYM08d@mail.gmail.com>

On Tue, Feb 1, 2011 at 1:19 AM, Lennart Borgman
<lennart.borgman@gmail.com> 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?



  reply	other threads:[~2011-02-01  1:20 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-29 16:19 Symbol's chain of function indirections contains a loop Eli Zaretskii
2011-01-29 17:37 ` Christoph
2011-01-29 17:44   ` Tassilo Horn
2011-01-29 18:22     ` Christoph
2011-01-29 18:54     ` Eli Zaretskii
2011-01-29 21:00       ` Lennart Borgman
2011-01-30 11:04         ` Lennart Borgman
2011-01-30 12:07           ` Andreas Schwab
2011-01-30 18:21           ` Eli Zaretskii
2011-01-30 20:18             ` Christoph
2011-01-30 21:36             ` Lennart Borgman
2011-02-01  0:19               ` Lennart Borgman
2011-02-01  1:20                 ` Lennart Borgman [this message]
2011-02-01  1:40                   ` Christoph
2011-02-01  4:08                     ` Eli Zaretskii
2011-02-01 10:14                     ` Lennart Borgman
2011-02-01 12:11                       ` Lennart Borgman
2011-02-01 23:13                         ` Lennart Borgman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTi=7m3PAssFhi-9D4Z1YJU-mnWA6=M7x7cfJgXq6@mail.gmail.com' \
    --to=lennart.borgman@gmail.com \
    --cc=cschol2112@googlemail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=tassilo@member.fsf.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.