From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: i-search face-cache crash Date: Thu, 27 May 2004 19:54:04 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040526125439.GA10795@fencepost> <20040526195038.GC29575@fencepost> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1085720262 11016 80.91.224.253 (28 May 2004 04:57:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 May 2004 04:57:42 +0000 (UTC) Cc: emacs-devel@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri May 28 06:57:37 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BTZR3-0003W9-00 for ; Fri, 28 May 2004 06:57:37 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BTZR2-0004lu-00 for ; Fri, 28 May 2004 06:57:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BTXhJ-00045e-Lb for emacs-devel@quimby.gnus.org; Thu, 27 May 2004 23:06:17 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BTXe6-0003cy-RO for emacs-devel@gnu.org; Thu, 27 May 2004 23:02:58 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BTWSp-0006W7-Ge for emacs-devel@gnu.org; Thu, 27 May 2004 21:47:46 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BTUhI-0002hn-OK for emacs-devel@gnu.org; Thu, 27 May 2004 19:54:04 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1BTUhI-0002fm-6B; Thu, 27 May 2004 19:54:04 -0400 Original-To: Miles Bader In-reply-to: (message from Miles Bader on Thu, 27 May 2004 13:48:43 +0900) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24055 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24055 As I mentioned in that thread, the immediate cause of the crash is that it's trying to render with a face-id that isn't in the face-id cache. Can you find where that face id came from? Maybe we can add debugging code to detect, earlier, putting the invalid face id into that place.