bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: just too late telling me job terminated


From: Paul Jarc
Subject: Re: just too late telling me job terminated
Date: Mon, 15 Jul 2002 13:26:40 -0400
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i686-pc-linux-gnu)

Chet Ramey <chet@nike.ins.cwru.edu> wrote:
> Bash sends SIGCONT before killing stopped jobs so they get the signal.

That should be documented, I think.  It might also be better to send
SIGCONT *after* the other signal; since the process is stopped, the
user apparently doesn't want it to continue doing whatever it was
doing.  Pending signals will be handled immediately after SIGCONT is
delivered, before the process gets a chance to do anything else.


paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]