Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: seg fault with compstate param
- X-seq: zsh-workers 15694
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: seg fault with compstate param
- Date: Thu, 23 Aug 2001 17:51:30 +0000
- In-reply-to: <1010823162607.ZM25653@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <3B84D286.B14D2642@xxxxxxxxxxx> <1010823162607.ZM25653@xxxxxxxxxxxxxxxxxxxxxxx>
On Aug 23, 4:26pm, Bart Schaefer wrote:
} Subject: Re: seg fault with compstate param
}
} On Aug 23, 10:53am, Oliver Kiddle wrote:
} }
} } In either 4.0.2 or recentish 4.1 putting the command `typeset compstate'
} } in a completion function causes it to seg fault.
}
} What you did was declare a local variable named compstate that was not an
} associative array.
That's not quite accurate. The compstate array did retain its special
properties when made local. But it was equivalent to `compstate=()',
which also causes a core dump.
--
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