Re: (read -r var) vs <(read -r var) behavior

2015-05-18 Thread Chet Ramey
On 5/16/15 1:11 PM, marz...@gmail.com wrote: > Bash Version: 4.3 > Patch Level: 30 > Release Status: release > > Description: > from interactive shell running cat < <(read -r var) prints: > bash: read: read error: 0: Input/output error > > on the other hand: >

slow bgp_delete

2015-05-18 Thread Vladimir Marek
Hi, Our customer updated from bash 3.0.16 to 3.2.57 and claims that it caused decreased performance. The report is slightly vague and says that bash now consumes more memory and is slower after running ~ 3 commands. My current belief (and I want to have it confirmed form customer) is that the

Re: slow bgp_delete

2015-05-18 Thread Chet Ramey
On 5/18/15 5:45 AM, Vladimir Marek wrote: > Hi, > > Our customer updated from bash 3.0.16 to 3.2.57 and claims that it > caused decreased performance. The report is slightly vague and says that > bash now consumes more memory and is slower after running ~ 3 > commands. My current belief (and I

Re: (read -r var) vs <(read -r var) behavior

2015-05-18 Thread Pierre Gaston
On Mon, May 18, 2015 at 10:26 PM, Chet Ramey wrote: > On 5/16/15 1:11 PM, marz...@gmail.com wrote: > > > Bash Version: 4.3 > > Patch Level: 30 > > Release Status: release > > > > Description: > > from interactive shell running cat < <(read -r var) prints: > > bash: read: rea