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

internal compiler error: missing import reader for time.Time.IsZero #38086

Closed
fwhezfwhez opened this issue Mar 26, 2020 · 2 comments
Closed

internal compiler error: missing import reader for time.Time.IsZero #38086

fwhezfwhez opened this issue Mar 26, 2020 · 2 comments
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@fwhezfwhez
Copy link

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

go 1.12.17

$ go version
set GOARCH=amd64
set GOBIN=G:\go_workspace\GOPATH\bin
set GOCACHE=C:\Users\DELL\AppData\Local\go-build
set GOEXE=.exe
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOOS=windows
set GOPATH=G:\go_workspace\GOPATH
set GOPROXY=https://goproxy.io
set GORACE=
set GOROOT=E:\go1.12
set GOTMPDIR=
set GOTOOLDIR=E:\go1.12\pkg\tool\windows_amd64
set GCCGO=gccgo
set CC=gcc
set CXX=g++
set CGO_ENABLED=0
set GOMOD=
set CGO_CFLAGS=-g -O2
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-g -O2
set CGO_FFLAGS=-g -O2
set CGO_LDFLAGS=-g -O2
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -fmessage-length=0 -fdebug-prefix-map=C:\Users\DELL\AppData\Local\Temp\go-build762241074=/tmp/go-build -gno-record-gcc-switches

Does this issue reproduce with the latest release?

no, it only occurs when I run debug

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

windows amd64

What did you do?

click ide vscode debug / click goland debug.

What did you see instead?

# shangraomajiang/config
<autogenerated>:1: internal compiler error: missing import reader for time.Time.IsZero

Please file a bug report including a short program that triggers the error.
https://golang.org/issue/new
@andybons
Copy link
Member

Go 1.12 is no longer supported. Can you update to 1.13 or 1.14? It’s unclear if this is a Go issue of a workspace setup issue. Have you followed the instructions at https://github.com/Microsoft/vscode-go/wiki/Debugging-Go-code-using-VS-Code ?

Without knowing what command is being used to invoke the debugger, it’s difficult to diagnose this problem.

@andybons andybons added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Mar 26, 2020
@andybons andybons added this to the Unplanned milestone Mar 26, 2020
@gopherbot
Copy link

Timed out in state WaitingForInfo. Closing.

(I am just a bot, though. Please speak up if this is a mistake or you have the requested information.)

@golang golang locked and limited conversation to collaborators Apr 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

3 participants