GNU bug report logs - #50096
args-out-of-range in redisplay_internal

Previous Next

Package: emacs;

Reported by: Juri Linkov <juri <at> linkov.net>

Date: Tue, 17 Aug 2021 16:09:02 UTC

Severity: normal

Tags: fixed

Fixed in version 28.0.50

Done: Juri Linkov <juri <at> linkov.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Juri Linkov <juri <at> linkov.net>
Cc: 50096 <at> debbugs.gnu.org
Subject: bug#50096: args-out-of-range in redisplay_internal
Date: Tue, 17 Aug 2021 22:00:29 +0300
> From: Juri Linkov <juri <at> linkov.net>
> Cc: 50096 <at> debbugs.gnu.org
> Date: Tue, 17 Aug 2021 21:51:36 +0300
> 
> > So we are in the wrong (empty) buffer?  Or did someone delete the
> > buffer's text under our feet?  What does this show:
> >
> >   (gdb) p object->name_
> >   (gdb) xstring
> >   (gdb) p current_buffer->name_
> >   (gdb) xstring
> 
> (gdb) p XBUFFER (object)->name_
> $7 = XIL(0x7f015341fb84)
> (gdb) xstring
> $8 = (struct Lisp_String *) 0x7f015341fb80
> " *Minibuf-0*"
> (gdb) p current_buffer->name_
> $9 = XIL(0x7f015341fb84)
> (gdb) xstring
> $10 = (struct Lisp_String *) 0x7f015341fb80
> " *Minibuf-0*"

Hm... something else is at work here.

> PS: Some commit between e2eb58c487 and 31ab12e261 broke that,
> but maybe this is not important because these commits
> just changed the length of the git command by adding ":(literal)",
> and length change maybe exposed some other problem.

You are saying that if you remove the ":(literal)" part without
changing anything else, the problem goes away?




This bug report was last modified 3 years and 275 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.