-
Notifications
You must be signed in to change notification settings - Fork 18k
x/debug/cmd/viewcore: panic on go1.12 #30631
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
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Comments
I've bisected part of the breakage to 7b9c2c1: That commit results in the following stacktrace:
|
Change https://golang.org/cl/170863 mentions this issue: |
Change https://golang.org/cl/175497 mentions this issue: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What did you do?
var foo *int; *foo = 1
to make it crash.core
.viewcore core
.What did you expect to see?
viewcore core
should work. It does work withgo1.11.5
.What did you see instead?
/cc @randall77 @aclements
The text was updated successfully, but these errors were encountered: