Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug in zsh 3.0.8
- X-seq: zsh-workers 13259
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: "Nadav Har'El" <nyh@xxxxxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: Bug in zsh 3.0.8
- Date: Wed, 13 Dec 2000 15:38:58 +0000
- In-reply-to: <20001213161430.A18626@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <20001213161430.A18626@xxxxxxxxxxxxxxxxxxxxxxxxx>
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