Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Segfault in completion code
- X-seq: zsh-workers 18918
- From: Haakon Riiser <haakon.riiser@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Segfault in completion code
- Date: Thu, 31 Jul 2003 23:33:33 +0200
- In-reply-to: <20030731203319.86ACF8548@xxxxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20030727014210.GA11368@xxxxxxxxxxx> <20030731203319.86ACF8548@xxxxxxxxxxxxxxxxxxxxxxxx>
[Peter Stephenson]
> This fixes a problem, is it the one you came across?
[patch deleted]
I applied your patch to zsh 4.1.1, and now it doesn't segfault
anymore. Thanks! :-)
But, there are still problems when SH_WORD_SPLIT is set. Here's an
example that should not depend on my local zsh configuration
(assuming that "zsh -f" only tries to load /etc/zshenv, which
does not exist on my system):
% /path/to/patched/zsh -f
% unset IFS
% setopt SH_WORD_SPLIT
% autoload -U compinit
% compinit
% <press completion key>
(eval):setopt:1: no such option: globbareglobqualnullglobrcexpand\
paramextendedglobunsetNO_markdirsNO_globsubstNO_shwordsplitNO_shglob\
NO_kshglobNO_ksharraysNO_cshnullglobNO_allexportNO_aliasesNO_errexit\
NO_octalzeroes
(I reformatted the last line for readability.)
--
Haakon
Messages sorted by:
Reverse Date,
Date,
Thread,
Author