From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: Unicode-2 crash by set-face-font Date: Thu, 24 Jan 2008 07:57:51 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201129115 829 80.91.229.12 (23 Jan 2008 22:58:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jan 2008 22:58:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 23 23:58:53 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 1JHoYV-0001tr-Vg for ged-emacs-devel@m.gmane.org; Wed, 23 Jan 2008 23:58:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHoY6-0002t7-1I for ged-emacs-devel@m.gmane.org; Wed, 23 Jan 2008 17:58:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JHoY1-0002t0-AK for emacs-devel@gnu.org; Wed, 23 Jan 2008 17:58:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JHoXz-0002sY-Rg for emacs-devel@gnu.org; Wed, 23 Jan 2008 17:58:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHoXz-0002sV-Nz for emacs-devel@gnu.org; Wed, 23 Jan 2008 17:58:19 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JHoXz-0006iZ-IF for emacs-devel@gnu.org; Wed, 23 Jan 2008 17:58:19 -0500 Original-Received: from [66.225.201.151] (port=37698 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.68) (envelope-from ) id 1JHoXl-00089k-Qf; Wed, 23 Jan 2008 16:58:12 -0600 X-Hashcash: 1:20:080123:handa@ni.aist.go.jp::ZLMg2dZGlWvOjSWp:0000000000000000000000000000000000000000001crO X-Hashcash: 1:20:080123:emacs-devel@gnu.org::8pkhoyhWsR+e0sOC:0000000000000000000000000000000000000000000BtC X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) Cancel-Lock: sha1:UssttslTFs8dGkxGr3k5ZJOIJII= X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:87405 Archived-At: >>>>> 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,