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: crash in font-get Date: Tue, 08 Feb 2011 15:59:00 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1297148360 2358 80.91.229.12 (8 Feb 2011 06:59:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Feb 2011 06:59:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sam Steingold Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 08 07:59:16 2011 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.69) (envelope-from ) id 1PmhXf-00072A-BD for ged-emacs-devel@m.gmane.org; Tue, 08 Feb 2011 07:59:15 +0100 Original-Received: from localhost ([127.0.0.1]:37832 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmhXe-0003dV-RE for ged-emacs-devel@m.gmane.org; Tue, 08 Feb 2011 01:59:14 -0500 Original-Received: from [140.186.70.92] (port=54221 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmhXZ-0003dF-7u for emacs-devel@gnu.org; Tue, 08 Feb 2011 01:59:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmhXY-00061z-Bx for emacs-devel@gnu.org; Tue, 08 Feb 2011 01:59:09 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:43659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmhXV-00061O-Sh; Tue, 08 Feb 2011 01:59:06 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id p186x1D1017944; Tue, 8 Feb 2011 15:59:01 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id p186x1cL005127; Tue, 8 Feb 2011 15:59:01 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id p186x0uV020940; Tue, 8 Feb 2011 15:59:00 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.71) (envelope-from ) id 1PmhXQ-0000oq-Pl; Tue, 08 Feb 2011 15:59:00 +0900 In-Reply-To: (message from Sam Steingold on Mon, 7 Feb 2011 11:32:29 -0500) X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-Received-From: 150.29.246.133 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:135724 Archived-At: In article , = Sam Steingold writes: >>> emacs -Q -fn "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-koi= 8-r" >>> evaluate in *scratch*: > > >>> (let ((f (font-at (point)))) >>> =A0 (dolist (k '(:family :weight :slant :width :foundry :adstyle :regis= try >>> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0:size :name :script :otf)) >>> =A0 =A0 (print (cons k (font-get f k))))) > > >>> Program received signal SIGSEGV, Segmentation fault. > > > > Thank you for the report. =A0I've just installed a fix in trunk. > I still see the crash on windows, with today's bzr tip. There was another bug. I've just installed a fix. --- Kenichi Handa handa@m17n.org