From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Hansen Newsgroups: gmane.emacs.devel Subject: Re: bug#3112: 23.0.92; segfault in display-supports-face-attributes-p Date: Tue, 12 May 2009 16:06:44 -0400 Message-ID: <4A09D6D4.10001@bbn.com> References: <87hc02qlhm.fsf@cyd.mit.edu> <4A034551.5040201@bbn.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1242158829 5979 80.91.229.12 (12 May 2009 20:07:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 May 2009 20:07:09 +0000 (UTC) Cc: 3112@emacsbugs.donarmstrong.com, Chong Yidong , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 12 22:06:59 2009 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 1M3yFe-0000w5-Gb for ged-emacs-devel@m.gmane.org; Tue, 12 May 2009 22:06:58 +0200 Original-Received: from localhost ([127.0.0.1]:49042 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M3yFd-0001Ny-Ns for ged-emacs-devel@m.gmane.org; Tue, 12 May 2009 16:06:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M3yFY-0001Kc-PZ for emacs-devel@gnu.org; Tue, 12 May 2009 16:06:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M3yFU-0001Hm-3a for emacs-devel@gnu.org; Tue, 12 May 2009 16:06:52 -0400 Original-Received: from [199.232.76.173] (port=45597 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M3yFT-0001Hj-VT for emacs-devel@gnu.org; Tue, 12 May 2009 16:06:48 -0400 Original-Received: from mx11.bbn.com ([128.33.0.80]:46745) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M3yFT-0005b6-I7 for emacs-devel@gnu.org; Tue, 12 May 2009 16:06:47 -0400 Original-Received: from dommiel.bbn.com ([192.1.122.15] helo=[IPv6:::1]) by mx11.bbn.com with esmtp (Exim 4.60) (envelope-from ) id 1M3yFR-0007Cw-FD; Tue, 12 May 2009 16:06:45 -0400 User-Agent: Thunderbird 2.0.0.21 (X11/20090409) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:110840 Archived-At: >> My emacs had some Debian-provided patches, so I tried building fresh from >> CVS. I'm still having the same problem, and I can still reliably reproduce >> the segfault. Here's what I did: >> >> $ cvs -d:pserver:anonymous@cvs.sv.gnu.org:/sources/emacs co emacs >> $ cd emacs >> $ ./configure >> $ make bootstrap >> $ make >> $ ./src/emacs -Q --eval '(custom-set-faces (quote (default ((t (:height 121 :family "something-invalid"))))))' > > I cannot reproduce this either on my Debian system. Can you try to do > "xdrb -remove" and "rm ~/.Xdefaults" before starting Emacs, to see if > some Xresource settings interfere? $ xrdb -query *customization: -color Xcursor.size: 32 Xcursor.theme: DMZ-White Xcursor.theme_core: true Xft.antialias: 1 Xft.dpi: 96 Xft.hinting: 1 Xft.hintstyle: hintmedium Xft.lcdfilter: none Xft.rgba: none $ xrdb -remove $ xrdb -query $ ./src/emacs -Q --eval '(custom-set-faces (quote (default ((t (:height 121 :family "something-invalid"))))))' # then hovered mouse over something that produces a tooltip Fatal error (11)Segmentation fault (core dumped) I'll try this out on a fresh Ubuntu machine in case it's something specific to my machine. Thanks for taking the time to try to reproduce it! -Richard