-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
i686-pc-windows-gnu broken on CI #1592
Comments
|
Merged
Hopefully useful:
When built with Clang it prints this before crash:
EDIT: It does not crash when built by Clang with max_align_t size = 24 and max_align_t align = 8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The i686-pc-windows-gnu target has been disabled on CI because it fails with the following segmentation fault:
For example, see: https://dev.azure.com/rust-lang2/libc/_build/results?buildId=608
This issue tracks re-enabling CI for this target. Even though this is a tier-1 target, it has been broken for a sufficiently long time that new releases of libc won't be tested against it, and probably rust-lang/rust libc version will be updated to one of those sooner or later. Without a debugger, there is not much I can do here.
cc @mati865 @retep998 (feel free to ping windows users that might be able to investigate)
The text was updated successfully, but these errors were encountered: