From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: esr@thyrsus.com (Eric S. Raymond) Newsgroups: gmane.emacs.devel Subject: Core dump on startup in trunk Emacs Date: Mon, 19 May 2008 04:03:10 -0400 (EDT) Message-ID: <20080519080310.598DF830032@snark.thyrsus.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1211185129 4071 80.91.229.12 (19 May 2008 08:18:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 May 2008 08:18:49 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 19 10:19:23 2008 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 1Jy0aY-0004uE-Ng for ged-emacs-devel@m.gmane.org; Mon, 19 May 2008 10:19:22 +0200 Original-Received: from localhost ([127.0.0.1]:52001 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jy0Zo-0006xB-Mz for ged-emacs-devel@m.gmane.org; Mon, 19 May 2008 04:18:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jy0Zl-0006wd-Az for emacs-devel@gnu.org; Mon, 19 May 2008 04:18:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jy0Zj-0006u0-JP for emacs-devel@gnu.org; Mon, 19 May 2008 04:18:32 -0400 Original-Received: from [199.232.76.173] (port=44065 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jy0Zj-0006tn-Em for emacs-devel@gnu.org; Mon, 19 May 2008 04:18:31 -0400 Original-Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:33631 helo=snark.thyrsus.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jy0Zj-000871-F1 for emacs-devel@gnu.org; Mon, 19 May 2008 04:18:31 -0400 Original-Received: by snark.thyrsus.com (Postfix, from userid 23) id 598DF830032; Mon, 19 May 2008 04:03:10 -0400 (EDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:97381 Archived-At: I take the weekend off and look what happens... ;-) Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7f92e00096e0 (LWP 17296)] 0x0000000000590f9d in xftfont_open (f=0x1aef9e0, entity=20381076, pixel_size=20) at xftfont.c:209 209 FcPatternAddString (pat, FC_FILE, (FcChar8 *) SDATA (filename)); Persists after cvs up, configure, make bootstrap I am, perforce, falling back to 22 until this is fixed. VC development will be stalled until then. -- >>esr>>