emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: crash in cvs head


From: Eli Zaretskii
Subject: Re: crash in cvs head
Date: Tue, 07 Mar 2006 06:38:19 +0200

> From: Sam Steingold <address@hidden>
> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]