cmd/compile: NewBulk too big: nbit=20196 count=986153 nword=632 size=623248696 #61690
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.
Milestone
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?
Tried to debug the golang code by creating a binary using
What did you expect to see?
Creation of debug binary
What did you see instead?
Checked the file, originally it contained static mapping, but after removing all the mappings and making it empty it is showing the same error.
Modified file contents:
Still giving internal compiler error: NewBulk too big error message when tried to debug the build.
The text was updated successfully, but these errors were encountered: