-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/compile: the "go tool compile -S -live=2 *.go" command failed #39251
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
Comments
The command reports the following error and stack trace.
|
The line 1450 of plive.go, the code is |
This is a tip regression: Go1.14.2 does not crash. |
Took a shot at bisecting this. Commit 9d812cf seems to be the culprit. |
CC @dr2chase |
Marking as release blocker since it is a regression that causes a compiler crash. |
Marking okay-after-beta1 since it is an unusual set of options. |
Change https://golang.org/cl/235418 mentions this issue: |
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?
What did you expect to see?
pass
What did you see instead?
the command reports the error.
The text was updated successfully, but these errors were encountered: