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
https://build.golang.org/log/2e980b5ca706e6c48d6838ae9aa9158e59d5ed42
# runtime runtime/cgo_sigaction.go:62:16: write barrier prohibited runtime/cgocheck.go:42:14: write barrier prohibited runtime/cgocheck.go:135:15: write barrier prohibited runtime/mgcmark.go:245:15: write barrier prohibited runtime/mgcmark.go:773:15: write barrier prohibited runtime/mgcsweep.go:124:14: write barrier prohibited runtime/signal_sighandler.go:30:22: write barrier prohibited runtime/signal_unix.go:263:23: write barrier prohibited runtime/signal_unix.go:313:22: write barrier prohibited runtime/signal_unix.go:583:22: write barrier prohibited
I think this is because noopt makes a few optimization passes disabled and it cannot determine it doesn't need write barriers there.
The text was updated successfully, but these errors were encountered:
CL https://golang.org/cl/38345 mentions this issue.
Sorry, something went wrong.
Seems fixed with https://go-review.googlesource.com/c/38380/
No branches or pull requests
https://build.golang.org/log/2e980b5ca706e6c48d6838ae9aa9158e59d5ed42
I think this is because noopt makes a few optimization passes disabled and it cannot determine it doesn't need write barriers there.
The text was updated successfully, but these errors were encountered: