Summary: | s390x: Assertion failure on VGM instruction | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Andreas Arnez <arnez> |
Component: | vex | Assignee: | Andreas Arnez <arnez> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mark |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Suggested fix for VGM
Enhance test coverage for VGM |
Description
Andreas Arnez
2023-05-22 15:57:17 UTC
Created attachment 159189 [details]
Suggested fix for VGM
Created attachment 159191 [details]
Enhance test coverage for VGM
The elfutils testsuite triggered this bug: https://inbox.sourceware.org/elfutils-devel/8e1dcc74187c46bc9fbad988b4f67ade0deaf872.camel@klomp.org/T/#m59e580471297164d345d4954e66490c3627958ff After applying this patch, the testsuite passed again. I also backported this to the fedora valgrind package. https://bodhi.fedoraproject.org/updates/FEDORA-2023-f4019f53e1 Note that the lfedora1 machine (now at Fedora 38) is showing this issue too now: https://sourceforge.net/p/valgrind/mailman/message/37865251/ The fix seems important, and it looks like the patches are doing their job, so I pushed them. |