Closed as not planned
Description
When I am running following,
$rustc
I see Segmentation fault. The same happens with other binaries as well.
This is the output of uname -a
from this linux box:
Linux suse-13-2-rajput 3.9.2-51 #1 SMP PREEMPT Mon Jan 1 00:00:00 UTC 2007 i686 i686 i386 GNU/Linux
I have added output of /proc/cpuinfo as cpuinfo.txt
cpuinfo.txt
The binaries execute fine, if I run with strace
or valgrind
.
This is how, I was able to install rustup
on this system, as rustup-init
was also seg-faulting.
Please let me know, what I can do more to investigate.