Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Segfault in zsh 4.2.5 in assignment to array variable tied to unset scalar.
- X-seq: zsh-users 9331
- From: John Reese <john.reese@xxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxxxxx>
- Subject: Segfault in zsh 4.2.5 in assignment to array variable tied to unset scalar.
- Date: Fri, 19 Aug 2005 14:47:21 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=o2JjcLztNNkuItEDlIAXsrlV8YsC6SD+2mm+MQU2lrqxQ9EB4RGX0cXIhSXL0AWWAfbdNQ5W2CAmT/Lw2MZo2fy09/kOzGZR9o+XpAGj2CIcF5MbPpNy+deDB7yyHdNf0ruRTIeUx6U4MCUg6Z+XAceM1hnM1xOSJ/i2nx2VowY=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Howdy.
ofb:3% zsh --version 14:40 ofb:~
zsh 4.2.5 (i686-pc-linux-gnu)
ofb:3% STRING=a:b 14:40 ofb:~
ofb:3% typeset -T STRING string 14:40 ofb:~
ofb:3% unset STRING 14:40 ofb:~
ofb:3% set -A string x y z 14:40 ofb:~
zsh: 18569 segmentation fault zsh
I'm told this also happens in 4.2.1.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author