-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
std: Update dependency on backtrace
#61502
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors p=5 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
That error is in turn fixed by rust-lang/backtrace-rs@2e1d85f |
6425186
to
3aa17d6
Compare
Ok should be fixed now! |
📌 Commit 3aa17d60383c7449b461ee6750eae36475768c76 has been approved by |
@bors p=5 |
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message
|
Discovered in rust-lang#61416 an accidental regression in libstd's backtrace behavior is that it previously attempted to consult libbacktrace and would then fall back to `dladdr` if libbacktrace didn't report anything. The `backtrace` crate, however, did not do this, so that's now been fixed! Changes: rust-lang/backtrace-rs@0.3.25...0.3.27 Closes rust-lang#61416
3aa17d6
to
fa1b6ad
Compare
@bors: r=estebank |
📌 Commit fa1b6ad has been approved by |
std: Update dependency on `backtrace` Discovered in #61416 an accidental regression in libstd's backtrace behavior is that it previously attempted to consult libbacktrace and would then fall back to `dladdr` if libbacktrace didn't report anything. The `backtrace` crate, however, did not do this, so that's now been fixed! Changes: rust-lang/backtrace-rs@0.3.25...0.3.29 Closes #61416
💥 Test timed out |
@bors retry |
std: Update dependency on `backtrace` Discovered in #61416 an accidental regression in libstd's backtrace behavior is that it previously attempted to consult libbacktrace and would then fall back to `dladdr` if libbacktrace didn't report anything. The `backtrace` crate, however, did not do this, so that's now been fixed! Changes: rust-lang/backtrace-rs@0.3.25...0.3.29 Closes #61416
☀️ Test successful - checks-travis, status-appveyor |
Discovered in #61416 an accidental regression in libstd's backtrace
behavior is that it previously attempted to consult libbacktrace and
would then fall back to
dladdr
if libbacktrace didn't report anything.The
backtrace
crate, however, did not do this, so that's now beenfixed!
Changes: rust-lang/backtrace-rs@0.3.25...0.3.29
Closes #61416