From: "Richard M. Stallman" <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: [Stephen.Berman@gmx.net: Emacs hangs while edebugging recentf.el]
Date: Mon, 28 Nov 2005 22:11:17 -0500 [thread overview]
Message-ID: <E1Egvtl-0004le-BT@fencepost.gnu.org> (raw)
In-Reply-To: <28655567.1133165950588.JavaMail.www@wwinf1534> (message from David PONCE on Mon, 28 Nov 2005 09:19:10 +0100 (CET))
> It could be a bug in prin1-to-string. What is the value
> of print-circle at that time?
It is t. It is let-bound by the function `edebug-safe-prin1-to-string'
that wraps the built-in `prin1-to-string'.
I did some debugging. It seems to be a repeating recursion in print,
which should not happen because the print-circle feature should
prevent it. Clearly there is a bug in that feature. A backtrace
shows some objects repeating in one stack frame after another.
I started to try to figure out why. One repeating argument was the
13th link in the list that's the 8th element of the value being
printed. So the question is why that is not in Vprint_number_table
There must be a bug in print_preprocess, but I can't see it.
I ran out of time to debug this. Can someone else investigate?
next prev parent reply other threads:[~2005-11-29 3:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-28 8:19 [Stephen.Berman@gmx.net: Emacs hangs while edebugging recentf.el] David PONCE
2005-11-29 3:11 ` Richard M. Stallman [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-11-21 9:34 David PONCE
2005-11-28 4:47 ` Richard M. Stallman
2005-12-06 1:42 ` Richard M. Stallman
2005-12-13 22:27 ` Chong Yidong
2005-12-14 20:04 ` Richard M. Stallman
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=E1Egvtl-0004le-BT@fencepost.gnu.org \
--to=rms@gnu.org \
--cc=emacs-devel@gnu.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 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).