-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
cmd/compile: bug in cmd/compile/internal/types.NewNamed #71001
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
compiler/telemetry-wins
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Comments
prattmic
added
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
compiler/runtime
Issues related to the Go compiler and/or runtime.
compiler/telemetry-wins
labels
Dec 26, 2024
The stack is slightly different, but in both this issue and #70997 it appears that |
This was referenced Dec 26, 2024
CC @griesemer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
compiler/telemetry-wins
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Issue created by stacks.
This stack
74NgnA
was reported by telemetry:compile/bug
cmd/compile/internal/base.FatalfAt:+3
cmd/compile/internal/base.Fatalf:=195
cmd/compile/internal/gc.handlePanic:+7
runtime.gopanic:+50
runtime.panicmem:=262
runtime.sigpanic:+19
cmd/compile/internal/types.NewNamed:+8
cmd/compile/internal/noder.(*pkgReader).objIdxMayFail:+129
cmd/compile/internal/noder.(*pkgReader).objIdx:+1
cmd/compile/internal/noder.(*pkgReader).objInstIdx:+8
cmd/compile/internal/noder.(*reader).obj:+1
cmd/compile/internal/noder.(*reader).doTyp:+9
cmd/compile/internal/noder.(*pkgReader).typIdx:=429
cmd/compile/internal/noder.(*reader).typWrapped:+1
cmd/compile/internal/noder.(*reader).typ:=382
cmd/compile/internal/noder.(*reader).structType:+3
The text was updated successfully, but these errors were encountered: