From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: bug#3112: 23.0.92; segfault in display-supports-face-attributes-p Date: Thu, 07 May 2009 23:36:46 -0400 Message-ID: <871vr0mfjl.fsf@cyd.mit.edu> 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 X-Trace: ger.gmane.org 1241753815 31366 80.91.229.12 (8 May 2009 03:36:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 May 2009 03:36:55 +0000 (UTC) Cc: 3112@emacsbugs.donarmstrong.com, emacs-devel@gnu.org To: Richard Hansen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 08 05:36:47 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 1M2GtD-00019L-59 for ged-emacs-devel@m.gmane.org; Fri, 08 May 2009 05:36:47 +0200 Original-Received: from localhost ([127.0.0.1]:36999 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2GtC-0006d8-KU for ged-emacs-devel@m.gmane.org; Thu, 07 May 2009 23:36:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M2Gt8-0006cs-92 for emacs-devel@gnu.org; Thu, 07 May 2009 23:36:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M2Gt2-0006c8-RJ for emacs-devel@gnu.org; Thu, 07 May 2009 23:36:41 -0400 Original-Received: from [199.232.76.173] (port=36120 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2Gt2-0006c5-P4 for emacs-devel@gnu.org; Thu, 07 May 2009 23:36:36 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:46158) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M2Gt2-0008Cj-GB for emacs-devel@gnu.org; Thu, 07 May 2009 23:36:36 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 2437557E25A; Thu, 7 May 2009 23:36:46 -0400 (EDT) In-Reply-To: <4A034551.5040201@bbn.com> (Richard Hansen's message of "Thu, 07 May 2009 16:32:17 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:110766 Archived-At: Richard Hansen writes: > $ cvs -d:pserver:anonymous@cvs.sv.gnu.org:/sources/emacs co emacs > $ cd emacs > $ ./configure > $ make bootstrap > $ make > $ ./src/emacs -Q > > Then I evaluated the above snippet and hovered my mouse over something > that produces a tooltip. Presto, instant segfault. If I leave out > the ':height 121' from the above snippet, no segfault. > > Can anyone else reproduce this? I'm afraid I can't reproduce this. CC'ing emacs-devel, in the hope that someone else can try to reproduce it.