From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; Emacs should survive a lost X connection Date: Thu, 07 Feb 2008 23:16:14 -0500 Message-ID: References: <20080205.155847.56398348.hanche@math.ntnu.no> <200802051957.m15Jv8r1019258@sallyv1.ics.uci.edu> <200802052349.m15NnxSu013983@sallyv1.ics.uci.edu> <200802062007.m16K7r78005498@sallyv1.ics.uci.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1202444349 26667 80.91.229.12 (8 Feb 2008 04:19:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Feb 2008 04:19:09 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, hanche@math.ntnu.no To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 08 05:19:30 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JNKi1-00010M-E4 for ged-emacs-devel@m.gmane.org; Fri, 08 Feb 2008 05:19:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNKhY-0005uY-93 for ged-emacs-devel@m.gmane.org; Thu, 07 Feb 2008 23:19:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNKev-0003j7-IC for emacs-devel@gnu.org; Thu, 07 Feb 2008 23:16:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNKet-0003hR-Rm for emacs-devel@gnu.org; Thu, 07 Feb 2008 23:16:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNKet-0003hB-LL for emacs-devel@gnu.org; Thu, 07 Feb 2008 23:16:15 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JNKet-0005KZ-Hu for emacs-devel@gnu.org; Thu, 07 Feb 2008 23:16:15 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JNKes-0000V5-A2; Thu, 07 Feb 2008 23:16:14 -0500 In-reply-to: <200802062007.m16K7r78005498@sallyv1.ics.uci.edu> (message from Dan Nicolaescu on Wed, 06 Feb 2008 12:07:52 -0800) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:88494 gmane.emacs.pretest.bugs:20942 Archived-At: The crash is caused by the code in Fdelete_frame to call the hook `delete-frame-functions'. I don't think that should be done while handling a disconnect in a signal handler. So I changed it so that FORCE inhibits that. Are there any more crashes due to that error check?