blob: d7f1eb9c4e12c5544a87af846d9d2d69dd420344 (
plain) (
blame)
1
2
3
|
instruction
The segmentation fault when running `rpm -qa` on a CentOS 7 ARM image using QEMU indicates an issue likely related to instruction execution that doesn't properly translate between architectures (ARM to x86/amd64 in this case). This falls under issues with faulty instructions.
|