Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ZSH segfault macOS using ALL_EXPORT
- X-seq: zsh-workers 47325
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- Subject: Re: ZSH segfault macOS using ALL_EXPORT
- Date: Sun, 16 Aug 2020 19:03:38 -0700
- Archived-at: <https://zsh.org/workers/47325>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2020-08/CAH%2Bw%3D7ad-qpDP_EsO_653VJyMnD%2B%2B991gfR4%2Biuh6E%2BRDwmjAQ%40mail.gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-oi1-f175.google.com) smtp.remote-ip=209.85.167.175; dkim=pass header.d=brasslantern-com.20150623.gappssmtp.com header.s=20150623 header.a=rsa-sha256; dmarc=skipped; arc=none
- Cc: Michael Gauthier <mike@xxxxxxxxxxxxxxxx>, "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=O3d9n5wl8rZsFU4ewbqnjKmCfFNMeSo1D4BYldkYxik=; b=zxqA7NISzRl8Hikm+vzVNMe/GY7ab7P1WI41ClYEH5gYxvyjqc/enSsr/0dLDt2Y08 3l5Tau7YhsX0O3Q23X1co7xtSB9YY8nJoumiO6jROjTX6LDvEk1bvdetDNcqLuqrQ1yl eK2R2AJBzlBxMSNL9Pj7aq7D/dbABaKaLcm2XhNXGXq1+jGln2MflDTjYeOKx8lxBTwx n6zaIqmJWYH8MXkSnQ591sz36P3fhukye0YdVRF6hr/HVLmTW89N++7+9sgqk1EFht8x ywUg+Wvb1JV0BUp6j1eLdXyK2h8hweGCW34hKkbXyTnh7CnNkbpaEm1PTW9felLe6i4s f1qQ==
- In-reply-to: <20200816143157.409254d2@tarpaulin.shahaf.local2>
- List-archive: <http://www.zsh.org/sympa/arc/zsh-workers>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-workers.zsh.org>
- List-owner: <mailto:zsh-workers-request@zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-workers>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-workers>
- References: <84A8C15C-1352-4A9C-A3CA-FF374B1EFEC5@silverorange.com> <20200816143157.409254d2@tarpaulin.shahaf.local2>
- Sender: zsh-workers-request@xxxxxxx
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