-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
BadErrorMessageIssues related compiler error messages that should be better.Issues related compiler error messages that should be better.FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Milestone
Description
Go version
go version go1.21.4 darwin/arm64
Output of go env
in your module/workspace:
j.koppuravuri@VQCHYTV457 global % go env
GO111MODULE='on'
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/j.koppuravuri/Library/Caches/go-build'
GOENV='/Users/j.koppuravuri/Library/Application Support/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='arm64'
GOHOSTOS='darwin'
GOINSECURE='*f5net.com,gitlab.com/f5/volterra'
GOMODCACHE='/Users/j.koppuravuri/go/pkg/mod'
GONOPROXY='*f5net.com,gitlab.com/f5/volterra'
GONOSUMDB='*f5net.com,gitlab.com/f5/volterra'
GOOS='darwin'
GOPATH='/Users/j.koppuravuri/go'
GOPRIVATE='*f5net.com,gitlab.com/f5/volterra'
GOPROXY='https://proxy.golang.org,direct'
GOROOT='/opt/homebrew/opt/go/libexec'
GOSUMDB='sum.golang.org'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/opt/homebrew/opt/go/libexec/pkg/tool/darwin_arm64'
GOVCS=''
GOVERSION='go1.21.4'
GCCGO='gccgo'
AR='ar'
CC='cc'
CXX='c++'
CGO_ENABLED='1'
GOMOD='/Users/j.koppuravuri/go/src/gopkg.volterra.us/test/go.mod'
GOWORK=''
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
PKG_CONFIG='pkg-config'
GOGCCFLAGS='-fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -ffile-prefix-map=/var/folders/nl/0rff3dld4454171s50nptppc0000gq/T/go-build2197977164=/tmp/go-build -gno-record-gcc-switches -fno-common'
j.koppuravuri@VQCHYTV457 globa
What did you do?
j.koppuravuri@VQCHYTV457 global % dlv test -- -test.run Testxyz -test.v
# gopkg.x.us/test/pbgo/extschema/schema/combined
<autogenerated>:1: internal compiler error: NewBulk too big: nbit=32224 count=544369 nword=1007 size=548179583
Please file a bug report including a short program that triggers the error.
https://go.dev/issue/new
exit status 1
What did you see happen?
Unable to compile with dlv
What did you expect to see?
Test should run
Metadata
Metadata
Assignees
Labels
BadErrorMessageIssues related compiler error messages that should be better.Issues related compiler error messages that should be better.FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Type
Projects
Status
Done