cargo-repro icon indicating copy to clipboard operation
cargo-repro copied to clipboard

rustc segfaults with libfaketime since jemalloc release

Open kpcyrd opened this issue 6 years ago • 1 comments

Steps to reproduce:

% cargo new --bin foo && cd foo && faketime -m -f '+1m' cargo build
     Created binary (application) `foo` package
error: process didn't exit successfully: `rustc -vV` (signal: 11, SIGSEGV: invalid memory reference)
%

This is related to: https://github.com/wolfcw/libfaketime/issues/130 https://github.com/rust-lang/rust/issues/60461

I'm leaving this here to keep track of the issue since this also broke reprotest.

kpcyrd avatar May 31 '19 09:05 kpcyrd

Fun times

tarcieri avatar Jun 04 '19 16:06 tarcieri