-
Notifications
You must be signed in to change notification settings - Fork 17.5k
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
os/signal: test fails with trace trap on netbsd7-amd64 #14051
Comments
The fix (now) applied on tip is somewhat different than CL 18776. I can't recreate this problem on tip. If you can recreate it on tip, please run it with GOTRACEBACK=2. Also, what is your GOMAXPROCS setting? |
I tested it with 1b6d55a. The 14051-output-syscall-frame.txt Should that go into a new ticket or will we continue this one? |
See #14067 and try https://go-review.googlesource.com/#/c/18835/. I think the series of clarification on signal behavior for Go 1.6 are all set. |
Wow. All the |
CL https://golang.org/cl/18835 mentions this issue. |
CL https://golang.org/cl/29491 mentions this issue. |
…lly on dragonfly This change reverts CL 18835 which is a workaroud for older DragonFly BSD kernels, and fixes #14051, #14052 and #14067 in a more general way the same as other platforms except NetBSD. This change also bumps the minimum required version of DragonFly BSD kernel to 4.4.4. Fixes #16329. Change-Id: I0b44b6afa675f5ed9523914226bd9ec4809ba5ae Reviewed-on: https://go-review.googlesource.com/29491 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Go version: devel from https://go-review.googlesource.com/#/c/18776/3
Platform: netbsd7-amd64
When I bootstrap the compiler using the following command, it fails.
The output is:
The text was updated successfully, but these errors were encountered: