bug-bash
[Top][All Lists]
Advanced

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

Re: background, pipeline, hang


From: Chet Ramey
Subject: Re: background, pipeline, hang
Date: Fri, 12 Jul 2019 14:26:52 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

On 7/12/19 10:00 AM, Mike Jonkmans wrote:

> Bash Version: 4.4
> Patch Level: 20
> Release Status: release
> 
> Description:
>       A pipeline, with two or more pipes, hangs when a background job is 
> running.
>       Only when the background job finishes, the shell prompts again.
>       Without the background job, the shell prompts immediately.
> 
> Repeat-By:
>       : | : | : ## immediately finishes
>       sleep 10 &
>       : | : | : ## this hangs (^C, ^\, ^Z do not help) until the sleep 
> finishes

Sorry, I can't reproduce this.


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/



reply via email to

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