From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: Re: compile kills background jobs undocumentedly Date: Mon, 02 Feb 2004 07:48:30 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87llnme4z5.fsf@jidanni.org> References: <87adc0lfnp.fsf@jidanni.org> <87brq1g96o.fsf@jidanni.org> <87znc79xce.fsf@jidanni.org> <401AE88E.7020905@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1075694532 26495 80.91.224.253 (2 Feb 2004 04:02:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2004 04:02:12 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 02 05:02:06 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnVHi-0003aI-00 for ; Mon, 02 Feb 2004 05:02:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AnVGv-0004FL-EP for geb-bug-gnu-emacs@m.gmane.org; Sun, 01 Feb 2004 23:01:17 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AnVGq-0004Ek-8s for bug-gnu-emacs@gnu.org; Sun, 01 Feb 2004 23:01:12 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AnVGK-0004Bh-Bj for bug-gnu-emacs@gnu.org; Sun, 01 Feb 2004 23:01:11 -0500 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AnVGE-0004B6-Cy for bug-gnu-emacs@gnu.org; Sun, 01 Feb 2004 23:00:34 -0500 Original-Received: from tc210-203-44-23.3-16.pl.ebtnet.net ([210.203.44.23]:35404 helo=jidanni.org) by frodo.hserus.net with asmtp (Cipher TLSv1:RC4-SHA:128) (Exim 4.30 #0) id 1AnVG5-000FIk-M8 by authid with plain for ; Mon, 02 Feb 2004 09:30:26 +0530 Original-Received: from jidanni by jidanni.org with local (Exim 4.24) id 1AnRKI-0004Iv-IO for bug-gnu-emacs@gnu.org; Mon, 02 Feb 2004 07:48:30 +0800 Original-To: bug-gnu-emacs@gnu.org In-Reply-To: <401AE88E.7020905@yahoo.com> (Kevin Rodgers's message of "Fri, 30 Jan 2004 16:28:14 -0700") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list 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 Xref: main.gmane.org gmane.emacs.bugs:6856 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:6856 K> ...calls delete-process, which calls Fkill_process, which sends a QUIT K> signal. So I don't see why ignoring HUP would have any effect on that K> sequence of actions. All I know is it works here on Debian. BTW, every once in a while, in the standard compile situation, a running job isn't noticed, and not asked about or killed, so we get a concurrent 2nd job. Can't reproduce it.