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


Message #20 received at 18597 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 18597 <at> debbugs.gnu.org
Subject: Re: bug#18597: 25.0.50; Assertion violation in reseat_1
Date: Wed, 01 Oct 2014 18:54:16 +0200
> And the same in frame #8?
>
> Also, in frame 8, what do these show:
>
>    (gdb) p old_buffer->name_
>    (gdb) xstring
>    (gdb) p current_buffer->name_
>    (gdb) xstring

(gdb) frame 8
#8  0x0102231f in pos_visible_p (w=0x5af05e8, charpos=2658812, x=0x82e2cc, y=0x82e2c8, rtop=0x82e2c4, rbot=0x82e2c0, rowh=0x82e2bc, vpos=0x82e2b8) at xdisp.c:1437
1437	  start_display (&it, w, top);
(gdb) p w->start
$11 = {
  i = 24813235
}
(gdb) p old_buffer->name_
Cannot access memory at address 0x4
(gdb) xstring
$12 = (struct Lisp_String *) 0x17a9eb0
0
(gdb) p current_buffer->name_
$13 = {
  i = 70507305
}
(gdb) xstring
$14 = (struct Lisp_String *) 0x433db28
"*info*"

martin





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

Previous Next


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