all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Chong Yidong <cyd@gnu.org>
Cc: 12025@debbugs.gnu.org, Thierry Volpiatto <thierry.volpiatto@gmail.com>
Subject: bug#12025: 24.1; Crash when using tootipshow
Date: Thu, 16 Aug 2012 11:37:10 +0200	[thread overview]
Message-ID: <502CBF46.3020602@gmx.at> (raw)
In-Reply-To: <878vdr6v4g.fsf@gnu.org>

 > I guess the check is too aggressive.  I moved it into the functions that
 > ought to signal an error if called on a window on a dead frame
 > (specifically window-edges, window-pixel-edges,
 > window-absolute-pixel-edges, delete-other-windows-internal, and
 > delete-window-internal).

I now checked in a different fix which checks windows for validity.  If
we still see bugs/crashes these should come from either of two sources:

(1) A not fully established frame.  In this case we should avoid calling
     the function from there as I did with the Fset_window_buffer calls.

(2) A dead frame.  In this case there's a bug in the frame deletion
     routine which should render any window on that frame invalid and
     it's that part that has to be fixed.

martin





      reply	other threads:[~2012-08-16  9:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-22 19:41 bug#12025: 24.1; Crash when using tootipshow Thierry Volpiatto
2012-07-22 19:52 ` Andreas Schwab
2012-07-23 17:12 ` Eli Zaretskii
2012-08-07  7:04   ` Chong Yidong
2012-08-16  9:37     ` martin rudalics [this message]

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=502CBF46.3020602@gmx.at \
    --to=rudalics@gmx.at \
    --cc=12025@debbugs.gnu.org \
    --cc=cyd@gnu.org \
    --cc=thierry.volpiatto@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 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.