-
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
os/exec: NetBSD kernel crash during os/exec tests #20836
Comments
CL https://golang.org/cl/47036 mentions this issue. |
Updates #20836 Updates #19339 Updates #19652 Updates #20835 Updates #16511 Updates #10166 Updates #8574 Change-Id: If9a7f560489f1a8d628dafab227925bd8989326e Reviewed-on: https://go-review.googlesource.com/47036 Reviewed-by: Ian Lance Taylor <[email protected]>
A see a number of maybe-related open NetBSD bugs with similar error messages at http://gnats.netbsd.org/summary/category/kern.html: http://gnats.netbsd.org/44402 And many more. I'm going to assume this is known. @bsiegert, as our NetBSD liaison, I'll let you escalate if needed. |
We have several similar issues in the kernel around kevent(2). Current this is a can of bugs... I planned to work on them once I will be done with LLDB porting.... but it will take a while (hopefully till the end of this year). While there there are from time to time fixes in NetBSD-current and they are in NetBSD 8_BETA. |
@krytarowski, thanks for the update. |
See #14127. |
Fixed by requiring NetBSD 8+ for Go 1.10. Documentation bug is #22911 |
Debugging why our NetBSD builders were disappearing, I created a netbsd-amd64-71 instance, enabled serial port support, and watched the serial port while I ran:
It works sometimes, hangs sometimes (#20835), and sometimes kernel panics:
/cc @bsiegert
The text was updated successfully, but these errors were encountered: