-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Spurious segfault in tests for musl #38618
Comments
maybe the actual failing test has nothing to do with the actual issue, but counting the dots, the test that's failing is number 560, which is |
err, that was the last one that succeeded, the one which would come next is |
@est31 sounds plausible! Note though that tests are run in parallel so I don't think we can know for certain which test failed, unfortunately :( I'll also note that I tried running this locally thousands of times, but none of them segfaulted :( |
Looks like this just happened in collectionstest as well. Still musl specific. |
After running all of these test suites locally thousands of times I'm still unable to reproduce. I'm not entirely sure what's going on here.. |
This is a random stab towards rust-lang#38618, no idea if it'll work. But hey more up-to-date software is better, right?
travis: Update musl for i686/x86_64 This is a random stab towards rust-lang#38618, no idea if it'll work. But hey more up-to-date software is better, right?
travis: Update musl for i686/x86_64 This is a random stab towards rust-lang#38618, no idea if it'll work. But hey more up-to-date software is better, right?
travis: Update musl for i686/x86_64 This is a random stab towards rust-lang#38618, no idea if it'll work. But hey more up-to-date software is better, right?
Musl hasn't been updated yet, but I've heard that it's going to be fixed before the next release, although it's unclear when the next release will be. |
Apparently there's at least one CVE fixed in the new version of musl, and because we're distributing it seems like a good opportunity to update! Unfortunately it looks like rust-lang#38618 still hasn't been fixed.
ci: Update musl with new release Apparently there's at least one CVE fixed in the new version of musl, and because we're distributing it seems like a good opportunity to update! Unfortunately it looks like #38618 still hasn't been fixed.
This hasn't shown up in quite some time now so perhaps it was indeed fixed with the last musl update! |
First seen on Travis, the error looks like:
cleaned up as:
This means that the test harness itself segfaulted. Sounds quite suspicious!
The text was updated successfully, but these errors were encountered: