Re: Bash-4.3-rc1 - problems and other problems

2014-01-25 Thread Linda Walsh
Chet Ramey wrote: On 1/25/14, 8:36 PM, Linda Walsh wrote: I've no idea why there is such a large discrepancy at this point. All the non-release versions of bash enable extensive, exhaustive, and time-consuming malloc arena and allocation checking. That slows things considerably. This has

Re: Bash-4.3-rc1 - problems and other problems

2014-01-25 Thread Chet Ramey
On 1/25/14, 8:36 PM, Linda Walsh wrote: > Note--- real login time <1 second max in 4.2 -- including > my personal scripts, the 24 & 31 are w/the tracing overhead, so > divide by ~20 -- bash43 seemed like several seconds -- most of which > was in the suse setup. but haven't narrowed it down anymor

Re: Bash-4.3-rc1 - problems and other problems

2014-01-25 Thread Linda Walsh
Chet Ramey wrote: On 1/24/14, 4:16 PM, Linda Walsh wrote: Trying to build, Get undefined reference to `sh_xfree' In function `write_helpfiles'. Anyone run into this... was it a mistake to try for separate help files? Thanks for the report. It's a simple patch, so I've attached it. F

Re: Following symlinks in globstar

2014-01-25 Thread Stephane Chazelas
2014-01-21 10:19:10 -0500, Chet Ramey: [...] > > I am not so worried about the method used to "fix" globstar -- whether > > we keep backwards compatibility or not -- I am more concerned that we > > have at least *some* way of disabling what many people view as > > undesirable behaviour. > > It may

Re: Bash-4.3-rc1 -- undefined reference to `sh_xfree'

2014-01-25 Thread Chet Ramey
On 1/24/14, 4:16 PM, Linda Walsh wrote: > Trying to build, > > Get undefined reference to `sh_xfree' In function `write_helpfiles'. > > Anyone run into this... was it a mistake to try for separate help > files? Thanks for the report. It's a simple patch, so I've attached it. > Also of note, a