From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#13086: 24.2.50; Emacs seems to hang at w32proc.c:1126 Date: Fri, 21 Dec 2012 13:56:38 +0200 Message-ID: <83txrfty89.fsf@gnu.org> References: <50C133D9.2000105@optusnet.com.au> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1356091079 10380 80.91.229.3 (21 Dec 2012 11:57:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Dec 2012 11:57:59 +0000 (UTC) Cc: 13086@debbugs.gnu.org, Fabrice Popineau To: Stephen Powell Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Dec 21 12:58:13 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Tm1Eu-0004cT-Uq for geb-bug-gnu-emacs@m.gmane.org; Fri, 21 Dec 2012 12:58:09 +0100 Original-Received: from localhost ([::1]:33972 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tm1Eh-0006E5-5Q for geb-bug-gnu-emacs@m.gmane.org; Fri, 21 Dec 2012 06:57:55 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:39400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tm1Ee-0006Dv-9E for bug-gnu-emacs@gnu.org; Fri, 21 Dec 2012 06:57:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tm1Eb-0007Bf-Vy for bug-gnu-emacs@gnu.org; Fri, 21 Dec 2012 06:57:52 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:43315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tm1Eb-0007Bb-Sk for bug-gnu-emacs@gnu.org; Fri, 21 Dec 2012 06:57:49 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1Tm1Eo-0001Vs-5d for bug-gnu-emacs@gnu.org; Fri, 21 Dec 2012 06:58:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 21 Dec 2012 11:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13086 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 13086-submit@debbugs.gnu.org id=B13086.13560910365757 (code B ref 13086); Fri, 21 Dec 2012 11:58:02 +0000 Original-Received: (at 13086) by debbugs.gnu.org; 21 Dec 2012 11:57:16 +0000 Original-Received: from localhost ([127.0.0.1]:53566 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tm1E3-0001Un-BX for submit@debbugs.gnu.org; Fri, 21 Dec 2012 06:57:15 -0500 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:42712) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tm1Dz-0001Ud-VM for 13086@debbugs.gnu.org; Fri, 21 Dec 2012 06:57:13 -0500 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MFD00E00Q7SQO00@a-mtaout21.012.net.il> for 13086@debbugs.gnu.org; Fri, 21 Dec 2012 13:56:54 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MFD00EJWQIRQF20@a-mtaout21.012.net.il>; Fri, 21 Dec 2012 13:56:52 +0200 (IST) In-reply-to: <50C133D9.2000105@optusnet.com.au> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:68844 Archived-At: Fabrice Popineau reported a similar problem on his machine, and debugged it to find the source. Based on his findings, I committed to the emacs-24 branch (revision 111050) changes that should avoid losing track of child processes, and hopefully (after they are merged to the trunk) also resolve the problem reported here. Thanks.