From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: Re: crash in font-get Date: Mon, 7 Feb 2011 11:32:29 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1298104612 20612 80.91.229.12 (19 Feb 2011 08:36:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 19 Feb 2011 08:36:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 07 18:05:36 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 1PmUWp-0006qT-Hi for ged-emacs-devel@m.gmane.org; Mon, 07 Feb 2011 18:05:36 +0100 Original-Received: from localhost ([127.0.0.1]:43310 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmUPU-000808-BU for ged-emacs-devel@m.gmane.org; Mon, 07 Feb 2011 11:57:56 -0500 Original-Received: from [140.186.70.92] (port=38780 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmU0w-0004t6-DU for emacs-devel@gnu.org; Mon, 07 Feb 2011 11:32:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmU0u-0003xi-KW for emacs-devel@gnu.org; Mon, 07 Feb 2011 11:32:34 -0500 Original-Received: from mail-ew0-f41.google.com ([209.85.215.41]:63666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmU0u-0003wn-GH for emacs-devel@gnu.org; Mon, 07 Feb 2011 11:32:32 -0500 Original-Received: by ewy27 with SMTP id 27so2225729ewy.0 for ; Mon, 07 Feb 2011 08:32:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=InFZgtYynvmyxFpEP3Q9TNKr/4GxXVdIJjFUm7UvfKQ=; b=rDFSYAAa0x7563303MkLJESFXXB6xy8iAV5tsZcHJzO2npLWQASWz/bj714qgOcL+F eTtHEZFzc5SXNmu1U8JiYO6UuWzqEFtJw5NG9v4qogt9pKvSkQh8Zx3Q5/nVvQT2ToYs 4TbD53wbeT+JTQRmRV1yQlEH/HbRckRMQwg8g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=MRB+yQeNoC963OVkiT2mL1WlzHawTTCrYs1zC2WYd+Psy6SfnmQrVDdKrLxyUga7IK kOthTkUk/eioc10PMK9SKeUH1oJrXCvOZ0nQW8xeK9/TUqjQD4jit44vVR7Vq9iaTXoT salfz11h6nNwivMNBUL7+imOT1bhUt3hgvjVQ= Original-Received: by 10.14.131.200 with SMTP id m48mr3460506eei.19.1297096350467; Mon, 07 Feb 2011 08:32:30 -0800 (PST) Original-Received: by 10.14.127.207 with HTTP; Mon, 7 Feb 2011 08:32:29 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: Ybic9YG_zIIZ1pKKA9TulM2UTH0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.41 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:136215 Archived-At: On Fri, Jan 28, 2011 at 7:37 AM, Kenichi Handa wrote: > In article , Sam Steingold wri= tes: > >> GNU Emacs 24.0.50.4 (x86_64-unknown-linux-gnu, GTK+ Version 2.10.4) >> =C2=A0of 2011-01-27 on tbox > >> emacs -Q -fn "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-koi8= -r" >> evaluate in *scratch*: > >> (let ((f (font-at (point)))) >> =C2=A0 (dolist (k '(:family :weight :slant :width :foundry :adstyle :reg= istry >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0:size :name :scri= pt :otf)) >> =C2=A0 =C2=A0 (print (cons k (font-get f k))))) > >> Program received signal SIGSEGV, Segmentation fault. > > Thank you for the report. =C2=A0I've just installed a fix in trunk. I still see the crash on windows, with today's bzr tip. --=20 Sam Steingold