cmd/link: TestRuntimeTypeAttr broken on ppc64, solaris #24983
Comments
Change https://golang.org/cl/108575 mentions this issue: |
Updates #24983 Change-Id: I417453364346106d4ff4c99549175cef7df724e3 Reviewed-on: https://go-review.googlesource.com/108575 Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> Reviewed-by: Heschi Kreinick <heschi@google.com>
Change https://golang.org/cl/108955 mentions this issue: |
I think I'm still running into this problem. When I do
|
I've verified that this works on Darwin 1.11 but not 1.12. That's why the builder isn't failing, it is 1.11. |
I see:
when I try to run a hello world program built with -linkmode=external. I can skip the test, but it seems like this is worth its own bug, presuming that we want external linking to work on darwin-386. |
I can get external linking to work (on 10.12).
|
Filed #25083, though I still don't know why it works for your helloworld but not the test. |
I think Keith fixed this by switching to libc to create threads. |
Introduced in https://golang.org/cl/106775.
cc @heschik
The text was updated successfully, but these errors were encountered: