unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Juanma Barranquero <lekktu@gmail.com>,
	control@debbugs.gnu.org, 15213@debbugs.gnu.org
Subject: bug#15213: 24.3.50; emacs_backtrace.txt
Date: Sat, 31 Aug 2013 10:16:11 +0200	[thread overview]
Message-ID: <5221A64B.5000207@gmx.at> (raw)
In-Reply-To: <83ioyme41m.fsf@gnu.org>

 >> w32_backtrace at w32fns.c:7982
 >> emacs_abort at w32fns.c:8014
 >> terminate_due_to_signal at emacs.c:369
 >> die at alloc.c:6573
 >> XWINDOW at lisp.h:799
 >> temp_output_buffer_show at window.c:3360
 >
 > Thanks for the annotations, Juanma.
 >
 > This is the same as #15183, we hope Martin fixed that in revision
 > 14005 (the backtrace was produced from revision 113986).

It's not related.  Basically, what happens here is that the window
produced by `display-buffer' for `temp-output-buffer-show' is not live.
This is a case `temp-output-buffer-show' doesn't handle, at least not on
trunk:

       window = display_buffer (buf, Qnil, Qnil);

       if (!EQ (XWINDOW (window)->frame, selected_frame))
	Fmake_frame_visible (WINDOW_FRAME (XWINDOW (window)));

But `temp-output-buffer-show' is obsolete since 24.3.  I suppose Drew
runs code byte-compiled with some pre 24.3 Emcas on trunk and either
does not produce a new window in `display-buffer' or delete it before
`temp-output-buffer-show' can deal with it.

martin





  reply	other threads:[~2013-08-31  8:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-30  4:52 bug#15213: 24.3.50; emacs_backtrace.txt Drew Adams
2013-08-31  1:36 ` Juanma Barranquero
2013-08-31  7:02   ` Eli Zaretskii
2013-08-31  8:16     ` martin rudalics [this message]
2013-08-31  9:31       ` martin rudalics
2013-08-31 16:52       ` Drew Adams
2013-08-31 17:35         ` martin rudalics

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=5221A64B.5000207@gmx.at \
    --to=rudalics@gmx.at \
    --cc=15213@debbugs.gnu.org \
    --cc=control@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=lekktu@gmail.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).