[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SEGV
From: |
Chet Ramey |
Subject: |
Re: SEGV |
Date: |
Tue, 25 Nov 2008 11:44:06 -0500 |
User-agent: |
Thunderbird 2.0.0.18 (Macintosh/20081105) |
Barry Davis wrote:
> bash# echo $BASH_VERSION
> 2.05b.0(1)-release
> bash# fn() { local x; unset x; echo ${#x[@]} ; echo ${x[@]}; }
> bash# fn
> 1
>
> ran in a script you get a SEGV
> ran interactively it hangs.
Bash-2.05b is three versions behind and not maintained. Please see
if the issue is present in bash-3.2.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
Chet Ramey, ITS, CWRU chet@case.edu http://cnswww.cns.cwru.edu/~chet/
- SEGV, Barry Davis, 2008/11/25