-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
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
compiling with go1.17rc1 make a binary that fatal with SIGSEGV #47279
Comments
Thanks for reporting, @urbanishimwe . Could you please include instructions for reproducing the problem, e.g. what application you built and how you ran it when you encountered this crash? Thanks. |
@urbanishimwe is your code using the golang.org/x/sys repo? If so, could you try updating that repo? (See #46645) Thanks. |
@cherrymui it seems to update golang.org/x/sys( |
Thanks for confirming. |
I'm using go1.17 from https://golang.org/doc/install and encountering the exact same problem when running a test. |
@MuyaoXiao try |
Thank you! I missed out the comment above, silly me! |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I compiled a Go source code with go1.17rc1!
What did you expect to see?
I expected the resulted binary to run successfully just like when compiled with go1.16.5
What did you see instead?
running the binary:
The text was updated successfully, but these errors were encountered: