Skip to content

Panic on upgrading to Go 1.23.0 #119

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

Closed
varungandhi-src opened this issue Aug 14, 2024 · 0 comments · Fixed by #121
Closed

Panic on upgrading to Go 1.23.0 #119

varungandhi-src opened this issue Aug 14, 2024 · 0 comments · Fixed by #121

Comments

@varungandhi-src
Copy link
Contributor

This is triggered due to the use of go-sqlite3 in the monorepo. golang/go#68877

panic: Named.check == nil but type is incomplete

goroutine 84059 [running]:
go/types.(*Named).under(0xc0522cf730)
	/usr/local/go/src/go/types/named.go:548 +0x406
go/types.under({0xd1df80, 0xc0522cf730})
	/usr/local/go/src/go/types/under.go:16 +0x2a
go/types.isPointer(...)
	/usr/local/go/src/go/types/conversions.go:308
go/types.NewMethodSet({0xd1df80, 0xc0522cf730})
	/usr/local/go/src/go/types/methodset.go:83 +0x46
github.com/sourcegraph/scip-go/internal/implementations.listMethods(0xc0522cf730)
	/sources/internal/implementations/implementations.go:259 +0x31
github.com/sourcegraph/scip-go/internal/implementations.extractInterfacesAndConcreteTypes(0xc000207ed0, 0xc1edca8b28)
	/sources/internal/implementations/implementations.go:208 +0x2d6
github.com/sourcegraph/scip-go/internal/index.Index.AddImplementationRelationships.func2()
	/sources/internal/implementations/implementations.go:122 +0x1b0
github.com/sourcegraph/scip-go/internal/parallel.Run.func1()
	/sources/internal/parallel/parallel.go:26 +0x9d
created by github.com/sourcegraph/scip-go/internal/parallel.Run in goroutine 1
	/sources/internal/parallel/parallel.go:22 +0x7a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant