https://bugs.kde.org/show_bug.cgi?id=415293
--- Comment #2 from pcpa <paulo.cesar.pereira.de.andr...@gmail.com> --- Created attachment 126591 --> https://bugs.kde.org/attachment.cgi?id=126591&action=edit valgrind-3.14.0-rhbz1784541.patch This is a suggested patch or possible way to handle the issue. The user that had the issue now has it working on rhel7 using the attached patch and the command line option --dl-runtime-resolve-pattern=PATTERN where PATTERN is either: amd64-def amd64-xsavec amd64-xsave amd64-fxsave and the most common should be amd64-xsave, so, testing it before amd64-xsavec would make it work most times without the option. This is specific to rhel7 or centos7 and x86_64. The patch checks for /usr/lib/ld and /usr/lib64/ld patterns, otherwise it would not even check the patterns, then, checks patterns in the order above, but because it needs to use only one, the option was required. -- You are receiving this mail because: You are watching all bug changes.