tls-client icon indicating copy to clipboard operation
tls-client copied to clipboard

PSA: Segfault on Go 1.21 (`fatal: morestack on g0`)

Open clouedoc opened this issue 1 year ago • 0 comments

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

  1. Install Go 1.21
  2. cd cffi_dist && ./build.sh master-go1.21
  3. Use the library

clouedoc avatar Dec 21 '23 21:12 clouedoc