https://bugs.kde.org/show_bug.cgi?id=374596
--- Comment #11 from Tom Hughes <t...@compton.nu> --- No that's not the problem at all. Yes we may sometimes advertise different flags from the real CPU but the issue here is that we advertise that we don't support an instruction and the client program acts on that but valgrind still tries to translate the instruction (because it is translating a whole block) and faults on translating it because it thinks it is emulating a CPU that doesn't have it. So the issue is that valgrind is translating (and faulting an instruction) that is never doing to be executed. At least that is the conclusion I came to. -- You are receiving this mail because: You are watching all bug changes.