-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
GO 1.17 crashes when trying to compile a program #48126
Labels
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Comments
Just downgraded to GO 1.16.7 using homebrew and everything works as expected:
|
Can you try with gotip to see if problem still happen? Also could you please provide a minimal reproducer? Might be related to #48088 |
gotip worked. It compiled and ran the program. Sorry, I don't have a minimal reproducer. |
Then it's duplicated of #48088 and will be backported to go1.17 in next minor release. |
OK. Thanks! |
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Labels
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
The issue started to occur for GO 1.17 installed from homebrew. The same code compiled just fine with GO 1.16.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I just run my application code.
What did you expect to see?
I expected the binary to be compiled and run.
What did you see instead?
A crash. Unfortunately, the code is proprietary and I cannot share it. Below are the crash details:
The text was updated successfully, but these errors were encountered: