From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#13062: 24.3.50; emacs_backtrace.txt Date: Fri, 22 Feb 2013 20:07:12 -0500 Message-ID: References: <83r4n8ry7y.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1361581668 14184 80.91.229.3 (23 Feb 2013 01:07:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Feb 2013 01:07:48 +0000 (UTC) Cc: 13062@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 23 02:08:11 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U93b0-0004Gg-Ij for geb-bug-gnu-emacs@m.gmane.org; Sat, 23 Feb 2013 02:08:10 +0100 Original-Received: from localhost ([::1]:48442 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U93af-0008BJ-LE for geb-bug-gnu-emacs@m.gmane.org; Fri, 22 Feb 2013 20:07:49 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:47341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U93aX-00081x-Tb for bug-gnu-emacs@gnu.org; Fri, 22 Feb 2013 20:07:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U93aT-0001pS-AO for bug-gnu-emacs@gnu.org; Fri, 22 Feb 2013 20:07:41 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39469) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U93aT-0001pO-5Z for bug-gnu-emacs@gnu.org; Fri, 22 Feb 2013 20:07:37 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1U93bp-0007Su-VZ for bug-gnu-emacs@gnu.org; Fri, 22 Feb 2013 20:09:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 23 Feb 2013 01:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13062 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 13062-submit@debbugs.gnu.org id=B13062.136158172028654 (code B ref 13062); Sat, 23 Feb 2013 01:09:01 +0000 Original-Received: (at 13062) by debbugs.gnu.org; 23 Feb 2013 01:08:40 +0000 Original-Received: from localhost ([127.0.0.1]:44933 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U93bU-0007S6-A2 for submit@debbugs.gnu.org; Fri, 22 Feb 2013 20:08:40 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:56828) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U93bS-0007S0-PQ for 13062@debbugs.gnu.org; Fri, 22 Feb 2013 20:08:39 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U93a4-0003y2-RO; Fri, 22 Feb 2013 20:07:12 -0500 X-Spook: industrial espionage Pine Gap Fedayeen global Telex X-Ran: #U(oe{^TS|`%p9UX|D32fbiv!A((,! X-Hue: red X-Attribution: GM In-Reply-To: <83r4n8ry7y.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 02 Dec 2012 22:33:05 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:71681 Archived-At: 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?