fmt: segfaults (panic) on "hello world" with -linkshared
#64925
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Go version
go version go1.21.5 linux/amd64
What operating system and processor architecture are you using (
go env
)?What did you do?
When compiling a "hello world" example when using the
-linkshared
flag, thefmt.Println("hello")
segfaults. The following example works on earlier versions of Go. The following are steps to reproduce:In the container:
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: