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: Herbert Euler
Subject: RE: Unicode-2 crash by set-face-font
Date: Fri, 25 Jan 2008 14:59:17 +0800

> It seems that the value is just a garbage.  Ummm, are there
> anyone else who face the same crash?

Sorry for those messages.  I've located the change inside `lface'
that causes Emacs to crash on my machine.  It's line 3697 of
xfaces.c, in function set_lface_from_font_and_fontset:

  LFACE_FONT (lface) = make_unibyte_string (font->font.full_name,
                                             strlen (font->font.full_name));

After this assignment, the pointer inside LFACE becomes 0xffffffff.

Regards,
Guanpeng Xu
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/




reply via email to

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