GNU bug report logs - #18597
25.0.50; Assertion violation in reseat_1

Previous Next

Package: emacs;

Reported by: martin rudalics <rudalics <at> gmx.at>

Date: Wed, 1 Oct 2014 15:45:02 UTC

Severity: normal

Found in version 25.0.50

Done: martin rudalics <rudalics <at> gmx.at>

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: martin rudalics <rudalics <at> gmx.at>
Cc: 18597 <at> debbugs.gnu.org
Subject: bug#18597: 25.0.50; Assertion violation in reseat_1
Date: Wed, 01 Oct 2014 19:00:03 +0300
> Date: Wed, 01 Oct 2014 17:43:56 +0200
> From: martin rudalics <rudalics <at> gmx.at>
> 
> (gdb) frame 4
> #4  0x01036ae2 in reseat_1 (it=0x82d118, pos=..., set_stop_p=0) at xdisp.c:6581
> 6581	  eassert (CHARPOS (pos) >= BEGV && CHARPOS (pos) <= ZV);
> (gdb) p pos
> $5 = {
>    charpos = 1,
>    bytepos = 1
> }
> (gdb) p BEGV
> $6 = 2658017
> (gdb) p ZV
> $7 = 2663948

This says that the window's start position is 1 and also that position
2658017 is inside the window.  Is that reasonable?

What does this show:

  (gdb) frame 9
  (gdb) p w->start




This bug report was last modified 10 years and 211 days ago.

Previous Next


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