-
Notifications
You must be signed in to change notification settings - Fork 28
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
mmap-alloc: Tests fail on Mac Travis CI #120
Comments
This issue has come up in #122 as well. |
This was referenced Nov 1, 2017
Merged
OK, it looks like the issue is just that |
joshlf
changed the title
mmap-alloc: Fix failures on Mac Travis CI
mmap-alloc: Tests fail on Mac Travis CI
Nov 8, 2017
Looks like this might be the culprit: rust-lang/rust#45866. After it lands in nightly tomorrow, we should re-enable these tests to see if that change fixes it. |
joshlf
added a commit
that referenced
this issue
Nov 11, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Mac Travis CI, we're getting odd test failures for the
mmap-alloc
crate with a SIGBUS in thetest_map_panic_too_large
test.For example, this build:
This issue has not come up on master yet, but is currently only present on the
tls
branch (PR #85), which is particularly odd since no changes tommap-alloc
are made on that branch.The text was updated successfully, but these errors were encountered: