You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this command to reproduce the executable: (HOME=$(mktemp -d); GOOS=darwin GOARCH=arm64 GOTOOLCHAIN=go1.26.4 go install golang.org/x/tools/gopls@v0.22.0 && find $HOME/go/bin -type f)
To disassemble: go tool objdump exe | less
Issue created by stacks.
This stack
EmUwAQwas reported by telemetry:crash/crashruntime.gopanic:+70,+0x15bgo/types.(*Checker).handleBailout:+25,+0x93go/types.(*Checker).Files.deferwrap1:+0,+0x1fruntime.gopanic:+51,+0x12bruntime.panicmem:=336,+0x2efruntime.sigpanic:+19,+0x2c0go/types.(*Named).TypeArgs:=404,+0xd4cgo/types.(*comparer).identical:+225,+0xd58go/types.(*comparer).identical:+70,+0x763go/types.(*comparer).identical:+129,+0x7dfgo/types.(*comparer).identical:+70,+0x763go/types.(*comparer).identical:+129,+0x7dfgo/types.Identical:=90,+0x17fgo/types.(*operand).assignableTo:+10,+0x180go/types.(*Checker).assignment:+87,+0x693go/types.(*Checker).initVar:+25,+0x377go/types.(*Checker).initVars:+55,+0x18fgo/types.(*Checker).stmt:+154,+0x4e7go/types.(*Checker).stmtList:+9,+0x7fUse this command to reproduce the executable:
(HOME=$(mktemp -d); GOOS=darwin GOARCH=arm64 GOTOOLCHAIN=go1.26.4 go install golang.org/x/tools/gopls@v0.22.0 && find $HOME/go/bin -type f)To disassemble:
go tool objdump exe | less