[Bug 1933516] Re: gzip: error while loading shared libraries: cannot restore segment prot after reloc: Operation not permitted
Dan Streetman
1933516 at bugs.launchpad.net
Wed Jun 30 16:34:37 UTC 2021
> I also don't understand what's going on here
the asm causes failures on some archs under certain conditions and is
disabled in debian/ubuntu as shown in the linked debian bug. There's
quite a lot of detail in the debian bug if you would like more specific
detail on why the asm shouldn't be used
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to gzip in Ubuntu.
https://bugs.launchpad.net/bugs/1933516
Title:
gzip: error while loading shared libraries: cannot restore segment
prot after reloc: Operation not permitted
Status in gzip package in Ubuntu:
Fix Released
Status in gzip source package in Bionic:
In Progress
Status in gzip package in Debian:
Fix Released
Bug description:
[impact]
gzip/libgzip fails for systemd services using
MemoryDenyWriteExecute=yes
[test case]
note this only fails on ppc64el
create service file /etc/systemd/system/test-localegen.service with
content:
[Service]
MemoryDenyWriteExecute=yes
ExecStart=/usr/sbin/locale-gen
run systemctl daemon-reload, and start the service:
ubuntu at test-ppc-b:~$ sudo systemctl daemon-reload
ubuntu at test-ppc-b:~$ sudo systemctl start test-localegen.service
ubuntu at test-ppc-b:~$ sudo systemctl status test-localegen.service
○ test-localegen.service
Loaded: loaded (8;;file://test-ppc-b/etc/systemd/system/test-localegen.service^G/etc/systemd/system/test-localegen.service8;;^G; static)
Active: inactive (dead)
Jun 24 16:44:18 test-ppc-b locale-gen[2737]: gzip: error while loading shared libraries: cannot restore segment prot after reloc: Operation not permitted
Jun 24 16:44:18 test-ppc-b locale-gen[2738]: gzip: error while loading shared libraries: cannot restore segment prot after reloc: Operation not permitted
Jun 24 16:44:18 test-ppc-b locale-gen[2739]: gzip: error while loading shared libraries: cannot restore segment prot after reloc: Operation not permitted
Jun 24 16:44:18 test-ppc-b locale-gen[2740]: gzip: error while loading shared libraries: cannot restore segment prot after reloc: Operation not permitted
Jun 24 16:44:18 test-ppc-b locale-gen[2741]: gzip: error while loading shared libraries: cannot restore segment prot after reloc: Operation not permitted
Jun 24 16:44:18 test-ppc-b locale-gen[2506]: failed to set locale!
Jun 24 16:44:18 test-ppc-b locale-gen[2506]: [error] default character map file `ANSI_X3.4-1968' not found: No such file or directory
Jun 24 16:44:18 test-ppc-b locale-gen[2489]: done
Jun 24 16:44:18 test-ppc-b locale-gen[2483]: Generation complete.
Jun 24 16:44:18 test-ppc-b systemd[1]: test-localegen.service: Deactivated successfully.
[regression potential]
as this sets NO_ASM any regression would likely involve changed
performance or architecture-specific failures
[scope]
this is needed only in b
this was fixed in debian at version 1.9-2.1, so this is fixed already
in f and later
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gzip/+bug/1933516/+subscriptions
More information about the foundations-bugs
mailing list