From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.bugs Subject: Re: 23.0.60; Seg fault in xfaces.c at line 6703 (Emacs.app on GNUstep) Date: Sat, 02 Feb 2008 12:13:41 -0800 Message-ID: <200802022013.m12KDmuP012794@sallyv1.ics.uci.edu> References: <8d80d99d4a3e242d661528e03d356248@lagorda> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201983372 19831 80.91.229.12 (2 Feb 2008 20:16:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Feb 2008 20:16:12 +0000 (UTC) Cc: Emacs bugs To: Chris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 02 21:16:33 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JLOmt-0001pZ-VH for geb-bug-gnu-emacs@m.gmane.org; Sat, 02 Feb 2008 21:16:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLOmR-0004ER-NX for geb-bug-gnu-emacs@m.gmane.org; Sat, 02 Feb 2008 15:16:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLOmN-0004D8-Bq for bug-gnu-emacs@gnu.org; Sat, 02 Feb 2008 15:15:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLOmL-0004Cj-N0 for bug-gnu-emacs@gnu.org; Sat, 02 Feb 2008 15:15:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLOmL-0004Cg-Gt for bug-gnu-emacs@gnu.org; Sat, 02 Feb 2008 15:15:57 -0500 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JLOmL-0005nF-59 for bug-gnu-emacs@gnu.org; Sat, 02 Feb 2008 15:15:57 -0500 X-ICS-MailScanner-Watermark: 1202588030.63371@bkm4KXrdSa9UMwIABkBa0A Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m12KDmuP012794; Sat, 2 Feb 2008 12:13:49 -0800 (PST) In-Reply-To: <8d80d99d4a3e242d661528e03d356248@lagorda> (Chris's message of "Fri, 01 Feb 2008 17:51:02 -1000") Original-Lines: 29 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17454 Archived-At: Chris writes: > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug: > > > Attempting to start Emacs.app results in SIGSEGV at line 6703 of > xfaces.c. > > At xfaces.c:6703, macro FACE_FROM_ID attempts access to > f->face_cache->used. > > Debugging with GDB shows that at the time of invocation, f->face_cache > = 0x0 (debugging output included below). > > > > In GNU Emacs 23.0.60 (i686-pc-linux-gnu, *Step 9.0rc3) > of 2008-02-01 on localhost.localdomain > configured using `configure '--with-ns' '--without-x' > --prefix=/home/cjh/GNUstep/Build/emacs-23.0.\0_NS-9.0rc3/nextstep/build/Emacs.app/Resources' > --exec-prefix=/home/cjh/GNUstep/Build/emacs-23.0.0\_NS-9.0rc3/nextstep/build/Emacs.app' > --libexecdir=/home/cjh/GNUstep/Build/emacs-23.0.0_NS-9.0rc3/n\extstep/build/Emacs.app/libexec' > --with-pop' '--enable-font-backend' '--without-freetype' 'CFLAGS=\-g > -O0 -gstabs+'' Please note the Emacs.app is not included in emacs CVS, so we cannot help debug this. Your best choice is probably to report this to the Emacs.app maintainers.