]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go, plugin: disable plugins on darwin
authorDavid Crawshaw <crawshaw@golang.org>
Wed, 14 Dec 2016 19:48:58 +0000 (14:48 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 15 Dec 2016 05:46:20 +0000 (05:46 +0000)
commitc1ada22bc1ddf798a8931a09c8fa7c878c9ee6b9
tree52c83326a39965ea7db46ad6051663f27d9353b6
parent2adc2d1b8bd0cb389e1ecd511b4e213a5a8a7107
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>
doc/go1.8.html
doc/go1.8.txt
src/cmd/dist/test.go
src/cmd/go/build.go
src/plugin/plugin.go