Segmentation fault: repr::write_repr(io::stdout(), &(0_i32, &42)); #3688
Labels
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Milestone
I get a segmentation fault when trying to use
repr::write_repr
on a tuple of ani32
and a pointer of some sort.I'm on linux x86_64,
rustc
fromincoming
at f96a2a2.Here is a sample stack trace where the pointer is an
&int
, but it also fails with with strings and other boxes.The text was updated successfully, but these errors were encountered: