https://bugs.kde.org/show_bug.cgi?id=431157
Bug ID: 431157
Summary: PPC_FEATURE2_SCV needs to be masked in AT_HWCAP2
Product: valgrind
Version: unspecified
Platform: Fedora RPMs
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: vex
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
valgrind cannot run glibc binaries with SCV support on current kernels:
==3891888== Command:
/builddir/build/BUILDROOT/glibc-2.32.9000-24.fc34.ppc64le/lib64/ld-2.32.9000.so
--library-path /builddir/build/BUILDROOT/glibc-2.32.9000-24.fc34.ppc64le/lib64
/usr/bin/true
==3891888==
dis_syslink(ppc)(theInstr)
disInstr(ppc): unhandled instruction: 0x44000001
primary 17(0x11), secondary 1(0x1)
==3891888== valgrind: Unrecognised instruction at address 0x4999f80.
==3891888== at 0x4999F80: _Exit (in
/builddir/build/BUILDROOT/glibc-2.32.9000-24.fc34.ppc64le/lib64/libc-2.32.9000.so)
==3891888== by 0x48ED76B: __run_exit_handlers (in
/builddir/build/BUILDROOT/glibc-2.32.9000-24.fc34.ppc64le/lib64/libc-2.32.9000.so)
==3891888== by 0x48C9FBB: generic_start_main.constprop.0.isra.0 (in
/builddir/build/BUILDROOT/glibc-2.32.9000-24.fc34.ppc64le/lib64/libc-2.32.9000.so)
==3891888== by 0x48CA19F: (below main) (in
/builddir/build/BUILDROOT/glibc-2.32.9000-24.fc34.ppc64le/lib64/libc-2.32.9000.so)
AT_HWCAP2 contains the SCV bit even though valgrind does not support the SCV
instruction.
Seen with valgrind-3.16.1-11.fc33.ppc64le.
--
You are receiving this mail because:
You are watching all bug changes.