We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since May 13, the old school Plan 9 builder is intermittently failing on:
--- FAIL: TestRemoveAllRace (0.10s) os_test.go:1697: unexpected error: *os.PathError, "stat /tmp/issue008739954: stat buffer too short" FAIL FAIL os 1.074s
http://build.golang.org/log/69b86932b8a019b1cddd72fcb23ebcaf34596803
I think the first failure appeared after changeset 6f2c0f1585e5 (CL 9964).
I've not been able to reproduce this issue when running the test manually.
The text was updated successfully, but these errors were encountered:
If this is actually due to the malloc-in-signal-handler CL, why wouldn't we see the throw("malloc during signal") in the crash?
throw("malloc during signal")
/cc @rsc
Sorry, something went wrong.
I don't think this issue is due to the malloc-in-signal-handler CL. It looks unrelated. It's just that the first failure happened after this change.
This failure seems to happen every 2-7 builds, so it could be caused by an older change.
CL https://golang.org/cl/10900 mentions this issue.
bd8e3d0
No branches or pull requests
Since May 13, the old school Plan 9 builder is intermittently failing on:
http://build.golang.org/log/69b86932b8a019b1cddd72fcb23ebcaf34596803
I think the first failure appeared after changeset 6f2c0f1585e5 (CL 9964).
I've not been able to reproduce this issue when running the test manually.
The text was updated successfully, but these errors were encountered: