[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RFC: timeout --foreground should not send SIGCONT
From: |
Pádraig Brady |
Subject: |
Re: RFC: timeout --foreground should not send SIGCONT |
Date: |
Wed, 13 May 2015 13:50:25 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 |
On 02/05/15 16:04, Pádraig Brady wrote:
> Given the issues that gdb at least has with SIGCONT,
> it might be handy to have sending those as an option.
> Now the main reason they are sent is so that
> the following times out for example:
>
> timeout 1 cat&
>
> I.E. a _background_ process that is stopped due to receiving SIGTTIN.
> That therefore overlaps quite nicely with --foreground as the option
> that causes SIGCONT not to be sent?
I decided to push that change:
http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=45b8fe4
cheers,
Pádraig