cmd/link: crash on undef symbol when external linking #47993
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Soon
This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
What version of Go are you using (
go version
)?Using tip.
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?linux/amd64
What did you do?
Build this code:
with
What did you expect to see?
Error about main.(*M).run being undefined, but no crash.
What did you see instead?
Crash with:
The text was updated successfully, but these errors were encountered: