Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: seg fault with compstate param



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