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: SEGV in x_catch_errors_unwind (x86_64-unknown-linux-gnu) Date: Wed, 22 Feb 2006 00:23:56 -0500 Message-ID: References: <87r75x8gve.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 1140629611 11502 80.91.229.2 (22 Feb 2006 17:33:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Feb 2006 17:33:31 +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 Wed Feb 22 18:33:27 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 1FBxri-0006Zj-4b for ged-emacs-devel@m.gmane.org; Wed, 22 Feb 2006 18:33:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBxrg-0008Rn-Ev for ged-emacs-devel@m.gmane.org; Wed, 22 Feb 2006 12:33:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FBmTm-0008W7-7e for emacs-devel@gnu.org; Wed, 22 Feb 2006 00:23:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FBmTl-0008Vp-Jz for emacs-devel@gnu.org; Wed, 22 Feb 2006 00:23:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBmTl-0008Vi-28 for emacs-devel@gnu.org; Wed, 22 Feb 2006 00:23:57 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FBmaA-0001kk-Tn for emacs-devel@gnu.org; Wed, 22 Feb 2006 00:30:34 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FBmTk-00032u-F4; Wed, 22 Feb 2006 00:23:56 -0500 Original-To: Chong Yidong In-reply-to: <87r75x8gve.fsf@stupidchicken.com> (message from Chong Yidong on Mon, 20 Feb 2006 23:39:49 -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:50879 Archived-At: If these crashes are caused by the changes made to avoid allocating lisp strings in the x error handler, maybe we can just go back to the old system, since we now block input in the allocation functions. Perhaps so, but first, let's see if my small fix fixed it.