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    c...@case.edu    http://tiswww.cwru.edu/~chet/

Reply via email to