all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: David Engster <deng@randomsample.de>
Cc: 11717@debbugs.gnu.org
Subject: bug#11717: 24.1.50; Segmentation fault in Fdelete_other_windows_internal when running	Gnus unit tests
Date: Fri, 15 Jun 2012 23:02:36 +0300	[thread overview]
Message-ID: <838vfofin7.fsf@gnu.org> (raw)
In-Reply-To: <87aa048koi.fsf@engster.org>

> From: David Engster <deng@randomsample.de>
> Cc: 11717@debbugs.gnu.org
> Date: Fri, 15 Jun 2012 21:00:29 +0200
> 
> Regarding MOUSE_HL_INFO, I guess this
> 
> (gdb) p f->output_data
> $6 = {
>   tty = 0x0,
>   x = 0x0,
>   w32 = 0x0,
>   ns = 0x0,
>   nothing = 0
> }
> 
> doesn't play well with either expression which might get executed in the
> macro. FRAME_WINDOW_P(f) is false since output_method is
> 'output_initial', hence it tries to access
> output_data.tty->display_info->mouse_highlight.

Does it help to condition the entire portion that accesses and uses
hlinfo by 'if (!noninteractive)' ?

But what I don't understand is why are we calling delete-other-windows
when we are running in batch mode?  Isn't that a bug as well?





  reply	other threads:[~2012-06-15 20:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-15 18:11 bug#11717: 24.1.50; Segmentation fault in Fdelete_other_windows_internal when running Gnus unit tests David Engster
2012-06-15 18:29 ` Eli Zaretskii
2012-06-15 19:00   ` David Engster
2012-06-15 20:02     ` Eli Zaretskii [this message]
2012-06-15 20:46       ` David Engster
2012-06-16  6:43         ` 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=838vfofin7.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=11717@debbugs.gnu.org \
    --cc=deng@randomsample.de \
    /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.