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

Re: ZSH segfault macOS using ALL_EXPORT



On Sun, Aug 16, 2020 at 7:32 AM Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
>
> > 1. Start zsh
> > 2. Run set -a or set -o ALL_EXPORT
> > 3. Press Cmd+V (this is paste on macOS)
> > 4. Segfault
> >
> > The crash happens in iTerm or in the default Terminal.
> >
> > I have a fairly standard zsh installation using oh-my-zsh. The crash only seems to be triggered if the oh-my-ssh bootstrap script is included in the session profile.

If this is happening on Cmd+V, it probably has something to do with
the setting of zle_bracketed_paste or a replacement or wrapper for the
bracketed-paste widget.

> What are the values of $ZSH_VERSION and $ZSH_PATCHLEVEL?  What's
> a "session profile"?  By "oh-my-ssh" (sic) do you mean "oh-my-ssh" or
> "oh-my-zsh"?  If the former, what's the URL?

https://github.com/oh-my-ssh/zsh ??




Messages sorted by: Reverse Date, Date, Thread, Author