runtime: some cgo tests are failing on freebsd/arm64 #35197
Closed
Labels
Comments
Change https://golang.org/cl/203519 mentions this issue: |
This appears to be is an issue with Stacktrace from failing NumGoroutine test in
I (sort of) narrowed the issue down to https://github.com/golang/go/blob/master/src/runtime/tls_arm64.s#L11 - when linked with ld.lld, g gets loaded with a wrong value. |
gopherbot
pushed a commit
that referenced
this issue
Oct 28, 2019
Updates #35197 Change-Id: I4fd85c84475761d71d2c17e62796e0a411cf91d8 Reviewed-on: https://go-review.googlesource.com/c/go/+/203519 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Change https://golang.org/cl/199919 mentions this issue: |
gopherbot
pushed a commit
that referenced
this issue
Oct 28, 2019
Based on work by Mikaël Urankar (@MikaelUrankar). Updates #24715 Updates #35197 Change-Id: I91144101043d67d3f8444bf8389c9606abe2a66c Reviewed-on: https://go-review.googlesource.com/c/go/+/199919 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Seems to be fixed by https://golang.org/cl/203519 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There still seem to be some issues with cgo, see https://golang.org/cl/199919:
Not sure whether these are the same as the cgo issues @dmgk and @MikaelUrankar saw. Or maybe these are some changes I forgot to pick up during rebase of https://golang.org/cl/198544.
Originally posted by @tklauser in #24715 (comment)
The text was updated successfully, but these errors were encountered: