-
Notifications
You must be signed in to change notification settings - Fork 355
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
Cannot run with libstd MIR on macOS due to stack guards #252
Comments
Certainly not Windows as that's covered by Travis (well only via cross compilation, but that should not make a difference...). But it seems that non-Linux unixes still use |
Ah, sorry 😆 . I had quick glance through the relevant code and from "not linux" followed "everything else". The filename |
We could add a mac Travis in order to prevent such things from happening. |
I think we now do have that mac job, and it is passing. Closing the issue. @skade Please reopen if it still does not work. |
@RalfJung I recently switched off macOS, so I can't test ;). Thanks! |
Executing any Rust program on macOS (and I assume anything but Linux) leads to the following crash:
The text was updated successfully, but these errors were encountered: