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: Fri, 27 Jan 2006 17:32:16 -0500 Message-ID: References: <87vewha2zl.fsf@stupidchicken.com> <87zmlq6w62.fsf-monnier+emacs@gnu.org> <874q3v6a65.fsf-monnier+emacs@gnu.org> <873bjbahq6.fsf@stupidchicken.com> <87r76usumg.fsf-monnier+emacs@gnu.org> <871wyuixit.fsf@stupidchicken.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1138487135 22035 80.91.229.2 (28 Jan 2006 22:25:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Jan 2006 22:25:35 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 28 23:25:31 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 1F2yVd-0003iL-Pn for ged-emacs-devel@m.gmane.org; Sat, 28 Jan 2006 23:25:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F2y33-000681-OL for ged-emacs-devel@m.gmane.org; Sat, 28 Jan 2006 16:55:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F2wR4-0002SR-Bs for emacs-devel@gnu.org; Sat, 28 Jan 2006 15:12:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F2wR2-0002Rx-TZ for emacs-devel@gnu.org; Sat, 28 Jan 2006 15:12:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F2wMS-000146-4S for emacs-devel@gnu.org; Sat, 28 Jan 2006 15:07:52 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F2c9m-0006qv-55 for emacs-devel@gnu.org; Fri, 27 Jan 2006 17:33:26 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F2c8e-00017m-Bf; Fri, 27 Jan 2006 17:32:16 -0500 Original-To: Chong Yidong In-reply-to: <871wyuixit.fsf@stupidchicken.com> (message from Chong Yidong on Thu, 26 Jan 2006 14:45:14 -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:49629 Archived-At: I don't see any better solution. It is non-trivial to fix the behavior of handle_one_xevent with synched input. I, for one, don't see any clean way to fix note note_mouse_highlight and x_handle_dnd_message. Could you tell us about these problems? Finally, putting the BLOCK_INPUT's does not seem to affect performance noticeably. That doesn't surprise me--they only do a few instructions in the usual case. Would you please install your patch?