Skip to content
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: internal compiler error: 'weak': unhandled stmt ASOP #57255

Closed
maoxiaojie1 opened this issue Dec 12, 2022 · 2 comments
Closed

cmd/compile: internal compiler error: 'weak': unhandled stmt ASOP #57255

maoxiaojie1 opened this issue Dec 12, 2022 · 2 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.

Comments

@maoxiaojie1
Copy link

What version of Go are you using (go version)?

go version go1.19 linux/amd64

$ go version

Does this issue reproduce with the latest release?

yes

What operating system and processor architecture are you using (go env)?

linux amd64
$ go env

What did you do?

i run this cmd go test -fuzztime 10s -fuzz ./impl

What did you expect to see?

What did you see instead?

github.com/jcmturner/gokrb5/v8/crypto/rfc3961

../../go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.2/crypto/rfc3961/keyDerivation.go:144:15: internal compiler error: 'weak': unhandled stmt ASOP

Please file a bug report including a short program that triggers the error.
https://go.dev/issue/new

@mdlayher mdlayher changed the title affected/package: github.com/jcmturner/gokrb5/v8/crypto/rfc3961 cmd/compile: internal compiler error: 'weak': unhandled stmt ASOP Dec 12, 2022
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Dec 12, 2022
@thanm thanm added WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Dec 12, 2022
@thanm
Copy link
Contributor

thanm commented Dec 12, 2022

Thanks for the report.

Would you please post detailed instructions on how to reproduce this? You have this as the command you ran:

go test -fuzztime 10s -fuzz ./impl

but I don't know where to find "./impl" (it doesn't seem to be part of the github.com/jcmturner/gokrb5 repo).

Thanks.

@cuonglm
Copy link
Member

cuonglm commented Dec 12, 2022

Duplicated of #56105

@cuonglm cuonglm closed this as completed Dec 12, 2022
@golang golang locked and limited conversation to collaborators Dec 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

4 participants