bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#13062: 24.3.50; emacs_backtrace.txt


From: Eli Zaretskii
Subject: bug#13062: 24.3.50; emacs_backtrace.txt
Date: Sat, 23 Feb 2013 12:22:04 +0200

> From: Glenn Morris <rgm@gnu.org>
> Cc: 13062@debbugs.gnu.org
> Date: Fri, 22 Feb 2013 20:07:12 -0500
> 
> Eli Zaretskii wrote:
> 
> > It's an assertion violation here:
> >
> >       if (!EQ (old_frame, selected_frame)
> >       && FRAME_LIVE_P (XFRAME (old_frame)))
> >     /* We played a bit fast-and-loose above and allowed selected_frame
> >        and selected_window to be temporarily out-of-sync but let's make
> >        sure this stays contained.  */
> >     select_frame_for_redisplay (old_frame);
> >       eassert (EQ (XFRAME (selected_frame)->selected_window,  <<<<<<<<<<<
> >                selected_window));
> 
> So can anything be done with this information?

I think this should be closed, as there were massive changes in this
area (on the trunk) with the purpose of avoiding those assertion
violations.





reply via email to

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