plugin: Open panic on darwin/arm64 #63401
Labels
FrozenDueToAge
OS-Darwin
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Loading a plugin that imports any package not in the standard library crashes the host. Plugins using only standard packages work fine.
What did you expect to see?
Clean run (plugin with no imports)
go build -buildmode=plugin
What did you see instead?
Crash when loading plugin importing any package not in the standard library
go build -buildmode=plugin
The text was updated successfully, but these errors were encountered: