Summary: | memcheck "unhandled instruction bytes" but code seems fine | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Manaure <mfrancis> |
Component: | memcheck | Assignee: | Julian Seward <jseward> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | pjfloyd |
Priority: | NOR | ||
Version: | 3.18.1 | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Manaure
2022-08-23 17:43:41 UTC
This looks like 0: 62 f1 fe 08 6f a3 68 vmovdqu64 xmm4,XMMWORD PTR [rbx+0x68] so some form of AVX. Valgrind doesn't have full AVX support. Can you build your application without AVX? Or else try the patches here https://bugs.kde.org/show_bug.cgi?id=383010 (and let us know if that works for you). No answer so I'm assuming that this is a duplicate. *** This bug has been marked as a duplicate of bug 383010 *** |