Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: segfault on menu-select
On Aug 15, 1:43pm, Bart Schaefer wrote:
}
} I agree there doesn't appear to be anything wrong with that patch, but it
} also doesn't quite fix things. I no longer get a reproducible core dump,
} but now menu-select is a silent no-op. (The minimal zshrc used so far is
} still necessary to reproduce anything, as soon as I use my full startup I
} get normal menu selection.)
The difference seems to be whether the zsh/compctl module is loaded. I
don't immediately know why zsh/compctl would be necessary for proper
execution of menu-select, but if I add
zmodload zsh/compctl
to the minimal zshrc, I am no longer able to force a crash. I tried with
zsh 4.3.9 as well, and I can crash it if compctl is not loaded, but not
when compctl is loaded.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author