https://bugs.kde.org/show_bug.cgi?id=456948
--- Comment #4 from Mark Wielaard <m...@klomp.org> --- (In reply to f.roe...@magmasoft.de from comment #3) > Thank you for your answer, is there a possible workaround to get valgrind > running? > Is there a time schedule for a new valgrind build which fixes this issue? Note that this is a bug in your program or the library you are using. Valgrind clearly indicates it doesn't implement CLFLUSHOPT. So your program/library shouldn't use that instruction. Your program will also crash on a processor that doesn't implement that instruction. Valgrind does support CLFLUSH. It looks like CLFLUSHOPT is similar. So it might not be too hard to support it. -- You are receiving this mail because: You are watching all bug changes.