Spurious SIGILL (signal 4) when executing git
from bootstrap test on x86_64-apple
#50483
Labels
A-spurious
Area: Spurious failures in builds (spuriously == for no apparent reason)
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
Symptom: on
x86_64-apple
(macOS), whenbootstrap
tries to spawn a Command ofgit
, it will crash with signal 4 (SIGILL), which itself will then abortbootstrap
.Sample crash log
First seen on the following PRs:
macro_reexport
#49982 (comment) (2018-04-30T13:42:15Z)The text was updated successfully, but these errors were encountered: