I am confused about this strace report on an ArchLinux, 64bit intel machine:
~ sudo strace -c -p 876
[sudo] password for pmatos:
strace: Process 876 attached
strace: [ Process PID=876 runs in x32 mode. ]
strace: [ Process PID=876 runs in 64 bit mode. ]
Why does it say that the process runs in both x32 and 64bit mode? I assume x32
means 32 bit mode
.