From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: allocate_string_data memory corruption Date: Tue, 24 Jan 2006 11:46:38 -0500 Message-ID: References: <87vewha2zl.fsf@stupidchicken.com> <87zmlq6w62.fsf-monnier+emacs@gnu.org> <874q3v6a65.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1138123143 28621 80.91.229.2 (24 Jan 2006 17:19:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Jan 2006 17:19:03 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 24 18:19:01 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F1Rob-0007LG-0h for ged-emacs-devel@m.gmane.org; Tue, 24 Jan 2006 18:18:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1RrI-0004rR-8m for ged-emacs-devel@m.gmane.org; Tue, 24 Jan 2006 12:21:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F1RMM-0006JV-1b for emacs-devel@gnu.org; Tue, 24 Jan 2006 11:49:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F1RMK-0006ID-Ny for emacs-devel@gnu.org; Tue, 24 Jan 2006 11:49:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1RMK-0006Hm-AC for emacs-devel@gnu.org; Tue, 24 Jan 2006 11:49:32 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1F1RRG-0001FF-OP for emacs-devel@gnu.org; Tue, 24 Jan 2006 11:54:38 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F1RJW-0000Yu-6b; Tue, 24 Jan 2006 11:46:38 -0500 Original-To: Stefan Monnier In-reply-to: <874q3v6a65.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Sun, 22 Jan 2006 19:55:36 -0500) 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:49480 Archived-At: One possible solution would be to realize the mouse-highlighted version of each face when we realize the face itself. In effect, that means calling realize_face earlier, so that when lookup_face is called in the signal handler, it will find what it needs.