From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#14297: 24.3.50; emacs subprocesses don't exit on "exit" Date: Sun, 28 Apr 2013 20:28:47 -0400 Message-ID: <0robcykwn4.fsf@fencepost.gnu.org> References: <87d2te3l09.fsf@gmail.com> <87d2teh5i5.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1367195397 18423 80.91.229.3 (29 Apr 2013 00:29:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Apr 2013 00:29:57 +0000 (UTC) Cc: 14297@debbugs.gnu.org To: Vitalie Spinu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Apr 29 02:30:01 2013 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 1UWbyh-0003Fb-Jw for geb-bug-gnu-emacs@m.gmane.org; Mon, 29 Apr 2013 02:29:59 +0200 Original-Received: from localhost ([::1]:50497 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWbyh-0007vy-6r for geb-bug-gnu-emacs@m.gmane.org; Sun, 28 Apr 2013 20:29:59 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWbya-0007vo-Uh for bug-gnu-emacs@gnu.org; Sun, 28 Apr 2013 20:29:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWbyW-0000kh-4V for bug-gnu-emacs@gnu.org; Sun, 28 Apr 2013 20:29:52 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:44987) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWbyW-0000kd-1J for bug-gnu-emacs@gnu.org; Sun, 28 Apr 2013 20:29:48 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1UWbyk-0004xS-AF for bug-gnu-emacs@gnu.org; Sun, 28 Apr 2013 20:30:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 29 Apr 2013 00:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14297 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 14297-submit@debbugs.gnu.org id=B14297.136719534618799 (code B ref 14297); Mon, 29 Apr 2013 00:30:02 +0000 Original-Received: (at 14297) by debbugs.gnu.org; 29 Apr 2013 00:29:06 +0000 Original-Received: from localhost ([127.0.0.1]:49096 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UWbxo-0004t9-VM for submit@debbugs.gnu.org; Sun, 28 Apr 2013 20:29:06 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:49190) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UWbxn-0004t0-8o for 14297@debbugs.gnu.org; Sun, 28 Apr 2013 20:29:03 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UWbxX-0004dU-Am; Sun, 28 Apr 2013 20:28:47 -0400 X-Spook: corporate security 22nd SAS Bletchley Park Osama X-Ran: i}YfhJ4f'&RT~{AmC;sXuQzr4R[/.exjvjt5H#)}u* X-Hue: green X-Attribution: GM In-Reply-To: <87d2teh5i5.fsf@gmail.com> (Vitalie Spinu's message of "Sun, 28 Apr 2013 20:30:58 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:73810 Archived-At: > >> Start M-x shell and type exit. There is no message of process > >> exiting. It actually doesn't exit at all; M-: (process-status > >> (get-process "shell")) returns 'run. Can you check from outside Emacs whether the shell process terminates? Because if you do type "exit" in a shell and it doesn't actually exit, I can't see how that could be an Emacs bug. On the other hand, if the shell does exit, but Emacs thinks the process is still running, that would be an Emacs bug.