-
Notifications
You must be signed in to change notification settings - Fork 40
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
FYI: gocui triggers a bug in Go 1.13 (pre-release) #33
Comments
Thanks for taking the time making the issue,
|
I think this is a bug in gocui. In gui.go, you do:
But the manpage for
The kernel is actually writing to those unused fields, which clobbers a random stack slot next to the The stack layout of the |
This is a heads up that gocui appears to trigger a bug in Go 1.13 (at least rc1), so if folks come to this repo and complain about crashes, you'll know what's happening.
The issue is reported upstream at golang/go#33841.
Feel free to close this issue any time once you've seen it.
The text was updated successfully, but these errors were encountered: