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

Re: Bug in zsh 3.0.8



On Dec 13,  4:14pm, Nadav Har'El wrote:
} 
} /home/nyh$ cat /tmp/z.z
} echo $ZSH_VERSION
} let 'a[3]=2'
} let 'a[3]=2'
} /home/nyh$ zsh /tmp/z.z
} 3.0.8
} zsh: segmentation fault  zsh /tmp/z.z

I can't reproduce the crash here.  Further, a[3] gets set to 2 for me.

Does it happen to you with "zsh -f /tmp/z.z"?  If not, we need to know
what your startup files are changing.

Can you generate a stack trace, e.g. with gdb or dbx, and send it to us?

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



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