Re: bash 4.0 segment fault

2009-09-09 Thread Chet Ramey
> >      While i compile with --enable-link-static, gcc stop on finding > > xf_xfree always. Sorry, I can't reproduce this either. Keep in mind that because of how the Linux linker works, you have to configure --without-bash-malloc if you want to use --enable-static-link. Chet -- ``The lyf so

Re: bash 4.0 segment fault

2009-09-09 Thread Chet Ramey
> Hello: >I am now using bash source code 4.0 to compile a binary with > the configure option as following: >--enable-prompt-string-decoding --enable-progcomp > --enable-help-builtin --enable-history --with-bash-malloc=no > >every thing goes smoothy but when I type tab key

Re: bash 4.0 segment fault

2009-09-08 Thread Lookey Lam
sorry, It is sh_xfree but not xf_xfree. On Tue, Sep 8, 2009 at 1:03 PM, Lookey Lam wrote: > Hello: >       I am now using bash source code 4.0 to compile a binary with > the configure option as following: >       --enable-prompt-string-decoding --enable-progcomp > --enable-help-builtin --enable-hi

bash 4.0 segment fault

2009-09-08 Thread Lookey Lam
Hello: I am now using bash source code 4.0 to compile a binary with the configure option as following: --enable-prompt-string-decoding --enable-progcomp --enable-help-builtin --enable-history --with-bash-malloc=no every thing goes smoothy but when I type tab key after i have t