emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs overflowed pure space


From: Kenichi Handa
Subject: Re: Emacs overflowed pure space
Date: Fri, 23 May 2008 10:08:17 +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>, Stephen Berman <address@hidden> writes:

> Still the same, Emacs fails to start at all, so I cannot invoke
> font-show-log:

> address@hidden:/Users/steve/cvsroot/emacs/src> EMACS_FONT_LOG=1 ./emacs -Q &
> [2] 25621
> address@hidden:/Users/steve/cvsroot/emacs/src> Font `fontset-16' is not 
> defined

Oops.

> I ran under gdb, setting a breakpoint at Fnew_fontset:

> Breakpoint 3, Fnew_fontset (name=136904891, fontlist=147455845) at 
> fontset.c:1520
> 1520    {
> (gdb) pp name
> "fontset-default"
[...]
> Do you see the problem here?

No.  But, it seems Emacs failed to find a latin font
"-*-fixed-medium-r-*--16-*-iso8859-1" for fontset-16.  How
about this?

(gdb) br Fsignal
(gdb) set env EMACS_FONT_LOG=1
(gdb) run -Q

and when it stops at Fsignal, do this:

(gdb) pp Vfont_log

By the way, are you sure that you have the above font for
your font-backends?  If you specify only xft font-backend,
the above font must be available by fontconfig.

---
Kenichi Handa
address@hidden




reply via email to

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