-
Notifications
You must be signed in to change notification settings - Fork 645
Bump backtrace
and rustc-demangle
#1861
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
Conversation
This commit bumps a few additional packages that could be related to the segfaults seen in production. See rust-lang#1805 for more info. `cargo update -p backtrace -p rustc-demangle` ``` Updating backtrace v0.3.3 -> v0.3.38 Updating backtrace-sys v0.1.16 -> v0.1.31 Removing dbghelp-sys v0.2.0 Updating rustc-demangle v0.1.5 -> v0.1.16 ```
r? @sgrif (rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to deploy this in isolation since it's attempting to isolate segfaults
@bors r+ I'm going to deploy this by itself and watch the logs this afternoon. |
📌 Commit 460a4fa has been approved by |
Bump `backtrace` and `rustc-demangle` This commit bumps a few additional packages that could be related to the segfaults seen in production. See #1805 for more info. `cargo update -p backtrace -p rustc-demangle` ``` Updating backtrace v0.3.3 -> v0.3.38 Updating backtrace-sys v0.1.16 -> v0.1.31 Removing dbghelp-sys v0.2.0 Updating rustc-demangle v0.1.5 -> v0.1.16 ```
💔 Test failed - checks-travis |
@bors retry |
Bump `backtrace` and `rustc-demangle` This commit bumps a few additional packages that could be related to the segfaults seen in production. See #1805 for more info. `cargo update -p backtrace -p rustc-demangle` ``` Updating backtrace v0.3.3 -> v0.3.38 Updating backtrace-sys v0.1.16 -> v0.1.31 Removing dbghelp-sys v0.2.0 Updating rustc-demangle v0.1.5 -> v0.1.16 ```
☀️ Test successful - checks-travis |
I'm not seeing any evidence of segfaults in production as a result of this PR. |
This commit bumps a few additional packages that could be related to
the segfaults seen in production. See #1805 for more info.
cargo update -p backtrace -p rustc-demangle