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: unicode-2 branch segfaulting on MacOS X? Date: Fri, 27 Oct 2006 16:38:36 +0900 Message-ID: References: <453C1834.6040909@cis.upenn.edu> <453C37D6.9090206@cis.upenn.edu> <453C92AF.7060100@cis.upenn.edu> <453CBBD5.9010900@cis.upenn.edu> <4541D9FD.6030707@cis.upenn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1161934714 1442 80.91.229.2 (27 Oct 2006 07:38:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Oct 2006 07:38:34 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 27 09:38:32 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GdMI2-0001C2-Bb for ged-emacs-devel@m.gmane.org; Fri, 27 Oct 2006 09:38:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdMI1-0005Rn-JW for ged-emacs-devel@m.gmane.org; Fri, 27 Oct 2006 03:38:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GdMHn-0005P4-DB for emacs-devel@gnu.org; Fri, 27 Oct 2006 03:37:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GdMHj-0005I8-Pu for emacs-devel@gnu.org; Fri, 27 Oct 2006 03:37:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdMHj-0005I5-MD for emacs-devel@gnu.org; Fri, 27 Oct 2006 03:37:47 -0400 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GdMHj-0004Nn-CW for emacs-devel@gnu.org; Fri, 27 Oct 2006 03:37:47 -0400 Original-Received: from smtp3.aist.go.jp ([150.29.246.12]) by mx1.aist.go.jp with ESMTP id k9R7bgG0001845; Fri, 27 Oct 2006 16:37:42 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id k9R7bfY3017771; Fri, 27 Oct 2006 16:37:41 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1GdMIW-0005ZY-00; Fri, 27 Oct 2006 16:38:36 +0900 Original-To: Geoffrey Alan Washburn In-reply-to: <4541D9FD.6030707@cis.upenn.edu> (message from Geoffrey Alan Washburn on Fri, 27 Oct 2006 06:05:49 -0400) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:61219 Archived-At: In article <4541D9FD.6030707@cis.upenn.edu>, Geoffrey Alan Washburn writes: > > It seems that the stack (or the symbol table is) is > > completely broken. Please rebuild emacs with this: > > % make CFLAGS=-g clean all > > and check if Emacs segfaults at the same place or not. > Thanks. Same place, but slightly different results. Thank you. Now the result is meaningful. > $4 = {66909105, 66836681, 58898315} > (gdb) p styles[i] > $5 = 58898315 > (gdb) xtype > Lisp_String > (gdb) pp styles[i] > "" Hmmm, this means that your "bitstream vera sans mono" font doesn't have FC_WIDTH property. Very strange. What does this command return? % fc-list 'bitstream vera sans mon' width Anyway, I've just installed a workaround for such a case. --- Kenichi Handa handa@m17n.org