We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fatal: morestack on g0
This is more a PSA than a bug report, as it appears that this is something that is happening to other projects: golang/go#62440
master, after 1.7.1
MacOS 13.2.1 (22D68) – Ventura
Building the project with Go 1.21 gets me a fatal: morestack on g0 error when used as a shared library.
cd cffi_dist && ./build.sh master-go1.21
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is more a PSA than a bug report, as it appears that this is something that is happening to other projects: golang/go#62440
TLS client version
master, after 1.7.1
System information
MacOS 13.2.1 (22D68) – Ventura
Issue description
Building the project with Go 1.21 gets me a
fatal: morestack on g0
error when used as a shared library.Steps to reproduce / Code Sample
cd cffi_dist && ./build.sh master-go1.21
The text was updated successfully, but these errors were encountered: