all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Drew Adams <drew.adams@oracle.com>
Cc: 13062@debbugs.gnu.org
Subject: bug#13062: 24.3.50; emacs_backtrace.txt
Date: Sun, 02 Dec 2012 22:33:05 +0200	[thread overview]
Message-ID: <83r4n8ry7y.fsf@gnu.org> (raw)
In-Reply-To: <E4C1143E705145F89B16210BB5368B8A@us.oracle.com>

> From: "Drew Adams" <drew.adams@oracle.com>
> Date: Sun, 2 Dec 2012 11:49:52 -0800
> 
> 
> Backtrace:
> 0x0115459C
> 0x0115460E
> 0x01001459
> 0x01021B9F
> 0x012065C7
> 0x012030A6
> 0x0103B7F6
> 0x0104F409
> 0x01038B18
> 0x01010F1D
> 0x010382AB
> 0x0101097A
> 0x01038265
> 0x0103781F
> 0x01037B4C
> 0x010029AB
> 0x010010F9
> 0x7C817073

Translation:

  w32_backtrace at C:\emacs\trunk\src/w32fns.c:7735
  emacs_abort at C:\emacs\trunk\src/w32fns.c:7767
  terminate_due_to_signal at C:\emacs\trunk\src/emacs.c:341
  die at C:\emacs\trunk\src/alloc.c:6491
  redisplay_internal at C:\emacs\trunk\src/xdisp.c:13529
  redisplay at C:\emacs\trunk\src/xdisp.c:12683
  read_char at C:\emacs\trunk\src/keyboard.c:2428
  read_key_sequence at C:\emacs\trunk\src/keyboard.c:9230
  command_loop_1 at C:\emacs\trunk\src/keyboard.c:1458
  internal_condition_case at C:\emacs\trunk\src/eval.c:1288
  command_loop_2 at C:\emacs\trunk\src/keyboard.c:1167
  internal_catch at C:\emacs\trunk\src/eval.c:1059
  command_loop at C:\emacs\trunk\src/keyboard.c:1146
  recursive_edit_1 at C:\emacs\trunk\src/keyboard.c:778
  Frecursive_edit at C:\emacs\trunk\src/keyboard.c:842
  main at C:\emacs\trunk\src/emacs.c:1560
  ?? at crt1.c:0

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));





  reply	other threads:[~2012-12-02 20:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-02 19:49 bug#13062: 24.3.50; emacs_backtrace.txt Drew Adams
2012-12-02 20:33 ` Eli Zaretskii [this message]
2013-02-23  1:07   ` Glenn Morris
2013-02-23 10:22     ` Eli Zaretskii
2013-02-23 19:02       ` Glenn Morris
2013-02-23 20:10         ` 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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83r4n8ry7y.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=13062@debbugs.gnu.org \
    --cc=drew.adams@oracle.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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.