[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[BUG] Finternal_merge_in_global_face segfault
From: |
Johannes Weiner |
Subject: |
[BUG] Finternal_merge_in_global_face segfault |
Date: |
Sat, 05 Jul 2008 13:34:31 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
Hi,
this change
2008-06-30 Chong Yidong <address@hidden>
* 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
- [BUG] Finternal_merge_in_global_face segfault,
Johannes Weiner <=