Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ZSH segfault macOS using ALL_EXPORT
- X-seq: zsh-workers 47324
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Michael Gauthier <mike@xxxxxxxxxxxxxxxx>
- Subject: Re: ZSH segfault macOS using ALL_EXPORT
- Date: Sun, 16 Aug 2020 14:31:57 +0000
- Archived-at: <https://zsh.org/workers/47324>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2020-08/20200816143157.409254d2%40tarpaulin.shahaf.local2>
- Authentication-results: zsh.org; iprev=pass (wout1-smtp.messagingengine.com) smtp.remote-ip=64.147.123.24; dkim=pass header.d=daniel.shahaf.name header.s=fm1 header.a=rsa-sha256; dkim=pass header.d=messagingengine.com header.s=fm3 header.a=rsa-sha256; dmarc=skipped; arc=none
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-type :content-transfer-encoding; s=fm1; bh=do5SZESDCLgqP/tE/Hwv367sB4 Eldb1DCPNLxyBwzyU=; b=qasSuqzAyoadnW75eKOxnUOSh3pZvvqDhQTk8k+FuY VdRmjrgS5doxl6MbPxT5NlfGIpvi4ar9rLuP9MxLEk3NRJKVDgEvpbfjWQSaY6og /vot7guzWeDkVzufNhfAIwgpBGd0taMr2c7q0gssBjQPpqIoQBp3hb/F+MPKm1Hy Ucxcv/ONcTgmunKx12llTe/JZKnaxHGi+JBShP+va3tG1iLDknQkuHcVNy3XAYD4 tY8qPRjWAmQq4Jz+ecl4G4cBbcXguDAXmUajShjsSn9kblrmkfHgXOKEUSgyifG2 P4sIX7/wn2xTuY41RefcWCeO/l9+iIloH5SW2z9psfKA==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=do5SZESDCLgqP/tE/Hwv367sB4Eldb1DCPNLxyBwz yU=; b=QXuE5ww/q79vMZLSjJkANsM+SWKO2YML+donZP5sB/p4fPQDseo77ohfX Z13j6jY/pQh3dlQzRjgRirJdhlFhQ5iDUu5ZQzf2SztzYXnE2vWmDPooOXuh1xGD LX6cVcHVRY7ZJodtOD+5q5eTZoW93ijFCxnjYmvvIs/BQTn387HWaGqLLnCKaKtG hFpuKWalKYxrQbdxdsg0JPoqTIv2qiLahvC9VsPJUgLY+oVLlRT/Ye2f6yPCXplv el68wVI8MaRUJD3xcNCu1zLP84HRfahjhw9R44GEq/6L6sG1Xv+0NjssyhdP5vij +ZjME+3OKFmWE9hYTnbqy8smBYeaQ==
- In-reply-to: <84A8C15C-1352-4A9C-A3CA-FF374B1EFEC5@silverorange.com>
- 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>
- Sender: zsh-workers-request@xxxxxxx
Michael Gauthier wrote on Tue, 11 Aug 2020 14:27 -0300:
> Hi all,
>
> There’s a reproducible crash in zsh on macOS when using the ALL_EXPORT option. To reproduce:
>
> 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.
Thanks for the report.
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? If the latter, could you
narrow it down further? Could you run 'zsh -x' (without further
arguments), reproduce the bug, and post the last few lines of output
before it dies?
Thanks,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author