[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bash 4.0 segment fault
From: |
Lookey Lam |
Subject: |
Re: bash 4.0 segment fault |
Date: |
Tue, 8 Sep 2009 13:06:46 +0800 |
sorry, It is sh_xfree but not xf_xfree.
On Tue, Sep 8, 2009 at 1:03 PM, Lookey Lam<lookeylam@gmail.com> 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-history --with-bash-malloc=no
>
> every thing goes smoothy but when I type tab key after i have
> type cd or any other command. The bash print "segment fault" and exit.
>
> I am using 4.2.4 on ubuntu 9.04. kernel is 2.6.30.
>
> While i compile with --enable-link-static, gcc stop on finding
> xf_xfree always.
>
> Thansk
>
> lookey
>