1
0
mirror of https://github.com/golang/go synced 2024-09-29 02:24:33 -06:00
go/misc/cgo/testplugin
Cherry Mui c5fee935bb cmd/link: force eager binding when using plugins on darwin
When building/using plugins on darwin, we need to use flat
namespace so the same symbol from the main executable and the
plugin can be resolved to the same address. Apparently, when using
flat namespace the dynamic linker can hang at forkExec when
resolving a lazy binding. Work around it by forcing early bindings.

Fixes #38824.

Change-Id: I983aa0a0960b15bf3f7871382e8231ee244655f4
Reviewed-on: https://go-review.googlesource.com/c/go/+/372798
Trust: Cherry Mui <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2021-12-17 16:05:31 +00:00
..
altpath/testdata misc/cgo/testplugin: convert test.bash to Go and fix in module mode 2019-02-24 00:36:13 +00:00
testdata cmd/link: force eager binding when using plugins on darwin 2021-12-17 16:05:31 +00:00
overlaydir_test.go misc: remove use of relative directories in overlayDir functions 2019-11-25 16:26:15 +00:00
plugin_test.go cmd/link: force eager binding when using plugins on darwin 2021-12-17 16:05:31 +00:00