-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime: some cgo tests are failing on freebsd/arm64 #35197
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. |
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: |
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 |
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: