all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [BUG] Finternal_merge_in_global_face segfault
@ 2008-07-05 13:34 Johannes Weiner
  2008-07-05 15:07 ` Chong Yidong
  0 siblings, 1 reply; 5+ messages in thread
From: Johannes Weiner @ 2008-07-05 13:34 UTC (permalink / raw)
  To: Chong Yidong; +Cc: Emacs Development Mailing List

Hi,

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?).

Reverting this change works for me.

	Hannes




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-07-06  2:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-05 13:34 [BUG] Finternal_merge_in_global_face segfault Johannes Weiner
2008-07-05 15:07 ` Chong Yidong
2008-07-05 17:23   ` Johannes Weiner
2008-07-05 21:16     ` Chong Yidong
2008-07-06  2:15       ` Johannes Weiner

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.