[Bug 1866211] Unset unsupported z14/z15 facility bits
bugproxy
bugproxy at us.ibm.com
Thu Mar 19 16:50:09 UTC 2020
------- Comment on attachment From arnez at de.ibm.com 2020-03-19 12:46 EDT-------
This should apply cleanly to Valgrind 3.15. Please let me know if there are any issues/concerns.
** Attachment added: "Unset unsupported z14/z15 facility bits"
https://bugs.launchpad.net/bugs/1866211/+attachment/5338939/+files/0001-s390x-Unset-facility-bits-for-unsupported-z14-z15-fa.patch
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to valgrind in Ubuntu.
https://bugs.launchpad.net/bugs/1866211
Title:
[UBUNTU 20.04] valgrind: Recognize z15 and disable deflate-conversion
facility bit
Status in Ubuntu on IBM z Systems:
Triaged
Status in valgrind package in Ubuntu:
New
Bug description:
Trying to deflate using zlib under valgrind on z15 causes an
"unrecognised instruction" crash:
vex s390->IR: unknown insn: B939 A024
==42593== valgrind: Unrecognised instruction at address 0x4acec80.
==42593== at 0x4ACEC80: ??? (in /usr/lib64/libz.so.1.2.11)
==42593== by 0x4AC105B: deflateResetKeep (in /usr/lib64/libz.so.1.2.11)
In fact, the unrecognised instruction is the "deflate conversion
call", which is not supported by Valgrind yet. Thus Valgrind should
have masked off the respective facility bit, but it didn't.
Upstream commit 3a2711c659ac839934f13e0529e14d6c15325383 fixes this.
It will be part of the next Valgrind release 3.16.0.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1866211/+subscriptions
More information about the foundations-bugs
mailing list