Brew zsh hangs on $(...) command substitution in Big Sur 11.0.1 #141
-
Can anyone reproduce this on Big Sur 11.0.1? install zsh from brew
verify version
start zsh without rcs (this should start a new shell):
try to enter the following in the new shell (it should hang):
To me it seems like all command substitution using |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Yes, I have same problem, zsh 5.8, Big Sur 11.0.1 |
Beta Was this translation helpful? Give feedback.
-
Yes, I have the same issue. For the time being I've switched my default shell to the version of In case others end up on this thread via Google like me, here's a temporary workaround: Open Now when you open |
Beta Was this translation helpful? Give feedback.
-
Issue created: Homebrew/homebrew-core#64921 |
Beta Was this translation helpful? Give feedback.
-
I've identified it as a zsh bug with clang 12, and reported it to the zsh developers. |
Beta Was this translation helpful? Give feedback.
-
This has now been fixed. Quoting the second part of this comment:
Thanks for getting this done so quickly, @fxcoudert ! |
Beta Was this translation helpful? Give feedback.
I've identified it as a zsh bug with clang 12, and reported it to the zsh developers.
A workaround is being put in place for Homebrew: Homebrew/homebrew-core#64923