unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 18597@debbugs.gnu.org
Subject: bug#18597: 25.0.50; Assertion violation in reseat_1
Date: Wed, 01 Oct 2014 18:54:16 +0200	[thread overview]
Message-ID: <542C31B8.1090201@gmx.at> (raw)
In-Reply-To: <83fvf7kacx.fsf@gnu.org>

> 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






  reply	other threads:[~2014-10-01 16:54 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-01 15:43 bug#18597: 25.0.50; Assertion violation in reseat_1 martin rudalics
2014-10-01 16:00 ` Eli Zaretskii
2014-10-01 16:05   ` martin rudalics
2014-10-01 16:41     ` Eli Zaretskii
2014-10-01 16:45     ` Eli Zaretskii
2014-10-01 16:54       ` martin rudalics [this message]
2014-10-01 17:03         ` Eli Zaretskii
2014-10-01 17:19           ` martin rudalics
2014-10-01 17:29             ` Eli Zaretskii
2014-10-01 17:40               ` martin rudalics
2014-12-25 10:55 ` martin rudalics

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=542C31B8.1090201@gmx.at \
    --to=rudalics@gmx.at \
    --cc=18597@debbugs.gnu.org \
    --cc=eliz@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).