-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zed crashing consistently on first or second UI interaction #21223
Comments
I wonder whether it might be related to your macOS version. macOS 14.1.1 was released November 7, 2023. We recently introduced some changes to support international keyboards which rely on some macOS APIs that may have been subtly broken but fixed in subsequent releases. Could you try updating to the current macOS 14.x and see if that helps? You don't have to update to Sequoia, you can stay with Sonoma, Apple just makes it harder to see those updates are also available: I would be eternally grateful if you, or someone else seeing this would be willing to do the git bisect and zero-in on the broken commit, but even without that, would you see if you can narrow down the release version where this regression was introduced? This will also allow you to pin to the previous release as a workaround in the meantime. Add Thanks |
There wasn't any reason I was avoiding the upgrade to Sequoia so I went ahead and upgraded but the behaviour is still the same. Going to work back through the versions and see what I can do to narrow down the set of changes that may be responsible. |
Using v0.158.2 everything works fine with the following terminal commands:
The folder I try to open is a collection of HTML + Javascript files and the file I try to open second is a Python file. When I try the same two commands using v0.159.5 Zed locks up and I have to force quite after running the second command. This is on Sequoia btw. |
My temporary fix was to clean |
Check for existing issues
Describe the bug / provide steps to reproduce it
Open Zed from Applications folder on Mac or via terminal (e.g.
zed [folder or file to open]
) and then trying to interact with any part of the editor. Either the first or second click interaction with any part of the UI causes the editor to freeze and then I need to force quit.This start in the last few days although I don't remember the last good version number. I am unable to use Zed for anything right now.
Environment
Zed: v0.162.5 (Zed)
OS: macOS 14.1.1
Memory: 8 GiB
Architecture: aarch64
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.Zed.log
The text was updated successfully, but these errors were encountered: