all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: Johannes Weiner <hannes@saeurebad.de>
Cc: Emacs Development Mailing List <emacs-devel@gnu.org>
Subject: Re: [BUG] Finternal_merge_in_global_face segfault
Date: Sat, 05 Jul 2008 11:07:21 -0400	[thread overview]
Message-ID: <87k5g0z7x2.fsf@stupidchicken.com> (raw)
In-Reply-To: <877ic0cv4o.fsf@saeurebad.de> (Johannes Weiner's message of "Sat,  05 Jul 2008 13:34:31 +0000")

Johannes Weiner <hannes@saeurebad.de> writes:

> this change
>
> 2008-06-30  Chong Yidong  <cyd@stupidchicken.com>
>
>         * xfaces.c (Finternal_merge_in_global_face): If default face was
>         modified, realize it again.  Update the font face attribute.
>
> makes Emacs segfault in batch mode.
>
> The culprit is the bcopy(oldface->lface, ...) according to the
> stacktrace.  I couldn't get gdb to let me inspect oldface (any hints?).

It's probably optimized out.  You should recompile Emacs without
optimization (CFLAGS='-g' ./configure; make) and try again.

Please provide a recipe to reproduce this segfault.




  reply	other threads:[~2008-07-05 15:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-05 13:34 [BUG] Finternal_merge_in_global_face segfault Johannes Weiner
2008-07-05 15:07 ` Chong Yidong [this message]
2008-07-05 17:23   ` Johannes Weiner
2008-07-05 21:16     ` Chong Yidong
2008-07-06  2:15       ` Johannes Weiner

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=87k5g0z7x2.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    --cc=hannes@saeurebad.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.