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: Wed, 25 Jan 2006 10:45:07 -0500 Message-ID: References: <87vewha2zl.fsf@stupidchicken.com> <87wtgxdr9p.fsf@stupidchicken.com> <873bjkha3d.fsf@pacem.orebokech.com> <878xt5q981.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 1138209899 18830 80.91.229.2 (25 Jan 2006 17:24:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Jan 2006 17:24:59 +0000 (UTC) Cc: romain@orebokech.com, raeburn@raeburn.org, monnier@iro.umontreal.ca, storm@cua.dk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 25 18:24:57 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 1F1oLf-00085T-Vp for ged-emacs-devel@m.gmane.org; Wed, 25 Jan 2006 18:22:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1oKy-0004D6-7g for ged-emacs-devel@m.gmane.org; Wed, 25 Jan 2006 12:21:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F1mtX-0000Dc-Bb for emacs-devel@gnu.org; Wed, 25 Jan 2006 10:49:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F1msz-0007xM-Di for emacs-devel@gnu.org; Wed, 25 Jan 2006 10:48:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1msW-0007HZ-2q for emacs-devel@gnu.org; Wed, 25 Jan 2006 10:48:12 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F1mpv-0004m8-MZ for emacs-devel@gnu.org; Wed, 25 Jan 2006 10:45:31 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F1mpX-00036n-CN; Wed, 25 Jan 2006 10:45:07 -0500 Original-To: Chong Yidong In-reply-to: <878xt5q981.fsf@stupidchicken.com> (message from Chong Yidong on Tue, 24 Jan 2006 22:26:06 -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:49528 Archived-At: But Stefan pointed out that under X, C-g is not processed until we read a QUIT. That claim is surprising to me--what is the reason for that?