Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Beta next #45948

Merged
merged 3 commits into from
Nov 13, 2017
Merged

Beta next #45948

merged 3 commits into from
Nov 13, 2017

Conversation

Mark-Simulacrum
Copy link
Member

This updates beta Cargo (brings rust-lang/cargo#4716 and rust-lang/cargo#4715), and also includes #45866.

This PR also bumps beta to .3 so that we can get a beta release soon.

Mark-Simulacrum and others added 3 commits November 12, 2017 16:10
Fixes rust-lang#45731

libbacktrace uses mmap if available to map ranges of the files containing debug information. On macOS `mmap` will succeed even if the mapped range does not exist, and a SIGBUS (with an unusual EXC_BAD_ACCESS code 10) will occur when the program attempts to page in the memory. To combat this we force `libbacktrace` to be built with the simple `read` based fallback on Apple platforms.
@Mark-Simulacrum
Copy link
Member Author

@bors p=10

@Mark-Simulacrum
Copy link
Member Author

r? @alexcrichton

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Nov 13, 2017

📌 Commit d98fd61 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Nov 13, 2017

⌛ Testing commit d98fd61 with merge cc6ed06...

bors added a commit that referenced this pull request Nov 13, 2017
Beta next

This updates beta Cargo (brings rust-lang/cargo#4716 and rust-lang/cargo#4715), and also includes #45866.

This PR also bumps beta to .3 so that we can get a beta release soon.
@bors
Copy link
Contributor

bors commented Nov 13, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing cc6ed06 to beta...

@bors bors merged commit d98fd61 into rust-lang:beta Nov 13, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants