bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SEGV


From: Barry Davis
Subject: SEGV
Date: Tue, 25 Nov 2008 15:23:11 -0000

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]