-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Latest nightly build fails on Mac/x86_64-apple-darwin #92343
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
Comments
The Macos x86_64 CI build is run for every merged PR, so something must be different in your environment. Can you post the contents of your It is unusual that rustc exits with SIGABRT (6) without an error message. Can you check if a crash report is generated in Does the problem persist after @rustbot label O-macos I-crash |
Hi, sure. Confirmed this config.toml builds fine on Mac with the 2021-12-03 nightly, and also it builds the latest nightly fine on Linux, but not Mac:
And yes indeed, I have a raft of crash reports in DiagnosticReports - thank you! There's a few, so I'll just pick the latest one:
Thanks! |
This is another instance of #92173. Uncomment and set |
Ahh, that's both awesome and at the same time please accept my apologies for wasting your time - I swear I did look for related issues first but my search-fu was obvviously seriously lacking. Thanks for the help! |
With latest nightly (f8abed9) build fails as per below, on a Mac host. Same build seems OK on Linux.
My last known-good build on this machine was d47a6cc (2021-12-03) - I just checked that out and the build completes OK, so it seems something changed in nightly rather than on my environment.
Any suggestions on how I can try and divine what's going on? "rustc exited with signal: 6" is a little enigmatic; any way of maybe turning up the logging to try and identify what's up in more detail?
The text was updated successfully, but these errors were encountered: