Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zombie processes in LibreOffice Transformer container #332

Open
AFaust opened this issue Feb 11, 2021 · 2 comments
Open

Zombie processes in LibreOffice Transformer container #332

AFaust opened this issue Feb 11, 2021 · 2 comments

Comments

@AFaust
Copy link

AFaust commented Feb 11, 2021

Running the LibreOffice Transformer container with image version 2.3.6 on Ubuntu 20.04 LTS using a Docker Compose deployment of ACS Community 6.2 GA, we have observed soffice zombie processes accumulating over time.

When logging in to the customer environment, I was greated by the following:

Welcome to Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-62-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

  System information as of Thu 11 Feb 2021 03:04:17 PM UTC

  System load:                      0.12
  Usage of /:                       28.6% of 97.44GB
  Memory usage:                     74%
  Swap usage:                       17%
  Processes:                        271
  Users logged in:                  0
  IPv4 address for br-2fb05fc25e4c: 172.30.0.1
  IPv4 address for docker0:         172.17.0.1
  IPv4 address for ens160:          172.23.224.105

  => There are 11 zombie processes.

Checking for defunct processes yielded:

alfadmin@sthjnalf001:~$ ps axo stat,ppid,pid,comm | grep -w defunct
Z       1685    3073 soffice.bin <defunct>
Z       1685 1013780 soffice.bin <defunct>
Z       1685 1060187 soffice.bin <defunct>
Z       1685 1604515 soffice.bin <defunct>
Z       1685 1839369 soffice.bin <defunct>
Z       1685 1982672 soffice.bin <defunct>
Z       1685 2342380 soffice.bin <defunct>
Z       1685 2459218 soffice.bin <defunct>
Z       1685 2461051 soffice.bin <defunct>
Z       1685 2463188 soffice.bin <defunct>
Z       1685 2566739 soffice.bin <defunct>

A simple docker-compose restart <libreoffice-service-name> clears all these processes.

@loftux
Copy link

loftux commented Nov 3, 2022

This is still happening, only this time observed in alfresco-transform-core-aio version 2.5.3 and 3.0.0

@loftux
Copy link

loftux commented Nov 3, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants