-
Notifications
You must be signed in to change notification settings - Fork 18k
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: TestSegv consistently failing on NetBSD #38595
Comments
Change https://golang.org/cl/229484 mentions this issue: |
Doesn't look like this is NetBSD-only. Looking at build.golang.org right now I see darwin/amd64: https://build.golang.org/log/bf1f5e4990da13a459eec28e6eb3741ea253a084 linux/386: https://build.golang.org/log/bb4f8f764caf625ad4f339399c0fe0e65fdb6986 |
https://golang.org/cl/229484 should fix this, waiting for review by @bcmills . |
Sorry, wasn't aware that it was ready for another pass. (There are unresolved comments on PS1.) |
Sorry, I must have forgotten to hit send. |
Since we're sleeping rather than waiting for the goroutines, let the goroutines run forever. Fixes golang#38595 Change-Id: I4cd611fd7565f6e8d91e50c9273d91c514825314 Reviewed-on: https://go-review.googlesource.com/c/go/+/229484 Run-TryBot: Ian Lance Taylor <iant@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com> Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
The
TestSegv
function added in CL 228900 is failing consistently on the NetBSD 9.0 builders:2020-04-22T00:01:14-e5bd6e1/netbsd-386-9_0
2020-04-22T00:01:14-e5bd6e1/netbsd-amd64-9_0
It's not clear to me whether the problem is in the test, the runtime, or the NetBSD kernel.
CC @ianlancetaylor @aclements
The text was updated successfully, but these errors were encountered: