Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Segfault in completion code
- X-seq: zsh-workers 18909
- From: Haakon Riiser <haakon.riiser@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Segfault in completion code
- Date: Sun, 27 Jul 2003 03:42:10 +0200
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Steps to reproduce:
% unset IFS
% <try to perform any type of completion>
zsh: segmentation fault zsh
Verified on several systems and versions:
zsh 4.1.1 (i686-pc-linux-gnu)
zsh 4.0.2 (i686-pc-linux-gnu)
zsh 4.0.2 (sparc-sun-solaris2.6)
I know that the zsh manual doesn't make any promises as to what
happens when IFS is unset, but I assumed it would be okay since
bash explicitly allows it. Regardless, segfaulting over it seems
a bit harsh, so I would guess it's a bug. :-)
--
Haakon
Messages sorted by:
Reverse Date,
Date,
Thread,
Author