unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: crash in cvs head
Date: Tue, 07 Mar 2006 06:38:19 +0200	[thread overview]
Message-ID: <u4q2ac1j8.fsf@gnu.org> (raw)
In-Reply-To: <alveurl7b0.fsf@quant8.janestcapital.quant> (message from Sam Steingold on Mon, 06 Mar 2006 14:08:51 -0500)

> From: Sam Steingold <sds@podval.org>
> Date: Mon, 06 Mar 2006 14:08:51 -0500
> 
> #0  0x080c9508 in x_any_window_to_frame (dpyinfo=0x90cc360, wdesc=50526192)
>     at xfns.c:356
> 356           if (FRAME_X_P (f) && FRAME_X_DISPLAY_INFO (f) == dpyinfo)
> (gdb) list
> 351           frame = XCAR (tail);
> 352           if (!GC_FRAMEP (frame))
> 353             continue;
> 354
> 355           f = XFRAME (frame);
> 356           if (FRAME_X_P (f) && FRAME_X_DISPLAY_INFO (f) == dpyinfo)
> 357             {
> 358               /* This frame matches if the window is any of its widgets.  */
> 359               x = f->output_data.x;
> 360               if (x->hourglass_window == wdesc)
> (gdb) p f
> No symbol "f" in current context.

If GDB is unable to display `f', you can try working around that by
looking at `frame' instead.

I think we _need_ to see what's in `f', since that's what seems to be
causing the crash.

  reply	other threads:[~2006-03-07  4:38 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-06 19:08 crash in cvs head Sam Steingold
2006-03-07  4:38 ` Eli Zaretskii [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-10-18 13:07 Sam Steingold
2006-10-20 13:17 ` Sam Steingold
2006-10-23  9:59   ` Kim F. Storm
2006-06-29 15:03 Sam Steingold
2006-07-01  3:21 ` Richard Stallman
2003-02-21  0:47 Crash in CVS head Kim F. Storm

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=u4q2ac1j8.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@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).