You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue reproduces easily when using RUST_BACKTRACE=1 and the sample program in rust-lang/rust#71397 (comment). Trying to adapt it to use backtrace-rs directly (println!("{:?}", backtrace::Backtrace::new())) is not causing the crash to appear, however.
Thanks for the heads up! I've confirmed locally that it looks like this is the same as #310 which has been fixed and published. To fix the rust-lang/rust bug I believe the dependency just needs an update.
Activity
jdm commentedon Apr 23, 2020
The issue reproduces easily when using RUST_BACKTRACE=1 and the sample program in rust-lang/rust#71397 (comment). Trying to adapt it to use backtrace-rs directly (
println!("{:?}", backtrace::Backtrace::new())
) is not causing the crash to appear, however.alexcrichton commentedon Apr 23, 2020
Thanks for the heads up! I've confirmed locally that it looks like this is the same as #310 which has been fixed and published. To fix the rust-lang/rust bug I believe the dependency just needs an update.
Ignore some Buffer::processed tests