Skip to content
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: TestBadOpen failure on netbsd-arm-bsiegert #35037

Closed
bcmills opened this issue Oct 21, 2019 · 1 comment
Closed

runtime: TestBadOpen failure on netbsd-arm-bsiegert #35037

bcmills opened this issue Oct 21, 2019 · 1 comment
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Oct 21, 2019

From the netbsd-arm-bsiegert builder (https://build.golang.org/log/8ecaff969fb69a693ea224a6891ac4e12cfd9d17):

--- FAIL: TestBadOpen (0.00s)
    crash_unix_test.go:48: read()=9, want -9
    crash_unix_test.go:52: write()=9, want -9
FAIL
FAIL	runtime	135.292s

That builder has been AWOL for a while, so it's not yet clear whether the failure is reproducible, but the test was introduced recently (in CL 171823).

CC @bsiegert @ianlancetaylor @mknyszek @dvyukov

@bcmills bcmills added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Oct 21, 2019
@bcmills bcmills added this to the Go1.14 milestone Oct 21, 2019
@gopherbot
Copy link

Change https://golang.org/cl/202441 mentions this issue: runtime: don't negate errno value for netbsd-arm read/write

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants