Skip to content
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

Beta next #45948

Merged
merged 3 commits into from
Nov 13, 2017
Merged

Beta next #45948

merged 3 commits into from
Nov 13, 2017

Commits on Nov 12, 2017

  1. Configuration menu
    Copy the full SHA
    0b93e52 View commit details
    Browse the repository at this point in the history
  2. Disable mmap in libbacktrace on Apple platforms

    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.
    JohnColanduoni authored and Mark-Simulacrum committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    46cf201 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d98fd61 View commit details
    Browse the repository at this point in the history