runtime: fatal error: stack growth after fork on s390x #58785
Labels
arch-s390x
Issues solely affecting the s390x architecture.
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes. The issue is reproducible easily.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Race detection feature is not working properly on linux s390x. In order to evaluate that, I ran the "race.bash" script from "go/src" directory and I see that the script fails, and this is one of the errors that I am seeing.
What did you expect to see?
I expected the "race.bash" to run without any errors or issues.
What did you see instead?
The stack trace of the error is as below:
The text was updated successfully, but these errors were encountered: