From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Hall Newsgroups: gmane.emacs.bugs Subject: Re: 23.0.60; Seg fault in xfaces.c at line 6703 (Emacs.app on GNUstep) Date: Sun, 03 Feb 2008 23:55:23 -1000 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Generated by Pantomime 1.2.0) Content-Type: text/plain; charset="us-ascii"; format="flowed" X-Trace: ger.gmane.org 1202118804 25353 80.91.229.12 (4 Feb 2008 09:53:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Feb 2008 09:53:24 +0000 (UTC) Cc: Emacs bugs , Dan Nicolaescu To: YAMAMOTO Mitsuharu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 04 10:53:42 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 1JLy19-0007Yl-QY for geb-bug-gnu-emacs@m.gmane.org; Mon, 04 Feb 2008 10:53:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLy0Y-0002fm-8N for geb-bug-gnu-emacs@m.gmane.org; Mon, 04 Feb 2008 04:52:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLy0K-0002fZ-M1 for bug-gnu-emacs@gnu.org; Mon, 04 Feb 2008 04:52:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLy04-0002cY-Tm for bug-gnu-emacs@gnu.org; Mon, 04 Feb 2008 04:52:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLy03-0002cO-VS for bug-gnu-emacs@gnu.org; Mon, 04 Feb 2008 04:52:28 -0500 Original-Received: from out2.smtp.messagingengine.com ([66.111.4.26]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JLy02-0006na-Dl for bug-gnu-emacs@gnu.org; Mon, 04 Feb 2008 04:52:28 -0500 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 670048F8E6; Mon, 4 Feb 2008 04:51:22 -0500 (EST) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Mon, 04 Feb 2008 04:51:22 -0500 X-Sasl-enc: zJR4EOX5cbaEmnYil3hKwU03o9vwcON/QUmq+tXJuOlu 1202118681 Original-Received: from localhost.localdomain (75-95-220-61.hon.clearwire-dns.net [75.95.220.61]) by mail.messagingengine.com (Postfix) with ESMTP id CCF3F18DCD; Mon, 4 Feb 2008 04:51:21 -0500 (EST) Original-Received: from localhost ([127.0.0.1] helo=localhost.localdomain ident=cjh) by localhost.localdomain with esmtp (Exim 4.50) id 1JLy2t-00025G-9R; Sun, 03 Feb 2008 23:55:23 -1000 In-Reply-To: User-Agent: GNUMail (Version 1.2.0) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:17470 Archived-At: On 2008-02-03 21:38:04 -1000 YAMAMOTO Mitsuharu wrote: > Separating the thread is OK, but that should have been done in > emacs-pretest-bug@gnu.org rather than here, as it was a problem with a > developing version. > I understand. Thanks! >> Perhaps a somewhat similar, 'face realization' issue in the Carbon >> version as well ( see >> http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00021.html >> ). > >> And apparently this has started happening to both versions since the >> unicode merge? > > I don't think so. As I said in *1 above, I could reproduce the > null-face_cache problem in Emacs 23.0.50, which is the version before > the unicode merge. > > YAMAMOTO Mitsuharu > mituharu@math.s.chiba-u.ac.jp > Ah! I didn't realize that was what you meant. Interesting. I'm beginning to think that maybe I should just go ahead and try to find out what is behind this. Any already available information -- or suggestions/ideas -- would be very much appreciated. Chris Hall