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: Mon, 23 Oct 2006 10:04:52 +0900 Message-ID: References: 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 1161565643 702 80.91.229.2 (23 Oct 2006 01:07:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Oct 2006 01:07:23 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 23 03:07:21 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 1GboHc-0007T6-Gr for ged-emacs-devel@m.gmane.org; Mon, 23 Oct 2006 03:07:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GboHc-00070Q-1I for ged-emacs-devel@m.gmane.org; Sun, 22 Oct 2006 21:07:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GboHP-0006yN-8g for emacs-devel@gnu.org; Sun, 22 Oct 2006 21:07:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GboHM-0006wx-Bc for emacs-devel@gnu.org; Sun, 22 Oct 2006 21:07:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GboHL-0006wi-SV for emacs-devel@gnu.org; Sun, 22 Oct 2006 21:07:00 -0400 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GboHK-0008N1-U6 for emacs-devel@gnu.org; Sun, 22 Oct 2006 21:06:59 -0400 Original-Received: from smtp4.aist.go.jp ([150.29.246.12]) by mx1.aist.go.jp with ESMTP id k9N13uTF025580; Mon, 23 Oct 2006 10:03:56 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id k9N13tfK000815; Mon, 23 Oct 2006 10:03:55 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1GboFI-0002la-00; Mon, 23 Oct 2006 10:04:52 +0900 Original-To: Geoffrey Alan Washburn In-reply-to: (message from Geoffrey Alan Washburn on Sun, 22 Oct 2006 11:36:42 -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:61012 Archived-At: In article , Geoffrey Alan Washburn writes: > I've been trying to get the latest revision of the emacs-unicode-2 > branch to build and run under MacOS X. Building seems to work fine, > I've been using the following configuration > ./configure --prefix=/local --enable-font-backend --with-gtk --with-xft > --with-tiff --with-ungif --with-xpm --enable-asserts CPPFLAGS=-idirafter > /usr/X11R6/include > However, when I attempt to invoke emacs with > emacs --enable-font-backend --font "Bitstream Vera Sans Mono-16" > it seems to be segfaulting somewhere in font_unparse_fcname. Any ideas? I can't reproduce it on GNU/Linux. So, could you please use gdb to find exactly where (and how) Emacs causes segfault (see etc/DEBUG if you are not familiar with gdb). --- Kenichi Handa handa@m17n.org