Re: Terminal stop when a group of pipelines is piped to a pager

2016-10-02 Thread Chet Ramey
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

Re: Terminal stop when a group of pipelines is piped to a pager

2016-09-28 Thread Chet Ramey
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_

Re: Terminal stop when a group of pipelines is piped to a pager

2016-09-28 Thread Pierre Gaston
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