From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Emacs overflowed pure space Date: Fri, 23 May 2008 10:08:17 +0900 Message-ID: References: <8763t83qwb.fsf@escher.local.home> <87prre6rcb.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1211504939 23951 80.91.229.12 (23 May 2008 01:08:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 May 2008 01:08:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 23 03:09:36 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JzLmj-00080i-Gb for ged-emacs-devel@m.gmane.org; Fri, 23 May 2008 03:09:29 +0200 Original-Received: from localhost ([127.0.0.1]:34515 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzLly-0006d2-OY for ged-emacs-devel@m.gmane.org; Thu, 22 May 2008 21:08:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JzLlu-0006aZ-0Y for emacs-devel@gnu.org; Thu, 22 May 2008 21:08:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JzLlt-0006YM-0F for emacs-devel@gnu.org; Thu, 22 May 2008 21:08:37 -0400 Original-Received: from [199.232.76.173] (port=55631 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzLls-0006YB-Q3 for emacs-devel@gnu.org; Thu, 22 May 2008 21:08:36 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:34236) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JzLls-00073i-52 for emacs-devel@gnu.org; Thu, 22 May 2008 21:08:36 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m4N18S7o014839; Fri, 23 May 2008 10:08:28 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m4N18UF3006208; Fri, 23 May 2008 10:08:30 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id m4N18HOM004642; Fri, 23 May 2008 10:08:17 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1JzLlZ-0003yK-6R; Fri, 23 May 2008 10:08:17 +0900 In-reply-to: <87prre6rcb.fsf@escher.local.home> (message from Stephen Berman on Thu, 22 May 2008 22:01:24 +0200) 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) X-detected-kernel: by monty-python.gnu.org: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:97549 Archived-At: In article <87prre6rcb.fsf@escher.local.home>, Stephen Berman writes: > Still the same, Emacs fails to start at all, so I cannot invoke > font-show-log: > steve@escher:/Users/steve/cvsroot/emacs/src> EMACS_FONT_LOG=1 ./emacs -Q & > [2] 25621 > steve@escher:/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 handa@ni.aist.go.jp