[UBUNTU 20.04] valgrind: Recognize z15 and disable deflate-conversion facility bit
Bug #1866211 reported by
bugproxy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu on IBM z Systems |
Fix Released
|
High
|
Canonical Foundations Team | ||
valgrind (Ubuntu) |
Fix Released
|
Undecided
|
Skipper Bug Screeners |
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/
==42593== by 0x4AC105B: deflateResetKeep (in /usr/lib64/
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 3a2711c659ac839
tags: | added: architecture-s39064 bugnameltc-184223 severity-high targetmilestone-inin2004 |
Changed in ubuntu: | |
assignee: | nobody → Skipper Bug Screeners (skipper-screen-team) |
affects: | ubuntu → valgrind (Ubuntu) |
Changed in ubuntu-z-systems: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Canonical Foundations Team (canonical-foundations) |
Changed in ubuntu-z-systems: | |
status: | Triaged → Fix Released |
To post a comment you must log in.
https:/ /sourceware. org/git/ gitweb. cgi?p=valgrind. git;h=3a2711c65 9ac839934f13e05 29e14d6c1532538 3