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

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

bug#13214: 24.3.50; emacs_backtrace.txt


From: Eli Zaretskii
Subject: bug#13214: 24.3.50; emacs_backtrace.txt
Date: Tue, 18 Dec 2012 05:40:19 +0200

> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Mon, 17 Dec 2012 22:12:39 +0100
> Cc: 13214@debbugs.gnu.org
> 
> The binary Drew's using in this report can be found at
> https://www.dropbox.com/sh/3pgcb3iiy8s9irl/c171Xhsd99
> 
> 
> ??
> ??:0
> w32_backtrace
> w32fns.c:7727
> emacs_abort
> w32fns.c:7759
> terminate_due_to_signal
> emacs.c:342
> die
> alloc.c:6508
> redisplay_internal
> xdisp.c:13540

This is assertion violation here:

      /* 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.  */
      ensure_selected_frame (old_frame);
      eassert (EQ (XFRAME (selected_frame)->selected_window, selected_window));

Since the revision in which it happened is before Stefan's changes
that were supposed to solve these assertion violations, this backtrace
is no longer interesting.





reply via email to

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