On 10/1/16 2:25 AM, Abhijit Dasgupta wrote:
> Well, on second thought, it seems that the issue I originally reported may be
> related to a bash bug after all: It occurs whenever "set -o functrace" and
> "trap '...' DEBUG" are both in place, and can be reproduced as follows:
>
> set -o functrace
On 9/28/16 3:35 AM, Abhijit Dasgupta wrote:
> Bash Version: 4.3
> Patch Level: 11
> Release Status: release
>
> Description:
>
> The following stopping issue is seen in recent bash versions:
>
> $ { cmd_a; cmd_b | cmd_c; } | pager_prog
>
> [1]+ Stopped { cmd_a; cmd_
On Wed, Sep 28, 2016 at 10:35 AM, Abhijit Dasgupta
wrote:
> Configuration Information [Automatically generated, do not change]:
> Machine: x86_64
> OS: linux-gnu
> Compiler: gcc
> Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64'
> -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc