1
0
mirror of https://github.com/golang/go synced 2024-11-20 00:34:43 -07:00
go/src/plugin
David Crawshaw c1ada22bc1 cmd/go, plugin: disable plugins on darwin
We are seeing a bad stack map in #18190. In a copystack, it is
mistaking a slot for a pointer.

Presumably this is caused either by our fledgling dynlink support on
darwin, or a consequence of having two copies of the runtime in the
process. But I have been unable to work out which in the 1.8 window,
so pushing darwin support to 1.9 or later.

Change-Id: I7fa4d2dede75033d9a428f24c1837a4613bd2639
Reviewed-on: https://go-review.googlesource.com/34391
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2016-12-15 05:46:20 +00:00
..
plugin_dlopen.go cmd/link, runtime, plugin: versioning 2016-11-15 16:14:27 +00:00
plugin_stubs.go plugin: darwin support 2016-09-23 02:16:42 +00:00
plugin.go cmd/go, plugin: disable plugins on darwin 2016-12-15 05:46:20 +00:00