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

Re: zsh segfaul in 5.0.2, known bug?



Hi,

On Mon, Dec 30, 2013 at 04:07:10PM -0800, Sam Roberts wrote:
> % (export path=$PATH; unset PATH; date)
> export: can't assign new value for array path
> zsh: segmentation fault (core dumped)  ( export path=$PATH; unset PATH; date; )

Looks fixed in 5.0.4:

% (export path=$PATH; unset PATH; date)
export: can't assign new value for array path
zsh: command not found: date
% zsh --version
zsh 5.0.4 (x86_64-pc-linux-gnu)
% 

		Kind regards, Axel
-- 
/~\  Plain Text Ribbon Campaign                   | Axel Beckert
\ /  Say No to HTML in E-Mail and News            | abe@xxxxxxxxxxxxxxx  (Mail)
 X   See http://www.asciiribbon.org/              | abe@xxxxxxxxx (Mail+Jabber)
/ \  I love long mails: http://email.is-not-s.ms/ | http://noone.org/abe/ (Web)



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