Bugzilla – Bug 1212735
[Build 20230625] docker hangs on uncompression of images
Last modified: 2023-06-27 08:14:14 UTC
## Observation This was debugged by Fabian to be due to the zlib-ng update from 2.0.7 to 2.1.2 with this update in place, docker hangs on uncompressing the downloaded images openQA test in scenario microos-Tumbleweed-DVD-x86_64-container-host@64bit fails in [docker](https://openqa.opensuse.org/tests/3382352/modules/docker/steps/66) ## Test suite description ## Reproducible Fails since (at least) Build [20230625](https://openqa.opensuse.org/tests/3382352) (current job) ## Expected result Last good: [20230621](https://openqa.opensuse.org/tests/3373302) (or more recent) ## Further details Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=microos&flavor=DVD&machine=64bit&test=container-host&version=Tumbleweed)
Bisected and reported upstream: https://github.com/zlib-ng/zlib-ng/issues/1525 Workaround is to add if(out == from) return out + len; to chunkcopy_safe.
SR on the way to Factory: https://build.opensuse.org/request/show/1095555