emacs-devel
[Top][All Lists]
Advanced

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

Re: Unicode-2 crash by set-face-font


From: Katsumi Yamaoka
Subject: Re: Unicode-2 crash by set-face-font
Date: Thu, 24 Jan 2008 07:57:51 +0900
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

>>>>> Kenichi Handa wrote:

>> Program received signal SIGSEGV, Segmentation fault.
>> [Switching to Thread 1074623360 (LWP 22893)]
>> font_load_for_face (f=0x83b57a0, face=0x8bf8e30) at font.c:2761
>> 2761       face->font = font->font.font;

> Please check the value of font as this.
> (gdb) p font
> If it is not NULL,
> (gdb) p *font

I don't know what they mean ;-), but I got:

(gdb) p font
$1 = (struct font *) 0xffffffff
(gdb) p *font
Cannot access memory at address 0xffffffff

Well, I'm not sure it is concerned with this problem, but I don't
have X resource for Emacs at all.  Instead, I have some codes only
in the ~/.emacs file for customizing the appearance (i.e., fonts,
colors, etc.) of Emacs.  But I renamed .emacs to dot-emacs and
.emacs.d/ to dot-emacs.d/ when I ran gdb.

Regards,




reply via email to

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