Summary: | vex amd64->IR: unhandled instruction bytes: 0x62 0x91 0x7F 0x28 0x6F 0x4 0x3 0x62 0x91 0x7F | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Ulrich Schneider <qomanaut> |
Component: | general | Assignee: | Julian Seward <jseward> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | gabravier, tom |
Priority: | NOR | ||
Version: | 3.15 SVN | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ulrich Schneider
2021-02-19 21:14:34 UTC
That's an AVX512 instruction and those aren't supported yet. It's not actually the boost code that's the issue by the way, it's actually the mempcpy replacement routine in valgrind so valgrind must have been compiled with -march=native or some other option that enabled avx512 support. *** This bug has been marked as a duplicate of bug 383010 *** |