bug-bash
[Top][All Lists]
Advanced

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

Re: patch 3 doesn't fix the bug completely


From: Chet Ramey
Subject: Re: patch 3 doesn't fix the bug completely
Date: Fri, 25 Dec 2020 19:28:35 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.5.1

On 12/25/20 5:56 AM, Oğuz wrote:
Within a command substitution that's a part of a heredoc, if you start a
job at the background and then attempt to run an external command, Ctrl+C,
Ctrl+Z, and Ctrl+\ won't work.

     $ cat <<<`sleep 10 & uname`
     bash: warning: 6031: maybe_give_terminal_to: terminal pgrp == 6030
shell pgrp = 6024 new pgrp = 6033 in_background = 0
     ^C^C^CLinux

Thanks for the report, I'll take a look at it.

Chet

--
``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]