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: Kenichi Handa
Subject: Re: Unicode-2 crash by set-face-font
Date: Thu, 24 Jan 2008 20:19:16 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

In article <address@hidden>, Katsumi Yamaoka <address@hidden> writes:

>>>>>> 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

Ummm, what is the result of this command:
(gdb) p font_object
(gdb) pr

---
Kenichi Handa
address@hidden




reply via email to

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