From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Can we apply this patch for bug 84 and 425? Date: Tue, 07 Oct 2008 14:23:36 -0400 Message-ID: <87prmc9sd3.fsf@cyd.mit.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1223403880 18086 80.91.229.12 (7 Oct 2008 18:24:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Oct 2008 18:24:40 +0000 (UTC) Cc: Emacs Development To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 07 20:25:38 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 1KnHDD-0007DJ-GZ for ged-emacs-devel@m.gmane.org; Tue, 07 Oct 2008 20:23:11 +0200 Original-Received: from localhost ([127.0.0.1]:56912 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnHC9-00075Y-Qo for ged-emacs-devel@m.gmane.org; Tue, 07 Oct 2008 14:22:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnHC5-00075O-On for emacs-devel@gnu.org; Tue, 07 Oct 2008 14:22:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnHC4-000750-Dh for emacs-devel@gnu.org; Tue, 07 Oct 2008 14:22:01 -0400 Original-Received: from [199.232.76.173] (port=37372 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnHC4-00074x-85 for emacs-devel@gnu.org; Tue, 07 Oct 2008 14:22:00 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:53117) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KnHC3-0000AC-VR for emacs-devel@gnu.org; Tue, 07 Oct 2008 14:22:00 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 6256257E0BF; Tue, 7 Oct 2008 14:23:36 -0400 (EDT) In-Reply-To: (joakim@verona.se's message of "Tue, 07 Oct 2008 19:37:34 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:104395 Archived-At: joakim@verona.se writes: > These bugs are both about hangs when emacs deals with external processes: > http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=84 > http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=425 > > Markus Triska has a patch which reduces my experiences of the hang > from about once a day to not at all so far. > > How can we proceed with this patch? According to Markus in the discussion in #425, these two bugs were due to #562, which was fixed by undefining HAVE_RES_INIT on darwin. Is this patch still necessary?