Comment 3 for bug 1889059

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2020-07-30 10:45 EDT-------
Compiled and ran DeInflate.java test program.
# javac DeInflate.java
Without fix encountered the following behaviour:
# java DeInflate.java
Exception in thread "main" java.lang.RuntimeException: De/inflater failed:java.util.zip.Deflater@3c73951
at DeInflate.check(DeInflate.java:91)
at DeInflate.main(DeInflate.java:139)

# dpkg -i zlib1g_1.2.11.dfsg-2ubuntu2_s390x.deb
(Reading database ... 58606 files and directories currently installed.)
Preparing to unpack zlib1g_1.2.11.dfsg-2ubuntu2_s390x.deb ...
Unpacking zlib1g:s390x (1:1.2.11.dfsg-2ubuntu2) over (1:1.2.11.dfsg-2ubuntu1) ...
Setting up zlib1g:s390x (1:1.2.11.dfsg-2ubuntu2) ...
Processing triggers for libc-bin (2.31-0ubuntu9) ...

Problem not longer seen.