GNU bug report logs -
#5973
Crash in get_next_display_element
Previous Next
Reported by: David Reitter <david.reitter <at> gmail.com>
Date: Mon, 19 Apr 2010 16:09:01 UTC
Severity: normal
Tags: moreinfo, unreproducible
Found in version 24.0.50
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #47 received at 5973 <at> debbugs.gnu.org (full text, mbox):
On Tue, Apr 20, 2010 at 11:56, Eli Zaretskii <eliz <at> gnu.org> wrote:
> Instrument what? the defadvice, or something else?
The defadvice. In previous versions, the advice had more code, and
when you stepped through it, it crashed when trying to display the
value of END. With the shortened version, you don't get to step into
anything. As soon as the instrumented advice triggers, blam!
> Which lines did you select? I think this is important, because
> when a form is evaluated, Edebug displays in the echo area a message
> showing the result of the evaluation, and if the result is a number,
> it tries to display it as a character. So the end of the region you
> select determines what character will Edebug try to display.
A few lines at the start of the file, usually about ten or twenty.
AFAICS, the start of etc/NEWS does not contain any composable
character, just straight ASCII.
> I don't see this message, perhaps because I used a different region.
I use `force-load-messages' set to t.
Hmm. I got a reproducible recipe with -Q
emacs -Q
M-: (setq force-load-messages t) <RET>
C-x C-f bug.el <RET> ;; the file containing just the defadvice
C-u C-M-x
C-h n
;; select line 22
C-x n n
Juanma
This bug report was last modified 12 years and 92 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.