x/tools/go/pointer: not a *reflect.rtype-tagged object: obj=n55976 tag=*reflect.rtype payload=n55977 (please report this bug) #27046
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
What version of Go are you using (
go version
)?go version devel +81555cb4f3 Tue Aug 14 09:19:38 2018 +0000 linux/amd64
What did you do?
https://play.golang.org/p/aSTthX9T9F9
What did you see?
Depending on the order of packages passed to ssautil.Packages, PTA may either run into this bug
or issue #27002
I suspect this is caused by two versions of
reflect
existing (reflect [reflect.test]
andreflect
) and go/pointer only knowing about one of them./cc @alandonovan
The text was updated successfully, but these errors were encountered: