Uh oh!
There was an error while loading. Please reload this page.
update backtrace crate - #69729
Conversation
Mark-Simulacrum
commented
Mar 5, 2020
@bors r+ |
bors
commented
Mar 5, 2020
📌 Commit 22ee27b has been approved by |
update backtrace crate In particular this release includes rust-lang/backtrace-rs#297 and rust-lang/backtrace-rs#300.
Centril
commented
Mar 9, 2020
Speculatively assigning blame for #69845 (comment) to this PR, @bors r- |
@alexcrichton looks like a macOS-only failure in this test: This PR lands in particular rust-lang/backtrace-rs#300, which seems to do something with macOS symbol resolution. Here's the total libbacktrace diff. "signal: 10" looks exactly like #45731 is back. |
RalfJung
commented
Mar 9, 2020
Hm, or maybe given that the fix back then was to disable mmap, maybe the issue is rust-lang/backtrace-rs#298. Cc @Aaron1011 |
@RalfJung: I find it odd that the OSX tests passed for my EDIT: It looks like mmap was explicitly disabled on on macOS in the past - I think we just need to add it to the |
RalfJung
commented
Mar 9, 2020
Well, the test truncates some dSYM file. Maybe the backtrace crate does not do that. And yes, that's what I said above -- mmap was disabled on macOS precisely because of "signal 10 SIGBUS", and your PR probably re-enabled the macOS mmap implementation. |
Aaron1011
commented
Mar 9, 2020
@RalfJung: Ooos, I didn't see the link in your previous comment. |
RalfJung
commented
Mar 10, 2020
@Aaron1011 so your proposal is to extend this check to also include macos targets? if target.contains("windows") || target.contains("macos"){ |
RalfJung
commented
Mar 10, 2020
upstream PR by @Aaron1011 already landed: rust-lang/backtrace-rs#302 |
RalfJung
commented
Mar 10, 2020
@Mark-Simulacrum I bumped backtrace-sys, I think this is good to go again. |
Mark-Simulacrum
commented
Mar 10, 2020
@bors r+ |
bors
commented
Mar 10, 2020
📌 Commit 9552d2e has been approved by |
bors
commented
Mar 10, 2020
🌲 The tree is currently closed for pull requests below priority 1000, this pull request will be tested once the tree is reopened |
update backtrace crate In particular this release includes rust-lang/backtrace-rs#297 and rust-lang/backtrace-rs#300.
Dylan-DPC-zz
commented
Mar 21, 2020
@bors p=1 |
bors
commented
Mar 21, 2020
bors
commented
Mar 21, 2020
☀️ Test successful - checks-azure |
In particular this release includes rust-lang/backtrace-rs#297 and rust-lang/backtrace-rs#300.