-
Notifications
You must be signed in to change notification settings - Fork 62
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
Crash when maximizing window #528
Comments
@shiena |
@akiyosi |
Additionally, I found that enabling DesktopNotifications and Stage Manager sometimes causes a crash on startup. crash log
|
Thanks for the info! Hmmm, I have not been able to reproduce this in my environment... |
Perhaps the difference in CPUs may have an impact. |
I found a pull requests that fixes the same error message. I'm not sure if this fixes it in the same way. |
I also reproduced this problem in another operation. |
There is a fix for the same error message in golang itself. This fix has been incorporated in golang 1.22.2. |
I tried building with go 1.22.2 but unfortunately it did not solve the problem. |
@shiena |
@akiyosi |
This is the console log when goneovim crashes. console.log
|
For some reason it no longer crashes.
|
Environment
Reproduction steps
DesktopNotifications = true
to settings.tomlGonvimMaximize
goneovim --cmd GonvimMaximize -- -u NONE
Note: not reproducible x86_64 version with Rosetta2
The text was updated successfully, but these errors were encountered: