tls-client
tls-client copied to clipboard
PSA: Segfault on Go 1.21 (`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: https://github.com/golang/go/issues/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
- Install Go 1.21
-
cd cffi_dist && ./build.sh master-go1.21
- Use the library