Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh crash on assignment to $options



On Thu, Jan 8, 2009 at 12:39, Andrey Borzenkov <arvidjaar@xxxxxxxxxx> wrote:

> I got this on after

Confirmed for CVS 1230

richih@titanium 4.3.9-dev-1-cvs1230 ~ % zsh-beta -f
titanium% echo $ZSH_VERSION
4.3.9-dev-1-cvs1230
titanium%
titanium% typeset -A __opts
titanium% __opts=${(kv)options}
titanium% echo ${options[shwordsplit]}
off
titanium% emulate -R sh
%m%# echo ${options[shwordsplit]}
on
%m%# options=$__opts
[1]    7247 segmentation fault  zsh-beta -f
richih@titanium 4.3.9-dev-1-cvs1230 ~ % echo $?
139
richih@titanium 4.3.9-dev-1-cvs1230 ~ %


Richard



Messages sorted by: Reverse Date, Date, Thread, Author