reflect: Value.Call crashes due to dead methods elimination #42579
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
release-blocker
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Not reproducible with go1.15.2, looks like it was introduced by a recent commit 95848fc.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Simplified Test Case:
plugin
|-- build.sh
|-- go.mod
|-- go.sum
|-- plugin
|
-- plugin.go |-- test |
-- main.go-- type
-- type.go3 directories, 6 files
What did you expect to see?
Testcase passed, as with go1.15.2 and previous versions.
What did you see instead?
A crash in reflect.Value.Call
The text was updated successfully, but these errors were encountered: