-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
syscall: flaky TestExec failure on macOS: signal: Illegal instruction #42023
Comments
Can't reproduce with "go test -short syscall" but happened again during all.bash on my Mac. Hmm. |
I see - looks like the fix for #41702 was incorrect and CL 262817 needs to be submitted. |
The fix wasn't incorrect so much as incomplete. |
Change https://golang.org/cl/262817 mentions this issue: |
Change https://golang.org/cl/264022 mentions this issue: |
Change https://golang.org/cl/264023 mentions this issue: |
…yscall.Exec For #41702 For #41704 For #42023 Change-Id: If07f40b1d73b8f276ee28ffb8b7214175e56c24d Reviewed-on: https://go-review.googlesource.com/c/go/+/262817 Trust: Ian Lance Taylor <[email protected]> Trust: Bryan C. Mills <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Cherry Zhang <[email protected]> (cherry picked from commit 05739d6) Reviewed-on: https://go-review.googlesource.com/c/go/+/264022
…yscall.Exec For #41702 For #41703 For #42023 Change-Id: If07f40b1d73b8f276ee28ffb8b7214175e56c24d Reviewed-on: https://go-review.googlesource.com/c/go/+/262817 Trust: Ian Lance Taylor <[email protected]> Trust: Bryan C. Mills <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Cherry Zhang <[email protected]> (cherry picked from commit 05739d6) Reviewed-on: https://go-review.googlesource.com/c/go/+/264023
…yscall.Exec For golang#41702 For golang#41704 For golang#42023 Change-Id: If07f40b1d73b8f276ee28ffb8b7214175e56c24d Reviewed-on: https://go-review.googlesource.com/c/go/+/262817 Trust: Ian Lance Taylor <[email protected]> Trust: Bryan C. Mills <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Cherry Zhang <[email protected]> (cherry picked from commit 05739d6) Reviewed-on: https://go-review.googlesource.com/c/go/+/264022
Happened once during all.bash:
Can't reproduce.
The text was updated successfully, but these errors were encountered: