cmd/link: segfault due to nil pointer on FreeBSD/amd64 #42658
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-FreeBSD
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Unsure, the new linker code likely doesn't have the same problem but I cannot reproduce it again on
go1.15.5
either and don't see how it's possible at all.What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Ran tests with
go test -v -cover ./...
, full test run including failure available here:https://builds.sr.ht/~samwhited/job/344541#task-setup
What did you see instead?
I cannot see how this would be possible at that point in the code (there is a check that the symbol is not nil and if the loader were nil it would have paniced way before that), and SSHing into the build machine and running tests again I am unable to reproduce the problem.
The text was updated successfully, but these errors were encountered: