unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: 13012@debbugs.gnu.org
Subject: bug#13012: Assertion failure in xdisp.c:window_outdated
Date: Tue, 27 Nov 2012 20:15:11 +0200	[thread overview]
Message-ID: <83txsax68g.fsf@gnu.org> (raw)
In-Reply-To: <CAAeL0SR075wvabPM0tCU9UnuWdpAD5xeKQRz6g7T_GAC_t+jjw@mail.gmail.com>

> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Tue, 27 Nov 2012 19:01:42 +0100
> Cc: 13012@debbugs.gnu.org
> 
> > What is w->buffer in this frame?
> 
> I did emacsclient -f server README.
> 
> (gdb) frame 2
> #2  0x011fe645 in window_outdated (w=0x39bda68
> <__register_frame_info+60545640>) at xdisp.c:10906
> 10906     eassert (XBUFFER (w->buffer) == current_buffer);
> (gdb) p w->buffer
> $1 = 57627653
> (gdb) xtype
> Lisp_Vectorlike
> PVEC_BUFFER
> (gdb) xvector
> $2 = (struct Lisp_Vector *) 0x36f5400 <__register_frame_info+57627648>
> 0
> (gdb) p w->buffer
> $3 = 57627653
> (gdb) xbuffer
> $4 = (struct buffer *) 0x36f5400 <__register_frame_info+57627648>
> (unsigned char *) 0x3a1aa18 <__register_frame_info+60926488> "README"
> (gdb) p current_buffer
> $5 = (struct buffer *) 0x36d0e00 <__register_frame_info+57478656>
> (gdb)

At this point type

  (gdb) p current_buffer->name_
  (gdb) xstring





  reply	other threads:[~2012-11-27 18:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-27 16:32 bug#13012: Assertion failure in xdisp.c:window_outdated Juanma Barranquero
2012-11-27 17:44 ` Eli Zaretskii
2012-11-27 18:01   ` Juanma Barranquero
2012-11-27 18:15     ` Eli Zaretskii [this message]
2012-11-27 18:33       ` Juanma Barranquero
2012-11-27 18:51         ` Eli Zaretskii

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=83txsax68g.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=13012@debbugs.gnu.org \
    --cc=lekktu@gmail.com \
    /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).