-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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: NewBulk too big: nbit=32224 count=544369 nword=1007 size=548179583 #67916
Comments
It'd be nice if this error at least printed the name of the function that is too big. |
Change https://go.dev/cl/591675 mentions this issue: |
cc @golang/compiler |
I'm not sure there's anything we can do here except make the error better. |
Is this only failing in -N build (I think |
Update #67916 Change-Id: Iec3603c136b30ff6f760783c175eeb7e6ce139ec Reviewed-on: https://go-review.googlesource.com/c/go/+/591675 Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com> Reviewed-by: Keith Randall <khr@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Auto-Submit: Keith Randall <khr@golang.org>
Closing as the error message now has a location. |
Go version
go version go1.21.4 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
Unable to compile with dlv
What did you expect to see?
Test should run
The text was updated successfully, but these errors were encountered: