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, 20 Jan 2006 17:58:02 -0500 Message-ID: References: <87vewha2zl.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 1137802205 12786 80.91.229.2 (21 Jan 2006 00:10:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Jan 2006 00:10:05 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 21 01:10:03 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 1F06KQ-0004ft-77 for ged-emacs-devel@m.gmane.org; Sat, 21 Jan 2006 01:10:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F06Mv-0000Pt-Nz for ged-emacs-devel@m.gmane.org; Fri, 20 Jan 2006 19:12:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F05IT-0005by-8A for emacs-devel@gnu.org; Fri, 20 Jan 2006 18:03:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F05IR-0005Ze-MV for emacs-devel@gnu.org; Fri, 20 Jan 2006 18:03:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F05IP-0005Yt-Rg for emacs-devel@gnu.org; Fri, 20 Jan 2006 18:03:53 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1F05Mh-0004Gr-IX for emacs-devel@gnu.org; Fri, 20 Jan 2006 18:08:19 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F05Ck-0005Pd-KH; Fri, 20 Jan 2006 17:58:02 -0500 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Thu, 19 Jan 2006 22:56:09 -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:49337 Archived-At: Maybe eassert(!handling_signal) should be added to allocate_string (and maybe it will catch the current bug). It seems worth a try.