emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG] Finternal_merge_in_global_face segfault


From: Johannes Weiner
Subject: Re: [BUG] Finternal_merge_in_global_face segfault
Date: Sat, 05 Jul 2008 17:23:37 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Hi,

Chong Yidong <address@hidden> writes:

> Johannes Weiner <address@hidden> writes:
>
>> 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?).
>
> It's probably optimized out.  You should recompile Emacs without
> optimization (CFLAGS='-g' ./configure; make) and try again.

I did that (-O0 -g) and could inspect other stuff in this context, not
this.  Weird.

> Please provide a recipe to reproduce this segfault.

emacs -batch -f format

        Hannes




reply via email to

[Prev in Thread] Current Thread [Next in Thread]