unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Richard M. Stallman" <rms@gnu.org>
Cc: offby1@blarg.net, emacs-devel@gnu.org, handa@m17n.org
Subject: Re: GNU Emacs CVS HEAD:
Date: Sat, 21 Jan 2006 14:58:13 -0500	[thread overview]
Message-ID: <E1F0OsH-0000wV-Lo@fencepost.gnu.org> (raw)
In-Reply-To: <uhd7yr8xc.fsf@gnu.org> (message from Eli Zaretskii on Fri, 20 Jan 2006 21:33:35 +0200)

    I have some idea.  What I see in the debugger is that, when loadup
    comes to load cyrillic.el, the file just before indian.el, it
    repeatedly calls `openp' to load code-pages.el, but never closes the
    resulting handle.  The reason it doesn't close it is that, after
    `openp' returns, Fload checks if we are in recursive load cycle, and
    finds that we are! (After the loop which looks at Vloads_in_progress,
    `count's value is 4.)  It then calls Fsignal to signal this error, but
    since we are in a protected form, Fsignal just unwinds there, and the
    load continues (or so it seems).

It seems there are two bugs here.  One is that it recursively
loads one file.  The other is that it doesn't close the handles.
Perhaps that's due to a missing unwind_protect.

  parent reply	other threads:[~2006-01-21 19:58 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-19  6:07 GNU Emacs CVS HEAD: "nmake bootstrap" fails dhruva
2006-01-19 16:53 ` GNU Emacs CVS HEAD: Eric Hanchrow
2006-01-20 12:58   ` Kenichi Handa
2006-01-20 19:33     ` Eli Zaretskii
2006-01-20 23:48       ` Juanma Barranquero
2006-01-21  8:39         ` Eli Zaretskii
2006-01-22  3:58           ` Richard M. Stallman
2006-01-22  4:33             ` Eli Zaretskii
2006-01-22  6:27           ` CHENG Gao
2006-01-21 19:58       ` Richard M. Stallman [this message]
2006-01-21 20:12         ` Eli Zaretskii
2006-01-22 12:33       ` Kenichi Handa
2006-01-22 19:19         ` Eli Zaretskii
2006-01-23  0:44           ` Kenichi Handa
2006-01-23  5:02             ` Eli Zaretskii
2006-01-20 16:37   ` Eli Zaretskii

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=E1F0OsH-0000wV-Lo@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=handa@m17n.org \
    --cc=offby1@blarg.net \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).